diff --git a/go.mod b/go.mod index 5318792..f799729 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/tonyzzzzzz/Crisp_Telegram_bot +module github.com/l0sted/Crisp_Telegram_bot go 1.12 diff --git a/main.go b/main.go index 48c2f71..779e72e 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "github.com/go-redis/redis" tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api" "github.com/spf13/viper" - "github.com/tonyzzzzzz/Crisp_Telegram_bot/utils" + "github.com/l0sted/Crisp_Telegram_bot/utils" ) var bot *tgbotapi.BotAPI