mirror of
https://github.com/tucnak/telebot
synced 2024-11-11 01:10:39 +00:00
11 lines
185 B
Modula-2
11 lines
185 B
Modula-2
module gopkg.in/tucnak/telebot.v3
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/goccy/go-yaml v1.8.1
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/spf13/cast v1.3.1
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|