You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
368 B
12 lines
368 B
module ratbot
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-chat-bot/bot v0.0.0-20200527181414-ef71c72a524a
|
|
github.com/go-chat-bot/plugins v0.0.0-20200616122335-c0aba236acdb
|
|
github.com/go-validator/validator v0.0.0-20200605151824-2b28d334fa05
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.0
|
|
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05 // indirect
|
|
)
|
|
|