Bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.2 in /api

Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.52.1 to 2.52.2.
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](https://github.com/gofiber/fiber/compare/v2.52.1...v2.52.2)

---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-04 09:12:55 +00:00
committed by GitHub
parent 28e8164f1b
commit 92ee60c1e4
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ module github.com/ngn13/website/api
go 1.21.3
require (
github.com/gofiber/fiber/v2 v2.52.1
github.com/gofiber/fiber/v2 v2.52.2
github.com/mattn/go-sqlite3 v1.14.22
)