mirror of
https://github.com/gofiber/storage.git
synced 2025-10-02 07:12:19 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
9 lines
134 B
Modula-2
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
|
|
)
|