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
172 B
Modula-2

module gopkg.in/tucnak/telebot.v2
go 1.12
require (
github.com/aws/aws-lambda-go v1.18.0 // indirect
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.5.1
)