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
postgres/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/gofiber/storage/postgres
go 1.15
require (
github.com/gofiber/utils v0.1.2
github.com/lib/pq v1.8.0
)

4
postgres/go.sum Normal file
View File

@@ -0,0 +1,4 @@
github.com/gofiber/utils v0.1.2 h1:1SH2YEz4RlNS0tJlMJ0bGwO0JkqPqvq6TbHK9tXZKtk=
github.com/gofiber/utils v0.1.2/go.mod h1:pacRFtghAE3UoknMOUiXh2Io/nLWSUHtQCi/3QASsOc=
github.com/lib/pq v1.8.0 h1:9xohqzkUwzR4Ga4ivdTcawVS89YSDVxXMa3xJX3cGzg=
github.com/lib/pq v1.8.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=