replaced old module path in source
This commit is contained in:
16
main.go
16
main.go
@@ -9,14 +9,6 @@ import (
|
||||
"errors"
|
||||
"flag"
|
||||
"fmt"
|
||||
"git.harting.dev/csgowtf/csgowtfd/csgo"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent"
|
||||
"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/migrate"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/player"
|
||||
"git.harting.dev/csgowtf/csgowtfd/utils"
|
||||
"github.com/gin-contrib/cors"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/go-redis/cache/v8"
|
||||
@@ -33,6 +25,14 @@ import (
|
||||
"os"
|
||||
"os/signal"
|
||||
"somegit.dev/anonfunc/gositemap"
|
||||
"somegit.dev/csgowtf/csgowtfd/csgo"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/match"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/matchplayer"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/messages"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/migrate"
|
||||
"somegit.dev/csgowtf/csgowtfd/ent/player"
|
||||
"somegit.dev/csgowtf/csgowtfd/utils"
|
||||
"strconv"
|
||||
"strings"
|
||||
"syscall"
|
||||
|
||||
Reference in New Issue
Block a user