telebot/go.mod

10 lines
150 B
Modula-2
Raw Normal View History

2022-01-19 13:31:36 +00:00
module gopkg.in/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/goccy/go-yaml v1.9.5
2022-10-02 19:11:28 +00:00
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.0
2020-04-05 18:32:38 +00:00
)