-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod.yml
629 lines (629 loc) · 28.4 KB
/
go.mod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
# Workaround for Go modules generated by github.com/dennwc/flatpak-go-mod
- dest: vendor
path: modules.txt
type: file
- dest: vendor/github.com/anacrolix/missinggo/v2
sha256: a6e5380e756454bb249c5e32d24c71ce3eebfcc7de091213066cd19336e12707
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/anacrolix/missinggo/v2/@v/v2.8.0.zip
- dest: vendor/github.com/anacrolix/torrent
sha256: cc8cd981e1efad7feb852d5fa7b0de4ff940a4a024e0a954dde7c1a617cdf046
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/torrent/@v/v1.57.2-0.20241017235801-4d8437a05621.zip
- dest: vendor/github.com/armon/go-socks5
sha256: f473e6dce826a0552639833cf72cfaa8bc7141daa7b537622d7f78eacfd9dfb3
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.zip
- dest: vendor/github.com/dop251/goja
sha256: 80ff427a99e26f64cc44311e6bd9d2d315170f430a53c2e1a8b7070aae995261
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/dop251/goja/@v/v0.0.0-20240919115326-6c7d1df7ff05.zip
- dest: vendor/github.com/dop251/goja_nodejs
sha256: 20c847441175e20b5a0e29573798ebcc02519caabe7743b1f5c3d228500dd90c
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/dop251/goja_nodejs/@v/v0.0.0-20240728170619-29b559befffc.zip
- dest: vendor/github.com/go-git/go-git/v5
sha256: c990c1a2c8a5f176218f31ec44525972a89440025b4012fd78c9469fea37bd9b
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.8.1.zip
- dest: vendor/github.com/gorilla/handlers
sha256: 700cb5572cef0b4c251fc63550d3a656d53b91cec845f19b6a16bdbc6795beec
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/gorilla/handlers/@v/v1.5.1.zip
- dest: vendor/github.com/gorilla/mux
sha256: 7641911e00af9c91f089868333067c9cb9a58702d2c9ea821ee374940091c385
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/gorilla/mux/@v/v1.8.0.zip
- dest: vendor/github.com/matoous/go-nanoid/v2
sha256: 76c4cf9c606691e95d5c05090a6d3db374d44f80696addfcd38260035e15ee43
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/matoous/go-nanoid/v2/@v/v2.0.0.zip
- dest: vendor/github.com/mattn/go-ieproxy
sha256: ed86f3f06473b9bdfabe23c5b52cee0277ec11b63dd3691122588f07a4f4bda6
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/mattn/go-ieproxy/@v/v0.0.12.zip
- dest: vendor/github.com/pkg/errors
sha256: d4c36b8bcd0616290a3913215e0f53b931bd6e00670596f2960df1b44af2bd07
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.zip
- dest: vendor/github.com/rs/dnscache
sha256: 11e1fa18f7a18eac97b54b3726363598577ac0df7a6ce806f4775088593c0047
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/rs/dnscache/@v/v0.0.0-20230804202142-fc85eb664529.zip
- dest: vendor/github.com/rs/zerolog
sha256: bebef6940c11b344857e129110cae51dca255d8bc0ab8b845552e308c2f09bd4
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/rs/zerolog/@v/v1.31.0.zip
- dest: vendor/github.com/xiaoqidun/setft
sha256: 9fb3d575467eb13630dbef8a84459cc1b83fda3e1368784b5b5f6bb9f04d48f6
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/xiaoqidun/setft/@v/v0.0.0-20220310121541-be86327699ad.zip
- dest: vendor/go.etcd.io/bbolt
sha256: d1651f094029c4f637fb8a39fee47dd146b41ae77eec79aac431a557f8656b0a
strip-components: 2
type: archive
url: https://proxy.golang.org/go.etcd.io/bbolt/@v/v1.3.11.zip
- dest: vendor/golang.org/x/exp
sha256: 7d91ad19149e6a15a46ec3bd52d2e57e9392397135aff1d382c9ca6b80b2038d
strip-components: 3
type: archive
url: https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20241108190413-2d47ceb2692f.zip
- dest: vendor/golang.org/x/sync
sha256: 4880ba6f792fcb04a55051489f35b1c637f84cd13143db3b9b0c2bdff250f23d
strip-components: 3
type: archive
url: https://proxy.golang.org/golang.org/x/sync/@v/v0.9.0.zip
- dest: vendor/github.com/ebitengine/purego
sha256: 13d72d51856b2286270a95bb8dead29fed3c6634e1690d7435de6a26e0f4447a
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/ebitengine/purego/@v/v0.8.1.zip
- dest: vendor/github.com/go-ole/go-ole
sha256: 95b192df81ca16f0fb7d2d98ff6596d70256d73e49e899c55fabd511fd6768ef
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/go-ole/go-ole/@v/v1.2.6.zip
- dest: vendor/github.com/lufia/plan9stats
sha256: 75d94f3ea67470951feab9c80590ccd7c7d9d408786a1a83349f1e7b64779bb3
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/lufia/plan9stats/@v/v0.0.0-20220913051719-115f729f3c8c.zip
- dest: vendor/github.com/power-devops/perfstat
sha256: 5d08f1483095e59981a0f6a78c90542cff1b0c5ddfe5ebc898c5b19cd5a602f9
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/power-devops/perfstat/@v/v0.0.0-20220216144756-c35f1ee13d7c.zip
- dest: vendor/github.com/tklauser/go-sysconf
sha256: 95a4a24b6f5fc5af05d94bbab39ff847a220d30c5adb4fb0a09f9c7926a2ffe8
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/tklauser/go-sysconf/@v/v0.3.12.zip
- dest: vendor/github.com/tklauser/numcpus
sha256: 267c7f91c5be3f1d091ee215825f91c315196f45e1fd6c4e8abb447f38549e03
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/tklauser/numcpus/@v/v0.6.1.zip
- dest: vendor/github.com/yusufpapurcu/wmi
sha256: c2a0a12203162ef8fd6f65e191aac359823d370e113122cbd8e80711ddc9c1f9
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/yusufpapurcu/wmi/@v/v1.2.4.zip
- dest: vendor/dario.cat/mergo
sha256: 1a7ef396709c5835216bb47ba9218dd440ac5307583c69d1798ce9e457f1311d
strip-components: 2
type: archive
url: https://proxy.golang.org/dario.cat/mergo/@v/v1.0.0.zip
- dest: vendor/github.com/Microsoft/go-winio
sha256: fdfec88b9eb61895ab39ed3a6181d99d78366638f86a609170d76417ba018f53
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/!microsoft/go-winio/@v/v0.6.1.zip
- dest: vendor/github.com/ProtonMail/go-crypto
sha256: 38ee1f363f03bba8acbae33b3590122394111bd33cb9b2f8d2a919b10f14003d
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/!proton!mail/go-crypto/@v/v0.0.0-20230717121422-5aa5874ade95.zip
- dest: vendor/github.com/RoaringBitmap/roaring
sha256: 9dde8874e393a98988690ac94d16396d67b219824eef01b6ec1c14b39e1dfddd
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/!roaring!bitmap/roaring/@v/v1.9.4.zip
- dest: vendor/github.com/acomagu/bufpipe
sha256: 3a3d4e3bf1c7e46a5a10ca43184731d5f16712013a6283087f3632f71c3f3fc5
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.0.4.zip
- dest: vendor/github.com/ajwerner/btree
sha256: b9541f6ed30d8241adcce4225d558eb775a0592dc1108ec941db2278223f697e
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/ajwerner/btree/@v/v0.0.0-20211221152037-f427b3e689c0.zip
- dest: vendor/github.com/alecthomas/atomic
sha256: ff5a1cbb3dfd6881ecada1ccdc5123bb5f215ed732e2363d8c547baf78e693e7
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/alecthomas/atomic/@v/v0.1.0-alpha2.zip
- dest: vendor/github.com/anacrolix/chansync
sha256: db46943857fe3c2a0cddad514886b5ed8ee23bc6026390938479082b9f831c7b
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/chansync/@v/v0.6.0.zip
- dest: vendor/github.com/anacrolix/dht/v2
sha256: 22bed71369c4c10b46b75d818b26dff6015f18751947cb8b1e1b81eb6ada9be0
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/anacrolix/dht/v2/@v/v2.22.0.zip
- dest: vendor/github.com/anacrolix/envpprof
sha256: 72048a815930646d77e1e993d0bd904c92c6a05b85a876fb895ccd38814ef3d3
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/envpprof/@v/v1.4.0.zip
- dest: vendor/github.com/anacrolix/generics
sha256: cd0fe05e1deaefe9990d51f6481a6ef25414d0226f85956bb2cc629b32bc825f
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/generics/@v/v0.0.3-0.20240902042256-7fb2702ef0ca.zip
- dest: vendor/github.com/anacrolix/go-libutp
sha256: 5b7ae97318c51e89a0187e536d7f11021d2f73b4bb851a5b8a54f44a5db17100
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/go-libutp/@v/v1.3.1.zip
- dest: vendor/github.com/anacrolix/log
sha256: d18e75b879afe64a4b3b20b26c911bee3ae10d6da66e0e1d5636c401a5885faf
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/log/@v/v0.16.0.zip
- dest: vendor/github.com/anacrolix/missinggo
sha256: 1028caea21cb76bc82fada8eba956ddf769610ff1b68cb9d649f1127342076f1
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/missinggo/@v/v1.3.0.zip
- dest: vendor/github.com/anacrolix/missinggo/perf
sha256: f4271e6359cf3dd5cba81bcf1436e8abc5d0c96c11820b881544708caa131713
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/anacrolix/missinggo/perf/@v/v1.0.0.zip
- dest: vendor/github.com/anacrolix/mmsg
sha256: 118f607f3025d8539fdc61e8a070b56bac6524689e3b9b908180425bb9ef02ab
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/mmsg/@v/v1.1.1.zip
- dest: vendor/github.com/anacrolix/multiless
sha256: 739eab07ad50b9ddb59b358938c961b04242a1e7cf84b125d0428fdd32cbba7b
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/multiless/@v/v0.4.0.zip
- dest: vendor/github.com/anacrolix/stm
sha256: 3c7e9b38fec87ce2c980fc84e161ddf7fa80226268567618864406c9671b8f4d
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/stm/@v/v0.5.0.zip
- dest: vendor/github.com/anacrolix/sync
sha256: 8e3d1841c926da41347d10fd10cc9036631d56b36aca65df51ad0087d1b01a39
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/sync/@v/v0.5.3.zip
- dest: vendor/github.com/anacrolix/upnp
sha256: ee17ce9c9af60a89fa1dfdc52ef089b60f20358c710673247dc4150159e3f777
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/upnp/@v/v0.1.4.zip
- dest: vendor/github.com/anacrolix/utp
sha256: ab1b0be1fe653b83cb52d831fb63a97e72fa6ccf427fedadd40a1562f048c95c
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/anacrolix/utp/@v/v0.2.0.zip
- dest: vendor/github.com/bahlo/generic-list-go
sha256: e773fa812176a62f1d27d7a1e7589683f5e5af2d36628fa6a5a522e59474c504
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/bahlo/generic-list-go/@v/v0.2.0.zip
- dest: vendor/github.com/benbjohnson/immutable
sha256: b2e9debf869a631d9101498b70c5dde070371c871660b7f608ceb95f9da592ef
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/benbjohnson/immutable/@v/v0.4.3.zip
- dest: vendor/github.com/bits-and-blooms/bitset
sha256: 8fa597948e7dbd0d330205c4acf7fa6ea108f505b3587b5740eaa077e092d610
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/bits-and-blooms/bitset/@v/v1.15.0.zip
- dest: vendor/github.com/bradfitz/iter
sha256: d105b5659bde8f8a4c011662e7017c869c8674f0e504198ea86365127718b28f
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/bradfitz/iter/@v/v0.0.0-20191230175014-e8f45d346db8.zip
- dest: vendor/github.com/cespare/xxhash
sha256: fe98c56670b21631f7fd3305a29a3b17e86a6cce3876a2119460717a18538e2e
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/cespare/xxhash/@v/v1.1.0.zip
- dest: vendor/github.com/cloudflare/circl
sha256: 5e118c0506d5c6e8cb337de350b484da34544085cda55d3114a3e6f432528df4
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.3.3.zip
- dest: vendor/github.com/davecgh/go-spew
sha256: 6b44a843951f371b7010c754ecc3cabefe815d5ced1c5b9409fb2d697e8a890d
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.1.zip
- dest: vendor/github.com/dlclark/regexp2
sha256: 29613e60dfc18d0f94c6382522b2496716e01dce8bd660fe68c83d3e9acd7386
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.4.zip
- dest: vendor/github.com/dustin/go-humanize
sha256: 319404ea84c8a4e2d3d83f30988b006e7dd04976de3e1a1a90484ad94679fa46
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.zip
- dest: vendor/github.com/edsrzf/mmap-go
sha256: 1ec1c0d3b80ad3259bb66e09e8bf2b7e1de2ce0928c8c6d6fcbe982bb00f8d75
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/edsrzf/mmap-go/@v/v1.2.0.zip
- dest: vendor/github.com/emirpasic/gods
sha256: 1d75e291ac15cf9ca2fcd8bd24e2f7203abad319cd3622cd1b19db5c4fb9daa5
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.zip
- dest: vendor/github.com/felixge/httpsnoop
sha256: dc0c57cc57f116de113c320cffcbc61fa437d19a729deec373cce786dd89a029
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.1.zip
- dest: vendor/github.com/go-git/gcfg
sha256: 4cd67689e108cfd654591c4a7f693ac5110634a73dabc12686fb07854556c480
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.zip
- dest: vendor/github.com/go-git/go-billy/v5
sha256: f9e3916cb247d1e2c03ddc34b20ff0e92511156ddc2fa70112465f7097958d8c
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.4.1.zip
- dest: vendor/github.com/go-llsqlite/adapter
sha256: 329c7aadd4cfe51dc9295568a57042e38ac58da4cd2b6c273b745a50541222a6
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/go-llsqlite/adapter/@v/v0.1.0.zip
- dest: vendor/github.com/go-llsqlite/crawshaw
sha256: 7c3dcd2bc696187677b30be7f425fbd138eeda64a1d54f66cc8796965493f9da
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/go-llsqlite/crawshaw/@v/v0.5.5.zip
- dest: vendor/github.com/go-logr/logr
sha256: 9f8926fda6dee61e68522421963d5804baeb10024aa02b318d9bd50fdcfdd7d1
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.zip
- dest: vendor/github.com/go-logr/stdr
sha256: 9dd6893bf700198485ae699640b49bc1efbc6c73b37cb5792a0476e1fd8f7fef
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.zip
- dest: vendor/github.com/go-sourcemap/sourcemap
sha256: 600a00841ed0876868cccaf84ed625d9c6d492b36953848d45f00a565ffeb573
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/go-sourcemap/sourcemap/@v/v2.1.4+incompatible.zip
- dest: vendor/github.com/golang/groupcache
sha256: b27034e8fc013627543e1ad098cfc65329f2896df3da5cf3266cc9166f93f3a5
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.zip
- dest: vendor/github.com/google/btree
sha256: 11b736bc8252b52fecdf346d3707ccf3a2b6d458ba21b4f843616fc12eeb30b2
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/google/btree/@v/v1.1.3.zip
- dest: vendor/github.com/google/pprof
sha256: 799f7aadde2219396c3e92537b8d73c6a35ac164fac548fdbc4719a174191ca3
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20240910150728-a0b0bb1d4134.zip
- dest: vendor/github.com/google/uuid
sha256: d0f02f377217f42702e259684e06441edbf5140dddcc34ba9bea56038b38a6ed
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.zip
- dest: vendor/github.com/gorilla/websocket
sha256: dbbd31dd0f08548c5dc43e4c2f12bbba66abff5252b224b1cd06afbb72783a76
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.zip
- dest: vendor/github.com/huandu/xstrings
sha256: 74bd0e897e5c35b1fd0e598cb8d9dfcebcb820b6edf3abf850d5404bfaaca6a2
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/huandu/xstrings/@v/v1.5.0.zip
- dest: vendor/github.com/jbenet/go-context
sha256: 4cd0955abeea43dc4b5a08b8769e696109e0376f2a113a9b8eff13cc90cac1c7
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.zip
- dest: vendor/github.com/kevinburke/ssh_config
sha256: 9ddb8038a222880f96080264a314a205deea58a0b9db9c6d314e79e085f02ec3
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.zip
- dest: vendor/github.com/klauspost/cpuid/v2
sha256: 59cd12e9094495dda4ce5f344bcbaa4238dfa7bb0eba66f514ec0bacd5ce99e5
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.9.zip
- dest: vendor/github.com/mattn/go-colorable
sha256: 08be322dcc584a9fcfde5caf0cf878b4e11cd98f252e32bc704e92c5a4ba9d15
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.zip
- dest: vendor/github.com/mattn/go-isatty
sha256: f2d5f89ca451577e17464b9bb596dc0d0ecececb5eaa63622c41b57cd0b7b8cc
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.zip
- dest: vendor/github.com/minio/sha256-simd
sha256: e8805d8f0438b7fa0286c0cb160180ad8fc726e06bca1eabcd59c142523c625c
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/minio/sha256-simd/@v/v1.0.1.zip
- dest: vendor/github.com/mr-tron/base58
sha256: 36647ee156c3b9194e05c40f8afb35351e6498c90552ee1ee5486d67c570a27f
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/mr-tron/base58/@v/v1.2.0.zip
- dest: vendor/github.com/mschoch/smat
sha256: 86651c6cb3a55e78f28be10dda97df0b1ad58027a051efaad8b359dd521f8864
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/mschoch/smat/@v/v0.2.0.zip
- dest: vendor/github.com/multiformats/go-multihash
sha256: 425c0e14581b2ab1827e17bc9195e393956cbb879bbc4823b7bb868a20e8860b
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/multiformats/go-multihash/@v/v0.2.3.zip
- dest: vendor/github.com/multiformats/go-varint
sha256: c22d63b0848740cf5b727baed82aace1fa4cd66280676af2e643526d8cf6c594
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/multiformats/go-varint/@v/v0.0.7.zip
- dest: vendor/github.com/ncruces/go-strftime
sha256: 3c46ee9c9db8fde8ce93c768a8701fa01f630bab0cfff338481cde768fe561ac
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/ncruces/go-strftime/@v/v0.1.9.zip
- dest: vendor/github.com/pion/datachannel
sha256: c27f3c8c943bb3b4d39f505facd837783466b8bdec96029bddff8c2255221c6d
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/pion/datachannel/@v/v1.5.9.zip
- dest: vendor/github.com/pion/dtls/v3
sha256: ba5bd02ad947568a6da0ec009c468263c026683ac731e98b897c29664c8c4fa3
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/pion/dtls/v3/@v/v3.0.4.zip
- dest: vendor/github.com/pion/ice/v4
sha256: f0afd688e4e55b7c6f0de6301eb9e92f489de394fe67cc9ef8712417a0b83f30
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/pion/ice/v4/@v/v4.0.2.zip
- dest: vendor/github.com/pion/interceptor
sha256: 941cfc58064e4b609a9baa91619878c9f09b64888ad9f7d941278c026b1c3f64
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/pion/interceptor/@v/v0.1.37.zip
- dest: vendor/github.com/pion/logging
sha256: 9f164a498a38c120b5766a87a59f68aca91fbeed2d7c375ac8ca2a7e424936e4
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/pion/logging/@v/v0.2.2.zip
- dest: vendor/github.com/pion/mdns/v2
sha256: 2dc598a0fd583a1c047ad260e52463be7c367916a116aa89fbe7ceb8eaf731a4
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/pion/mdns/v2/@v/v2.0.7.zip
- dest: vendor/github.com/pion/randutil
sha256: 35161b7c4ff98bb09fd8055537f9b2499116c19a89b9700b9b1986b7147b6805
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/pion/randutil/@v/v0.1.0.zip
- dest: vendor/github.com/pion/rtcp
sha256: 1fb4498538d7f2d21573c438ee2ad7e4dcc085fa0274b3c7ad0d95897f2e9116
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/pion/rtcp/@v/v1.2.14.zip
- dest: vendor/github.com/pion/rtp
sha256: b0da88cc0907f192e988121af2ddaedc26bb31c94271a51a76ebc267327d0b6e
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/pion/rtp/@v/v1.8.9.zip
- dest: vendor/github.com/pion/sctp
sha256: 07bcea39c29ab1108fa6882d35799a71c14f7a787534df4f247f4950cf44026b
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/pion/sctp/@v/v1.8.33.zip
- dest: vendor/github.com/pion/sdp/v3
sha256: b26e89258a85e35946ea7f7ad1fb5ee0e22790c9b0d6d9e933d023a52ab0b047
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/pion/sdp/v3/@v/v3.0.9.zip
- dest: vendor/github.com/pion/srtp/v3
sha256: 7f0adb975cb92f6a551e7f2a33bba86363c40e514d241b6c5c914e8be8478cdd
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/pion/srtp/v3/@v/v3.0.4.zip
- dest: vendor/github.com/pion/stun/v3
sha256: f3af9bbf81a3bb44e50f5282c1a833db11da82639fdd0c55d3a2afbe401c97b1
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/pion/stun/v3/@v/v3.0.0.zip
- dest: vendor/github.com/pion/transport/v3
sha256: f928764cf558648daed662040cffe863b4ca6f88b3eb721de93de11532070d96
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/pion/transport/v3/@v/v3.0.7.zip
- dest: vendor/github.com/pion/turn/v4
sha256: 6a4a448d86fe14b6c7e7e70d9787aa6038d112289465e126229d9880b916e130
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/pion/turn/v4/@v/v4.0.0.zip
- dest: vendor/github.com/pion/webrtc/v4
sha256: a1dc025e65d4244809c891cb050a22764c95dde5576c27a1502bce0c782b9150
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/pion/webrtc/v4/@v/v4.0.2.zip
- dest: vendor/github.com/pjbgf/sha1cd
sha256: acfee96dd2fe8e6ae08ae9864504830a49d235d74c2ab93df7a5dfa29a90a461
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.0.zip
- dest: vendor/github.com/pkg/browser
sha256: 8524ae36d809564d1f218978593b5c565cf3ee8dccd035d66b336ad0c56e60d1
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.zip
- dest: vendor/github.com/protolambda/ctxlock
sha256: 53028272fdb102146dfc52962cfffe1bfd1a6f1c483a05d3279c888c63cfc254
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/protolambda/ctxlock/@v/v0.1.0.zip
- dest: vendor/github.com/remyoudompheng/bigfft
sha256: 9be16c32c384d55d0f7bd7b03f1ff1e9a4e4b91b000f0aa87a567a01b9b82398
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/remyoudompheng/bigfft/@v/v0.0.0-20230129092748-24d4a6f8daec.zip
- dest: vendor/github.com/sergi/go-diff
sha256: a9c0203d5188745f59c29e170e8b1a7e7c8bd007634bce75932ffac042e43eac
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.1.0.zip
- dest: vendor/github.com/shirou/gopsutil/v4
sha256: 75b721d15f957f506e889d07fd7ccdf542b47a21eb9991099e345120f90c2fbf
strip-components: 4
type: archive
url: https://proxy.golang.org/github.com/shirou/gopsutil/v4/@v/v4.24.12.zip
- dest: vendor/github.com/skeema/knownhosts
sha256: b0a6ee418f06dd7372e10b102f0c061de3d8ceda7813778ac74e8ec9338905c3
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.2.0.zip
- dest: vendor/github.com/spaolacci/murmur3
sha256: 60bd43ada88cc70823b31fd678a8b906d48631b47145300544d45219ee6a17bc
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/spaolacci/murmur3/@v/v1.1.0.zip
- dest: vendor/github.com/tidwall/btree
sha256: 4a6619eb936c836841702933a9d66f27abe83b7ffb541de44d12db4aa3a809d5
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/tidwall/btree/@v/v1.7.0.zip
- dest: vendor/github.com/wlynxg/anet
sha256: 5d6e471ccaa553e0cac56e17f8e44499f99ca1a1e37d80d5fdb3c64d4d50d02a
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/wlynxg/anet/@v/v0.0.5.zip
- dest: vendor/github.com/xanzy/ssh-agent
sha256: 19a86c2623b20cc98687bddd89e3f023db0ca51c8bc9e38b9ad9c56e5b7d110d
strip-components: 3
type: archive
url: https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.zip
- dest: vendor/go.opentelemetry.io/otel
sha256: 700410b933b8fbf3ab5b767bb490faaf4538009706eab5ad70c2006f690b2c0e
strip-components: 2
type: archive
url: https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.32.0.zip
- dest: vendor/go.opentelemetry.io/otel/metric
sha256: 3e2cdaaaed5a5578623deb753d5ac073ef8a922fee99e826a512a4752de98285
strip-components: 3
type: archive
url: https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.32.0.zip
- dest: vendor/go.opentelemetry.io/otel/trace
sha256: ea294343620d44ae3855a18ed1b7e1a38e1a7864609b98abc377369f6a0ce6a4
strip-components: 3
type: archive
url: https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.32.0.zip
- dest: vendor/golang.org/x/crypto
sha256: 477b082749a2743a2098b28acf02a651f5f46b0dbb03b1cf580d499a3629718d
strip-components: 3
type: archive
url: https://proxy.golang.org/golang.org/x/crypto/@v/v0.29.0.zip
- dest: vendor/golang.org/x/mod
sha256: 0d0a96054b32dfa40cec2a2868bf87cdda31e3bb2dac0a5e2218efe3ef3ef3cc
strip-components: 3
type: archive
url: https://proxy.golang.org/golang.org/x/mod/@v/v0.22.0.zip
- dest: vendor/golang.org/x/net
sha256: 0161750cfdd32d146852d4d7a9ac769b2ccde2e8970289d02ab155b5f02578a4
strip-components: 3
type: archive
url: https://proxy.golang.org/golang.org/x/net/@v/v0.31.0.zip
- dest: vendor/golang.org/x/sys
sha256: 0ed47a83fe7d7a7e743e815172bc10c1ac0ed0d31ebb095e75717428e09aa895
strip-components: 3
type: archive
url: https://proxy.golang.org/golang.org/x/sys/@v/v0.28.0.zip
- dest: vendor/golang.org/x/text
sha256: 73b665d0df2cca11badc259586ccb0ba1101637d669d7abaafb27b90b7c028af
strip-components: 3
type: archive
url: https://proxy.golang.org/golang.org/x/text/@v/v0.20.0.zip
- dest: vendor/golang.org/x/time
sha256: 2509eb9d0e0f0c819d6538b51cd7ecba1be25a759a9186fda4e9784ecbfb9684
strip-components: 3
type: archive
url: https://proxy.golang.org/golang.org/x/time/@v/v0.8.0.zip
- dest: vendor/golang.org/x/tools
sha256: c568990def8355c800b9df8bfdbcff20d86ba07399e607b215990574c96749eb
strip-components: 3
type: archive
url: https://proxy.golang.org/golang.org/x/tools/@v/v0.27.0.zip
- dest: vendor/gopkg.in/warnings.v0
sha256: c412b1f704c1e8ba59b6cfdb1072f8be847c03f77d6507c692913d6d9454e51c
strip-components: 2
type: archive
url: https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.zip
- dest: vendor/lukechampine.com/blake3
sha256: 2fb0c0a64de6f558aadf0fc161caaf1d477adaed6b8ee60648e0fb44376de32b
strip-components: 2
type: archive
url: https://proxy.golang.org/lukechampine.com/blake3/@v/v1.3.0.zip
- dest: vendor/modernc.org/libc
sha256: b622862847d11d83b1a9f5773d009f25e5d9c8e4864b55c097d7dce809824f01
strip-components: 2
type: archive
url: https://proxy.golang.org/modernc.org/libc/@v/v1.61.0.zip
- dest: vendor/modernc.org/mathutil
sha256: 3a9e2065897e172b4c092c3098e15a2d66bc2700432f88ba6812c1b6b0acf2b2
strip-components: 2
type: archive
url: https://proxy.golang.org/modernc.org/mathutil/@v/v1.6.0.zip
- dest: vendor/modernc.org/memory
sha256: ab7bdfef46277868ae06d2aac01f3a64f30365a95bed4065c32c6399a3454c1c
strip-components: 2
type: archive
url: https://proxy.golang.org/modernc.org/memory/@v/v1.8.0.zip
- dest: vendor/modernc.org/sqlite
sha256: 1961c5c48c424bacf3eef76d7b0381b84e629583ae6bf740c6c6f6750adbf2c3
strip-components: 2
type: archive
url: https://proxy.golang.org/modernc.org/sqlite/@v/v1.33.1.zip
- dest: vendor/zombiezen.com/go/sqlite
sha256: dfdb6a520a6ede0530d262aa7b37e9e37df5d98d2bc28731016fd8377af55735
strip-components: 3
type: archive
url: https://proxy.golang.org/zombiezen.com/go/sqlite/@v/v1.4.0.zip