replaced old module path in source

This commit is contained in:
2023-03-03 20:16:12 +01:00
parent f7903d1781
commit ed283c92f3
53 changed files with 162 additions and 162 deletions

View File

@@ -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 (