chore: change module name after fork
This commit is contained in:
+6
-6
@@ -15,12 +15,12 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/jackc/pgx/v5"
|
||||
"github.com/jackc/pgx/v5/pgconn"
|
||||
"github.com/jackc/pgx/v5/pgtype"
|
||||
"github.com/jackc/pgx/v5/pgxpool"
|
||||
"github.com/jackc/pgx/v5/stdlib"
|
||||
"github.com/jackc/pgx/v5/tracelog"
|
||||
"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"
|
||||
"github.com/andoma-go/pgx/v5/stdlib"
|
||||
"github.com/andoma-go/pgx/v5/tracelog"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user