mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 16:22:52 +08:00
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.5.0
|
|
github.com/gofiber/utils v0.1.2
|
|
)
|