2
0

Update pgconn to v1.3.2 for better default buffer size

This commit is contained in:
Jack Christensen
2020-02-14 17:58:38 -06:00
parent 3b9f79e2f3
commit 8848816c13
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ go 1.12
require (
github.com/cockroachdb/apd v1.1.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/jackc/pgconn v1.3.1
github.com/jackc/pgconn v1.3.2
github.com/jackc/pgio v1.0.0
github.com/jackc/pgproto3/v2 v2.0.1
github.com/jackc/pgtype v1.2.0