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,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