@@ -3,31 +3,31 @@ module github.com/FloatTech/ZeroBot-Plugin-Playground
33go 1.20
44
55require (
6- github.com/FloatTech/AnimeAPI v1.7.1-0.20240530072450-71c23d2f01f8
7- github.com/FloatTech/floatbox v0.0.0-20240505082030-226ec6713e14
8- github.com/FloatTech/gg v1.1.2
9- github.com/FloatTech/imgfactory v0.2.2-0.20230315152233-49741fc994f9
10- github.com/FloatTech/rendercard v0.0.10-0.20230223064326-45d29fa4ede9
11- github.com/FloatTech/sqlite v1.6.3
12- github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1
13- github.com/FloatTech/zbpctrl v1.6.1
14- github.com/FloatTech/zbputils v1.7.2-0.20240530064059-af6f6773ba94
6+ github.com/FloatTech/AnimeAPI v1.7.1-0.20250423082452-e16339a3962c
7+ github.com/FloatTech/floatbox v0.0.0-20250513111443-adba80e84e80
8+ github.com/FloatTech/gg v1.1.3
9+ github.com/FloatTech/imgfactory v0.2.2-0.20230413152719-e101cc3606ef
10+ github.com/FloatTech/rendercard v0.2.0
11+ github.com/FloatTech/sqlite v1.7.1
12+ github.com/FloatTech/ttl v0.0.0-20240716161252-965925764562
13+ github.com/FloatTech/zbpctrl v1.7.0
14+ github.com/FloatTech/zbputils v1.7.2-0.20250330125231-d8be1c9d3b9c
1515 github.com/disintegration/imaging v1.6.2
1616 github.com/fumiama/jieba v0.0.0-20221203025406-36c17a10b565
1717 github.com/glebarez/sqlite v1.11.0
18- github.com/go-resty/resty/v2 v2.13.1
18+ github.com/go-resty/resty/v2 v2.16.5
1919 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
20- github.com/gorilla/websocket v1.5.1
20+ github.com/gorilla/websocket v1.5.3
2121 github.com/guohuiyuan/go-fyzhq v0.0.0-20220807135412-25c16c843e5a
2222 github.com/mmcdole/gofeed v1.3.0
2323 github.com/patrickmn/go-cache v2.1.0+incompatible
2424 github.com/playwright-community/playwright-go v0.4201.1
2525 github.com/sirupsen/logrus v1.9.3
26- github.com/tidwall/gjson v1.17.1
27- github.com/wcharczuk/go-chart/v2 v2.1.1
28- github.com/wdvxdr1123/ZeroBot v1.7.5 -0.20240505070304-562ffeb33dcd
29- golang.org/x/sys v0.20 .0
30- gorm.io/gorm v1.25.10
26+ github.com/tidwall/gjson v1.18.0
27+ github.com/wcharczuk/go-chart/v2 v2.1.2
28+ github.com/wdvxdr1123/ZeroBot v1.8.2 -0.20250330133859-27c25d9412b5
29+ golang.org/x/sys v0.30 .0
30+ gorm.io/gorm v1.26.1
3131 jaytaylor.com/html2text v0.0.0-20230321000545-74c2419ad056
3232)
3333
@@ -36,8 +36,7 @@ require (
3636 github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7 // indirect
3737 github.com/RomiChan/websocket v1.4.3-0.20220227141055-9b2c6168c9c5 // indirect
3838 github.com/andybalholm/cascadia v1.3.2 // indirect
39- github.com/blend/go-sdk v1.20220411.3 // indirect
40- github.com/deckarep/golang-set/v2 v2.6.0 // indirect
39+ github.com/deckarep/golang-set/v2 v2.7.0 // indirect
4140 github.com/dustin/go-humanize v1.0.1 // indirect
4241 github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4 // indirect
4342 github.com/fumiama/cron v1.3.0 // indirect
@@ -46,9 +45,10 @@ require (
4645 github.com/fumiama/go-simple-protobuf v0.2.0 // indirect
4746 github.com/fumiama/gofastTEA v0.0.10 // indirect
4847 github.com/fumiama/imgsz v0.0.4 // indirect
49- github.com/fumiama/terasu v0.0.0-20240507144117-547a591149c0 // indirect
48+ github.com/fumiama/terasu v0.0.0-20241027183601-987ab91031ce // indirect
5049 github.com/glebarez/go-sqlite v1.22.0 // indirect
51- github.com/go-jose/go-jose/v3 v3.0.1 // indirect
50+ github.com/go-ego/gse v0.80.3 // indirect
51+ github.com/go-jose/go-jose/v3 v3.0.4 // indirect
5252 github.com/go-stack/stack v1.8.1 // indirect
5353 github.com/google/uuid v1.6.0 // indirect
5454 github.com/jinzhu/inflection v1.0.0 // indirect
@@ -68,15 +68,16 @@ require (
6868 github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
6969 github.com/tidwall/match v1.1.1 // indirect
7070 github.com/tidwall/pretty v1.2.1 // indirect
71+ github.com/vcaesar/cedar v0.20.2 // indirect
7172 go.uber.org/multierr v1.11.0 // indirect
7273 golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
73- golang.org/x/image v0.16 .0 // indirect
74- golang.org/x/net v0.25 .0 // indirect
75- golang.org/x/text v0.15 .0 // indirect
76- modernc.org/libc v1.50.9 // indirect
74+ golang.org/x/image v0.24 .0 // indirect
75+ golang.org/x/net v0.33 .0 // indirect
76+ golang.org/x/text v0.22 .0 // indirect
77+ modernc.org/libc v1.61.0 // indirect
7778 modernc.org/mathutil v1.6.0 // indirect
7879 modernc.org/memory v1.8.0 // indirect
79- modernc.org/sqlite v1.29.10 // indirect
80+ modernc.org/sqlite v1.33.1 // indirect
8081)
8182
8283replace modernc.org/sqlite => github.com/fumiama/sqlite3 v1.29.10-simp
0 commit comments