diff options
| author | 2023-12-05 11:45:33 +0100 | |
|---|---|---|
| committer | 2023-12-05 11:45:33 +0100 | |
| commit | bffc67d764221fa9c1ad3ad65702b3a157bb2d79 (patch) | |
| tree | 84650cf72a09fc2cc91b7e6127c7bf0859b512fa /go.mod | |
| parent | [docs] Change configuration creation instructions (#2408) (diff) | |
| download | gotosocial-bffc67d764221fa9c1ad3ad65702b3a157bb2d79.tar.xz | |
[chore]: Bump github.com/gorilla/feeds from 1.1.1 to 1.1.2 (#2414)
Bumps [github.com/gorilla/feeds](https://github.com/gorilla/feeds) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/gorilla/feeds/releases)
- [Commits](https://github.com/gorilla/feeds/compare/v1.1.1...v1.1.2)
---
updated-dependencies:
- dependency-name: github.com/gorilla/feeds
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ require ( github.com/go-fed/httpsig v1.1.0 github.com/go-playground/form/v4 v4.2.1 github.com/google/uuid v1.4.0 - github.com/gorilla/feeds v1.1.1 + github.com/gorilla/feeds v1.1.2 github.com/gorilla/websocket v1.5.1 github.com/h2non/filetype v1.1.3 github.com/jackc/pgx/v5 v5.5.0 |
