aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/go.mod
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 15:08:26 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 15:08:26 +0000
commit0c8c603662d84974bfc681509694c27df404e7bf (patch)
treeb70d9d2860ddf5a2474f3ee10f2f8033deeb0e47 /telebot/go.mod
parentremoved travis (diff)
downloadhived-0c8c603662d84974bfc681509694c27df404e7bf.tar.gz
hived-0c8c603662d84974bfc681509694c27df404e7bf.zip
restructuring WIP
Diffstat (limited to 'telebot/go.mod')
-rw-r--r--telebot/go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/telebot/go.mod b/telebot/go.mod
index de7cf3c..0907cbb 100644
--- a/telebot/go.mod
+++ b/telebot/go.mod
@@ -1,10 +1,11 @@
module telebot
-go 1.17
+go 1.15
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/gorilla/mux v1.8.0
github.com/rs/zerolog v1.26.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
+ github.com/terminaldweller/grpc v1.0.2
)