mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
12 lines
259 B
Modula-2
12 lines
259 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/tidwall/gjson v1.6.8
|
|
github.com/wdvxdr1123/ZeroBot v0.0.0-20210212165900-0c6c4d79b40e
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|