mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +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.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>
9 lines
134 B
Modula-2
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
|
|
)
|