mirror of
https://github.com/gofiber/storage.git
synced 2025-09-29 13:52:20 +08:00
9 lines
124 B
Modula-2
9 lines
124 B
Modula-2
module github.com/gofiber/storage/postgres
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/lib/pq v1.8.0
|
|
)
|