2020-03-25 21:32:04 +08:00
|
|
|
module main
|
|
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2020-03-26 16:44:06 +08:00
|
|
|
github.com/spf13/viper v1.6.2
|
|
|
|
|
github.com/tidwall/gjson v1.6.0
|
|
|
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
2020-03-25 21:32:04 +08:00
|
|
|
gopkg.in/tucnak/telebot.v2 v2.0.0-20200301001213-9852df39ae6c
|
|
|
|
|
)
|