@@ -4,18 +4,18 @@ go 1.20
4
4
5
5
require (
6
6
github.com/Baidu-AIP/golang-sdk v1.1.1
7
- github.com/FloatTech/AnimeAPI v1.7.1-0.20240504155718-e1a4844e94a5
7
+ github.com/FloatTech/AnimeAPI v1.7.1-0.20240530072450-71c23d2f01f8
8
8
github.com/FloatTech/floatbox v0.0.0-20240505082030-226ec6713e14
9
9
github.com/FloatTech/gg v1.1.3-0.20230226151425-6ea91286ba08
10
10
github.com/FloatTech/imgfactory v0.2.2-0.20230413152719-e101cc3606ef
11
11
github.com/FloatTech/rendercard v0.0.10-0.20230223064326-45d29fa4ede9
12
12
github.com/FloatTech/sqlite v1.6.3
13
13
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1
14
14
github.com/FloatTech/zbpctrl v1.6.1
15
- github.com/FloatTech/zbputils v1.7.1
15
+ github.com/FloatTech/zbputils v1.7.2-0.20240530064059-af6f6773ba94
16
16
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
17
17
github.com/RomiChan/websocket v1.4.3-0.20220227141055-9b2c6168c9c5
18
- github.com/antchfx/htmlquery v1.2.5
18
+ github.com/antchfx/htmlquery v1.3.1
19
19
github.com/corona10/goimagehash v1.1.0
20
20
github.com/davidscholberg/go-durationfmt v0.0.0-20170122144659-64843a2083d3
21
21
github.com/disintegration/imaging v1.6.2
@@ -25,72 +25,76 @@ require (
25
25
github.com/fumiama/go-registry v0.2.7
26
26
github.com/fumiama/gotracemoe v0.0.3
27
27
github.com/fumiama/jieba v0.0.0-20221203025406-36c17a10b565
28
- github.com/fumiama/terasu v0.0.0-20240502091919-c887e26289a8
29
- github.com/fumiama/unibase2n v0.0.0-20221020155353-02876e777430
28
+ github.com/fumiama/terasu v0.0.0-20240507144117-547a591149c0
29
+ github.com/fumiama/unibase2n v0.0.0-20240530074540-ec743fd5a6d6
30
30
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
31
31
github.com/jinzhu/gorm v1.9.16
32
32
github.com/jozsefsallai/gophersauce v1.0.1
33
33
github.com/kanrichan/resvg-go v0.0.2-0.20231001163256-63db194ca9f5
34
- github.com/lithammer/fuzzysearch v1.1.5
34
+ github.com/lithammer/fuzzysearch v1.1.8
35
35
github.com/liuzl/gocc v0.0.0-20231231122217-0372e1059ca5
36
36
github.com/mroth/weightedrand v1.0.0
37
37
github.com/notnil/chess v1.9.0
38
38
github.com/pkg/errors v0.9.1
39
- github.com/shirou/gopsutil/v3 v3.23.1
39
+ github.com/shirou/gopsutil/v3 v3.24.4
40
40
github.com/sirupsen/logrus v1.9.3
41
- github.com/tidwall/gjson v1.14.4
42
- github.com/wcharczuk/go-chart/v2 v2.1.0
41
+ github.com/tidwall/gjson v1.17.1
42
+ github.com/wcharczuk/go-chart/v2 v2.1.1
43
43
github.com/wdvxdr1123/ZeroBot v1.7.5-0.20240505070304-562ffeb33dcd
44
- gitlab.com/gomidi/midi/v2 v2.0.25
45
- golang.org/x/image v0.3 .0
46
- golang.org/x/sys v0.19 .0
44
+ gitlab.com/gomidi/midi/v2 v2.1.7
45
+ golang.org/x/image v0.16 .0
46
+ golang.org/x/sys v0.20 .0
47
47
golang.org/x/text v0.15.0
48
48
gopkg.in/yaml.v3 v3.0.1
49
49
)
50
50
51
51
require (
52
52
github.com/adamzy/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect
53
53
github.com/ajstarks/svgo v0.0.0-20200320125537-f189e35d30ca // indirect
54
- github.com/antchfx/xpath v1.2.1 // indirect
54
+ github.com/antchfx/xpath v1.3.0 // indirect
55
+ github.com/blend/go-sdk v1.20220411.3 // indirect
56
+ github.com/dustin/go-humanize v1.0.1 // indirect
55
57
github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4 // indirect
56
58
github.com/faiface/beep v1.1.0 // indirect
57
59
github.com/fumiama/go-simple-protobuf v0.2.0 // indirect
58
60
github.com/fumiama/gofastTEA v0.0.10 // indirect
59
- github.com/fumiama/imgsz v0.0.2 // indirect
61
+ github.com/fumiama/imgsz v0.0.4 // indirect
60
62
github.com/gabriel-vasile/mimetype v1.0.4 // indirect
61
63
github.com/go-ole/go-ole v1.2.6 // indirect
62
64
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
63
- github.com/google/uuid v1.3 .0 // indirect
65
+ github.com/google/uuid v1.6 .0 // indirect
64
66
github.com/hajimehoshi/oto v0.7.1 // indirect
65
67
github.com/jfreymuth/oggvorbis v1.0.1 // indirect
66
68
github.com/jfreymuth/vorbis v1.0.0 // indirect
67
69
github.com/jinzhu/inflection v1.0.0 // indirect
68
- github.com/kr/pretty v0.3.1 // indirect
70
+ github.com/kr/text v0.2.0 // indirect
69
71
github.com/liuzl/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect
70
72
github.com/liuzl/da v0.0.0-20180704015230-14771aad5b1d // indirect
71
73
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
72
- github.com/mattn/go-isatty v0.0.16 // indirect
74
+ github.com/mattn/go-isatty v0.0.20 // indirect
75
+ github.com/ncruces/go-strftime v0.1.9 // indirect
73
76
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
74
77
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
75
78
github.com/pkumza/numcn v1.0.0 // indirect
76
79
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
77
- github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
80
+ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
81
+ github.com/rogpeppe/go-internal v1.12.0 // indirect
82
+ github.com/shoenig/go-m1cpu v0.1.6 // indirect
78
83
github.com/tetratelabs/wazero v1.5.0 // indirect
79
84
github.com/tidwall/match v1.1.1 // indirect
80
85
github.com/tidwall/pretty v1.2.0 // indirect
81
- github.com/tklauser/go-sysconf v0.3.11 // indirect
82
- github.com/tklauser/numcpus v0.6.0 // indirect
83
- github.com/yusufpapurcu/wmi v1.2.2 // indirect
84
- golang.org/x/exp/shiny v0.0.0-20221126150942-6ab00d035af9 // indirect
85
- golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f // indirect
86
+ github.com/tklauser/go-sysconf v0.3.12 // indirect
87
+ github.com/tklauser/numcpus v0.6.1 // indirect
88
+ github.com/yusufpapurcu/wmi v1.2.4 // indirect
89
+ golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
90
+ golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
86
91
golang.org/x/net v0.24.0 // indirect
87
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
88
- modernc.org/libc v1.21.5 // indirect
89
- modernc.org/mathutil v1.5.0 // indirect
90
- modernc.org/memory v1.4.0 // indirect
92
+ modernc.org/libc v1.49.3 // indirect
93
+ modernc.org/mathutil v1.6.0 // indirect
94
+ modernc.org/memory v1.8.0 // indirect
91
95
modernc.org/sqlite v1.20.0 // indirect
92
96
)
93
97
94
- replace modernc.org/sqlite => github.com/fumiama/sqlite3 v1.20.0-with-win386
98
+ replace modernc.org/sqlite => github.com/fumiama/sqlite3 v1.29.10-simp
95
99
96
- replace github.com/remyoudompheng/bigfft => github.com/fumiama/bigfft v0.0.0-20211011143303-6e0bfa3c836b
100
+ replace modernc.org/libc => github.com/fumiama/libc v0.0.0-20240530081950-6f6d8586b5c5
0 commit comments