Archived
1

Move from dep to go mod (experiment)

This commit is contained in:
2018-12-22 17:36:39 +04:00
parent edc2235f6f
commit 1a0a43659e
372 changed files with 58 additions and 80672 deletions

View File

@@ -6,7 +6,7 @@ package commandsv1
import (
"github.com/rs/zerolog"
"lab.wtfteam.pro/fat0troll/fw_zookeeper/context"
"lab.wtfteam.pro/fat0troll/fw_zookeeper/internal/router"
"lab.wtfteam.pro/fat0troll/fw_zookeeper/local/router"
)
var (

View File

@@ -5,7 +5,7 @@ package commandsv1
import (
"gitlab.com/toby3d/telegram"
itelegram "lab.wtfteam.pro/fat0troll/fw_zookeeper/internal/telegram"
itelegram "lab.wtfteam.pro/fat0troll/fw_zookeeper/local/telegram"
)
// HelpCommand responds to /help message

View File

@@ -5,7 +5,7 @@ package commandsv1
import (
"gitlab.com/toby3d/telegram"
itelegram "lab.wtfteam.pro/fat0troll/fw_zookeeper/internal/telegram"
itelegram "lab.wtfteam.pro/fat0troll/fw_zookeeper/local/telegram"
)
// StartCommand responds to /start message