telebot/go.mod

15 lines
377 B
Modula-2
Raw Normal View History

2020-09-05 22:29:24 +00:00
module gopkg.in/tucnak/telebot.v3
2019-03-29 12:42:29 +00:00
2020-09-26 11:12:32 +00:00
go 1.13
2019-03-29 12:42:29 +00:00
2020-04-05 18:32:38 +00:00
require (
2021-07-21 11:51:19 +00:00
github.com/fatih/color v1.12.0 // indirect
github.com/goccy/go-yaml v1.9.1
github.com/mattn/go-isatty v0.0.13 // indirect
2020-04-05 18:32:38 +00:00
github.com/pkg/errors v0.8.1
2020-10-13 13:33:00 +00:00
github.com/sirupsen/logrus v1.7.0
2020-09-05 22:29:24 +00:00
github.com/spf13/cast v1.3.1
2020-04-05 18:32:38 +00:00
github.com/stretchr/testify v1.5.1
2021-07-21 11:51:19 +00:00
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
2020-04-05 18:32:38 +00:00
)