mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
53 lines
2.1 KiB
Modula-2
53 lines
2.1 KiB
Modula-2
module github.com/FloatTech/ZeroBot-Plugin
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/FloatTech/AnimeAPI v1.1.9
|
|
github.com/FloatTech/ZeroBot-Plugin-Timer v1.4.3
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/imroc/req v0.3.0
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/shirou/gopsutil v3.21.7+incompatible
|
|
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.1
|
|
github.com/wdvxdr1123/ZeroBot v1.2.2
|
|
modernc.org/sqlite v1.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/antchfx/htmlquery v1.2.3 // indirect
|
|
github.com/antchfx/xpath v1.1.6 // indirect
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2-0.20210109003243-333559e1834b // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
github.com/tidwall/match v1.0.3 // indirect
|
|
github.com/tidwall/pretty v1.1.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.8 // indirect
|
|
github.com/tklauser/numcpus v0.2.3 // indirect
|
|
golang.org/x/mod v0.3.0 // indirect
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
|
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
lukechampine.com/uint128 v1.1.1 // indirect
|
|
modernc.org/cc/v3 v3.33.7 // indirect
|
|
modernc.org/ccgo/v3 v3.9.6 // indirect
|
|
modernc.org/libc v1.9.11 // indirect
|
|
modernc.org/mathutil v1.4.1 // indirect
|
|
modernc.org/memory v1.0.4 // indirect
|
|
modernc.org/opt v0.1.1 // indirect
|
|
modernc.org/strutil v1.1.1 // indirect
|
|
modernc.org/token v1.0.0 // indirect
|
|
)
|