@@ -40,7 +40,7 @@ require (
40
40
github.com/dimiro1/reply v0.0.0-20200315094148-d0136a4c9e21
41
41
github.com/djherbis/buffer v1.2.0
42
42
github.com/djherbis/nio/v3 v3.0.1
43
- github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5
43
+ github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707
44
44
github.com/dustin/go-humanize v1.0.1
45
45
github.com/editorconfig/editorconfig-core-go/v2 v2.6.3
46
46
github.com/emersion/go-imap v1.2.1
@@ -85,7 +85,7 @@ require (
85
85
github.com/mattn/go-isatty v0.0.20
86
86
github.com/mattn/go-sqlite3 v1.14.28
87
87
github.com/meilisearch/meilisearch-go v0.31.0
88
- github.com/mholt/archiver/v3 v3.5.1
88
+ github.com/mholt/archives v0.1.3
89
89
github.com/microcosm-cc/bluemonday v1.0.27
90
90
github.com/microsoft/go-mssqldb v1.8.0
91
91
github.com/minio/minio-go/v7 v7.0.91
@@ -143,7 +143,8 @@ require (
143
143
github.com/DataDog/zstd v1.5.7 // indirect
144
144
github.com/Microsoft/go-winio v0.6.2 // indirect
145
145
github.com/RoaringBitmap/roaring/v2 v2.4.5 // indirect
146
- github.com/andybalholm/brotli v1.1.1 // indirect
146
+ github.com/STARRY-S/zip v0.2.1 // indirect
147
+ github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3 // indirect
147
148
github.com/andybalholm/cascadia v1.3.3 // indirect
148
149
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
149
150
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
@@ -171,6 +172,9 @@ require (
171
172
github.com/blevesearch/zapx/v15 v15.4.1 // indirect
172
173
github.com/blevesearch/zapx/v16 v16.2.3 // indirect
173
174
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
175
+ github.com/bodgit/plumbing v1.3.0 // indirect
176
+ github.com/bodgit/sevenzip v1.6.0 // indirect
177
+ github.com/bodgit/windows v1.0.1 // indirect
174
178
github.com/boombuler/barcode v1.0.2 // indirect
175
179
github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf // indirect
176
180
github.com/caddyserver/zerossl v0.1.3 // indirect
@@ -227,15 +231,17 @@ require (
227
231
github.com/mattn/go-shellwords v1.0.12 // indirect
228
232
github.com/mholt/acmez/v3 v3.1.2 // indirect
229
233
github.com/miekg/dns v1.1.65 // indirect
234
+ github.com/mikelolasagasti/xz v1.0.1 // indirect
230
235
github.com/minio/crc64nvme v1.0.1 // indirect
231
236
github.com/minio/md5-simd v1.1.2 // indirect
237
+ github.com/minio/minlz v1.0.0 // indirect
232
238
github.com/mitchellh/mapstructure v1.5.0 // indirect
233
239
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
234
240
github.com/modern-go/reflect2 v1.0.2 // indirect
235
241
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450 // indirect
236
242
github.com/mschoch/smat v0.2.0 // indirect
237
243
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
238
- github.com/nwaples/rardecode v1 .1.3 // indirect
244
+ github.com/nwaples/rardecode/v2 v2 .1.0 // indirect
239
245
github.com/olekukonko/tablewriter v0.0.5 // indirect
240
246
github.com/onsi/ginkgo v1.16.5 // indirect
241
247
github.com/pierrec/lz4/v4 v4.1.22 // indirect
@@ -250,6 +256,7 @@ require (
250
256
github.com/russross/blackfriday/v2 v2.1.0 // indirect
251
257
github.com/sirupsen/logrus v1.9.3 // indirect
252
258
github.com/skeema/knownhosts v1.3.1 // indirect
259
+ github.com/sorairolake/lzip-go v0.3.5 // indirect
253
260
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
254
261
github.com/unknwon/com v1.0.1 // indirect
255
262
github.com/valyala/fastjson v1.6.4 // indirect
@@ -265,6 +272,7 @@ require (
265
272
go.uber.org/multierr v1.11.0 // indirect
266
273
go.uber.org/zap v1.27.0 // indirect
267
274
go.uber.org/zap/exp v0.3.0 // indirect
275
+ go4.org v0.0.0-20230225012048-214862532bf5 // indirect
268
276
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
269
277
golang.org/x/mod v0.25.0 // indirect
270
278
golang.org/x/time v0.11.0 // indirect
@@ -281,9 +289,6 @@ replace github.com/nektos/act => gitea.com/gitea/act v0.261.6
281
289
// TODO: the only difference is in `PutObject`: the fork doesn't use `NewVerifyingReader(r, sha256.New(), oid, expectedSize)`, need to figure out why
282
290
replace github.com/charmbracelet/git-lfs-transfer => gitea.com/gitea/git-lfs-transfer v0.2.0
283
291
284
- // TODO: This could be removed after https://github.com/mholt/archiver/pull/396 merged
285
- replace github.com/mholt/archiver/v3 => github.com/anchore/archiver/v3 v3.5.2
286
-
287
292
replace git.sr.ht/~mariusor/go-xsd-duration => gitea.com/gitea/go-xsd-duration v0.0.0-20220703122237-02e73435a078
288
293
289
294
exclude github.com/gofrs/uuid v3.2.0+incompatible
0 commit comments