mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
14 lines
401 B
Modula-2
14 lines
401 B
Modula-2
module github.com/Yiwen-Chan/ZeroBot-Plugin
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/antchfx/htmlquery v1.2.3
|
|
github.com/fumiama/ZeroBot-Plugin-Timer v0.0.0-20210609104507-70d574d5761d
|
|
github.com/mattn/go-sqlite3 v1.14.7
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
|
|
github.com/tidwall/gjson v1.8.0
|
|
github.com/wdvxdr1123/ZeroBot v1.2.0
|
|
)
|