all repos — telegram-bot-api @ 5781187bc20cbb9910ba867eafe318479be119b6

Golang bindings for the Telegram Bot API

Add go mod files.
Syfaro syfaro@huefox.com
Tue, 09 Oct 2018 02:08:29 -0500
commit

5781187bc20cbb9910ba867eafe318479be119b6

parent

290b9363d44f83c188b2d15e00c509ffdfdada82

2 files changed, 5 insertions(+), 0 deletions(-)

jump to
A go.mod

@@ -0,0 +1,3 @@

+module github.com/go-telegram-bot-api/telegram-bot-api/v5 + +require github.com/technoweenie/multipartstreamer v1.0.1
A go.sum

@@ -0,0 +1,2 @@

+github.com/technoweenie/multipartstreamer v1.0.1 h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM= +github.com/technoweenie/multipartstreamer v1.0.1/go.mod h1:jNVxdtShOxzAsukZwTSw6MDx5eUJoiEBsSvzDU9uzog=