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 (
|
2022-01-16 22:57:20 +00:00
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
|
|
github.com/goccy/go-yaml v1.9.5
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1
|
2020-09-05 22:29:24 +00:00
|
|
|
github.com/spf13/cast v1.3.1
|
2022-01-16 22:57:20 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2020-04-05 18:32:38 +00:00
|
|
|
)
|