mirror of
https://github.com/ent/ent.git
synced 2026-05-02 07:30:53 +03:00
go: rename module from github.com/facebook/ent => entgo.io/ent (#1226)
This commit is contained in:
@@ -10,11 +10,11 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/facebook/ent/examples/privacyadmin/viewer"
|
||||
"entgo.io/ent/examples/privacyadmin/viewer"
|
||||
|
||||
"github.com/facebook/ent/examples/privacyadmin/ent"
|
||||
"github.com/facebook/ent/examples/privacyadmin/ent/privacy"
|
||||
_ "github.com/facebook/ent/examples/privacyadmin/ent/runtime"
|
||||
"entgo.io/ent/examples/privacyadmin/ent"
|
||||
"entgo.io/ent/examples/privacyadmin/ent/privacy"
|
||||
_ "entgo.io/ent/examples/privacyadmin/ent/runtime"
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user