ZeroBot-Plugin/go.mod
2021-04-07 13:43:24 +08:00

13 lines
355 B
Modula-2

module github.com/Yiwen-Chan/ZeroBot-Plugin
go 1.15
require (
github.com/antchfx/htmlquery v1.2.3
github.com/mattn/go-sqlite3 v1.14.6
github.com/sirupsen/logrus v1.8.0
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
github.com/tidwall/gjson v1.7.4
github.com/wdvxdr1123/ZeroBot v1.0.3-0.20210407015205-7cb1b23c5417
)