Update pgconn and pgtype
This commit is contained in:
@@ -3,14 +3,14 @@ module github.com/jackc/pgx/v4
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/Masterminds/semver/v3 v3.1.1 // indirect
|
||||
github.com/Masterminds/semver/v3 v3.1.1
|
||||
github.com/cockroachdb/apd v1.1.0
|
||||
github.com/go-kit/kit v0.10.0
|
||||
github.com/gofrs/uuid v3.2.0+incompatible
|
||||
github.com/jackc/pgconn v1.8.0
|
||||
github.com/jackc/pgconn v1.8.1
|
||||
github.com/jackc/pgio v1.0.0
|
||||
github.com/jackc/pgproto3/v2 v2.0.6
|
||||
github.com/jackc/pgtype v1.6.2
|
||||
github.com/jackc/pgtype v1.7.0
|
||||
github.com/jackc/puddle v1.1.3
|
||||
github.com/rs/zerolog v1.15.0
|
||||
github.com/shopspring/decimal v0.0.0-20200227202807-02e2044944cc
|
||||
|
||||
Reference in New Issue
Block a user