mirror of
https://github.com/gofiber/storage.git
synced 2025-10-07 09:31:44 +08:00
20 lines
679 B
Modula-2
20 lines
679 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.14.1
|
|
github.com/jackc/puddle v1.2.1 // indirect
|
|
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-20220131195533-30dcbda58838 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|