telebot/go.mod

12 lines
220 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 (
2020-09-05 22:29:24 +00:00
github.com/goccy/go-yaml v1.8.1
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
)