all repos — telegram-bot-api @ 37eb2cb6bec0d833b3873f7fcd0b2fec9e15e6db

Golang bindings for the Telegram Bot API

Go mod was added
NemoD503 1historicus@gmail.com
Tue, 08 Oct 2019 12:25:37 +0300
commit

37eb2cb6bec0d833b3873f7fcd0b2fec9e15e6db

parent

b33efeebc78563cfeddf19563781cffb16aaabdf

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=