all repos — telegram-bot-api @ 9fd8c1e76ce69280e9859c9cab81c69bedbed7f2

Golang bindings for the Telegram Bot API

Merge pull request #274 from NemoD503/go_mod

Go mod was added
Kirill Zhuharev zhuharev@users.noreply.github.com
Thu, 19 Mar 2020 07:09:43 +0300
commit

9fd8c1e76ce69280e9859c9cab81c69bedbed7f2

parent

1569b35611f745a23526cdb62054f04ccd99c656

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

jump to
A go.mod

@@ -0,0 +1,5 @@

+module github.com/go-telegram-bot-api/telegram-bot-api + +go 1.12 + +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=