2
0

Update pgconn to 1.3.0

This commit is contained in:
Jack Christensen
2020-01-23 21:00:24 -06:00
parent fd4e692323
commit 3a1f0bafbe
2 changed files with 9 additions and 27 deletions
+2 -3
View File
@@ -5,15 +5,14 @@ go 1.12
require (
github.com/cockroachdb/apd v1.1.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/jackc/pgconn v1.2.1
github.com/jackc/pgconn v1.3.0
github.com/jackc/pgio v1.0.0
github.com/jackc/pgproto3/v2 v2.0.0
github.com/jackc/pgproto3/v2 v2.0.1
github.com/jackc/pgtype v1.1.0
github.com/jackc/puddle v1.0.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/rs/zerolog v1.15.0
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0