Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 1aa42ea

Browse files
committed
Switch to back to upstream pgconn
We switched to our own version of pgconn due to a bug in upstream where CopyFrom would busy wait. This has since been fixed, so we can switch back to upstream.
1 parent ed7a6ad commit 1aa42ea

File tree

2 files changed

+67
-11
lines changed

2 files changed

+67
-11
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ require (
1212
github.com/gogo/protobuf v1.3.1
1313
github.com/golang/snappy v0.0.1
1414
github.com/grpc-ecosystem/grpc-gateway v1.14.4
15-
github.com/jackc/pgconn v1.3.2
15+
github.com/jackc/pgconn v1.6.3
1616
github.com/jackc/pgerrcode v0.0.0-20190803225404-afa3381909a6
17-
github.com/jackc/pgproto3/v2 v2.0.1
18-
github.com/jackc/pgtype v1.2.0
19-
github.com/jackc/pgx/v4 v4.4.1
17+
github.com/jackc/pgproto3/v2 v2.0.2
18+
github.com/jackc/pgtype v1.4.2
19+
github.com/jackc/pgx/v4 v4.8.0
2020
github.com/jamiealquiza/envy v1.1.0
2121
github.com/opentracing/opentracing-go v1.1.0
2222
github.com/pkg/errors v0.9.1
@@ -30,5 +30,3 @@ require (
3030
google.golang.org/genproto v0.0.0-20200420144010-e5e8543f8aeb
3131
google.golang.org/grpc v1.29.0
3232
)
33-
34-
replace github.com/jackc/pgconn => github.com/JLockerman/pgconn v1.5.3-0.20200513205926-64cd2ce264ca

0 commit comments

Comments
 (0)