Bulk replace project references in go code
This commit is contained in:
parent
814ebddfa2
commit
4474319e73
170 changed files with 488 additions and 488 deletions
|
|
@ -3,22 +3,22 @@ package postgres
|
|||
import (
|
||||
"context"
|
||||
"database/sql"
|
||||
"github.com/go-jet/jet/v2/internal/utils/ptr"
|
||||
"github.com/Gleipnir-Technology/jet/internal/utils/ptr"
|
||||
"github.com/lib/pq"
|
||||
"gopkg.in/guregu/null.v4"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/go-jet/jet/v2/qrm"
|
||||
"github.com/Gleipnir-Technology/jet/qrm"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/go-jet/jet/v2/internal/testutils"
|
||||
. "github.com/go-jet/jet/v2/postgres"
|
||||
"github.com/go-jet/jet/v2/tests/.gentestdata/jetdb/dvds/enum"
|
||||
"github.com/go-jet/jet/v2/tests/.gentestdata/jetdb/dvds/model"
|
||||
. "github.com/go-jet/jet/v2/tests/.gentestdata/jetdb/dvds/table"
|
||||
"github.com/go-jet/jet/v2/tests/.gentestdata/jetdb/dvds/view"
|
||||
"github.com/Gleipnir-Technology/jet/internal/testutils"
|
||||
. "github.com/Gleipnir-Technology/jet/postgres"
|
||||
"github.com/Gleipnir-Technology/jet/tests/.gentestdata/jetdb/dvds/enum"
|
||||
"github.com/Gleipnir-Technology/jet/tests/.gentestdata/jetdb/dvds/model"
|
||||
. "github.com/Gleipnir-Technology/jet/tests/.gentestdata/jetdb/dvds/table"
|
||||
"github.com/Gleipnir-Technology/jet/tests/.gentestdata/jetdb/dvds/view"
|
||||
)
|
||||
|
||||
func TestSelect_ScanToStruct(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue