Update to latest version of pgconn
- Also remove a few tests of functionality that is handled by pgconn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user