Update ent

The package changed its import path so we had to reflect
This commit is contained in:
Vojtěch Káně
2021-02-18 14:51:45 +01:00
parent b91e4cec55
commit 41ae2283b1
9 changed files with 69 additions and 32 deletions

View File

@@ -1,9 +1,9 @@
package schema
import (
"github.com/facebook/ent"
"github.com/facebook/ent/schema/edge"
"github.com/facebook/ent/schema/field"
"entgo.io/ent"
"entgo.io/ent/schema/edge"
"entgo.io/ent/schema/field"
"github.com/google/uuid"
)