go_telegram/go.mod

18 lines
510 B
Modula-2
Raw Permalink Normal View History

2020-01-21 19:38:02 +00:00
module github.com/mattburchett/go_telegram
2021-12-04 06:04:04 +00:00
go 1.17
2020-01-21 19:38:02 +00:00
2020-01-22 20:51:26 +00:00
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
2021-12-04 06:04:04 +00:00
)
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
2020-01-22 20:51:26 +00:00
)