diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 08:31:15 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 08:31:15 +0000 |
commit | 99a93f106797a084754ab5b93f44a7f27eb7d180 (patch) | |
tree | 781e01c1c0a683d184e39e2a8e855eb613ae7070 /telebot/go.mod | |
parent | restructured the repo-WIP (diff) | |
download | hived-99a93f106797a084754ab5b93f44a7f27eb7d180.tar.gz hived-99a93f106797a084754ab5b93f44a7f27eb7d180.zip |
restructured the repo-WIP
Diffstat (limited to 'telebot/go.mod')
-rw-r--r-- | telebot/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telebot/go.mod b/telebot/go.mod index 71766e5..de7cf3c 100644 --- a/telebot/go.mod +++ b/telebot/go.mod @@ -1,6 +1,6 @@ module telebot -go 1.15 +go 1.17 require ( github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible |