telegram-bot-api/go.mod

9 lines
211 B
Modula-2
Raw Normal View History

2018-10-09 09:08:29 +02:00
module github.com/go-telegram-bot-api/telegram-bot-api/v5
2020-02-15 14:08:58 +01:00
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/technoweenie/multipartstreamer v1.0.1
)
2020-01-25 04:42:19 +01:00
go 1.13