2
0

Import pgproto3

Also copy in pgmock as an internal package.
This commit is contained in:
Jack Christensen
2022-02-21 13:22:42 -06:00
parent e06cc67875
commit 95cbbfe441
19 changed files with 242 additions and 160 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
package pgxpool
import (
"github.com/jackc/pgproto3/v2"
"github.com/jackc/pgx/v5"
"github.com/jackc/pgx/v5/pgconn"
"github.com/jackc/pgx/v5/pgproto3"
)
type errRows struct {