mirror of
https://github.com/tucnak/telebot
synced 2024-11-05 06:00:58 +00:00
14 lines
373 B
Modula-2
14 lines
373 B
Modula-2
module gopkg.in/telebot.v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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/spf13/cast v1.3.1
|
|
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
|
|
)
|