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
)