Bulk replace project references in go code

This commit is contained in:
Eli Ribble 2026-05-09 01:43:14 +00:00
parent 814ebddfa2
commit 4474319e73
No known key found for this signature in database
170 changed files with 488 additions and 488 deletions

View file

@ -4,13 +4,13 @@ import (
"testing"
"time"
"github.com/go-jet/jet/v2/internal/testutils"
"github.com/go-jet/jet/v2/internal/utils/ptr"
. "github.com/go-jet/jet/v2/postgres"
"github.com/go-jet/jet/v2/qrm"
"github.com/go-jet/jet/v2/tests/.gentestdata/jetdb/test_sample/enum"
"github.com/go-jet/jet/v2/tests/.gentestdata/jetdb/test_sample/model"
. "github.com/go-jet/jet/v2/tests/.gentestdata/jetdb/test_sample/table"
"github.com/Gleipnir-Technology/jet/internal/testutils"
"github.com/Gleipnir-Technology/jet/internal/utils/ptr"
. "github.com/Gleipnir-Technology/jet/postgres"
"github.com/Gleipnir-Technology/jet/qrm"
"github.com/Gleipnir-Technology/jet/tests/.gentestdata/jetdb/test_sample/enum"
"github.com/Gleipnir-Technology/jet/tests/.gentestdata/jetdb/test_sample/model"
. "github.com/Gleipnir-Technology/jet/tests/.gentestdata/jetdb/test_sample/table"
"github.com/google/uuid"
"github.com/lib/pq"
"github.com/stretchr/testify/require"