forked from FloatTech/ZeroBot-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,19 @@ | ||
module github.com/FloatTech/ZeroBot-Plugin | ||
|
||
go 1.17 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/FloatTech/AnimeAPI v1.1.9 | ||
github.com/FloatTech/ZeroBot-Plugin-Timer v1.4.3 | ||
github.com/StackExchange/wmi v1.2.1 // indirect | ||
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/tklauser/go-sysconf v0.3.9 // indirect | ||
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.2.0 // indirect | ||
github.com/go-ole/go-ole v1.2.5 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // 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.13 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // 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.2.0 // indirect | ||
github.com/tklauser/go-sysconf v0.3.8 // indirect | ||
github.com/tklauser/numcpus v0.3.0 // indirect | ||
golang.org/x/mod v0.5.0 // indirect | ||
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect | ||
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/tools v0.1.5 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
lukechampine.com/uint128 v1.1.1 // indirect | ||
modernc.org/cc/v3 v3.33.11 // indirect | ||
modernc.org/ccgo/v3 v3.10.1 // indirect | ||
modernc.org/libc v1.10.0 // indirect | ||
modernc.org/mathutil v1.4.1 // indirect | ||
modernc.org/memory v1.0.5 // indirect | ||
modernc.org/opt v0.1.1 // indirect | ||
modernc.org/strutil v1.1.1 // indirect | ||
modernc.org/token v1.0.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters