mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +03:00
go: rename module from github.com/facebook/ent => entgo.io/ent (#1226)
This commit is contained in:
8
ent.go
8
ent.go
@@ -8,10 +8,10 @@ package ent
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/facebook/ent/schema"
|
||||
"github.com/facebook/ent/schema/edge"
|
||||
"github.com/facebook/ent/schema/field"
|
||||
"github.com/facebook/ent/schema/index"
|
||||
"entgo.io/ent/schema"
|
||||
"entgo.io/ent/schema/edge"
|
||||
"entgo.io/ent/schema/field"
|
||||
"entgo.io/ent/schema/index"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user