@@ -46,7 +46,6 @@ require (
46
46
github.com/maruel/natural v1.1.1
47
47
github.com/meilisearch/meilisearch-go v0.27.2
48
48
github.com/mholt/archives v0.1.0
49
- github.com/minio/sio v0.4.0
50
49
github.com/natefinch/lumberjack v2.0.0+incompatible
51
50
github.com/ncw/swift/v2 v2.0.3
52
51
github.com/pkg/errors v0.9.1
@@ -80,7 +79,11 @@ require (
80
79
gorm.io/gorm v1.25.11
81
80
)
82
81
83
- require github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
82
+ require (
83
+ cloud.google.com/go/compute/metadata v0.7.0 // indirect
84
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
85
+ github.com/google/go-cmp v0.7.0 // indirect
86
+ )
84
87
85
88
require (
86
89
github.com/STARRY-S/zip v0.2.1 // indirect
@@ -106,7 +109,6 @@ require (
106
109
github.com/ipfs/boxo v0.12.0 // indirect
107
110
github.com/jackc/puddle/v2 v2.2.1 // indirect
108
111
github.com/klauspost/pgzip v1.2.6 // indirect
109
- github.com/kr/text v0.2.0 // indirect
110
112
github.com/matoous/go-nanoid/v2 v2.1.0 // indirect
111
113
github.com/microcosm-cc/bluemonday v1.0.27
112
114
github.com/nwaples/rardecode/v2 v2.0.0-beta.4.0.20241112120701-034e449c6e78
@@ -249,7 +251,7 @@ require (
249
251
github.com/yusufpapurcu/wmi v1.2.4 // indirect
250
252
go.etcd.io/bbolt v1.3.8 // indirect
251
253
golang.org/x/arch v0.8.0 // indirect
252
- golang.org/x/sync v0.12.0
254
+ golang.org/x/sync v0.12.0 // indirect
253
255
golang.org/x/sys v0.33.0 // indirect
254
256
golang.org/x/term v0.32.0 // indirect
255
257
golang.org/x/text v0.23.0
0 commit comments