Finish import of pgconn
This commit is contained in:
+2
-2
@@ -15,9 +15,9 @@ import (
|
||||
|
||||
"github.com/cockroachdb/apd"
|
||||
"github.com/gofrs/uuid"
|
||||
"github.com/jackc/pgconn"
|
||||
"github.com/jackc/pgconn/stmtcache"
|
||||
"github.com/jackc/pgx/v4"
|
||||
"github.com/jackc/pgx/v4/pgconn"
|
||||
"github.com/jackc/pgx/v4/pgconn/stmtcache"
|
||||
"github.com/jackc/pgx/v4/pgtype"
|
||||
"github.com/shopspring/decimal"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
Reference in New Issue
Block a user