Files
storage/mysql/go.mod
dependabot[bot] feaf977424 Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 in /mysql (#78)
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.5.0 to 1.6.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.5.0...v1.6.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 10:06:46 +02: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 v0.1.2
)