replaced old module path in source
This commit is contained in:
@@ -5,9 +5,9 @@ package ent
|
||||
import (
|
||||
"time"
|
||||
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/match"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/player"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/schema"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/match"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/player"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/schema"
|
||||
)
|
||||
|
||||
// The init function reads all schema descriptors with runtime code
|
||||
|
Reference in New Issue
Block a user