mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +08:00
19 lines
624 B
Modula-2
19 lines
624 B
Modula-2
module github.com/gofiber/storage/postgres
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/gofrs/uuid v4.2.0+incompatible // indirect
|
|
github.com/jackc/pgx/v4 v4.16.1
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/lib/pq v1.10.4
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.1 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
github.com/lib/pq v1.10.5
|
|
)
|