Files
storage/mysql/go.mod
dependabot[bot] fd4fac3adf Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 in /mysql
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/go-sql-driver/mysql/releases)
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 07:07:51 +00:00

9 lines
134 B
Modula-2

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