@@ -3,76 +3,80 @@ module github.com/FloatTech/ZeroBot-Plugin-Playground
3
3
go 1.20
4
4
5
5
require (
6
- github.com/FloatTech/AnimeAPI v1.6.0
7
- github.com/FloatTech/floatbox v0.0.0-20230316111222-7ffde57284cc
6
+ github.com/FloatTech/AnimeAPI v1.7.1-0.20240530072450-71c23d2f01f8
7
+ github.com/FloatTech/floatbox v0.0.0-20240505082030-226ec6713e14
8
8
github.com/FloatTech/gg v1.1.2
9
9
github.com/FloatTech/imgfactory v0.2.2-0.20230315152233-49741fc994f9
10
10
github.com/FloatTech/rendercard v0.0.10-0.20230223064326-45d29fa4ede9
11
- github.com/FloatTech/sqlite v1.5.7
12
- github.com/FloatTech/ttl v0.0.0-20220715042055-15612be72f5b
13
- github.com/FloatTech/zbpctrl v1.5.3-0.20230316111343-dd078fa43fe3
14
- github.com/FloatTech/zbputils v1.6 .2-0.20230320041820-731f824ff8f4
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
15
15
github.com/disintegration/imaging v1.6.2
16
16
github.com/fumiama/jieba v0.0.0-20221203025406-36c17a10b565
17
- github.com/glebarez/sqlite v1.6 .0
18
- github.com/go-resty/resty/v2 v2.7.0
17
+ github.com/glebarez/sqlite v1.11 .0
18
+ github.com/go-resty/resty/v2 v2.13.1
19
19
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
20
- github.com/gorilla/websocket v1.5.0
20
+ github.com/gorilla/websocket v1.5.1
21
21
github.com/guohuiyuan/go-fyzhq v0.0.0-20220807135412-25c16c843e5a
22
- github.com/mmcdole/gofeed v1.2.1
22
+ github.com/mmcdole/gofeed v1.3.0
23
23
github.com/patrickmn/go-cache v2.1.0+incompatible
24
- github.com/playwright-community/playwright-go v0.2000 .1
25
- github.com/sirupsen/logrus v1.9.0
26
- github.com/tidwall/gjson v1.14.4
27
- github.com/wcharczuk/go-chart/v2 v2.1.0
28
- github.com/wdvxdr1123/ZeroBot v1.6.11
29
- golang.org/x/sys v0.3 .0
30
- gorm.io/gorm v1.24.2
31
- jaytaylor.com/html2text v0.0.0-20211105163654-bc68cce691ba
24
+ github.com/playwright-community/playwright-go v0.4201 .1
25
+ 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
31
+ jaytaylor.com/html2text v0.0.0-20230321000545-74c2419ad056
32
32
)
33
33
34
34
require (
35
- github.com/PuerkitoBio/goquery v1.8.0 // indirect
36
- github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e // indirect
35
+ github.com/PuerkitoBio/goquery v1.9.2 // indirect
36
+ github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7 // indirect
37
37
github.com/RomiChan/websocket v1.4.3-0.20220227141055-9b2c6168c9c5 // indirect
38
- github.com/andybalholm/cascadia v1.3.1 // indirect
39
- github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
40
- github.com/dustin/go-humanize v1.0.0 // indirect
38
+ 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
41
+ github.com/dustin/go-humanize v1.0.1 // indirect
41
42
github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4 // indirect
42
43
github.com/fumiama/cron v1.3.0 // indirect
43
- github.com/fumiama/go-base16384 v1.6.4 // indirect
44
- github.com/fumiama/go-registry v0.2.6 // indirect
45
- github.com/fumiama/go-simple-protobuf v0.1 .0 // indirect
44
+ github.com/fumiama/go-base16384 v1.7.0 // indirect
45
+ github.com/fumiama/go-registry v0.2.7 // indirect
46
+ github.com/fumiama/go-simple-protobuf v0.2 .0 // indirect
46
47
github.com/fumiama/gofastTEA v0.0.10 // indirect
47
- github.com/fumiama/imgsz v0.0.2 // indirect
48
- github.com/glebarez/go-sqlite v1.20.0 // indirect
48
+ github.com/fumiama/imgsz v0.0.4 // indirect
49
+ github.com/fumiama/terasu v0.0.0-20240507144117-547a591149c0 // indirect
50
+ github.com/glebarez/go-sqlite v1.22.0 // indirect
51
+ github.com/go-jose/go-jose/v3 v3.0.1 // indirect
49
52
github.com/go-stack/stack v1.8.1 // indirect
50
- github.com/google/uuid v1.3 .0 // indirect
53
+ github.com/google/uuid v1.6 .0 // indirect
51
54
github.com/jinzhu/inflection v1.0.0 // indirect
52
55
github.com/jinzhu/now v1.1.5 // indirect
53
56
github.com/json-iterator/go v1.1.12 // indirect
54
- github.com/mattn/go-isatty v0.0.16 // indirect
55
- github.com/mattn/go-runewidth v0.0.9 // indirect
56
- github.com/mmcdole/goxpp v1.1.0 // indirect
57
+ github.com/mattn/go-isatty v0.0.20 // indirect
58
+ github.com/mattn/go-runewidth v0.0.15 // indirect
59
+ github.com/mmcdole/goxpp v1.1.1 // indirect
57
60
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
58
61
github.com/modern-go/reflect2 v1.0.2 // indirect
59
- github.com/mozillazg/go-pinyin v0.19.0 // indirect
62
+ github.com/mozillazg/go-pinyin v0.20.0 // indirect
63
+ github.com/ncruces/go-strftime v0.1.9 // indirect
60
64
github.com/olekukonko/tablewriter v0.0.5 // indirect
61
65
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
62
- github.com/remyoudompheng/bigfft v0.0.0-20220927061507-ef77025ab5aa // indirect
66
+ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
67
+ github.com/rivo/uniseg v0.2.0 // indirect
63
68
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
64
69
github.com/tidwall/match v1.1.1 // indirect
65
70
github.com/tidwall/pretty v1.2.1 // indirect
66
- golang.org/x/image v0.3.0 // indirect
67
- golang.org/x/net v0.4.0 // indirect
68
- golang.org/x/text v0.6.0 // indirect
69
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
70
- modernc.org/libc v1.22.2 // indirect
71
- modernc.org/mathutil v1.5.0 // indirect
72
- modernc.org/memory v1.5.0 // indirect
73
- modernc.org/sqlite v1.20.0 // indirect
71
+ go.uber.org/multierr v1.11.0 // indirect
72
+ 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
77
+ modernc.org/mathutil v1.6.0 // indirect
78
+ modernc.org/memory v1.8.0 // indirect
79
+ modernc.org/sqlite v1.29.10 // indirect
74
80
)
75
81
76
- replace modernc.org/sqlite => github.com/fumiama/sqlite3 v1.20.0-with-win386
77
-
78
- replace github.com/remyoudompheng/bigfft => github.com/fumiama/bigfft v0.0.0-20211011143303-6e0bfa3c836b
82
+ replace modernc.org/sqlite => github.com/fumiama/sqlite3 v1.29.10-simp
0 commit comments