2
0

Upgrade pgx dependency

Fix test that was comparing times directly instead of using Equal.
This commit is contained in:
Jack Christensen
2021-11-20 10:20:02 -06:00
parent a457da8bff
commit a9f8400b01
3 changed files with 13 additions and 5 deletions
+4 -4
View File
@@ -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