rename module
This commit is contained in:
+4
-4
@@ -80,10 +80,10 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/andoma-go/pgx/v5"
|
||||
"github.com/andoma-go/pgx/v5/pgconn"
|
||||
"github.com/andoma-go/pgx/v5/pgtype"
|
||||
"github.com/andoma-go/pgx/v5/pgxpool"
|
||||
"git.company.lan/gopkg/pgx/v5"
|
||||
"git.company.lan/gopkg/pgx/v5/pgconn"
|
||||
"git.company.lan/gopkg/pgx/v5/pgtype"
|
||||
"git.company.lan/gopkg/pgx/v5/pgxpool"
|
||||
)
|
||||
|
||||
// Only intrinsic types should be binary format with database/sql.
|
||||
|
||||
Reference in New Issue
Block a user