mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 00:33:03 +08:00
11 lines
209 B
Modula-2
11 lines
209 B
Modula-2
module github.com/gofiber/storage/postgres
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/jackc/pgx/v5 v5.0.2
|
|
github.com/lib/pq v1.10.5
|
|
github.com/rogpeppe/go-internal v1.8.1 // indirect
|
|
)
|