Use extracted packages with Go modules
This commit is contained in:
+1
-1
@@ -12,9 +12,9 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/jackc/pgproto3"
|
||||
"github.com/jackc/pgx"
|
||||
"github.com/jackc/pgx/pgmock"
|
||||
"github.com/jackc/pgx/pgproto3"
|
||||
"github.com/jackc/pgx/stdlib"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user