update go mods

This commit is contained in:
Fenny
2020-11-05 09:16:20 +01:00
parent 1b56ad40f8
commit 8e13432b70
17 changed files with 299 additions and 226 deletions

8
mysql/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/gofiber/storage/mysql
go 1.15
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/gofiber/utils v0.1.2
)

4
mysql/go.sum Normal file
View File

@@ -0,0 +1,4 @@
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/gofiber/utils v0.1.2 h1:1SH2YEz4RlNS0tJlMJ0bGwO0JkqPqvq6TbHK9tXZKtk=
github.com/gofiber/utils v0.1.2/go.mod h1:pacRFtghAE3UoknMOUiXh2Io/nLWSUHtQCi/3QASsOc=