diff options
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 ) |