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
@@ -22,7 +22,7 @@ import (
"fmt"
"strconv"
"github.com/jackc/pgproto3/v2"
"github.com/jackc/pgx/v5/pgproto3"
"golang.org/x/crypto/pbkdf2"
"golang.org/x/text/secure/precis"
)