replaced old module path in source
This commit is contained in:
@@ -5,12 +5,12 @@ package enttest
|
||||
import (
|
||||
"context"
|
||||
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent"
|
||||
// required by schema hooks.
|
||||
_ "git.harting.dev/csgowtf/csgowtfd/ent/runtime"
|
||||
_ "somegit.dev/csgowtf/csgowtfd/ent/runtime"
|
||||
|
||||
"entgo.io/ent/dialect/sql/schema"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/migrate"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/migrate"
|
||||
)
|
||||
|
||||
type (
|
||||
|
Reference in New Issue
Block a user