replaced old module path in source
This commit is contained in:
@@ -8,19 +8,19 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/migrate"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/migrate"
|
||||
|
||||
"entgo.io/ent"
|
||||
"entgo.io/ent/dialect"
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/match"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/matchplayer"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/messages"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/player"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/roundstats"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/spray"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/weapon"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/match"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/matchplayer"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/messages"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/player"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/roundstats"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/spray"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/weapon"
|
||||
)
|
||||
|
||||
// Client is the client that holds all ent builders.
|
||||
|
Reference in New Issue
Block a user