diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 15:08:26 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 15:08:26 +0000 |
commit | 0c8c603662d84974bfc681509694c27df404e7bf (patch) | |
tree | b70d9d2860ddf5a2474f3ee10f2f8033deeb0e47 /telebot/go.mod | |
parent | removed travis (diff) | |
download | hived-0c8c603662d84974bfc681509694c27df404e7bf.tar.gz hived-0c8c603662d84974bfc681509694c27df404e7bf.zip |
restructuring WIP
Diffstat (limited to 'telebot/go.mod')
-rw-r--r-- | telebot/go.mod | 3 |
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 ) |