all repos — telegram-bot-api @ e5991566310f001586af2ff2736a3e4c8436af85

Golang bindings for the Telegram Bot API

Tidy go mod files.
Syfaro syfaro@huefox.com
Thu, 23 Jul 2020 17:09:15 -0500
commit

e5991566310f001586af2ff2736a3e4c8436af85

parent

4acb1cebba8b9266b5bbff3c4b4d96d4d420a4fe

2 files changed, 1 insertions(+), 6 deletions(-)

jump to
M go.modgo.mod

@@ -1,8 +1,5 @@

module github.com/go-telegram-bot-api/telegram-bot-api/v5 -require ( - github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect - github.com/technoweenie/multipartstreamer v1.0.1 -) +require github.com/technoweenie/multipartstreamer v1.0.1 go 1.13
M go.sumgo.sum

@@ -1,4 +1,2 @@

-github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible h1:2cauKuaELYAEARXRkq2LrJ0yDDv1rW7+wrTEdVL3uaU= -github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible/go.mod h1:qf9acutJ8cwBUhm1bqgz6Bei9/C/c93FPDljKWwsOgM= github.com/technoweenie/multipartstreamer v1.0.1 h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM= github.com/technoweenie/multipartstreamer v1.0.1/go.mod h1:jNVxdtShOxzAsukZwTSw6MDx5eUJoiEBsSvzDU9uzog=