Fix the imports I botched really badly

Apparently I don't understand how go modules work.
This commit is contained in:
Eli Ribble 2026-05-14 17:04:09 +00:00
parent 44d981fbfc
commit 41fe97d336
No known key found for this signature in database
169 changed files with 365 additions and 362 deletions

View file

@ -9,12 +9,12 @@ import (
"runtime"
"testing"
"source.gleipnir.technology/Gleipnir/jet/qrm"
"source.gleipnir.technology/Gleipnir/jet/stmtcache"
"source.gleipnir.technology/Gleipnir/jet/v2/qrm"
"source.gleipnir.technology/Gleipnir/jet/v2/stmtcache"
"source.gleipnir.technology/Gleipnir/jet/v2/tests/internal/utils/repo"
"github.com/jackc/pgx/v5/stdlib"
"source.gleipnir.technology/Gleipnir/jet/postgres"
"source.gleipnir.technology/Gleipnir/jet/v2/postgres"
"source.gleipnir.technology/Gleipnir/jet/v2/tests/dbconfig"
_ "github.com/lib/pq"
"github.com/pkg/profile"