Upgrade pgx dependency
Fix test that was comparing times directly instead of using Equal.
This commit is contained in:
@@ -7,11 +7,11 @@ require (
|
||||
github.com/cockroachdb/apd v1.1.0
|
||||
github.com/go-kit/log v0.1.0
|
||||
github.com/gofrs/uuid v4.0.0+incompatible
|
||||
github.com/jackc/pgconn v1.10.0
|
||||
github.com/jackc/pgconn v1.10.1
|
||||
github.com/jackc/pgio v1.0.0
|
||||
github.com/jackc/pgproto3/v2 v2.1.1
|
||||
github.com/jackc/pgtype v1.8.1
|
||||
github.com/jackc/puddle v1.1.4
|
||||
github.com/jackc/pgproto3/v2 v2.2.0
|
||||
github.com/jackc/pgtype v1.9.0
|
||||
github.com/jackc/puddle v1.2.0
|
||||
github.com/rs/zerolog v1.15.0
|
||||
github.com/shopspring/decimal v1.2.0
|
||||
github.com/sirupsen/logrus v1.4.2
|
||||
|
||||
Reference in New Issue
Block a user