Switch to hosting on source.gleipnir.technology
All checks were successful
/ test (push) Successful in 3s
All checks were successful
/ test (push) Successful in 3s
This commit is contained in:
parent
30cc7321c5
commit
34e5dcbb17
172 changed files with 493 additions and 490 deletions
|
|
@ -9,13 +9,13 @@ import (
|
|||
"runtime"
|
||||
"testing"
|
||||
|
||||
"github.com/Gleipnir-Technology/jet/qrm"
|
||||
"github.com/Gleipnir-Technology/jet/stmtcache"
|
||||
"github.com/Gleipnir-Technology/jet/tests/internal/utils/repo"
|
||||
"source.gleipnir.technology/Gleipnir/jet/qrm"
|
||||
"source.gleipnir.technology/Gleipnir/jet/stmtcache"
|
||||
"source.gleipnir.technology/Gleipnir/jet/tests/internal/utils/repo"
|
||||
"github.com/jackc/pgx/v5/stdlib"
|
||||
|
||||
"github.com/Gleipnir-Technology/jet/postgres"
|
||||
"github.com/Gleipnir-Technology/jet/tests/dbconfig"
|
||||
"source.gleipnir.technology/Gleipnir/jet/postgres"
|
||||
"source.gleipnir.technology/Gleipnir/jet/tests/dbconfig"
|
||||
_ "github.com/lib/pq"
|
||||
"github.com/pkg/profile"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue