mirror of
https://github.com/jackc/pgx.git
synced 2025-05-01 04:59:43 +00:00
28 lines
911 B
Modula-2
28 lines
911 B
Modula-2
module github.com/jackc/pgx/v4
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
|
github.com/cockroachdb/apd v1.1.0
|
|
github.com/go-kit/log v0.1.0
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
|
github.com/jackc/chunkreader/v2 v2.0.1
|
|
github.com/jackc/pgio v1.0.0
|
|
github.com/jackc/pgmock v0.0.0-20210724152146-4ad1a8207f65
|
|
github.com/jackc/pgpassfile v1.0.0
|
|
github.com/jackc/pgproto3/v2 v2.2.0
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
|
|
github.com/jackc/puddle v1.2.0
|
|
github.com/lib/pq v1.10.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/rs/zerolog v1.15.0
|
|
github.com/shopspring/decimal v1.2.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/zap v1.13.0
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
|
golang.org/x/text v0.3.6
|
|
gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec
|
|
)
|