mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
45 lines
1.8 KiB
Modula-2
45 lines
1.8 KiB
Modula-2
module github.com/FloatTech/ZeroBot-Plugin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/FloatTech/AnimeAPI v1.1.9
|
|
github.com/FloatTech/ZeroBot-Plugin-Gif v0.2.3
|
|
github.com/FloatTech/ZeroBot-Plugin-Timer v1.4.3
|
|
github.com/FloatTech/bot-manager v1.0.0
|
|
github.com/antchfx/htmlquery v1.2.4 // indirect
|
|
github.com/fogleman/gg v1.3.0
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/imroc/req v0.3.0
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/mroth/weightedrand v0.4.1
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
github.com/shirou/gopsutil v3.21.9+incompatible
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/tidwall/gjson v1.9.4
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
github.com/wdvxdr1123/ZeroBot v1.3.0
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/net v0.0.0-20211011170408-caeb26a5c8c0 // indirect
|
|
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.7 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
modernc.org/ccgo/v3 v3.12.24 // indirect
|
|
modernc.org/libc v1.11.31 // indirect
|
|
modernc.org/sqlite v1.13.1
|
|
)
|