Bump github.com/gorilla/feeds from 1.1.2 to 1.2.0 in /api

Bumps [github.com/gorilla/feeds](https://github.com/gorilla/feeds) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/gorilla/feeds/releases)
- [Commits](https://github.com/gorilla/feeds/compare/v1.1.2...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/feeds
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-18 09:49:08 +00:00
committed by GitHub
parent 94c50a726c
commit ff95ae9b4d
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ go 1.21.3
require (
github.com/gofiber/fiber/v2 v2.52.4
github.com/gorilla/feeds v1.1.2
github.com/gorilla/feeds v1.2.0
github.com/mattn/go-sqlite3 v1.14.22
)