2
0

rename module

This commit is contained in:
2024-05-07 09:50:32 +03:00
parent da703e344f
commit ff905c39e4
193 changed files with 359 additions and 613 deletions
+6 -6
View File
@@ -15,12 +15,12 @@ import (
"testing"
"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"
"github.com/andoma-go/pgx/v5/stdlib"
"github.com/andoma-go/pgx/v5/tracelog"
"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"
"git.company.lan/gopkg/pgx/v5/stdlib"
"git.company.lan/gopkg/pgx/v5/tracelog"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)