mirror of
https://github.com/tucnak/telebot
synced 2024-11-11 01:10:39 +00:00
17 lines
487 B
Modula-2
17 lines
487 B
Modula-2
module gopkg.in/tucnak/telebot.v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/spf13/cast v1.3.1
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v9 v9.30.0 // indirect
|
|
)
|