chore: change module name after fork
This commit is contained in:
@@ -10,9 +10,9 @@ import (
|
||||
"strconv"
|
||||
"testing"
|
||||
|
||||
pgx "github.com/jackc/pgx/v5"
|
||||
"github.com/jackc/pgx/v5/pgtype"
|
||||
"github.com/jackc/pgx/v5/pgxtest"
|
||||
pgx "github.com/andoma-go/pgx/v5"
|
||||
"github.com/andoma-go/pgx/v5/pgtype"
|
||||
"github.com/andoma-go/pgx/v5/pgxtest"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user