@@ -15,6 +15,7 @@ require (
15
15
github.com/FloatTech/zbputils v1.7.2-0.20250222055844-5d403aa9cecf
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/Tnze/go-mc v1.20.2
18
19
github.com/antchfx/htmlquery v1.3.4
19
20
github.com/corona10/goimagehash v1.1.0
20
21
github.com/davidscholberg/go-durationfmt v0.0.0-20170122144659-64843a2083d3
@@ -30,6 +31,7 @@ require (
30
31
github.com/fumiama/terasu v0.0.0-20241027183601-987ab91031ce
31
32
github.com/fumiama/unibase2n v0.0.0-20240530074540-ec743fd5a6d6
32
33
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
34
+ github.com/google/uuid v1.6.0
33
35
github.com/jinzhu/gorm v1.9.16
34
36
github.com/jozsefsallai/gophersauce v1.0.1
35
37
github.com/kanrichan/resvg-go v0.0.2-0.20231001163256-63db194ca9f5
@@ -63,7 +65,6 @@ require (
63
65
github.com/gabriel-vasile/mimetype v1.0.4 // indirect
64
66
github.com/go-ole/go-ole v1.2.6 // indirect
65
67
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
66
- github.com/google/uuid v1.6.0 // indirect
67
68
github.com/hajimehoshi/oto v0.7.1 // indirect
68
69
github.com/jfreymuth/oggvorbis v1.0.1 // indirect
69
70
github.com/jfreymuth/vorbis v1.0.0 // indirect
@@ -85,8 +86,8 @@ require (
85
86
github.com/tklauser/go-sysconf v0.3.12 // indirect
86
87
github.com/tklauser/numcpus v0.6.1 // indirect
87
88
github.com/yusufpapurcu/wmi v1.2.4 // indirect
88
- golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
89
- golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
89
+ golang.org/x/exp/shiny v0.0.0-20250210185358-939b2ce775ac // indirect
90
+ golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
90
91
golang.org/x/net v0.33.0 // indirect
91
92
modernc.org/libc v1.61.0 // indirect
92
93
modernc.org/mathutil v1.6.0 // indirect
0 commit comments