ZeroBot-Plugin/go.mod
2021-02-16 18:09:18 +08:00

13 lines
294 B
Modula-2

module bot
go 1.15
require (
github.com/antchfx/htmlquery v1.2.3
github.com/mattn/go-sqlite3 v1.14.6
github.com/sirupsen/logrus v1.7.0
github.com/tidwall/gjson v1.6.8
github.com/wdvxdr1123/ZeroBot v0.0.0-20210214154537-b88c3977a0c1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)