diff options
author | terminaldweller <thabogre@gmail.com> | 2021-12-13 18:57:02 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-12-13 18:57:02 +0000 |
commit | a963b5272b30978927d5b3a6dc1a39abca38548d (patch) | |
tree | 16f44c11709c4e52be2a4b4623e3bb0956c0f6a8 /telebot/go.mod | |
parent | restructuring WIP (diff) | |
download | hived-a963b5272b30978927d5b3a6dc1a39abca38548d.tar.gz hived-a963b5272b30978927d5b3a6dc1a39abca38548d.zip |
grpc for telebot. untested. [WIP]
Diffstat (limited to 'telebot/go.mod')
-rw-r--r-- | telebot/go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telebot/go.mod b/telebot/go.mod index 0907cbb..d035e69 100644 --- a/telebot/go.mod +++ b/telebot/go.mod @@ -4,8 +4,8 @@ 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 + github.com/terminaldweller/grpc v1.0.3 + google.golang.org/grpc v1.42.0 ) |