mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
go: rename module from github.com/facebook/ent => entgo.io/ent (#1226)
This commit is contained in:
@@ -20,19 +20,19 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/facebook/ent/dialect"
|
||||
"github.com/facebook/ent/entc/integration/ent"
|
||||
"github.com/facebook/ent/entc/integration/ent/enttest"
|
||||
"github.com/facebook/ent/entc/integration/ent/file"
|
||||
"github.com/facebook/ent/entc/integration/ent/filetype"
|
||||
"github.com/facebook/ent/entc/integration/ent/group"
|
||||
"github.com/facebook/ent/entc/integration/ent/groupinfo"
|
||||
"github.com/facebook/ent/entc/integration/ent/hook"
|
||||
"github.com/facebook/ent/entc/integration/ent/migrate"
|
||||
"github.com/facebook/ent/entc/integration/ent/node"
|
||||
"github.com/facebook/ent/entc/integration/ent/pet"
|
||||
"github.com/facebook/ent/entc/integration/ent/schema"
|
||||
"github.com/facebook/ent/entc/integration/ent/user"
|
||||
"entgo.io/ent/dialect"
|
||||
"entgo.io/ent/entc/integration/ent"
|
||||
"entgo.io/ent/entc/integration/ent/enttest"
|
||||
"entgo.io/ent/entc/integration/ent/file"
|
||||
"entgo.io/ent/entc/integration/ent/filetype"
|
||||
"entgo.io/ent/entc/integration/ent/group"
|
||||
"entgo.io/ent/entc/integration/ent/groupinfo"
|
||||
"entgo.io/ent/entc/integration/ent/hook"
|
||||
"entgo.io/ent/entc/integration/ent/migrate"
|
||||
"entgo.io/ent/entc/integration/ent/node"
|
||||
"entgo.io/ent/entc/integration/ent/pet"
|
||||
"entgo.io/ent/entc/integration/ent/schema"
|
||||
"entgo.io/ent/entc/integration/ent/user"
|
||||
"github.com/stretchr/testify/mock"
|
||||
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
|
||||
Reference in New Issue
Block a user