2
0

Update to latest version of pgconn

- Also remove a few tests of functionality that is handled by pgconn
This commit is contained in:
Jack Christensen
2019-08-27 18:22:34 -05:00
parent 169632e028
commit 8170eaf401
5 changed files with 22 additions and 96 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ go 1.12
require (
github.com/cockroachdb/apd v1.1.0
github.com/jackc/pgconn v0.0.0-20190825052232-e6cf51b304f1
github.com/jackc/pgconn v0.0.0-20190827231150-66aaed7c9eb0
github.com/jackc/pgio v1.0.0
github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190609003834-432c2951c711
github.com/jackc/pgtype v0.0.0-20190825053211-b1e25e4ea49c
@@ -19,7 +19,7 @@ require (
github.com/stretchr/testify v1.4.0
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/tools v0.0.0-20190825031127-d72b05d2b1b6 // indirect
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec