You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
telebot/go.mod

10 lines
150 B
Modula-2

module gopkg.in/telebot.v3
go 1.16
require (
github.com/goccy/go-yaml v1.9.5
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.0
)