mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
Some checks failed
自动更新 nix 依赖 / gomod2nix update (push) Has been cancelled
最新版 / Build binary CI (386, linux) (push) Has been cancelled
最新版 / Build binary CI (386, windows) (push) Has been cancelled
最新版 / Build binary CI (amd64, linux) (push) Has been cancelled
最新版 / Build binary CI (amd64, windows) (push) Has been cancelled
最新版 / Build binary CI (arm, linux) (push) Has been cancelled
最新版 / Build binary CI (arm64, linux) (push) Has been cancelled
PushLint / lint (push) Has been cancelled
108 lines
4.9 KiB
Modula-2
108 lines
4.9 KiB
Modula-2
module github.com/FloatTech/ZeroBot-Plugin
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/Baidu-AIP/golang-sdk v1.1.1
|
|
github.com/FloatTech/AnimeAPI v1.7.1-0.20251028071248-0c948e3db65c
|
|
github.com/FloatTech/floatbox v0.0.0-20251002074805-f95cbc7edb31
|
|
github.com/FloatTech/gg v1.1.3
|
|
github.com/FloatTech/imgfactory v0.2.2-0.20230413152719-e101cc3606ef
|
|
github.com/FloatTech/rendercard v0.2.0
|
|
github.com/FloatTech/sqlite v1.7.2
|
|
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d
|
|
github.com/FloatTech/zbpctrl v1.7.0
|
|
github.com/FloatTech/zbputils v1.7.2-0.20251002080916-b554b7039913
|
|
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
|
|
github.com/RomiChan/websocket v1.4.3-0.20251002072000-d3eb41798438
|
|
github.com/Tnze/go-mc v1.20.2
|
|
github.com/antchfx/htmlquery v1.3.4
|
|
github.com/corona10/goimagehash v1.1.0
|
|
github.com/davidscholberg/go-durationfmt v0.0.0-20170122144659-64843a2083d3
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/fumiama/ahsai v0.1.1
|
|
github.com/fumiama/cron v1.3.0
|
|
github.com/fumiama/deepinfra v0.0.0-20250924162107-cf156d49a0fa
|
|
github.com/fumiama/go-base16384 v1.7.0
|
|
github.com/fumiama/go-onebot-agent v0.0.0-20250926145606-37ebfa6131c8
|
|
github.com/fumiama/go-registry v0.2.7
|
|
github.com/fumiama/gotracemoe v0.0.3
|
|
github.com/fumiama/jieba v0.0.0-20221203025406-36c17a10b565
|
|
github.com/fumiama/slowdo v0.0.0-20241001074058-27c4fe5259a4
|
|
github.com/fumiama/terasu v1.0.1
|
|
github.com/fumiama/unibase2n v0.0.0-20240530074540-ec743fd5a6d6
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/jozsefsallai/gophersauce v1.0.1
|
|
github.com/kanrichan/resvg-go v0.0.2-0.20231001163256-63db194ca9f5
|
|
github.com/lithammer/fuzzysearch v1.1.8
|
|
github.com/liuzl/gocc v0.0.0-20231231122217-0372e1059ca5
|
|
github.com/mmcdole/gofeed v1.3.0
|
|
github.com/mroth/weightedrand v1.0.0
|
|
github.com/notnil/chess v1.10.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/shirou/gopsutil/v4 v4.25.11
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/tidwall/gjson v1.18.0
|
|
github.com/wcharczuk/go-chart/v2 v2.1.2
|
|
github.com/wdvxdr1123/ZeroBot v1.8.2-0.20251002074418-56567b7fc282
|
|
gitlab.com/gomidi/midi/v2 v2.3.16
|
|
golang.org/x/image v0.32.0
|
|
golang.org/x/sys v0.38.0
|
|
golang.org/x/text v0.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.10.3 // indirect
|
|
github.com/adamzy/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect
|
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/antchfx/xpath v1.3.5 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/ebitengine/oto/v3 v3.4.0 // indirect
|
|
github.com/ebitengine/purego v0.9.1 // indirect
|
|
github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4 // indirect
|
|
github.com/fumiama/go-simple-protobuf v0.2.0 // indirect
|
|
github.com/fumiama/gofastTEA v0.1.3 // indirect
|
|
github.com/fumiama/imgsz v0.0.4 // indirect
|
|
github.com/fumiama/orbyte v0.0.0-20251002065953-3bb358367eb5 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
github.com/gopxl/beep/v2 v2.1.1 // indirect
|
|
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
|
|
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/liuzl/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect
|
|
github.com/liuzl/da v0.0.0-20180704015230-14771aad5b1d // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mmcdole/goxpp v1.1.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
|
github.com/pkumza/numcn v1.0.0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/tetratelabs/wazero v1.9.0 // indirect
|
|
github.com/tidwall/match v1.2.0 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.16 // indirect
|
|
github.com/tklauser/numcpus v0.11.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/net v0.46.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
modernc.org/libc v1.66.10 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
modernc.org/sqlite v1.39.1 // indirect
|
|
)
|
|
|
|
replace modernc.org/sqlite => github.com/fumiama/sqlite3 v1.29.10-simp
|
|
|
|
replace modernc.org/libc => github.com/fumiama/libc v0.0.0-20240530081950-6f6d8586b5c5
|