mirror of https://github.com/jackc/pgx.git
23 lines
745 B
Modula-2
23 lines
745 B
Modula-2
module github.com/jackc/pgx/v4
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/cockroachdb/apd v1.1.0
|
|
github.com/jackc/pgconn v0.0.0-20190420214824-7e0022ef6ba3
|
|
github.com/jackc/pgio v1.0.0
|
|
github.com/jackc/pgproto3 v1.1.0
|
|
github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190420180111-c116219b62db
|
|
github.com/jackc/pgtype v0.0.0-20190421001408-4ed0de4755e0
|
|
github.com/jackc/puddle v0.0.0-20190413234325-e4ced69a3a2b
|
|
github.com/lib/pq v1.1.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rs/zerolog v1.13.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
|
|
github.com/sirupsen/logrus v1.4.1
|
|
github.com/stretchr/testify v1.3.0
|
|
go.uber.org/zap v1.9.1
|
|
golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373
|
|
)
|