2019-04-15 09:06:33 +00:00
|
|
|
module gopkg.in/tucnak/telebot.v2
|
2019-03-29 12:42:29 +00:00
|
|
|
|
2019-03-29 14:25:35 +00:00
|
|
|
go 1.11
|
2019-03-29 12:42:29 +00:00
|
|
|
|
2020-04-05 18:32:38 +00:00
|
|
|
require (
|
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/stretchr/testify v1.5.1
|
|
|
|
)
|