go_telegram/go.mod
2021-12-04 06:04:04 +00:00

18 lines
510 B
Modula-2

module github.com/mattburchett/go_telegram
go 1.17
replace gopkg.in/tucnak/telebot.v2 => github.com/tucnak/telebot v0.0.0-20171121031619-29bd3707020c
require (
github.com/yanzay/tbot v1.0.0
github.com/yanzay/tbot/v2 v2.1.0
)
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/yanzay/log v0.0.0-20160419144809-87352bb23506 // indirect
)