Files
storage/mysql/go.mod
dependabot[bot] 9f74d3e4a8 Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /mysql
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 07:15:55 +00:00

9 lines
134 B
Modula-2

module github.com/gofiber/storage/mysql
go 1.14
require (
github.com/go-sql-driver/mysql v1.6.0
github.com/gofiber/utils v1.0.1
)