From 542cff20441f83a77fe5fd5f93dffcc081bd4fba Mon Sep 17 00:00:00 2001 From: lulzette Date: Fri, 19 Mar 2021 15:50:32 +0300 Subject: [PATCH] change path --- go.mod | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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