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

@ -3,14 +3,14 @@ package mysql
import (
"database/sql"
"fmt"
"github.com/go-jet/jet/v2/generator/metadata"
mysql2 "github.com/go-jet/jet/v2/generator/mysql"
"github.com/go-jet/jet/v2/generator/template"
"github.com/go-jet/jet/v2/internal/3rdparty/snaker"
"github.com/go-jet/jet/v2/internal/utils/dbidentifier"
"github.com/go-jet/jet/v2/mysql"
"github.com/go-jet/jet/v2/tests/dbconfig"
file2 "github.com/go-jet/jet/v2/tests/internal/utils/file"
"github.com/Gleipnir-Technology/jet/generator/metadata"
mysql2 "github.com/Gleipnir-Technology/jet/generator/mysql"
"github.com/Gleipnir-Technology/jet/generator/template"
"github.com/Gleipnir-Technology/jet/internal/3rdparty/snaker"
"github.com/Gleipnir-Technology/jet/internal/utils/dbidentifier"
"github.com/Gleipnir-Technology/jet/mysql"
"github.com/Gleipnir-Technology/jet/tests/dbconfig"
file2 "github.com/Gleipnir-Technology/jet/tests/internal/utils/file"
"github.com/stretchr/testify/require"
"path/filepath"
"testing"