2
0

Update to more effecient pgconn

This commit is contained in:
Jack Christensen
2019-04-19 15:55:45 -05:00
parent abdd5a4a50
commit ae73ca2da1
7 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"github.com/jackc/pgconn"
"github.com/jackc/pgio"
"github.com/jackc/pgproto3"
"github.com/jackc/pgproto3/v2"
"github.com/jackc/pgx/pgtype"
)