mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 16:22:52 +08:00
update go mods
This commit is contained in:
8
postgres/go.mod
Normal file
8
postgres/go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user