blob: eb2c61516c1f519f3fbfcee5bd1f329af17af3cc (
plain)
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
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
|
# Generated by oe-go-mod-fetcher-hybrid.py
# Go modules fetched from proxy.golang.org (fast path)
#
# These modules are fetched as pre-built zip files from the Go proxy.
# They do not provide VCS commit-level provenance but are much faster.
inherit go-mod
SRC_URI += "gomod://cel.dev/expr;version=v0.24.0;sha256sum=4456189315133136b72bfb40312d731c8957cce38a2807ac21d09f5158259bb7"
SRC_URI += "gomod://cel.dev/expr;version=v0.25.1;sha256sum=12652bea2461aa29004d23052d3a08cb5911ab0a652469ef5da6efb37c12ee87"
SRC_URI += "gomod://cloud.google.com/go;version=v0.123.0;sha256sum=e9c9509cf75beb9516795eeb113d01a20e2a71496a66ed736b6ed2a516878d52"
SRC_URI += "gomod://cloud.google.com/go;version=v0.26.0;sha256sum=521f8c367396ff52b7e9c2203e32a714c995788b5d14a40e2bb829eb0a7878a7"
SRC_URI += "gomod://cloud.google.com/go/auth;version=v0.19.0;sha256sum=f0f8ec20e90b6f5d9471124a5d36db61e25cbaf4e3526cc123afc8d4ebfde966"
SRC_URI += "gomod://cloud.google.com/go/auth/oauth2adapt;version=v0.2.8;sha256sum=4cd64264bafc4dd05f645452d6e1485adf92309130bd82b4c595db10cd534963"
SRC_URI += "gomod://cloud.google.com/go/compute/metadata;version=v0.7.0;sha256sum=89c19841bf87fe53034aed53505c527fe6674d3bf0f21c0e972374f94fb08eb4"
SRC_URI += "gomod://cloud.google.com/go/compute/metadata;version=v0.9.0;sha256sum=f97e35d1c96239b8574054a77e312c95d2c82a89c21daf46ffeaea6d5fc59eca"
SRC_URI += "gomod://cloud.google.com/go/logging;version=v1.18.0;sha256sum=d043ffb20932aef14762e8a60b047c0b1818fcec02838716c95835ddd32e7a94"
SRC_URI += "gomod://cloud.google.com/go/longrunning;version=v0.9.0;sha256sum=989d72eb620d4b04514df9d695a234edee783e00bfb0bdcbdb7f772ec50a43c8"
SRC_URI += "gomod://code.cloudfoundry.org/clock;version=v1.60.0;sha256sum=bba82987771567774afad469f24b66635f8da2726b8687c568dae875519f7804"
SRC_URI += "gomod://cyphar.com/go-pathrs;version=v0.2.1;sha256sum=c68ca36bf78b684a29ef9ce58b5c26a4a68baa4a068259c753b652a91b85a5ed"
SRC_URI += "gomod://dario.cat/mergo;version=v1.0.2;sha256sum=67d2e9d83ca57d3a8ce1a0e0e626a7c03753b3966b58b41b95e97ca4e7b2c640"
SRC_URI += "gomod://filippo.io/edwards25519;version=v1.1.1;sha256sum=7e620dc84053ca8bf68180bbeada20ff586b1b9ebd8398039a5f7d5da17d3bb3"
SRC_URI += "gomod://filippo.io/edwards25519;version=v1.1.0;sha256sum=9ac43a686d06fdebd719f7af3866c87eb069302272dfb131007adf471c308b65"
SRC_URI += "gomod://github.com/AdaLogics/go-fuzz-headers;version=v0.0.0-20240806141605-e8a1dd7889d6;sha256sum=2fc1bca9461db8f106c8b73652d51ab2b7f8a2620b2d453ffcb813bbadf587b6"
SRC_URI += "gomod://github.com/AdamKorcz/go-118-fuzz-build;version=v0.0.0-20231105174938-2b5cbb29f3e2;sha256sum=1a055c5faf5feab920c7bf3e430a2107068ca173a5fecc70e1295190d3f0ba69"
SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/azcore;version=v1.21.0;sha256sum=763cf24cc12852b7bab952ac524a30bc7a6047ce6c446397a5b85234f72fccc2"
SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/internal;version=v1.11.2;sha256sum=88c28c7f95f1ab392d5bf5e98569b30b834721978e2d7d4dc2eed1bc08f6f4e8"
SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/storage/azblob;version=v1.5.0;sha256sum=a248c1b377cbdb1f9b80fbc7ce27ffc151d65678c364ce4058d7825d6130c4e2"
SRC_URI += "gomod://github.com/Azure/go-ansiterm;version=v0.0.0-20250102033503-faa5f7b0171c;sha256sum=53babc36db77d2d8af41cf86bddcf6203747335054c26b44165a6725c5455c34"
SRC_URI += "gomod://github.com/BurntSushi/toml;version=v0.3.1;sha256sum=815c6e594745f2d8842ff9a4b0569c6695e6cdfd5e07e5b3d98d06b72ca41e3c"
SRC_URI += "gomod://github.com/BurntSushi/toml;version=v1.5.0;sha256sum=a10c8d3d6c4a9b73dc885464245eec6b27d64f430d6979389cd9c58adde15855"
SRC_URI += "gomod://github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp;version=v1.31.0;sha256sum=60558bb0633e963a442aaf8492162e7bc2a7817fa7b5a07ffe83ebd2ee8463c2"
SRC_URI += "gomod://github.com/Graylog2/go-gelf;version=v0.0.0-20191017102106-1550ee647df0;sha256sum=357eec8626dec00ef9e4d15702ef289ceeed07e7391bc270b9f2a89e48dc223e"
SRC_URI += "gomod://github.com/KarpelesLab/reflink;version=v1.0.1;sha256sum=a6252af924d2c20112b5dc55a4d6b89e9496950a530b557ac16cfb61b6c7d2a1"
SRC_URI += "gomod://github.com/Masterminds/semver/v3;version=v3.5.0;sha256sum=2cda916821eedb0e1d7ac45d80b6cb78320b035f0f77272ff18d082b7cd90713"
SRC_URI += "gomod://github.com/Microsoft/cosesign1go;version=v1.4.0;sha256sum=5955ebf9ef98609a0abecae9c7d46006a5e8d876dbc15e2005cf866718721007"
SRC_URI += "gomod://github.com/Microsoft/didx509go;version=v0.0.3;sha256sum=46e101057a940f4dbd5d8e2c5276a0e5c62d2c820ef3b2d96caa791518b0840e"
SRC_URI += "gomod://github.com/Microsoft/go-winio;version=v0.6.3-0.20251027160822-ad3df93bed29;sha256sum=6507326885292057ef1bf96a9d6a9300b1695f88a49b34f77fcfdf2a219c276c"
SRC_URI += "gomod://github.com/Microsoft/hcsshim;version=v0.15.0-rc.1;sha256sum=1f22b2c814bc4267df09975f4f41a9980ca45c86ac175ccadad1a189a1f7ddaf"
SRC_URI += "gomod://github.com/OneOfOne/xxhash;version=v1.2.8;sha256sum=1dcee420896ecd5787e8e3bc67bdae262f5d189405c6e55d9dbc4698bbf47553"
SRC_URI += "gomod://github.com/ProtonMail/go-crypto;version=v1.3.0;sha256sum=b909c7c3b5d0b7a0879e640bc01382dbc9166bbca6fbf53ee12f2c045b9c5028"
SRC_URI += "gomod://github.com/RackSec/srslog;version=v0.0.0-20180709174129-a4725f04ec91;sha256sum=6d53920385106a98ed958be03e2846eaf1b2f61030ae22193d57c07be8b5f7f8"
SRC_URI += "gomod://github.com/StackExchange/wmi;version=v0.0.0-20190523213315-cbe66965904d;sha256sum=68f499ad4c3f45fc6c286fd2a5966e8e15c0f3abc1f96fbf4a979245df936e16"
SRC_URI += "gomod://github.com/agext/levenshtein;version=v1.2.3;sha256sum=f24dcae174b3418f6340fb8f54797788a71130b960da4f07d3e08206cbcbdc02"
SRC_URI += "gomod://github.com/agnivade/levenshtein;version=v1.2.0;sha256sum=8bd03e6210dda89343423cc5887d2d16fd669eb3d9c115aef5e3d50dff95b7ba"
SRC_URI += "gomod://github.com/akavel/rsrc;version=v0.10.2;sha256sum=4a1f17e289dec94b49610f74b467c7e2053332e856a8766ec8c3e7c3d39af04f"
SRC_URI += "gomod://github.com/alexflint/go-filemutex;version=v1.3.0;sha256sum=ed65d87b6614be009bb000847311cf6a0b89b010f93589d479c7f2f7d3a58a60"
SRC_URI += "gomod://github.com/aliyun/aliyun-oss-go-sdk;version=v3.0.2+incompatible;sha256sum=d9fdda3fde5885381761bb164c7004e4e1d40de5a6da603cc597f029bd7e868c"
SRC_URI += "gomod://github.com/anchore/go-struct-converter;version=v0.1.0;sha256sum=d59da72ec5a33286bf91e47055e3a526474f9ee2755735be7221dad0540dc88c"
SRC_URI += "gomod://github.com/apparentlymart/go-cidr;version=v1.1.1;sha256sum=6bc2578905c487bdc42c3e8bea78c9247c8a0c11234b6aba332c005690ff278e"
SRC_URI += "gomod://github.com/armon/circbuf;version=v0.0.0-20190214190532-5111143e8da2;sha256sum=c8b7ba977844b5378a2413c123c3e55d0885fb67f64ad6cf06575a791a36b827"
SRC_URI += "gomod://github.com/armon/go-metrics;version=v0.4.1;sha256sum=f1b9155b8635eea48fb8929934b1268bf624cec2d51fcef8b62fa4aa91e05cc9"
SRC_URI += "gomod://github.com/asaskevich/govalidator;version=v0.0.0-20230301143203-a9d515a09cc2;sha256sum=0f8ec67bbc585d29ec115c0885cef6f2431a422cc1cc10008e466ebe8be5dc37"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2;version=v1.41.7;sha256sum=f9e69a0704a2d97fdd0bb8f6b97b8b41c42a1572fae8c673d32fc80beecc8d9d"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2;version=v1.30.3;sha256sum=d3b88fc5931e2f1f9112ff2c996c23267750e814e4010db766aee915aa5a8f3e"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream;version=v1.7.10;sha256sum=92ff491db61b3c7b9d031e65ee84fc38804e07ec1b9acb1a5db040f393065831"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream;version=v1.6.3;sha256sum=c76ec84633fcdaba3e413fc548fe041a6772973b119815aeb0153bd6523c43b0"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/config;version=v1.32.17;sha256sum=a72a31ed8fce33b473dd0b684be8d709e64f6ef17981492541dd910403307004"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/config;version=v1.27.27;sha256sum=efe3d195bcb2e3014efbfda800305e7f51b56cc29240840021473b75613fccc6"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/credentials;version=v1.17.27;sha256sum=07f433dec017a53ab85907d121491a136a7fc16bd0197fdc2a5fecc6ba213350"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/credentials;version=v1.19.16;sha256sum=f4efe61167ef97d6c3cb5c9de373daa36aeae2a9be1668d8ffffc3d878e89a7f"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/feature/ec2/imds;version=v1.16.11;sha256sum=f210e3a3a6bcc6706e945852b25b76a3280b24de174f648d62785a7cbba39dca"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/feature/ec2/imds;version=v1.18.23;sha256sum=090b0395757b407c89e80296beeecc24264b0ff7fe3337249eca3a3f056688fe"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/feature/s3/manager;version=v1.17.8;sha256sum=f5305ae720d582c0d61bd797930dbc371a4b9992b503fe71f32448cf608e5b33"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager;version=v0.1.16;sha256sum=19f7104918023cf0862a4d44ac0ab25042d87903b21752355b5886e911e7ed2f"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/configsources;version=v1.3.15;sha256sum=1388c0be81829f30950e3fac075d3bdb1e1d61ef628bb84c1d433db56626d81e"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/configsources;version=v1.4.23;sha256sum=51982e61e8d403c4a397402090f72df7e4af0e635f2589077a12635a235a08e7"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/endpoints/v2;version=v2.6.15;sha256sum=05afa43385af905498c48a355a1cc97ef20f10b696f37f956e3f198d63e4f8fc"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/endpoints/v2;version=v2.7.23;sha256sum=951917a92e725a8734202df0a8aab13c7a03efac7c26d96ddd7819f14d22a63e"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/ini;version=v1.8.0;sha256sum=c597ff92dcd57f28e3c7f81274b882b7fe37f2dd58dfc666049ffd6eef52b4cc"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/v4a;version=v1.4.24;sha256sum=c7e35c4145c5d71ed4dbc45b599dee9304e9cfceb76970d65225fb4fe9771872"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/v4a;version=v1.3.15;sha256sum=d2e41a54bcc0618fca34c0e5303223873a9e00bae087a9db8431d1f6fad4d1ee"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs;version=v1.74.0;sha256sum=fa5859997f98bc0fede059cbc9e75dc8f089d7760e407068bce8aac438139d0f"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding;version=v1.11.3;sha256sum=569b743c5e0e65b6ce901712bac39d240d978d41785e968d2b2e5d9a011759eb"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding;version=v1.13.9;sha256sum=a5aa5c6d401e96238993cdfe7d2bc10bae979ae467a219afd9f2a769239fd796"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/checksum;version=v1.3.17;sha256sum=44988624f6a19cdcb2aebb05787a383875ee08237b7285c2d90ed548c92e5847"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/checksum;version=v1.9.13;sha256sum=6090625431bf8e9e0df9f4504a7ad32ca3a600602fc49e0e63a8c4d786c0165e"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/presigned-url;version=v1.11.17;sha256sum=4a65a2967b22698e15219dfcb41713432c4783b91db2835896926ac28914794b"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/presigned-url;version=v1.13.23;sha256sum=9ea8387c36fb48ef7ed3c5b8c9db1b0c2a61c456feb7f0276346997743369828"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/s3shared;version=v1.19.21;sha256sum=2dae9c3770ae9ee204e3c875796791e5a4083bc975fb517b34fb9bc2398a9b4c"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/s3shared;version=v1.17.15;sha256sum=81496abf9672f3979227e23921d88bc65206395bd93174da40351740a1da3dcc"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/s3;version=v1.58.2;sha256sum=5ee814b558bed1c6e2158e5a72098c9b5579f1cdcbf0aef0d16743a6a0b821d8"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/s3;version=v1.99.0;sha256sum=187c2add9c2ee3bbb973a2837d0d2ca22b1f7c028bda65af0a5323e48b56b17a"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/signin;version=v1.0.11;sha256sum=6faac46de482e397f6d0c401078046b8d84bd11213f3a76e1536f058acd12056"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/sso;version=v1.22.4;sha256sum=8dff24edf4d9b3a58a8b1e6b8d8726ea24362a233c7b53954151fe39a4a97a22"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/sso;version=v1.30.17;sha256sum=09feabc247e03dec70f9fb8c2d1c49901d6dc6b2a064e5c4a79cf4dcdd403a1a"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/ssooidc;version=v1.26.4;sha256sum=d96c7d88c1ee4a100155a9ab158842deaf278d831a00d13279e7d29982373c84"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/ssooidc;version=v1.35.21;sha256sum=404f734866931f34bbdf3dd5b66a8807a500a7bb1073ea0bb8ff7063cd724d90"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/sts;version=v1.42.1;sha256sum=b3c95e049548d1116a0ccf034c0a0354cd30ef280223541e2cd8dd90c2e2cb11"
SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/sts;version=v1.30.3;sha256sum=6d6e6fcb367bd8645324270b2aebd57612754f7f85fea4ff99a54b749ecfedc1"
SRC_URI += "gomod://github.com/aws/smithy-go;version=v1.25.1;sha256sum=089758d35d4384f5b69d876e7cd0b1a05eaa0634cbd47f4990a9f4a2f4a7484a"
SRC_URI += "gomod://github.com/aws/smithy-go;version=v1.20.3;sha256sum=25685f8d6135f15c9ed88e5c644315ec049941b75d87f44598ef73f301dc80d1"
SRC_URI += "gomod://github.com/beorn7/perks;version=v1.0.1;sha256sum=25bd9e2d94aca770e6dbc1f53725f84f6af4432f631d35dd2c46f96ef0512f1a"
SRC_URI += "gomod://github.com/bits-and-blooms/bitset;version=v1.13.0;sha256sum=e84f02c05b880ea9f289032f89e2fcb5107ca9f77fa452f1fd5cc3030f6189d2"
SRC_URI += "gomod://github.com/blang/semver;version=v3.5.1+incompatible;sha256sum=8d032399cf835b93f7cf641b5477a31a002059eed7888a775f97bd3e9677ad3c"
SRC_URI += "gomod://github.com/blang/semver/v4;version=v4.0.0;sha256sum=96a2bbe11960f3a3c16db0da822c69ce9ac4b738ee731a0476031bbb71987504"
SRC_URI += "gomod://github.com/buger/jsonparser;version=v1.1.1;sha256sum=be17ef1b44c22eac645eeac80f0e26cdfc70d77262e631358e00c2aa817eab8c"
SRC_URI += "gomod://github.com/cenkalti/backoff/v4;version=v4.3.0;sha256sum=ef220b1ebf3bff4c46bbad5b2e123030e812b722b9e9dc88bc35956f9c622c2a"
SRC_URI += "gomod://github.com/cenkalti/backoff/v5;version=v5.0.3;sha256sum=58e4d9014277bc1c5c7ab64539137923964cc3920303a4f771d02a532939bedb"
SRC_URI += "gomod://github.com/census-instrumentation/opencensus-proto;version=v0.2.1;sha256sum=b3c09f3e635d47b4138695a547d1f2c7138f382cbe5a8b5865b66a8e08233461"
SRC_URI += "gomod://github.com/cespare/xxhash/v2;version=v2.3.0;sha256sum=145a26cdc7c49db566017b807c4989ee7f7ddeb569423e9cb99f995fac3621d3"
SRC_URI += "gomod://github.com/checkpoint-restore/checkpointctl;version=v1.4.0;sha256sum=a5a483923a7751ae70270337070e049e13ef6a26a6d013a4f1cb824e2b203f42"
SRC_URI += "gomod://github.com/checkpoint-restore/checkpointctl;version=v1.5.0;sha256sum=e96936b6a96ea1897f6fe9135a1750d7060c54a78834d83765c31473f01386d8"
SRC_URI += "gomod://github.com/checkpoint-restore/go-criu/v6;version=v6.3.0;sha256sum=709e25ea1ada518470ebd6595c3b2ef712cb15a7b340bcf7973da2937a4d17fe"
SRC_URI += "gomod://github.com/checkpoint-restore/go-criu/v7;version=v7.2.0;sha256sum=6e88d29322c7665fdac2b5ed9c9a30b44fc2fb254e460241d9dee71d564c5ac3"
SRC_URI += "gomod://github.com/cilium/ebpf;version=v0.17.3;sha256sum=0f36a302eb9f8c176b98991d699cc2d5594a49c3ec77c3063ecdfd3530c7a0b1"
SRC_URI += "gomod://github.com/cilium/ebpf;version=v0.16.0;sha256sum=94f18289e55ece887579f7f3bd5117301c02a4413837fd6b5ff956962c8995cf"
SRC_URI += "gomod://github.com/client9/misspell;version=v0.3.4;sha256sum=a3af206372e131dd10a68ac470c66a1b18eaf51c6afacb55b2e2a06e39b90728"
SRC_URI += "gomod://github.com/cloudflare/cfssl;version=v1.6.5;sha256sum=d4eb0f013425a8c7d8bb2ea14d8d3a4a02efcb790f5f5e018d29ade3135f68f8"
SRC_URI += "gomod://github.com/cloudflare/circl;version=v1.6.3;sha256sum=9aed6385d52ccd66e0a3b8cc093b5f0e7744640485405dd08c8ef89ef6bbeb06"
SRC_URI += "gomod://github.com/cncf/udpa/go;version=v0.0.0-20191209042840-269d4d468f6f;sha256sum=f2a2fee0b2024946ddd3b7ec5cd06a6d318cdb8421a8d5afff4c2fd69f1e74a7"
SRC_URI += "gomod://github.com/cncf/xds/go;version=v0.0.0-20251210132809-ee656c7534f5;sha256sum=cca4463a6b46441356c204b8580aed55a0df97e8289cfc04be7986cdf3a8011c"
SRC_URI += "gomod://github.com/cncf/xds/go;version=v0.0.0-20250501225837-2ac532fd4443;sha256sum=c7b36d6c805ab8718fa8700f69bee29c225f10258fd29315683b102398c013a8"
SRC_URI += "gomod://github.com/compose-spec/compose-go/v2;version=v2.11.0;sha256sum=1d9a7274e9923aeead4be47892b021c3e1273420d44453a8daf10e7f549537cf"
SRC_URI += "gomod://github.com/compose-spec/compose-go/v2;version=v2.10.0;sha256sum=e5aa05965799dbd5aa3e6df54ff24b7fc61e3aecf97b23f7e5b4e4dc6b245e40"
SRC_URI += "gomod://github.com/container-storage-interface/spec;version=v1.5.0;sha256sum=510dee9aabe403a4f9e774bfaede867b7ba060201f6b2eaf8a4bc682130aa4fc"
SRC_URI += "gomod://github.com/containernetworking/cni;version=v1.3.0;sha256sum=7badb83e3b25468653c98f63f5d57ecfee92ef9022f203773de79fa777e445db"
SRC_URI += "gomod://github.com/containernetworking/plugins;version=v1.8.0;sha256sum=836cc30b9327cbf24395bb40c3b971fe98ba65a02b0cfdbb1ab2494de1b736f1"
SRC_URI += "gomod://github.com/containernetworking/plugins;version=v1.9.0;sha256sum=8fd1a894635d21cfdf1726e967d32b961c5a2a2b124d3dcf8bdd92e34a19f887"
SRC_URI += "gomod://github.com/containernetworking/plugins;version=v1.9.1;sha256sum=41ea04896a9994772229bf3e4a3495756ed370edebfa162bd8d6d94c67698ff6"
SRC_URI += "gomod://github.com/containers/gvisor-tap-vsock;version=v0.8.9;sha256sum=bc9eb15c530e0ddfcc3ff7faf995e7b590735eebfea733fa9d51f26930487451"
SRC_URI += "gomod://github.com/containers/ocicrypt;version=v1.2.1;sha256sum=9b36e2235a5009b5e2efcb1374a55ca156c5798d68d09dca25b238e233860183"
SRC_URI += "gomod://github.com/coreos/go-iptables;version=v0.8.0;sha256sum=48d679f4287e901385f1707d83e8e766089feee5ec36d0810b23d3b7ddeec4d1"
SRC_URI += "gomod://github.com/coreos/go-semver;version=v0.3.1;sha256sum=e72820542b5913afe0a52e956e0b3834e9fbb080641fed183117f862fab74e8a"
SRC_URI += "gomod://github.com/coreos/go-systemd/v22;version=v22.6.0;sha256sum=7759d251cb9c2f020d8b7b5fa075653cb11cad4861e3e194bf3484267bbabc2f"
SRC_URI += "gomod://github.com/coreos/go-systemd/v22;version=v22.7.0;sha256sum=25c78b5dae5afa61291a8559328007cc77e60dd6747454af5c83423c26cfdfba"
SRC_URI += "gomod://github.com/cpuguy83/go-md2man/v2;version=v2.0.6;sha256sum=b8059316e38bcfd28b69d2c2b32d34b9e800ccaa1ff4b5a61022cbe98fa7c710"
SRC_URI += "gomod://github.com/cpuguy83/go-md2man/v2;version=v2.0.7;sha256sum=9ad5f2cbc644c0bb648a9b182d6b70f92e7ac4dfab5cf0ef746bbeef944fda59"
SRC_URI += "gomod://github.com/cpuguy83/tar2go;version=v0.3.1;sha256sum=be5bf3d11b883cf2c58ed2f2e59d742103aee2eefc1caf36d0ad43ea729c2105"
SRC_URI += "gomod://github.com/creack/pty;version=v1.1.24;sha256sum=754e25253e76a5583b80d57d3add3afe68fc4d9f2a490968a9d1eda8c8fd8815"
SRC_URI += "gomod://github.com/cyberphone/json-canonicalization;version=v0.0.0-20241213102144-19d51d7fe467;sha256sum=9492fa89d9f2543890346672d239c494ccba4073be51f338b50e8f749792e25a"
SRC_URI += "gomod://github.com/cyphar/filepath-securejoin;version=v0.6.1;sha256sum=bb04848c968a45eb74ca7e9236d10579c4612b40cf5cd78203ee3f604b05f9e9"
SRC_URI += "gomod://github.com/danieljoos/wincred;version=v1.2.1;sha256sum=115e8bd84e00c185ff16a8aec2c7b99498adf19f4c9d2c14460595b20cb2ca14"
SRC_URI += "gomod://github.com/data-accelerator/zdfs;version=v0.1.5;sha256sum=136fe90ca77f851f9d4d7c5effd86755a282b80b9fa3a9e790365b367a7947c5"
SRC_URI += "gomod://github.com/davecgh/go-spew;version=v1.1.1;sha256sum=6b44a843951f371b7010c754ecc3cabefe815d5ced1c5b9409fb2d697e8a890d"
SRC_URI += "gomod://github.com/davecgh/go-spew;version=v1.1.2-0.20180830191138-d8f796af33cc;sha256sum=b4d0923b169b194f0016ec46f3df1ab0c68e27999743e43fe2de59ecb2484128"
SRC_URI += "gomod://github.com/davecgh/go-spew;version=v1.1.0;sha256sum=0b5a691aeb8b6af31bd2bb640973ea7e8bf1ed9bc5889da220bf44dc06d9692c"
SRC_URI += "gomod://github.com/decred/dcrd/dcrec/secp256k1/v4;version=v4.2.0;sha256sum=9b3594cedab7e820108cd9f2f7f17a9edf60345baf91f7e1bd298413dba44c63"
SRC_URI += "gomod://github.com/digitorus/pkcs7;version=v0.0.0-20230818184609-3a137a874352;sha256sum=c4c8c4f4f331709c7c9dc40035fa0a9c23c98e8a7777cfaafe2013301e69bbfb"
SRC_URI += "gomod://github.com/digitorus/timestamp;version=v0.0.0-20231217203849-220c5c2851b7;sha256sum=0e79eb53bb9d500f26e33a58bb0cced31d72f91b3205c7685e6126cce267c683"
SRC_URI += "gomod://github.com/dimchansky/utfbom;version=v1.1.1;sha256sum=0c1a11101602d5f57ac3e790c0b72e09ff87d8d535535f43fbee9e6a42327350"
SRC_URI += "gomod://github.com/distribution/reference;version=v0.6.0;sha256sum=08232852a7a908263599777daab50e4306bd877e2467df036206367496122bcc"
SRC_URI += "gomod://github.com/djherbis/times;version=v1.6.0;sha256sum=21d69060967bc03ea3c39ff8c0b1a95511e96eccd3749a2daef1a02af1bc0a85"
SRC_URI += "gomod://github.com/dlclark/regexp2;version=v1.11.0;sha256sum=2a93432600feacb866669789bb7910ff283e1af764fcd03d70c6592f9619aeb4"
SRC_URI += "gomod://github.com/docker/cli;version=v29.1.2+incompatible;sha256sum=3d3f0778a4cda23d5414698dc982bc9e36658be19c224e58651cabc8b7b5c9d6"
SRC_URI += "gomod://github.com/docker/cli;version=v29.1.3+incompatible;sha256sum=f14b2f437d236c0dce9c07d9c7a7b76ab7b7881ed55c1bb6f784ac76d0f165ff"
SRC_URI += "gomod://github.com/docker/cli;version=v29.5.2+incompatible;sha256sum=fd0a5f7f53ec02b861c75e3697abe8ff03bc5c68f0ed744ed237e97894e2da93"
SRC_URI += "gomod://github.com/docker/distribution;version=v2.8.2+incompatible;sha256sum=9e0a17bbcaa1419232cd44e3a79209be26d9ccfa079e32e0e9999c81c0991477"
SRC_URI += "gomod://github.com/docker/distribution;version=v2.8.3+incompatible;sha256sum=8f08722c5459cb4d9aa006e1fae094997da372098f4e14a59215b1ed3d48738a"
SRC_URI += "gomod://github.com/docker/docker;version=v28.5.2+incompatible;sha256sum=eb2091e8336c55b1996489eccbc01c06b1b9fed028b5b38e0499b49c9fa0d468"
SRC_URI += "gomod://github.com/docker/docker-credential-helpers;version=v0.8.2;sha256sum=c39e3005a0f6c767be4a9a917b46df97f16bdefe0693b6374113eacb36188507"
SRC_URI += "gomod://github.com/docker/go-connections;version=v0.7.0;sha256sum=44c583ae40f15bd8abfe95a8b243d121ffef79b4605e8c737e24d5853188746e"
SRC_URI += "gomod://github.com/docker/go-connections;version=v0.6.0;sha256sum=c9847dae346c572e5e35cbd910ab3cb8ba7bf2bf2bb63a733e53031dd6d17127"
SRC_URI += "gomod://github.com/docker/go-events;version=v0.0.0-20190806004212-e31b211e4f1c;sha256sum=0f654eb0e7e07c237a229935ea3488728ddb5b082af2918b64452a1129dccae3"
SRC_URI += "gomod://github.com/docker/go-events;version=v0.0.0-20250808211157-605354379745;sha256sum=a98bc04f7042e2a3223a75685d400c659f65ef8a8ce3f9049b45f82ead11416d"
SRC_URI += "gomod://github.com/docker/go-metrics;version=v0.0.1;sha256sum=4efab3706215f5b2d29ba823d3991fd6e2f81c02ce45ef0c73c019ebc90e020b"
SRC_URI += "gomod://github.com/docker/go-units;version=v0.5.0;sha256sum=039d53ebe64af1aefa0be94ce42c621a17a3052c58ad15e5b3f357529beeaff6"
SRC_URI += "gomod://github.com/docker/libtrust;version=v0.0.0-20150526203908-9cbd2a1374f4;sha256sum=e949a40f9e2972f6e38b67c757ff3ddf955f8e5c53d52dc350d7e4993622db34"
SRC_URI += "gomod://github.com/dustin/go-humanize;version=v1.0.1;sha256sum=319404ea84c8a4e2d3d83f30988b006e7dd04976de3e1a1a90484ad94679fa46"
SRC_URI += "gomod://github.com/emicklei/go-restful/v3;version=v3.13.0;sha256sum=06bd60484b324de0b8e4366d4ed326db2e1dc730459b46e19a5306a108439c77"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane;version=v0.14.0;sha256sum=79424a75c005ee0981601e44449347c62a3f35b3b2ea57af79a89c1f31d80906"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane;version=v0.9.4;sha256sum=5f8dcc4ce2f584b0c8daa163d34d90506bbdc0fd5b349f5cfc20e1a83ac89892"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane;version=v0.13.4;sha256sum=a5952b5ef963bd493d3667a5cab35f723d4e26c7727c1fb6486cb86f91e8a10e"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane;version=v0.9.1-0.20191026205805-5f8ba28d4473;sha256sum=987cbf98b1745b0dfb30c3688fa7633b44de92aed63360755857af738b49f2a6"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane;version=v0.9.0;sha256sum=07b3a43081c9e1cdccb95c657cba7f483d5099f9ce07b5e3f3e28ce557687521"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane/envoy;version=v1.32.4;sha256sum=6baebcc1f441672ade0dacb4ca553a3d857f915590ca07bbe79314ddf62e6fae"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane/envoy;version=v1.36.0;sha256sum=dc628978da6002143e63a5bfe042c2b50e27bc3a40216f1d443548985f0f6b5a"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane/ratelimit;version=v0.1.0;sha256sum=1165c3cf1efb096a04a3d65b345f3780adce78f126583f7b98465c413a440766"
SRC_URI += "gomod://github.com/envoyproxy/protoc-gen-validate;version=v0.1.0;sha256sum=ec5261f3bbc426d71e2be4c76063ba12460c5d27845d630763e9e911ec4768af"
SRC_URI += "gomod://github.com/envoyproxy/protoc-gen-validate;version=v1.2.1;sha256sum=ad9d2639aff17db6be291069c5463c46ed8ac37a0c6c1b57fae5465c5effb567"
SRC_URI += "gomod://github.com/envoyproxy/protoc-gen-validate;version=v1.3.0;sha256sum=d91626b3a9a6b6a3b90dd85e92d922444f0a6c225c0caf9395f0abe49fad2aee"
SRC_URI += "gomod://github.com/erofs/go-erofs;version=v0.3.0;sha256sum=8f1da8949be151cbc7a9051d3e88d0c3b2ce132f5656899378c2d77a5f73d5a0"
SRC_URI += "gomod://github.com/fahedouch/go-logrotate;version=v0.3.0;sha256sum=cbd0d90af1d87e4858569473135e3c78897a8128456d3809c8f6f28ab8f40b83"
SRC_URI += "gomod://github.com/fatih/color;version=v1.19.0;sha256sum=694b4265dc678e2a65b196371d5a6ec4eed3739f12a16021dcd2f0c1355d0ec6"
SRC_URI += "gomod://github.com/fatih/color;version=v1.18.0;sha256sum=4dc6907b7f6807b37c21ad527d966437d398f03472115f471eaa8fe5875363d3"
SRC_URI += "gomod://github.com/felixge/httpsnoop;version=v1.0.4;sha256sum=75aa471311265e9860df0e523400b4650ed0c1a33262786a421f07226792e494"
SRC_URI += "gomod://github.com/fernet/fernet-go;version=v0.0.0-20240119011108-303da6aec611;sha256sum=0010b46d9c7a4fcc317776c4299ebdea5493deba4d2c26f66889a74c893c1742"
SRC_URI += "gomod://github.com/fluent/fluent-logger-golang;version=v1.10.1;sha256sum=13751e6f1ac526ddcfc3d1e45420d07c5d54fc94b9db8af30f9f6ff19aca5677"
SRC_URI += "gomod://github.com/freddierice/go-losetup;version=v0.0.0-20220711213114-2a14873012db;sha256sum=65f9671cec04d867e39626105d62f4ed1817137a1e5fbf3cbc41ba2a58d8b397"
SRC_URI += "gomod://github.com/fsnotify/fsnotify;version=v1.9.0;sha256sum=94e64824b23591b7aa504e3321d5ec3f57de88f4d49882eaefbbf6820dab746e"
SRC_URI += "gomod://github.com/fxamacker/cbor/v2;version=v2.9.0;sha256sum=5b0ec6424bd522aeeeab30cbdcad6f40bf976a9a2ddf125ab27b97826140d97a"
SRC_URI += "gomod://github.com/go-ini/ini;version=v1.67.0;sha256sum=d77fe1b537b2e6db4040bd518b4755979006d5af7e82ae035aa2bc5d40c0ff55"
SRC_URI += "gomod://github.com/go-jose/go-jose/v4;version=v4.1.4;sha256sum=06a37b6668012a2dd109a5f71f6ae15387dc808b35d3cf73f5e406e78a17b027"
SRC_URI += "gomod://github.com/go-jose/go-jose/v4;version=v4.1.2;sha256sum=f4e51bba50a0566ef2fafdb476750e8574004b2c47508053b86c6ec2e0e1d40e"
SRC_URI += "gomod://github.com/go-logr/logr;version=v1.2.2;sha256sum=3d8ad5428394dcea7ecd1e9b9750011341e9043412326f53138677f9eac84567"
SRC_URI += "gomod://github.com/go-logr/logr;version=v1.4.3;sha256sum=523d7a3587fe73f61ef41c8bc627f7d7f38de8104d46278154b307e60770ad70"
SRC_URI += "gomod://github.com/go-logr/stdr;version=v1.2.2;sha256sum=9dd6893bf700198485ae699640b49bc1efbc6c73b37cb5792a0476e1fd8f7fef"
SRC_URI += "gomod://github.com/go-ole/go-ole;version=v1.2.6;sha256sum=95b192df81ca16f0fb7d2d98ff6596d70256d73e49e899c55fabd511fd6768ef"
SRC_URI += "gomod://github.com/go-openapi/analysis;version=v0.24.3;sha256sum=9d0a3b9a0fe14bb4b4880d93f98c459921d1ec4bcd160c1de23433c24285f7e5"
SRC_URI += "gomod://github.com/go-openapi/errors;version=v0.22.7;sha256sum=815a7979d3e3c7048b8bcb82d59c9e3de4fc7882c7de3a9b9e94eea02fba2651"
SRC_URI += "gomod://github.com/go-openapi/jsonpointer;version=v0.21.0;sha256sum=8a36ba84f6f6148834875fff96da79fcc2b383ace69cc34d71756b3fa84b9952"
SRC_URI += "gomod://github.com/go-openapi/jsonpointer;version=v0.22.5;sha256sum=c77c1b57229c8d8cdd8d17a7137dbb44e10ec8aa1e24691bb380485b759a4e37"
SRC_URI += "gomod://github.com/go-openapi/jsonreference;version=v0.21.5;sha256sum=e451bfc44c231ea285921a412f63b47518c3529cc29ba3a67d8293a9e57f0bb8"
SRC_URI += "gomod://github.com/go-openapi/jsonreference;version=v0.20.2;sha256sum=27afd0bef56453e463eba6093afb04dc08d97b5ad0e15b2266cac867d062ae1b"
SRC_URI += "gomod://github.com/go-openapi/loads;version=v0.23.3;sha256sum=51a80f3cdfdc4b12ee2c7bac33395e031dbfcc7673d3087d91cd77506a729eb9"
SRC_URI += "gomod://github.com/go-openapi/runtime;version=v0.29.3;sha256sum=238a196a270d224d4e558719e8ac0606d4d1729cb9f31957584fe14cac179e9f"
SRC_URI += "gomod://github.com/go-openapi/spec;version=v0.22.4;sha256sum=3a0ed5b0ee766e01758a08afb06ae7d0ca9b1a877528a4e3c94056634d5534d8"
SRC_URI += "gomod://github.com/go-openapi/strfmt;version=v0.26.1;sha256sum=0e6d928fc01dc29f1636227582d8f4fd006fd56783470f5b73d5d99c972f9fac"
SRC_URI += "gomod://github.com/go-openapi/swag;version=v0.25.5;sha256sum=aa93ca1f6074ff1d4abb336a41db19e5c8e6be2391bc207b4bb9ee20c7bebd6d"
SRC_URI += "gomod://github.com/go-openapi/swag;version=v0.23.0;sha256sum=a604425d0d3ff6936ffd056e86cd776c80e06874ef026e53da528208a986df94"
SRC_URI += "gomod://github.com/go-openapi/swag/cmdutils;version=v0.25.5;sha256sum=c9b01c6c9aad8e72c59a570c8acc140e8f0522ce57322b3bf81dfdf0f73e54e8"
SRC_URI += "gomod://github.com/go-openapi/swag/conv;version=v0.25.5;sha256sum=c02fe7118d58720cbd83bc7c0c37edd5bdaff731f26f8ca8bc8998ee1e0f39b2"
SRC_URI += "gomod://github.com/go-openapi/swag/fileutils;version=v0.25.5;sha256sum=f368511a4eda5e14680aaa358b0b6fd2ca23cfc61aa8bfec234acb51ec9c4561"
SRC_URI += "gomod://github.com/go-openapi/swag/jsonname;version=v0.25.5;sha256sum=fff4d3d3875709813d6fcd5657133de4331eb136a0aedd51a099f7f76605ae08"
SRC_URI += "gomod://github.com/go-openapi/swag/jsonutils;version=v0.25.5;sha256sum=9d6fad8614363682c676c5380433d6f376ddcbfe09af5d5b1e92db57eb3f89a6"
SRC_URI += "gomod://github.com/go-openapi/swag/loading;version=v0.25.5;sha256sum=08db0dfa32b02d4575d202a43c2cbf547b55e1cc1700b83b50e2bd6963fe473b"
SRC_URI += "gomod://github.com/go-openapi/swag/mangling;version=v0.25.5;sha256sum=e18e5bf564ca56e0534593b39c694030a1700ccb75d4d9597633310d01c3032f"
SRC_URI += "gomod://github.com/go-openapi/swag/netutils;version=v0.25.5;sha256sum=7272f9e0ccb481ce99f5189ec73c91fcb5b716d3cea7265faa433f78220c09bb"
SRC_URI += "gomod://github.com/go-openapi/swag/stringutils;version=v0.25.5;sha256sum=84c67b1424ec75a3c98c4f8403215212dc8234a2ca49bfc4cd2948c4c0f474fc"
SRC_URI += "gomod://github.com/go-openapi/swag/typeutils;version=v0.25.5;sha256sum=e9561c699417276b878b22967f457f29acc80b9ce5f977dc520637dd419f0c4a"
SRC_URI += "gomod://github.com/go-openapi/swag/yamlutils;version=v0.25.5;sha256sum=af4b90aa0549f31d619676f1642fc70b5aeb62a7ae8895a5b0d8225e2d02d09a"
SRC_URI += "gomod://github.com/go-openapi/validate;version=v0.25.2;sha256sum=ce569ad32c22f253dde70de305edbfe595f7c9c19816636451623b94ac5d9f63"
SRC_URI += "gomod://github.com/go-quicktest/qt;version=v1.101.0;sha256sum=9d2e17cfeef165f9d859926dcd4b0586bc78785cb575a31a76effd195d0e5580"
SRC_URI += "gomod://github.com/go-sql-driver/mysql;version=v1.8.1;sha256sum=74c59faecf896d4eef4cdec6604cc629938ef49ce4bc43bc07199e2e625d9daa"
SRC_URI += "gomod://github.com/go-task/slim-sprig/v3;version=v3.0.0;sha256sum=5e534ccb4157d0443f65f06b76bce67eb92b3e34766f3a14dabe86945955dbe7"
SRC_URI += "gomod://github.com/go-viper/mapstructure/v2;version=v2.5.0;sha256sum=326f8e00f648af4ae8e6e18c606325e4206a92d6ed42f486dc2f4da8e1897547"
SRC_URI += "gomod://github.com/go-viper/mapstructure/v2;version=v2.4.0;sha256sum=33e0398e34eca4b1b8c9d91318dd3be871811aee6e2ababc82c02280dcca296a"
SRC_URI += "gomod://github.com/gobwas/glob;version=v0.2.3;sha256sum=0cfe486cd63d45ed4cb5863ff1cbd14b15e4b9380dcbf80ff26991b4049f4fdf"
SRC_URI += "gomod://github.com/goccy/go-json;version=v0.10.2;sha256sum=ed9043ee01cc46557c74bcecc625db37ffe3a5c7af219f390a287f44a40c2520"
SRC_URI += "gomod://github.com/godbus/dbus/v5;version=v5.1.0;sha256sum=03dfa8e71089a6f477310d15c4d3a036d82d028532881b50fee254358e782ad9"
SRC_URI += "gomod://github.com/godbus/dbus/v5;version=v5.2.2;sha256sum=5c6f37c725a481fb0f1e7866ae273429525d8cc6a6cace87da28e53370f5596a"
SRC_URI += "gomod://github.com/gofrs/flock;version=v0.13.0;sha256sum=171560e83110e199cc9f4f8959d442c563c8ab6b26c100dd67b7a2fe265339ce"
SRC_URI += "gomod://github.com/gofrs/flock;version=v0.12.1;sha256sum=fe8242a48c3109148d988433301bd8ab3cd1d0430a21af07e601f9b0671923e8"
SRC_URI += "gomod://github.com/gogo/protobuf;version=v1.3.2;sha256sum=dd2b73f163c8183941626360196c8f844addd95423d341a0412e1b22d0104ff7"
SRC_URI += "gomod://github.com/golang-jwt/jwt/v5;version=v5.3.0;sha256sum=7de1cf03d836b3fcb32e02011d148fe94533e52dd54d521cadc61bcdf068eb1c"
SRC_URI += "gomod://github.com/golang/gddo;version=v0.0.0-20210115222349-20d68f94ee1f;sha256sum=4fe2b758a5d26df0c046cac7beebfb3d62301f19d65f63c5cb9c7da5708e39d7"
SRC_URI += "gomod://github.com/golang/glog;version=v1.2.5;sha256sum=99f5736dc4fd976a0691361b57ed853cb459070ba4c42ace6e3f5ebd0d154f8e"
SRC_URI += "gomod://github.com/golang/glog;version=v0.0.0-20160126235308-23def4e6c14b;sha256sum=36b3c522c8102dfe74ca96e474c4c361750bf2bb85bc3cefe4f074c07d6825a9"
SRC_URI += "gomod://github.com/golang/groupcache;version=v0.0.0-20200121045136-8c9f03a8e57e;sha256sum=5d3a47edd7d97bbaf8685ddb3271fdc9f4790134998b39016e5d63eca6d99599"
SRC_URI += "gomod://github.com/golang/groupcache;version=v0.0.0-20241129210726-2c02b8208cf8;sha256sum=163367355442a630b12b0b452892cd98e99fcfdf7e40b68d358be73479cc1c23"
SRC_URI += "gomod://github.com/golang/mock;version=v1.1.1;sha256sum=636fd21575ebdfbebd53045802a40c780fdab33c6130cea9279346898286f1ca"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.4.0;sha256sum=718145f374825807a6b98ecb07bc740d6963ea86c34367a5dd82ce9f1fe55228"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.4.1;sha256sum=eee338347183b65fba80ed6c594cb9dc4cda41372ea2bbc35ece75c5d347798a"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.2.0;sha256sum=7574e650f6f12186def8b31b0e8d980ccb88a6a365b99fbf36515f6e7b99fd09"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.4.0-rc.1;sha256sum=5768acb1c537e22dc9d19e1694edfe2261d8e271bb7d9ff7c479c6f3bb3c2d39"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.4.3;sha256sum=5d4104aa08835547303e79e348f5401e4acf8eb89b257c7bcc59a37a501f4532"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.2;sha256sum=a004ba3acb85e012cb9e468e1d445a81cfeeb4b4db7e9802f30aa500a8341851"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.4.0-rc.2;sha256sum=7ac5b5a69daee19aa3e6cd26a0157f17c7fe0d9e16dae84899b2f883a7e1b527"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.5.4;sha256sum=9a2f43d3eac8ceda506ebbeb4f229254b87235ce90346692a0e233614182190b"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.4.0-rc.1.0.20200221234624-67d41d38c208;sha256sum=7312c47eb4d1408f4f8f39109e51304f14d4f0d08b56119c73b836d10af194cc"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.4.0-rc.4.0.20200313231945-b860323f09d0;sha256sum=c8a33bafd01fc10dbe9ac47399e9bb764a6c5f938abcdc594b21151dfcd762e9"
SRC_URI += "gomod://github.com/google/btree;version=v1.1.3;sha256sum=11b736bc8252b52fecdf346d3707ccf3a2b6d458ba21b4f843616fc12eeb30b2"
SRC_URI += "gomod://github.com/google/certificate-transparency-go;version=v1.3.2;sha256sum=3ed01f6ab05444275466dd46a6c2ce7593c58ffa8c0563528dbc2499e6c1100a"
SRC_URI += "gomod://github.com/google/certtostore;version=v1.0.6;sha256sum=3c63648be1e9310760545f27f023889967b638ce095697a71b0d4668adbc5e2e"
SRC_URI += "gomod://github.com/google/deck;version=v0.0.0-20230104221208-105ad94aa8ae;sha256sum=2c19caf0916f6fb02b6c7de4de36d70bc60cab8926ee66012b6d56a3abd76b6a"
SRC_URI += "gomod://github.com/google/gnostic-models;version=v0.7.0;sha256sum=797a05cd73a30624ece79633c4db4631676adc1f30f07a0a7051ab39beca96c8"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.7.0;sha256sum=64a9ce046f2c320e3783fba0d1f4a15f8a18f0b009b67bf27f7630919db3f539"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.3.0;sha256sum=129f65af6e54abc08a9b867ef48e5fb69ef560fa67e540067a8cfaefc6977626"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.6.0;sha256sum=4b4e9bf6c48211080651b491dfb48d68b736c66a305bcf94605606e1ba2eaa4a"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.4.0;sha256sum=01fa1bb1f0e3e27d3685cb0aab442873dbc2abd9ed77ccb99279a3aaf3a09e04"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.3.1;sha256sum=9470974fd55112e338aec4fddba69378fa7ec081082dbbe8116361c296a13dca"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.2.0;sha256sum=44649293cf714bcee800c9164ef6dcc7314e9ad98c49bba3da3dfad611edd955"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.5.3;sha256sum=b79a3e524b930a68cc546a4eb60bbaf586bc3b983eec4cbb462ae135173623a3"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.5.0;sha256sum=a91fbc1ae431e8b71d420b1e9591ba4bfec3c1d2a8f1d71c3e59b0da29bcfaf4"
SRC_URI += "gomod://github.com/google/go-containerregistry;version=v0.20.7;sha256sum=66a762a1b62edda4980afb67b6c75dd2fd1a41f02d56af0d9473ad5edd7be266"
SRC_URI += "gomod://github.com/google/go-containerregistry;version=v0.20.1;sha256sum=6a981f24fd52237c4173a10ffffa0bbe28cbba0c3f303e6dd729bc8703330782"
SRC_URI += "gomod://github.com/google/gofuzz;version=v1.2.0;sha256sum=5948f40af1923d8f98dc1d4191311030e40e0057fb255df19ebc0360f2faac16"
SRC_URI += "gomod://github.com/google/gopacket;version=v1.1.19;sha256sum=fc8cbe2239683199e677cb39f9303ae8d4a365f3c8cd8a2dcfa1f14c41bcff88"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20250820193118-f64d9cf942d6;sha256sum=6d7ecf87165c2b026dee6aeb708516f76b7ea077ed7b13496fbb5d801e22d2b1"
SRC_URI += "gomod://github.com/google/s2a-go;version=v0.1.9;sha256sum=bf8f4b159d3fc201477822ed2514e4f05f58c764b78ffed73ec0accce5fb7f07"
SRC_URI += "gomod://github.com/google/shlex;version=v0.0.0-20191202100458-e7afc7fbc510;sha256sum=1bf70bdb4c889b47b1976370832da79060c36cad282f278f279603200623775c"
SRC_URI += "gomod://github.com/google/uuid;version=v1.6.0;sha256sum=d0f02f377217f42702e259684e06441edbf5140dddcc34ba9bea56038b38a6ed"
SRC_URI += "gomod://github.com/google/uuid;version=v1.1.2;sha256sum=5d52fee1f44cf85dbba03f1bd6098a15a131e32c0e45839b352d69aceb7babfc"
SRC_URI += "gomod://github.com/googleapis/enterprise-certificate-proxy;version=v0.3.14;sha256sum=ab19ba449c062755072bf9beaa6596a48e3c5b68f916dae1b0a3ff7624f135e6"
SRC_URI += "gomod://github.com/googleapis/gax-go/v2;version=v2.21.0;sha256sum=e4ff14be567241c53c6df76712016f1cb38738bdbe97c74087ba099d8bb7e894"
SRC_URI += "gomod://github.com/gorilla/mux;version=v1.8.1;sha256sum=728243623caa67f64e4a0b6c59dde3f762918d9e729266167ba46d8df56c193a"
SRC_URI += "gomod://github.com/gorilla/websocket;version=v1.5.4-0.20250319132907-e064f32e3674;sha256sum=81809e9741b37f386c8d28c9c6a23511f4a2465fd024a690a4c44a439e32e832"
SRC_URI += "gomod://github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus;version=v1.1.0;sha256sum=8a0bfef1332e102be67d5599bd7c006bebf5f0823f2a9d11aa5cf22a74dbafb4"
SRC_URI += "gomod://github.com/grpc-ecosystem/go-grpc-middleware/v2;version=v2.1.0;sha256sum=77e8fb88b8089ff917f6d409984c1d90f825d8e3dc996a0d68113493e32c96b8"
SRC_URI += "gomod://github.com/grpc-ecosystem/go-grpc-prometheus;version=v1.2.0;sha256sum=124dfc63aa52611a2882417e685c0452d4d99d64c13836a6a6747675e911fc17"
SRC_URI += "gomod://github.com/grpc-ecosystem/grpc-gateway/v2;version=v2.28.0;sha256sum=a8cd8e77d733dbf48594cc74ebc41e7a9af65d4d760c3f8d6000e9ccc840dca1"
SRC_URI += "gomod://github.com/grpc-ecosystem/grpc-gateway/v2;version=v2.26.1;sha256sum=047b0ea3c08a71be099a31c6bb5b3bba01a073d79ebfd9facc5f07bfb5d9a7f6"
SRC_URI += "gomod://github.com/hanwen/go-fuse/v2;version=v2.9.0;sha256sum=8eb070703aa9448e0f9d5ae80410a0c15f6930c94e7f264a9c6310bf5575becb"
SRC_URI += "gomod://github.com/hashicorp/errwrap;version=v1.1.0;sha256sum=209ae99bc039443e28e4d6bb66517d1756d9468b7578d31f1b63a28103d8e18c"
SRC_URI += "gomod://github.com/hashicorp/go-cleanhttp;version=v0.5.2;sha256sum=e9f3dcfcb33172ba499b4f8e888169252d7f1e072082182124a6e2053523f7df"
SRC_URI += "gomod://github.com/hashicorp/go-immutable-radix;version=v1.3.1;sha256sum=47f3d79b57082d5db3f966547ad4de2a00544dfb362790fbf2cef1a161b4de3f"
SRC_URI += "gomod://github.com/hashicorp/go-immutable-radix/v2;version=v2.1.0;sha256sum=60e7f581c8055e474b1ff5a9d88a68a9f755d0b3dc6d8e05fc0556b6e86de995"
SRC_URI += "gomod://github.com/hashicorp/go-memdb;version=v1.3.5;sha256sum=650d4b48f84a028141ec34a6408a9771ac57ab12afd89b40a2bdaef17bfdfe77"
SRC_URI += "gomod://github.com/hashicorp/go-metrics;version=v0.5.4;sha256sum=e6df1555bcb6020800e0aabd2ae5443d438a4418aa35667f769b554701fba56f"
SRC_URI += "gomod://github.com/hashicorp/go-msgpack/v2;version=v2.1.5;sha256sum=723720f55e982d05fbd76888cedb5935cad3336c3450caa98be1aa6e9591d9d5"
SRC_URI += "gomod://github.com/hashicorp/go-multierror;version=v1.1.1;sha256sum=972cd841ee51fdeac69c5a301e57f8ea27aebf15fddd7f621d5c240f28c3000c"
SRC_URI += "gomod://github.com/hashicorp/go-retryablehttp;version=v0.7.8;sha256sum=9e2c175e4af37cdfeba28ed89250ad1fd691eda0fab167fafa9928222646b71e"
SRC_URI += "gomod://github.com/hashicorp/go-sockaddr;version=v1.0.7;sha256sum=53ea8d77b68056fe7f40a53338aa73ed6ddca9558fe1156804070a060f1a930f"
SRC_URI += "gomod://github.com/hashicorp/golang-lru;version=v1.0.2;sha256sum=175d78ffe7391f3f6369cf58ddb87fc51016ba61f2de25bf4ea3962a0b4a0fac"
SRC_URI += "gomod://github.com/hashicorp/golang-lru/v2;version=v2.0.7;sha256sum=2eb92ff13970bccd460efae14255bfc03bb51474da0137e477a60f95561acc30"
SRC_URI += "gomod://github.com/hashicorp/memberlist;version=v0.5.4;sha256sum=c8c4f48cd473a76cc0b0ddbf30380a676eadd5bc48a487e1102442d14f2a922d"
SRC_URI += "gomod://github.com/hashicorp/serf;version=v0.10.2;sha256sum=117a872dd3c7cadc26c40ea09dfbef6100545514ae658df38187c3069de3e358"
SRC_URI += "gomod://github.com/hiddeco/sshsig;version=v0.2.0;sha256sum=f1acfab01317d2d1d9b269774de433993e452659ece865ad4009692d06e5a9a3"
SRC_URI += "gomod://github.com/imdario/mergo;version=v0.3.13;sha256sum=04f72d0e4695b4a004846a5d4f60d2dc381bacb032ebb8d58905e6eb00d121d2"
SRC_URI += "gomod://github.com/in-toto/attestation;version=v1.1.2;sha256sum=0bb737ac0836f6a9ba6499139630a558bdda510c78dc51967e58355006a03d9a"
SRC_URI += "gomod://github.com/in-toto/in-toto-golang;version=v0.11.0;sha256sum=eb4aa5358ed3ffc9ce44e82bb04fe03d1d8af6ae8e441b82c2b8bf64be78b2aa"
SRC_URI += "gomod://github.com/inconshreveable/mousetrap;version=v1.1.0;sha256sum=526674de624d7db108cfe7653ef110ccdfd97bc85026254224815567928ed243"
SRC_URI += "gomod://github.com/inetaf/tcpproxy;version=v0.0.0-20250222171855-c4b9df066048;sha256sum=b51d033b23ac946f9ad30deedeb930dfa3c27e9f5a5dbf061d2dc48696c55324"
SRC_URI += "gomod://github.com/insomniacslk/dhcp;version=v0.0.0-20250919081422-f80a1952f48e;sha256sum=397da434cad6e82d2058776966dd087346acbe769071270914b836b821618ebb"
SRC_URI += "gomod://github.com/insomniacslk/dhcp;version=v0.0.0-20250109001534-8abf58130905;sha256sum=1ab9ca57cc0ab35e6799fcabbcf21fd538129e607444383e66ad3e0b90a6581b"
SRC_URI += "gomod://github.com/intel/goresctrl;version=v0.12.0;sha256sum=e1cfa280d989bfcd2a57f186b7369d1ebba28df785275a1b0f63003f698f5dde"
SRC_URI += "gomod://github.com/intel/goresctrl;version=v0.10.0;sha256sum=8e5c0fc4254f765833f451c9b29d808714f5419e049d36f4c8adc1362d6c604f"
SRC_URI += "gomod://github.com/ipfs/go-cid;version=v0.6.0;sha256sum=6ef166a87b6d7fc05809d93540272e8e510b00c02c3c266406d0d0b8f7d876fe"
SRC_URI += "gomod://github.com/ipfs/go-cid;version=v0.6.1;sha256sum=63136fe38dd01220794a7ae971d72886b3053a12d9924f6bd254db34ebbccabc"
SRC_URI += "gomod://github.com/ishidawataru/sctp;version=v0.0.0-20251114114122-19ddcbc6aae2;sha256sum=453f90887cc77484b09aba9250b31dd8d94b574c94c5d7235bca06a00030648f"
SRC_URI += "gomod://github.com/jessevdk/go-flags;version=v1.6.1;sha256sum=23decebb5a5114af1a687fbed64d6a674f1e976e70b2b4cdc27f52d0b020cb4b"
SRC_URI += "gomod://github.com/jmoiron/sqlx;version=v1.4.0;sha256sum=992ac9b6a33b12bd8e411ce9c9699231f8ac8550812805660b7ee06676bdc3ad"
SRC_URI += "gomod://github.com/josephspurrier/goversioninfo;version=v1.5.0;sha256sum=3043f44bbf797c66acac3aebefc2ce11b37a95954c0ffb117e69e9ca9566d3b5"
SRC_URI += "gomod://github.com/josharian/intern;version=v1.0.0;sha256sum=5679bfd11c14adccdb45bd1a0f9cf4b445b95caeed6fb507ba96ecced11c248d"
SRC_URI += "gomod://github.com/josharian/native;version=v1.1.0;sha256sum=6bf490b63ce1b724d1ab0aceb7655648b25b0ae6dc16f7fb1d89127836e71c42"
SRC_URI += "gomod://github.com/jsimonetti/rtnetlink/v2;version=v2.0.1;sha256sum=da64850650ffa0cebd1259ba91c373912d1df2462311fe4081a12510aead225e"
SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.12;sha256sum=d001ea57081afd0e378467c8f4a9b6a51259996bb8bb763f78107eaf12f99501"
SRC_URI += "gomod://github.com/kisielk/errcheck;version=v1.5.0;sha256sum=e15bd181a3f384da89fed079dc4ec4d1f431fc20db758fdbe4abb38d7ddee06b"
SRC_URI += "gomod://github.com/kisielk/gotool;version=v1.0.0;sha256sum=089dbba6e3aa09944fdb40d72acc86694e8bdde01cfc0f40fe0248309eb80a3f"
SRC_URI += "gomod://github.com/klauspost/compress;version=v1.18.6;sha256sum=61b417d2d3b6b7f5b5f4179f311fb156bd5bcea040353150c41111dc1777f11a"
SRC_URI += "gomod://github.com/klauspost/compress;version=v1.18.2;sha256sum=f6f550ecff746f6585db9529a29109e70da0038a8e0e142959567f2207183490"
SRC_URI += "gomod://github.com/klauspost/cpuid/v2;version=v2.2.8;sha256sum=df0a2644ba6487213a91a9525ab4fb6d55edfa31df60ddf439d49282041bc740"
SRC_URI += "gomod://github.com/knqyf263/go-plugin;version=v0.9.0;sha256sum=ef80e801ff7ed5fc5ebf0a78423a39b876fee0d3df6dc69056277eb1238475e0"
SRC_URI += "gomod://github.com/kr/pretty;version=v0.3.1;sha256sum=ecf5a4af24826c3ad758ce06410ca08e2d58e4d95053be3b9dde2e14852c0cdc"
SRC_URI += "gomod://github.com/kr/text;version=v0.2.0;sha256sum=368eb318f91a5b67be905c47032ab5c31a1d49a97848b1011a0d0a2122b30ba4"
SRC_URI += "gomod://github.com/lestrrat-go/backoff/v2;version=v2.0.8;sha256sum=f5ded39eec777b7de879eb04204aa4b322683dabb22137862b09cb464f5bc617"
SRC_URI += "gomod://github.com/lestrrat-go/blackmagic;version=v1.0.2;sha256sum=2baa5f21e1db4781a11d0ba2fbe8e71323c78875034da61687d80f47ae9c78ce"
SRC_URI += "gomod://github.com/lestrrat-go/httpcc;version=v1.0.1;sha256sum=d75132f805ea5cf6275d9af02a5ff3c116ad92ac7fc28e2a22b8fd2e029a3f4c"
SRC_URI += "gomod://github.com/lestrrat-go/iter;version=v1.0.2;sha256sum=991bf0aee428fc1a2c01d548e2c7996dc26871dd0b359c062dfc07b1fb137572"
SRC_URI += "gomod://github.com/lestrrat-go/jwx;version=v1.2.29;sha256sum=8c7c4c2b281be17af7ea7bb033383bf972c1064c673a2e7c0de67319eec85d3e"
SRC_URI += "gomod://github.com/lestrrat-go/option;version=v1.0.1;sha256sum=3e5614e160680053e07e4970e825e694c2a917741e735ab4d435a396b739ae78"
SRC_URI += "gomod://github.com/linuxkit/virtsock;version=v0.0.0-20201010232012-f8cee7dfc7a3;sha256sum=e299ce8b7d58f3cc0e375936a80527ea115e2eedbf8a9251d90de298db2b5dd3"
SRC_URI += "gomod://github.com/linuxkit/virtsock;version=v0.0.0-20241009230534-cb6a20cc0422;sha256sum=f9589121b024704e0fdf82d44de4cdbf55fc2d43614a967800eb6067bb3cfaf8"
SRC_URI += "gomod://github.com/lithammer/dedent;version=v1.1.0;sha256sum=4ec56a3fef0d7dd1536046e540827e60419a935dde49d87d21f5856174cadba2"
SRC_URI += "gomod://github.com/magefile/mage;version=v1.14.0;sha256sum=0eae7df6ff7a25a69e0b78c8a8caa302e97ee5d604c65fcadaf55d29bbdec212"
SRC_URI += "gomod://github.com/mailru/easyjson;version=v0.7.7;sha256sum=139387981a220d499c9f47cece42a2002f105e4ee3ab9c74188a7fb8a9be711e"
SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.1.13;sha256sum=08be322dcc584a9fcfde5caf0cf878b4e11cd98f252e32bc704e92c5a4ba9d15"
SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.1.14;sha256sum=5e0e7925a070bb5bd11b4097e1a7b608167f0217ee83901b44c135f6e5e85c78"
SRC_URI += "gomod://github.com/mattn/go-isatty;version=v0.0.22;sha256sum=aee31e550fcdffd1fc4b8e7e7fa8bb59aa4311f9c0b51893f8c6837f8c3f7f37"
SRC_URI += "gomod://github.com/mattn/go-isatty;version=v0.0.20;sha256sum=f2d5f89ca451577e17464b9bb596dc0d0ecececb5eaa63622c41b57cd0b7b8cc"
SRC_URI += "gomod://github.com/mattn/go-isatty;version=v0.0.16;sha256sum=3d5ff19c4b2a2a164feb84f5cc38af349380c0c4a03d0443dce40bbd6ec3fd2b"
SRC_URI += "gomod://github.com/mattn/go-shellwords;version=v1.0.12;sha256sum=6d35c3edc92e47a06988788d683c1ad389719b55ef19d5a7f239ab4708b6da11"
SRC_URI += "gomod://github.com/mdlayher/netlink;version=v1.7.2;sha256sum=a21ccaea2a6fb7b946a96c61efc2fff33d717931c20c5bb3a2ec2ce528072dc0"
SRC_URI += "gomod://github.com/mdlayher/packet;version=v1.1.2;sha256sum=93d2e921299173288122222860c9a42710245337b69ea6c4eadd6513e2c09c6e"
SRC_URI += "gomod://github.com/mdlayher/socket;version=v0.5.1;sha256sum=f0f07bdd9811f8571c7864cf5e0f06d85cfb3edbb254d6094a31e7f1d427e2a2"
SRC_URI += "gomod://github.com/mdlayher/vsock;version=v1.2.1;sha256sum=cd25f9f33aa4fb945502351caeeed6994e1f34824cc826ca2daa1b21c45bc0d1"
SRC_URI += "gomod://github.com/miekg/dns;version=v1.1.72;sha256sum=092608d919335ff22154862c59abe8b4d651be3ef0b75d22001a07c03106a3b6"
SRC_URI += "gomod://github.com/miekg/pkcs11;version=v1.1.1;sha256sum=81cfc2922f7d5c59dc1e688d6247ec8dc35246d646ab27088847a232570c76e6"
SRC_URI += "gomod://github.com/minio/sha256-simd;version=v1.0.1;sha256sum=e8805d8f0438b7fa0286c0cb160180ad8fc726e06bca1eabcd59c142523c625c"
SRC_URI += "gomod://github.com/mistifyio/go-zfs/v3;version=v3.0.1;sha256sum=32ad6d8e2b2dbe8cb73a8be96e93eb4947cb23bbdf7328ed7533cbb87495e0f8"
SRC_URI += "gomod://github.com/mistifyio/go-zfs/v4;version=v4.0.0;sha256sum=4de7eaec31cab1c01520dd21a6cf43e3eac41ee8a31313cf167d40058922b9fe"
SRC_URI += "gomod://github.com/mitchellh/copystructure;version=v1.2.0;sha256sum=4a1ce1f3c66bf99883e55da50fe1b3122299b79ad1d11c5407abbd74ace12550"
SRC_URI += "gomod://github.com/mitchellh/go-homedir;version=v1.1.0;sha256sum=fffec361fc7e776bb71433560c285ee2982d2c140b8f5bfba0db6033c0ade184"
SRC_URI += "gomod://github.com/mitchellh/hashstructure/v2;version=v2.0.2;sha256sum=ef2ff4040e1877ba620c0c3f6d64b21f9b1fbcee551d211701c43f694bfd20ab"
SRC_URI += "gomod://github.com/mitchellh/reflectwalk;version=v1.0.2;sha256sum=c96eed6b50f00b1acdc79224e8e55f66ef3e98e3f7c6373afa3e3b8c6ef440d1"
SRC_URI += "gomod://github.com/mndrix/tap-go;version=v0.0.0-20171203230836-629fa407e90b;sha256sum=c6f65bd8d977e53fa083d9d0309cffb0dbfaaae69a5a64a352fb2f7d079ce73d"
SRC_URI += "gomod://github.com/moby/buildkit;version=v0.30.0;sha256sum=8308c61f71b42e00b24a3233b7ceeb4d0e6cb7e1a248bd23fba2bb69c952cc5b"
SRC_URI += "gomod://github.com/moby/docker-image-spec;version=v1.3.1;sha256sum=e3fe212be410465c0cae032baa7e2c7282b9bb878f081f00549333edc260c306"
SRC_URI += "gomod://github.com/moby/go-archive;version=v0.2.0;sha256sum=9fa1f9c9076a5d614e0fe1519878b49f0ae6221203d1b41c8e1710344783d345"
SRC_URI += "gomod://github.com/moby/ipvs;version=v1.1.0;sha256sum=067136da232ffa6663f52360159546dccefcbcfa58c9ab3856c10789f303be91"
SRC_URI += "gomod://github.com/moby/locker;version=v1.0.1;sha256sum=f07361346d12a24e168db7fb2f21281883bee6060f1aedf7507bccf20c4a793f"
SRC_URI += "gomod://github.com/moby/moby/api;version=v1.54.2;sha256sum=2382fecb42aa7bd89174ec21fc9a7daeeb12273037badd48292a1cd3b91c1bac"
SRC_URI += "gomod://github.com/moby/moby/api;version=v1.52.0;sha256sum=9d0c305a218b6da1ab234916ebe11c1d443a96595dc22ef889f2b84dae017faa"
SRC_URI += "gomod://github.com/moby/moby/client;version=v0.1.0;sha256sum=2e11d61818a7db2c3c444909718573099f83b8ea280937bd51588f12973d8a69"
SRC_URI += "gomod://github.com/moby/moby/client;version=v0.4.1;sha256sum=d7d907ec96f9f363ef99d81b9eb14fde7f36ad2aeb302eddf641a5905b153cae"
SRC_URI += "gomod://github.com/moby/moby/v2;version=v2.0.0-beta.15;sha256sum=62fc4a3762d1aaa185f1e572bb99332b49f0e2fa369ea422f07f776e61f8859e"
SRC_URI += "gomod://github.com/moby/patternmatcher;version=v0.6.1;sha256sum=63143eefbfab2697750be63bc4be899b2607538b3b1fb8e862ced521f7f9545f"
SRC_URI += "gomod://github.com/moby/policy-helpers;version=v0.0.0-20260507153417-a39d60132186;sha256sum=3c7dc6d7e110adf22867b68196df5fa8c34b31b101d818caf6fa7333927bb2f4"
SRC_URI += "gomod://github.com/moby/profiles/apparmor;version=v0.2.1;sha256sum=77ec18d449e4d981a8dddaa3723b60e32d544f4a61b7dbbe735f6ed7ecce9480"
SRC_URI += "gomod://github.com/moby/profiles/seccomp;version=v0.2.3;sha256sum=a312154ab6d08dc2a5263cd1b8b6ef9c62bd4c24f8d6802ef158b51a1e37e75a"
SRC_URI += "gomod://github.com/moby/pubsub;version=v1.0.0;sha256sum=f79821016eaa2c7b10bb8a390b00e32b05ec6f42cfb25a4d94ab276369392c75"
SRC_URI += "gomod://github.com/moby/spdystream;version=v0.5.0;sha256sum=0919457a3bba34fb4ee5eff1645830648e26ea9757f27b293f1f7bb9f1ec65a2"
SRC_URI += "gomod://github.com/moby/spdystream;version=v0.5.1;sha256sum=f4cdb9929a3327708b04dbbb4b6f15e1a21b7919e5c59e5b18bc049bb033d688"
SRC_URI += "gomod://github.com/moby/swarmkit/v2;version=v2.1.2;sha256sum=208aca8432b58b6ea3533453ec47a5b9d1d920cf3124c83fd51878c09870ad4f"
SRC_URI += "gomod://github.com/moby/sys/atomicwriter;version=v0.1.0;sha256sum=a43a7148f3866be0752c515f32bd9ca1c96a4cc336b7e61af31932ee434da873"
SRC_URI += "gomod://github.com/moby/sys/capability;version=v0.4.0;sha256sum=3502bba106a402fd440d1d4e8eb5ca741da4d70a674e8313725838ec8e22b44c"
SRC_URI += "gomod://github.com/moby/sys/mount;version=v0.3.4;sha256sum=d6395b6c77113f33cfc2edc749f0b79a6040ff5a8466991a7d8094ae3846646c"
SRC_URI += "gomod://github.com/moby/sys/mountinfo;version=v0.7.2;sha256sum=94f79687bc3b72ca4cc60fafda851454fefc0ef04bdb4499e8c7c2b2e231b5d3"
SRC_URI += "gomod://github.com/moby/sys/reexec;version=v0.1.0;sha256sum=3d9e1e4628e61f0e86aab5a0f4f947396686e12102721590bd0966f3600bae22"
SRC_URI += "gomod://github.com/moby/sys/sequential;version=v0.6.0;sha256sum=7870e47447a7e81a360d5d323bb9d52aaa951cbe70c267bea46b19ff1ed48bab"
SRC_URI += "gomod://github.com/moby/sys/signal;version=v0.7.1;sha256sum=8c3853bc4ba4f283f7fccde5c548e93c3613db46f5209394a60cdbbc3eaf4f42"
SRC_URI += "gomod://github.com/moby/sys/symlink;version=v0.3.0;sha256sum=c0036c97c9b7b7a246468165a968fedd974691161b083f1e7e99bafc58e57451"
SRC_URI += "gomod://github.com/moby/sys/user;version=v0.4.0;sha256sum=4b96521752263905b26acd41c982be7bfb73d45243d070707e3cdd57f9fb3a91"
SRC_URI += "gomod://github.com/moby/sys/userns;version=v0.1.0;sha256sum=24c102bcc418dedc378fbcaa53b10251b35042f2e86bf088f773250064fe3080"
SRC_URI += "gomod://github.com/moby/term;version=v0.5.2;sha256sum=f8d6e5c53992c640512ee45a9b6147a765bebe3d8d50e3bfe1e4ec3e052cd688"
SRC_URI += "gomod://github.com/moby/vpnkit;version=v0.6.0;sha256sum=d8ff487450510fba88f19cb07cd0ae15c74e86f74ab7ab32046b7c8621289fb3"
SRC_URI += "gomod://github.com/modern-go/concurrent;version=v0.0.0-20180306012644-bacd9c7ef1dd;sha256sum=91ef49599bec459869d94ff3dec128871ab66bd2dfa61041f1e1169f9b4a8073"
SRC_URI += "gomod://github.com/modern-go/reflect2;version=v1.0.3-0.20250322232337-35a7c28c31ee;sha256sum=49f3fb0f76b1b98b52b5e6e8eab2a48454eab33904b937625941c28138a7fea4"
SRC_URI += "gomod://github.com/mohae/deepcopy;version=v0.0.0-20170929034955-c48cc78d4826;sha256sum=41ba726508a213f4af89e7d58937263ff778e352d591edd422d3a3dc3272585c"
SRC_URI += "gomod://github.com/morikuni/aec;version=v1.1.0;sha256sum=3d50f78078455e310a5df2f0fb5aaf3d50e1f0d52efe66f7d60635700612b392"
SRC_URI += "gomod://github.com/mr-tron/base58;version=v1.2.0;sha256sum=36647ee156c3b9194e05c40f8afb35351e6498c90552ee1ee5486d67c570a27f"
SRC_URI += "gomod://github.com/mr-tron/base58;version=v1.3.0;sha256sum=6217df47ec8b53f52b86e951ac370f36fcd907c0447692f07f6dab2676c94cef"
SRC_URI += "gomod://github.com/mrunalp/fileutils;version=v0.5.0;sha256sum=202a6e33b519ddcbece708c3779845114bb7324d4c9ff9899f7c4f80f1e7b1bf"
SRC_URI += "gomod://github.com/mrunalp/fileutils;version=v0.5.1;sha256sum=a4b3770a9fa0a3d6e01338ea0b1a7233aea6204de463e741b478fd490a9e8b52"
SRC_URI += "gomod://github.com/muesli/cancelreader;version=v0.2.2;sha256sum=f0654e7f8f8a49b02ff10a75ccaa0eb08a65aaacbc45f5ba93305276e2ac7f61"
SRC_URI += "gomod://github.com/multiformats/go-base32;version=v0.1.0;sha256sum=62e6bab9aa3dd402beed8bd4c25b53ca72e147c060e847c700d12d9bdf5fe9ee"
SRC_URI += "gomod://github.com/multiformats/go-base36;version=v0.2.0;sha256sum=840d6b2b227070400f3ed016801aa2d9ee323dabae94cdf6427d03c47544ab61"
SRC_URI += "gomod://github.com/multiformats/go-multiaddr;version=v0.16.1;sha256sum=2c94dbf09442398a99e81a1bb62d28b3eb01123c60ee55303dd601208e0d0b73"
SRC_URI += "gomod://github.com/multiformats/go-multibase;version=v0.3.0;sha256sum=9b1d790d385f08648d6eed51687788a60293ea05afdf3566243f8a13be24f927"
SRC_URI += "gomod://github.com/multiformats/go-multibase;version=v0.2.0;sha256sum=56fea4d138ca28f01e52e940b62c12b8cc11740618fb513d6d29c7cc5ba4703a"
SRC_URI += "gomod://github.com/multiformats/go-multihash;version=v0.2.3;sha256sum=425c0e14581b2ab1827e17bc9195e393956cbb879bbc4823b7bb868a20e8860b"
SRC_URI += "gomod://github.com/multiformats/go-varint;version=v0.1.0;sha256sum=d8bd26cabebdd7f245b8f81dbd85a3dc1d5b43e9fa0d320809526e0d616204dd"
SRC_URI += "gomod://github.com/munnerz/goautoneg;version=v0.0.0-20191010083416-a7dc8b61c822;sha256sum=3d7ce17916779890be02ea6b3dd6345c3c30c1df502ad9d8b5b9b310e636afd9"
SRC_URI += "gomod://github.com/mxk/go-flowrate;version=v0.0.0-20140419014527-cca7078d478f;sha256sum=bd0701ef9115469a661c07a3e9c2e572114126eb2d098b01eda34ebf62548492"
SRC_URI += "gomod://github.com/networkplumbing/go-nft;version=v0.4.0;sha256sum=c59d9713cd66c5d24c799036fc624da1b63e41a3168f115f2f6311c1bba0c9b3"
SRC_URI += "gomod://github.com/oklog/ulid/v2;version=v2.1.1;sha256sum=312b5fea3f68df920adaffc327440efbaba43ad6a8df2f7e0c9e365743f6ff89"
SRC_URI += "gomod://github.com/onsi/ginkgo/v2;version=v2.25.1;sha256sum=925c1e3e5a10c814428508bdf7ee5bcd13c3330fe42e9de6a0a2b55f7456b1cf"
SRC_URI += "gomod://github.com/onsi/gomega;version=v1.38.1;sha256sum=78c4dc566ded37bddd32acbb1c85c4e274be101b1f16b10c2ed1acf7d85c95b4"
SRC_URI += "gomod://github.com/open-policy-agent/opa;version=v0.70.0;sha256sum=08e535333937b88a21096a8cfabf928513f6565c3b199c662c62e167837e71b2"
SRC_URI += "gomod://github.com/opencontainers/cgroups;version=v0.0.6;sha256sum=d39a6a61c2a38689b7df68bb51ad2a0847b942970ad7051a12ade7dc84c1aa2a"
SRC_URI += "gomod://github.com/opencontainers/go-digest;version=v1.0.0;sha256sum=615efb31ff6cd71035b8aa38c3659d8b4da46f3cd92ac807cb50449adfe37c86"
SRC_URI += "gomod://github.com/opencontainers/image-spec;version=v1.1.1;sha256sum=3a32eeb459719172947c20be78b5b7293c6ea84f4039184e846f6b676bc19574"
SRC_URI += "gomod://github.com/opencontainers/runc;version=v1.3.3;sha256sum=4388423d9c291a3ab735302d01252b8fdcf4c82e2c43634ee2c4586233406cc1"
SRC_URI += "gomod://github.com/opencontainers/runc;version=v1.2.3;sha256sum=534e44408718106ee713bf342e84f782fc9aa00ff0cdfb2372e452ba1c71ca40"
SRC_URI += "gomod://github.com/opencontainers/runtime-spec;version=v1.2.1;sha256sum=847dfbbec37aef7d1e14caebacb0ea036ecd22fa84bca96a0da3dfebfc16ef31"
SRC_URI += "gomod://github.com/opencontainers/runtime-spec;version=v1.3.0;sha256sum=09e58e616eb70f2972ed19ada447dd661b298b39777adb0bbd35c94886bdbdf8"
SRC_URI += "gomod://github.com/opencontainers/runtime-tools;version=v0.9.1-0.20250523060157-0ea5ed0382a2;sha256sum=6128d4734ad019b6e856fc2813a05d3b8d94bc7facbd3e324fababc024d756e9"
SRC_URI += "gomod://github.com/opencontainers/runtime-tools;version=v0.9.1-0.20251114084447-edf4cb3d2116;sha256sum=02a13b5731f9232d9c4c91d7d25348245dbe6a53a2ee43edcc0a4e036a3b8e8c"
SRC_URI += "gomod://github.com/opencontainers/selinux;version=v1.13.0;sha256sum=1f94acecc2e78924ae25fc1b0f93c4c6c9af5131487b94644491c0d00eea4394"
SRC_URI += "gomod://github.com/opencontainers/selinux;version=v1.15.0;sha256sum=3bb1c6e716da6e93a16140796f0d696e7ad0d9c73592606b40eaa7f2d1458896"
SRC_URI += "gomod://github.com/opencontainers/selinux;version=v1.13.1;sha256sum=780f0413d30de235169b0a65219bed2780c102feb94228b796d559b1ad4144ed"
SRC_URI += "gomod://github.com/package-url/packageurl-go;version=v0.1.1;sha256sum=1384471a00f0e026c5e45d9fccc0da363e9423267cef93398db16fcf24bdb860"
SRC_URI += "gomod://github.com/pelletier/go-toml;version=v1.9.5;sha256sum=de3dcda660cc800cd86d03273a25956d67f416e8fcbe4d2001a2cb4a01e6ac60"
SRC_URI += "gomod://github.com/pelletier/go-toml/v2;version=v2.3.1;sha256sum=050041138e2ee2d20fe437728f7a44d10d745c9d5ea4a3e186c745997ab207b4"
SRC_URI += "gomod://github.com/pelletier/go-toml/v2;version=v2.2.4;sha256sum=82162be7b85077f3be49bfe0f1e01f308b9c9554c72a980a22a34432f94885f0"
SRC_URI += "gomod://github.com/petermattis/goid;version=v0.0.0-20240813172612-4fcff4a6cae7;sha256sum=3f47ab8e5713c36ec5b4295956a5ef012a192bc19198ae1b6591408c061e97ab"
SRC_URI += "gomod://github.com/philhofer/fwd;version=v1.2.0;sha256sum=de507513c5985cd0eebc0eccd6b4955da5e2a31814323775b886f29cf9971e98"
SRC_URI += "gomod://github.com/pierrec/lz4/v4;version=v4.1.21;sha256sum=bd2e8ef13800ca42205b0d4085a927a6d012b82cfa831769be4830036e953bec"
SRC_URI += "gomod://github.com/pierrec/lz4/v4;version=v4.1.22;sha256sum=83fe9998c04d49294e6dfe1ef1c122c03e2e9fe5d14425f4d4da84d5948204e2"
SRC_URI += "gomod://github.com/pkg/errors;version=v0.9.1;sha256sum=d4c36b8bcd0616290a3913215e0f53b931bd6e00670596f2960df1b44af2bd07"
SRC_URI += "gomod://github.com/planetscale/vtprotobuf;version=v0.6.1-0.20240319094008-0393e58bdf10;sha256sum=6fdbac53c6ace58d732be8ec29c1aae928639eb12960cc4c52a9f7a25395ca05"
SRC_URI += "gomod://github.com/pmezard/go-difflib;version=v1.0.1-0.20181226105442-5d4384ee4fb2;sha256sum=24ff45e356f638a53bd0c89fff961fbeaecfdb0dc5e482ceed0a2230e0e5f3b7"
SRC_URI += "gomod://github.com/pmezard/go-difflib;version=v1.0.0;sha256sum=de04cecc1a4b8d53e4357051026794bcbc54f2e6a260cfac508ce69d5d6457a0"
SRC_URI += "gomod://github.com/prometheus/client_golang;version=v1.23.2;sha256sum=dfcc6c52ad09e3d0dca2e9f41de7f8d1c0dde7baae4b867353d112918a1511de"
SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.6.2;sha256sum=67017b19f220c6ab91ecfdd10a93824e2a8b09fcb6390054dbdc49df3354a9ca"
SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.0.0-20190812154241-14fe0d1b01d4;sha256sum=5d4719be47f4f69ab5bf36a04c75eb078a0f69b43a335f400c2d688ac9e61795"
SRC_URI += "gomod://github.com/prometheus/common;version=v0.66.1;sha256sum=05d9e8e5c289209245dc22a7d07812b1b72472c67f372b5579dfabc3774e17b4"
SRC_URI += "gomod://github.com/prometheus/common;version=v0.67.5;sha256sum=9baf08bc138d7097af80f61572b32eeac40727d91e29ea447cb059d0ce57e1a6"
SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.19.2;sha256sum=354e627c196c228369c9e97bca5ff59d8ce2b338756de249d8d343226424c76f"
SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.16.1;sha256sum=e4b74815566cbf5aa372d23e1de32f16ac5c3c4c80bc94a31fdee60a1de6074a"
SRC_URI += "gomod://github.com/rcrowley/go-metrics;version=v0.0.0-20200313005456-10cdbea86bc0;sha256sum=a5c502a44d80cb5e977e6f0d5a62b12f31afbdefbfc4fb2ea41f1ee412f2c00d"
SRC_URI += "gomod://github.com/rogpeppe/go-internal;version=v1.13.1;sha256sum=cc0746bf67c2d5d536d305db9f7c5cbe8ffa84928fd90262fb447685db0f1bc2"
SRC_URI += "gomod://github.com/rogpeppe/go-internal;version=v1.14.1;sha256sum=ab3d18283cef2f46ddfd489b6b14b970eb7dbbb642786f025ee1ac5291dc4e70"
SRC_URI += "gomod://github.com/rootless-containers/bypass4netns;version=v0.4.2;sha256sum=0576ead340d9cfa50a43f9305fe403b80893f5af596bc23a54796cc8e8951120"
SRC_URI += "gomod://github.com/rootless-containers/rootlesskit/v2;version=v2.3.6;sha256sum=a41b0bc3afd76a11b5afb1cd45ccd9e415a1b2802cdbcd571e85251226958335"
SRC_URI += "gomod://github.com/rootless-containers/rootlesskit/v2;version=v2.3.5;sha256sum=150078998a9e6ffb062b1eaf4e78e49815c671bd42116d327caadee397eff3de"
SRC_URI += "gomod://github.com/rootless-containers/rootlesskit/v3;version=v3.0.1;sha256sum=f297909865573e9efee235e43fad94cc4158909f8e8b4bf422129f9054f70299"
SRC_URI += "gomod://github.com/rs/xid;version=v1.6.0;sha256sum=395b1caa8a7e835e4721291e629dac4f6608db3918d6fe1eb2ed5e7561b62eb2"
SRC_URI += "gomod://github.com/russross/blackfriday;version=v1.6.0;sha256sum=8dbd018a896577afef870d49adc9a7cbdcef54f6edd97dcbbe1b53e7cd6d66d4"
SRC_URI += "gomod://github.com/russross/blackfriday/v2;version=v2.1.0;sha256sum=7852750d58a053ce38b01f2c203208817564f552ebf371b2b630081d7004c6ae"
SRC_URI += "gomod://github.com/safchain/ethtool;version=v0.6.2;sha256sum=eb4fa1f3360018d135d20c05f752886c9b54dca01f23207badeb0a8a6acfd53e"
SRC_URI += "gomod://github.com/samber/lo;version=v1.52.0;sha256sum=92214cb141963129c5e656d29d459d6a88d505221a8c24b1138ead4ef071b4e9"
SRC_URI += "gomod://github.com/santhosh-tekuri/jsonschema/v5;version=v5.3.1;sha256sum=6c953c3751cca3003d0e7f6d775c7c3b2e4b1eeb1fa2e8d68786ead53b083094"
SRC_URI += "gomod://github.com/santhosh-tekuri/jsonschema/v6;version=v6.0.1;sha256sum=8652f1086fd29ca90f42aa367fd6020bc77a4eef14c1a6bb402f071084c0f745"
SRC_URI += "gomod://github.com/sasha-s/go-deadlock;version=v0.3.5;sha256sum=b927f67dd9a6dc183bac7249c019775e689aee67dc52bfa53354137139d722a1"
SRC_URI += "gomod://github.com/sean-/seed;version=v0.0.0-20170313163322-e2103e2c3529;sha256sum=0bc8e6e0a07e554674b0bb92ef4eb7de1650056b50878eed8d5d631aec9b6362"
SRC_URI += "gomod://github.com/seccomp/libseccomp-golang;version=v0.10.0;sha256sum=91c0aa718ab1b2bdf50f8657a207186a39d680ba48e57d49b1875c0b8716da3e"
SRC_URI += "gomod://github.com/secure-systems-lab/go-securesystemslib;version=v0.10.0;sha256sum=399f400aa66b243ebd24215a78041cdb7dd0a47ac74e0068898dcf33428d8bc3"
SRC_URI += "gomod://github.com/shibumi/go-pathspec;version=v1.3.0;sha256sum=1ac9091ebe9ff4154ddc39b2b3436c5b6b268d5cdc1e8462c9790485cd76a58f"
SRC_URI += "gomod://github.com/sigstore/protobuf-specs;version=v0.5.0;sha256sum=0eb8b14e1e4392ee93e6ab48fabea3f59d42cdf87e62111384c5d2cc02e1639f"
SRC_URI += "gomod://github.com/sigstore/rekor;version=v1.5.0;sha256sum=f56a8e36623cc014dffd33c504eab46bc28b4b9c428619b8c30456755e0882fa"
SRC_URI += "gomod://github.com/sigstore/rekor-tiles/v2;version=v2.0.1;sha256sum=6d66676d2b8e40b175ca15c90bd800743e470b6e2c97172a21f860a3984e4684"
SRC_URI += "gomod://github.com/sigstore/sigstore;version=v1.10.5;sha256sum=335a90c44640d20cf6dcf078cc3e540300cbcf4dff634bea2703b2b74d25c1c4"
SRC_URI += "gomod://github.com/sigstore/sigstore-go;version=v1.1.4;sha256sum=809fa597f98fcec826efcfdb1ac1376e25903adcccdae356b43b13af10895698"
SRC_URI += "gomod://github.com/sigstore/timestamp-authority/v2;version=v2.0.6;sha256sum=b76d2e9d3b66be5d3faa745290df834ed418f216ba7ad13e17f1dd49a033d0bf"
SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.9.3;sha256sum=4501f4e6b858bfdd997671fcdd2f647a3178b29b6b4d1344caa7c07517121dd0"
SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.9.4;sha256sum=3847d00c5ee6948f1ff0d0120bc343c55ce852becb7720f8f08f53eecfe9e437"
SRC_URI += "gomod://github.com/smallstep/pkcs7;version=v0.1.1;sha256sum=bc9cd16c7d8306edc4a7b0ca0d841236e6f9e7481ec6ccc5c460a86468cd7b42"
SRC_URI += "gomod://github.com/songgao/water;version=v0.0.0-20200317203138-2b4b6d7c09d8;sha256sum=9411b54a45f3b35ed3a1b1b7c31e6c447533f7f634c1c0702619c27b56073438"
SRC_URI += "gomod://github.com/spaolacci/murmur3;version=v1.1.0;sha256sum=60bd43ada88cc70823b31fd678a8b906d48631b47145300544d45219ee6a17bc"
SRC_URI += "gomod://github.com/spdx/tools-golang;version=v0.5.7;sha256sum=32878e7a65f75f87dc89375504f0e5950c2a9881eeeee1ebcf4721bc5d4dc81c"
SRC_URI += "gomod://github.com/spf13/cobra;version=v1.10.2;sha256sum=a00aae6fcd631e0fde52c98604452ff70e1b73c3b8a560d68db15aff5e26872d"
SRC_URI += "gomod://github.com/spf13/cobra;version=v1.10.1;sha256sum=00955783267c9ced54274df456377a15bc1b658362f93f85dfda0708b54f9a28"
SRC_URI += "gomod://github.com/spf13/pflag;version=v1.0.10;sha256sum=a246b8c9d3daa87d6c634cdfee1bdf7fa53d5817eeef4fa0c6da43edd12de4ca"
SRC_URI += "gomod://github.com/spf13/pflag;version=v1.0.9;sha256sum=83910188d8735f84a48a80ab78351edac0b569896f2b3a244c696a07da9aa5ed"
SRC_URI += "gomod://github.com/spiffe/go-spiffe/v2;version=v2.5.0;sha256sum=3b96ee2cef9a550ec779125216a03225fff44d3d702d51b6ef21e2202d2517d6"
SRC_URI += "gomod://github.com/spiffe/go-spiffe/v2;version=v2.6.0;sha256sum=b90f378c70e2c985f61893ca20bf3e8258bb4f66920af759276d330513d0d7d6"
SRC_URI += "gomod://github.com/stefanberger/go-pkcs11uri;version=v0.0.0-20230803200340-78284954bff6;sha256sum=5c5bca74afcdf246740b246cdf6de4244ff25e70f3ca2f31f0c1783e94777bb1"
SRC_URI += "gomod://github.com/stretchr/objx;version=v0.1.0;sha256sum=1fa10dab404ed7fc8ed2a033f8784187d5df3513ced3841ce39e46d37850eb1d"
SRC_URI += "gomod://github.com/stretchr/objx;version=v0.4.0;sha256sum=fb5c74373b4385e57e900b2a9ddec7ba1eda2c0d93fab4d307c15097dcaa0765"
SRC_URI += "gomod://github.com/stretchr/objx;version=v0.5.0;sha256sum=1a00b3bb5ad41cb72634ace06b7eb7df857404d77a7cab4e401a7c729561fe4c"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.7.1;sha256sum=d78938d7c60cb8cb6810f7fd5c2f7f7ff62091e483ca3610af69c3920011dc44"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.7.0;sha256sum=5a46ccebeff510df3e2f6d3842ee79d3f68d0e7b1554cd6ee93390d68b6c6b34"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.8.0;sha256sum=d880adf449449120b459a2220f539c69648fd797ded5b745cf3add60ec84081e"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.8.1;sha256sum=36f64e4f229f87672ef8de1c756648c4165e76abd034362517578397e824856c"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.11.1;sha256sum=b7325b561ead5304b72b9f32aebc871ff49b3823667d530a49fd6c8f3adfc96e"
SRC_URI += "gomod://github.com/syndtr/gocapability;version=v0.0.0-20200815063812-42c35b437635;sha256sum=91ff91da1936e17aa68fc13756e40ba4db1d7c9375a4ef0969fe19c9aa281195"
SRC_URI += "gomod://github.com/tchap/go-patricia/v2;version=v2.3.3;sha256sum=37591393b0ea113849eacbc292886ea6978798a596164510c5834c2edc374067"
SRC_URI += "gomod://github.com/tetratelabs/wazero;version=v1.9.0;sha256sum=caa5349be0eeac1d14b0faee72e5a9b2de198374e064fb9158e39d1d891217b7"
SRC_URI += "gomod://github.com/tetratelabs/wazero;version=v1.11.0;sha256sum=bfcf9a13d6fc038ac121315f69159052a583132bc6354bb359d8794499efb07d"
SRC_URI += "gomod://github.com/tetratelabs/wazero;version=v1.10.1;sha256sum=b224ec775508c6d8743e3870e5f62bb4f5d9f901d47a368da0ca5a0c2bcd960b"
SRC_URI += "gomod://github.com/theupdateframework/go-tuf/v2;version=v2.4.1;sha256sum=1cb913a4229e1b64c95b08a7866821256833f70ee3e316f7cdf82cc4ddc9267a"
SRC_URI += "gomod://github.com/tinylib/msgp;version=v1.3.0;sha256sum=f3a20529eb76279d52c77b0fa0a41f14ab8b8ac0fe2e41c4bac144ff6deeda62"
SRC_URI += "gomod://github.com/tonistiigi/dchapes-mode;version=v0.0.0-20250318174251-73d941a28323;sha256sum=251cf604bd1301b75e8dc6d3f6061fccd250f4b3648813ba57793cac799c91ed"
SRC_URI += "gomod://github.com/tonistiigi/fsutil;version=v0.0.0-20251211185533-a2aa163d723f;sha256sum=4bff4b70e4b1fa093090d7bc5917b4afa3fe709409fbe4bc8b6cd33785e6be20"
SRC_URI += "gomod://github.com/tonistiigi/go-actions-cache;version=v0.0.0-20260120203934-54bc28c26fd2;sha256sum=786e01d45ef449b2ecea7b74ec2de6b362550c5ffa39b330861fa9d2be77297f"
SRC_URI += "gomod://github.com/tonistiigi/go-archvariant;version=v1.0.0;sha256sum=039db13b93c017cdcdf50aa675146b470b012ec8673a9bd65ec83bb8f1f36550"
SRC_URI += "gomod://github.com/tonistiigi/go-csvvalue;version=v0.0.0-20240814133006-030d3b2625d0;sha256sum=51bce4d81fe31cb3edfcfaa124a74e2cff5ef08ed8d6f54afb054b39dc0ed89a"
SRC_URI += "gomod://github.com/tonistiigi/units;version=v0.0.0-20180711220420-6950e57a87ea;sha256sum=79524e0da4048adabf5fd4ca21bfca226ab45a601c5ec9d299f0e0385814b0e6"
SRC_URI += "gomod://github.com/tonistiigi/vt100;version=v0.0.0-20240514184818-90bafcd6abab;sha256sum=de7d217ec5bf807a23eabce963d56d73f7975f754eb8bc3321b354d34f340af3"
SRC_URI += "gomod://github.com/transparency-dev/formats;version=v0.0.0-20251017110053-404c0d5b696c;sha256sum=ff992fe96b260806864ad3557958852990d2b3d0d7e796887db7a9e596613dcc"
SRC_URI += "gomod://github.com/transparency-dev/merkle;version=v0.0.2;sha256sum=bff8072eb052d166df4f8f3d144451ca83b98f1c0382995167008c44abc383fd"
SRC_URI += "gomod://github.com/u-root/uio;version=v0.0.0-20240224005618-d2acac8f3701;sha256sum=f6e8f912e968744999d508c3df54f0308aaf337052a8d0bd3edd72583adfd9cd"
SRC_URI += "gomod://github.com/urfave/cli;version=v1.22.16;sha256sum=2f3eb93f140aa404e5b358a7d1a8c6fd6c5ebaead29b7c248fca1f2e9936596b"
SRC_URI += "gomod://github.com/urfave/cli/v2;version=v2.27.7;sha256sum=a9a4175ab5d550f093f716e8971a5c8539aa738675a210f6321cfb5905f0488a"
SRC_URI += "gomod://github.com/vbatts/tar-split;version=v0.12.2;sha256sum=1f3bcd7cebbe3b67a4e7d5d4226f7127ea11bf652ed3b41cc1a0a24cf15e0dd7"
SRC_URI += "gomod://github.com/vbatts/tar-split;version=v0.12.3;sha256sum=c1eb652b555939db8438ac0b71271d2eb3b65e5650d12e4c127f00577016fc07"
SRC_URI += "gomod://github.com/veraison/go-cose;version=v1.1.0;sha256sum=c4f17015205d03b6b849465102cf154214f1d0484f770043c4c7d25f65f0dbdf"
SRC_URI += "gomod://github.com/vishvananda/netlink;version=v1.3.1;sha256sum=213c83dcc66cbeca2b83eca59d08649fa5ea96f463a8c014e8d6b6d5e601887e"
SRC_URI += "gomod://github.com/vishvananda/netns;version=v0.0.5;sha256sum=07804b88c922c2a6780efe392ffef9d126eac584384eb3eb17bcadd34cfa9422"
SRC_URI += "gomod://github.com/weppos/publicsuffix-go;version=v0.30.0;sha256sum=e7cd1fa230d8bbbd95b4a126fe5812af11868d71fb5ec00cc0a45b81ca0ce262"
SRC_URI += "gomod://github.com/x448/float16;version=v0.8.4;sha256sum=73b24a41037ea999ab66851e3798a0973dbb1f214925915b01f0820f7b2f1500"
SRC_URI += "gomod://github.com/xeipuuv/gojsonpointer;version=v0.0.0-20190905194746-02993c407bfb;sha256sum=11b54f0bc358b09261075c3e15cd14d57102f3ab1ba88c345c53eab6aaf228de"
SRC_URI += "gomod://github.com/xeipuuv/gojsonreference;version=v0.0.0-20180127040603-bd5ef7bd5415;sha256sum=7ec98f4df894413f4dc58c8df330ca8b24ff425b05a8e1074c3028c99f7e45e7"
SRC_URI += "gomod://github.com/xeipuuv/gojsonschema;version=v1.2.0;sha256sum=55c8ce068257aa0d263aad7470113dafcd50f955ee754fc853c2fdcd31ad096f"
SRC_URI += "gomod://github.com/xhit/go-str2duration/v2;version=v2.1.0;sha256sum=907db1bdf362568191e659f82339c21a4031d433bc5ac52f36de23eeceb8cb26"
SRC_URI += "gomod://github.com/xrash/smetrics;version=v0.0.0-20250705151800-55b8f293f342;sha256sum=24bc24bca437229054b0bfe112fb6a11968ae9a89ff28cdc23233d5435b38c4d"
SRC_URI += "gomod://github.com/xrash/smetrics;version=v0.0.0-20240521201337-686a1a2994c1;sha256sum=6061d9a61e863c9b8a4ed3e34b00d6784dae4ca7ec64a0e6f0e5c4bb8574328d"
SRC_URI += "gomod://github.com/yashtewari/glob-intersection;version=v0.2.0;sha256sum=bc999bc9a3bcce0ed7c06180320d2236a5c32aa61def5a7c79963faa6bcf2fd0"
SRC_URI += "gomod://github.com/yuchanns/srslog;version=v1.1.0;sha256sum=0792f81390e523c36726d8da81a91efcaed0802e0caa00775b7dfbf621d6b6ad"
SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.2.1;sha256sum=e07c8cb16aa0b42dc9eaf0f922e25e330af3a39d8e8404c8c6e04bba406aa7b2"
SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.4.13;sha256sum=bb41a602b174345fda392c8ad83fcc93217c285c763699677630be90feb7a5e3"
SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.1.27;sha256sum=ed37f29dd392d8b532daf4e3391a917a2cc21c5a281756f7fcd00c17976c38a7"
SRC_URI += "gomod://github.com/zeebo/errs;version=v1.4.0;sha256sum=5b7fb5cbe6bbd36933e8c98572f85121994e9842aefc90986f8d3a192cb69257"
SRC_URI += "gomod://github.com/zmap/zcrypto;version=v0.0.0-20230310154051-c8b263fd8300;sha256sum=27ebae65b5b8253e4e29f4a9e54f9386a81550148f9037ede8ab1f8095417ba8"
SRC_URI += "gomod://github.com/zmap/zlint/v3;version=v3.5.0;sha256sum=63474f4e829ff71fb73018cedc10dfb601cb344e3fca18c18b1dd2869d2c6c67"
SRC_URI += "gomod://go.etcd.io/bbolt;version=v1.4.3;sha256sum=3110374ed5e6984200e6360b6488312803fb41516fff556b350d2a1abaa5ecb5"
SRC_URI += "gomod://go.etcd.io/etcd/api/v3;version=v3.5.17;sha256sum=d80cce415489199ec20ab23746bab24ec290014dcca023ea4719717650882394"
SRC_URI += "gomod://go.etcd.io/etcd/api/v3;version=v3.6.6;sha256sum=bff00fc802dcf96622b7a0a8391bd5358f12bb7545e13b1403e4f5b4f9d951ef"
SRC_URI += "gomod://go.etcd.io/etcd/client/pkg/v3;version=v3.5.17;sha256sum=53eec0fd8ba35f7a58aff0fbccac3a779d485760edf28fb444e2100da351f5bc"
SRC_URI += "gomod://go.etcd.io/etcd/client/pkg/v3;version=v3.6.6;sha256sum=71a9aa1d1814a3bccddeaac3daa027203cd80843f2202a14202aaf54ca6fa6eb"
SRC_URI += "gomod://go.etcd.io/etcd/client/v3;version=v3.5.17;sha256sum=8702a3e4fc0ff9c44d1aa1e44dc81b9a82b1cdaaf010755ab0e35a39a43c9674"
SRC_URI += "gomod://go.etcd.io/etcd/pkg/v3;version=v3.6.6;sha256sum=0c2454c7fe64118d57d9ec25927c2fe545bd4b41f4e3ad9deafd3aeb1a0ff705"
SRC_URI += "gomod://go.etcd.io/etcd/server/v3;version=v3.6.6;sha256sum=324e53b6d833ce490b901aaca3c6eb26f824e07214c199ecc4db5ed314c2034c"
SRC_URI += "gomod://go.etcd.io/raft/v3;version=v3.6.0;sha256sum=ab9b6ce6e21003c688ab129f93dde62037cde3d98eff5bae9320117d739e7750"
SRC_URI += "gomod://go.mozilla.org/pkcs7;version=v0.9.0;sha256sum=11b30a1d5df3f7eff5d5a096294c7957110742f00964959dcb14486171d246ff"
SRC_URI += "gomod://go.opencensus.io;version=v0.24.0;sha256sum=203a767d7f8e7c1ebe5588220ad168d1e15b14ae70a636de7ca9a4a88a7e0d0c"
SRC_URI += "gomod://go.opentelemetry.io/auto/sdk;version=v1.2.1;sha256sum=a08a16fc0a7041cdb875f47a260a56000632212c85f65a302a043c76380c8335"
SRC_URI += "gomod://go.opentelemetry.io/auto/sdk;version=v1.1.0;sha256sum=006d3a5a7292d11f093ce65fcd5a15d15fb7bd11d0e066503f91bd64c4bffe2c"
SRC_URI += "gomod://go.opentelemetry.io/contrib/detectors/gcp;version=v1.39.0;sha256sum=861471f5354793616a1bf86f40f6bf9e96dd85189e68c7d67cb72332a031b7bd"
SRC_URI += "gomod://go.opentelemetry.io/contrib/detectors/gcp;version=v1.36.0;sha256sum=67e381df5c7e78edda7b773ebdef6e5dad42486e87eec838329ade6919985119"
SRC_URI += "gomod://go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc;version=v0.60.0;sha256sum=98e86c034717a2e69b5137bfb2a7ee213f5b2220ecb28c42c6effd428eac691d"
SRC_URI += "gomod://go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc;version=v0.68.0;sha256sum=ddc8a80568f4d34ed938e8372295b3e7745af69b57f03475b449318d01d7fde7"
SRC_URI += "gomod://go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace;version=v0.68.0;sha256sum=726ab55eef4e78eea6996ff799a737ab74c3ade916608aff4127d08c81865f82"
SRC_URI += "gomod://go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp;version=v0.60.0;sha256sum=0192a852a8c6b4fccd55a0400bda162a83a4935102ebdec5fcf56ef1e7d94a51"
SRC_URI += "gomod://go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp;version=v0.68.0;sha256sum=84a5f546bebf91ebebe431b04f13230e0bd189a0eefcc6652f523e4c29ae12ba"
SRC_URI += "gomod://go.opentelemetry.io/contrib/processors/baggagecopy;version=v0.16.0;sha256sum=8a5fca793c8a4b53c11ea7561266df35b5c09e1405d43cb7cc45f5413adeef1a"
SRC_URI += "gomod://go.opentelemetry.io/otel;version=v1.43.0;sha256sum=177d24c79e756950c431aa87c1c613bb807cc7fe435260b72c5f675b01651921"
SRC_URI += "gomod://go.opentelemetry.io/otel;version=v1.37.0;sha256sum=04ca68e693cdb8b4409ef8eec9eaf035128dd78c52275e465d95e1a604b08a61"
SRC_URI += "gomod://go.opentelemetry.io/otel/bridge/opencensus;version=v1.43.0;sha256sum=eb2fcbd95916a414a1f7530c77364bace72908955187a2fd58d578ac595d7b03"
SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc;version=v1.43.0;sha256sum=32a81c3d8693070569b2b977ddf9995c4930baa40df807712bad3559845ffba7"
SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp;version=v1.43.0;sha256sum=dcb69f727f237797172f23c5d4d371bb3a8ea6013660379dbe6833676671398a"
SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace;version=v1.43.0;sha256sum=11649f39d7bef9c2c6f10da9ad4c09b95eb3eaef2d464ea8de9c8792cea5c524"
SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace;version=v1.35.0;sha256sum=db519585625f502747d89335029a52f00e028ee6c0e05f60563a26f72e4d034b"
SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc;version=v1.43.0;sha256sum=065275002f900c84cc3e2efd7538d00b0908cb8b80ed8455c811b35fa555be3a"
SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc;version=v1.35.0;sha256sum=2536a755aa735ea360843a9f954da3896c1e33dc99c0c4a00f1bd0310fad153c"
SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp;version=v1.43.0;sha256sum=b76a9de6c464ed2c820975f155be8e3790e8b60ff4a67f41a5aec7638afa668c"
SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp;version=v1.35.0;sha256sum=531ae83045ba11e395b87a36d4d2a8c5672557e4b400ce9226614c70dbcedc09"
SRC_URI += "gomod://go.opentelemetry.io/otel/log;version=v0.19.0;sha256sum=7e5280a68214108acd6ab3542f2c48fbfa073625f2b1c6c20db7024847935b6a"
SRC_URI += "gomod://go.opentelemetry.io/otel/metric;version=v1.43.0;sha256sum=3efb5ad706fab815f4b2e8fc89c1656ec8d2403f07edd406c17c2310dd8a08a6"
SRC_URI += "gomod://go.opentelemetry.io/otel/metric;version=v1.37.0;sha256sum=9ddd1ea623ee64d23c269590b7b6df7d369b43388bc495d5c4343a939f4a29bd"
SRC_URI += "gomod://go.opentelemetry.io/otel/sdk;version=v1.43.0;sha256sum=cf46abeb516a88a0eb33117103e39fb3161f0db91cd487a84748aae16938e8f2"
SRC_URI += "gomod://go.opentelemetry.io/otel/sdk;version=v1.37.0;sha256sum=268f0baa1e9855633a0ace9ea3e95e1cb4c545f51062a4581586f54b1712c853"
SRC_URI += "gomod://go.opentelemetry.io/otel/sdk/log;version=v0.19.0;sha256sum=6eed438305e09a5fe9db1ab7a8a513816cb8ecf4145b4cce15e8b8f8e88eb300"
SRC_URI += "gomod://go.opentelemetry.io/otel/sdk/metric;version=v1.43.0;sha256sum=b02c5dded25925d2becf8ea69d446f2eb786a576ab4a7dd8014f3afbd861fc49"
SRC_URI += "gomod://go.opentelemetry.io/otel/sdk/metric;version=v1.37.0;sha256sum=0c0bad1feb6d7a611d5277537d0db736478a39282b1cd1d2b904a856aba99079"
SRC_URI += "gomod://go.opentelemetry.io/otel/trace;version=v1.43.0;sha256sum=34fdc70a75e90d68e36caa59b9e800a5de5266118393eaee4489dd0abe3cb62d"
SRC_URI += "gomod://go.opentelemetry.io/otel/trace;version=v1.37.0;sha256sum=1b473d9aee628902b4597925e282f8db8ebf123f70a76b8fc7939592132b0286"
SRC_URI += "gomod://go.opentelemetry.io/proto/otlp;version=v1.10.0;sha256sum=199278343f9a66953023278601384dbc9f42896c2e0581bfbd65bd5f044a9a66"
SRC_URI += "gomod://go.opentelemetry.io/proto/otlp;version=v1.5.0;sha256sum=ef551fb4e54a41f7e58c7f451c8546b6dd7ac298a632e7c31ca12100e852324e"
SRC_URI += "gomod://go.uber.org/automaxprocs;version=v1.6.0;sha256sum=964c6f548f7ee6df9fa3a9080d722c7950060bda0cb84ff9e2ae065f078813c4"
SRC_URI += "gomod://go.uber.org/goleak;version=v1.3.0;sha256sum=70edef0ce7d830d992f024e527fd3452069b884f94a27787a718bd68dd620702"
SRC_URI += "gomod://go.uber.org/mock;version=v0.6.0;sha256sum=64e9c159c974cd05c09eae2e0fa1558e7f5eef0c85434208526b052785e1b90f"
SRC_URI += "gomod://go.uber.org/multierr;version=v1.11.0;sha256sum=2249b5d2fdce61f6ee661a679d8552599af084a761cbbc871da77641bddce0c3"
SRC_URI += "gomod://go.uber.org/zap;version=v1.27.0;sha256sum=b994b96ff0bb504a3d58288ab88b9f3c6604689ea1afb69d25b509769705a6c2"
SRC_URI += "gomod://go.uber.org/zap;version=v1.27.1;sha256sum=38760227142d38369069374c005707bc6b3c270a75f34fa3f17c48c863143cdc"
SRC_URI += "gomod://go.yaml.in/yaml/v2;version=v2.4.4;sha256sum=1b98a6a498cf255c5f2982d32c74633bc7969770957e98103ac1e14345aa4576"
SRC_URI += "gomod://go.yaml.in/yaml/v2;version=v2.4.2;sha256sum=ed63e181cbb5a991c104639b0e6d48d45fd951f22b47d4c5d1a36156d8ed06ee"
SRC_URI += "gomod://go.yaml.in/yaml/v3;version=v3.0.4;sha256sum=0317dae56eaa9e9954467c8768fd6a89ba2005f1534e2c26fce5163ad8d2ef31"
SRC_URI += "gomod://go.yaml.in/yaml/v4;version=v4.0.0-rc.3;sha256sum=d5ca6a029979bc52760f17ed1a9393637a46095b9e0e8f504f1dc5d70ece46ac"
SRC_URI += "gomod://go.yaml.in/yaml/v4;version=v4.0.0-rc.4;sha256sum=9398112d7e82e7d19d01f0d5907ed232d8b1f44b0d487c9d5d0905a4d732996b"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.52.0;sha256sum=a4dca44f467a3d8745aef41147c7bc6a90cdcfda9c42ae0585888bf046c7941e"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.19.0;sha256sum=73ee31242e1134ff983083b25a915a6fa1e5742658972259cf5fb4c12db2cd86"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.46.0;sha256sum=5f2921ccdf7252ffbe26046948c6044ab0917e500a34710e0ba6664260d6a460"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.45.0;sha256sum=416335b9102df16747b29fe58d034d6d9fb70af314740136fb0a37ae8c568705"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.13.0;sha256sum=b58d902f48a7f595a28589b6ed4be8b5e2ee1a3496eca477039e80eb6e7eba57"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.30.0;sha256sum=500e9a90a4044f24cb49b47d3f0c4c32a32e4c092df4e680ae4cd0590a3b57a6"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.23.0;sha256sum=65d22b9f54aef5f7f064900d2ecf8d8b231729aebc46c3b7ca56ff897fb70b57"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.0.0-20190308221718-c2843e01d9a2;sha256sum=46882ccda86aa64aa862fc64b7c6861318f03b18b834550be83d91b26acad6d4"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.0.0-20200622213623-75b288015ac9;sha256sum=aeaac2684d693207a90f491b0303e881e58c014e96d27b0ebb7fe6937dfc1e76"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.0.0-20210921155107-089bfa567519;sha256sum=eb2426a7891915213cc5da1da7b6fc6e9e2cf253d518d8e169e038e287f414e3"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20241108190413-2d47ceb2692f;sha256sum=7d91ad19149e6a15a46ec3bd52d2e57e9392397135aff1d382c9ca6b80b2038d"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20250711185948-6ae5c78190dc;sha256sum=01d8fecd44e904b86e66c78cf6b403b27312513c0534455ee7b9c86600d9b7aa"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20190121172915-509febef88a4;sha256sum=c3a7dcc2e8117e749c6badc91d492de3ee2f5b440b30481a0a75f9d63db6fe0b"
SRC_URI += "gomod://golang.org/x/lint;version=v0.0.0-20190313153728-d0100b6bd8b3;sha256sum=5c7bb9792bdc4ec4cf1af525cf9998f8a958daf6495852c9a7dbb71738f2f10a"
SRC_URI += "gomod://golang.org/x/lint;version=v0.0.0-20181026193005-c67002cb31c3;sha256sum=e66899cd5e78b42c31ee1a38d3bb1807d094b9ac8d96a210e1cf6f5e3529ff3a"
SRC_URI += "gomod://golang.org/x/lint;version=v0.0.0-20190227174305-5b3e6a55c961;sha256sum=4dab3a0efff7f85b29c54849e18610c9740ebc246f836e101bb518969e59618a"
SRC_URI += "gomod://golang.org/x/mod;version=v0.36.0;sha256sum=5410180c3dd4cd6e3ad08e7f47586fd93de65ca9c0a8891a8f964d321f74b60b"
SRC_URI += "gomod://golang.org/x/mod;version=v0.8.0;sha256sum=4ae8176799d8cda819e70731ba6855735003e7e4930436e34584c75c96c496e0"
SRC_URI += "gomod://golang.org/x/mod;version=v0.12.0;sha256sum=79b7f79f68bc82dfd5de5f58c5a9b4750120bc1b15fb201a19f27f1d7fb4ef55"
SRC_URI += "gomod://golang.org/x/mod;version=v0.15.0;sha256sum=81c61d043854b5242ac4a9ff92fe3b275b033cc5ec32c46b46a40a143c1658e7"
SRC_URI += "gomod://golang.org/x/mod;version=v0.30.0;sha256sum=dffdae50c0a7903e522053e8e9880069ed1854446326f954cf903f713678c3a2"
SRC_URI += "gomod://golang.org/x/mod;version=v0.17.0;sha256sum=a72fe5b79554a8993df9512d05e237908d3ad0b48001c1ab92b7fa5339ecf440"
SRC_URI += "gomod://golang.org/x/mod;version=v0.29.0;sha256sum=7c736672c72aa571b65c1106bbb2a64e587dd4265a18f0059c990f95c5117962"
SRC_URI += "gomod://golang.org/x/mod;version=v0.6.0-dev.0.20220419223038-86c51ed26bb4;sha256sum=2b7471ed34a349f91055527c5328acd40e9aba006b644e51d40a8627efa76a92"
SRC_URI += "gomod://golang.org/x/net;version=v0.55.0;sha256sum=21c29cd58b7a02de60a3cb5122d8f59bc3c96d4750f9c1bb77a270a64eb42e61"
SRC_URI += "gomod://golang.org/x/net;version=v0.6.0;sha256sum=7ff2f50b1f3a58833f867d1646421569a91d8c19a0999793c5af79b10c16b8b8"
SRC_URI += "gomod://golang.org/x/net;version=v0.47.0;sha256sum=3444c04eff1dc7a41a6386cb6a0b0b1facebfc7e222bae523043ed4b14039f76"
SRC_URI += "gomod://golang.org/x/net;version=v0.48.0;sha256sum=cf5206797e66bbe72fc13542d53a57d069a563cebb6d045c07a870eb4fd888c9"
SRC_URI += "gomod://golang.org/x/net;version=v0.21.0;sha256sum=4e9cb4bded1957e73fe709741c29879eab05047617c9b14b7237314ff9024913"
SRC_URI += "gomod://golang.org/x/net;version=v0.15.0;sha256sum=e891941f0a83dfc85f82990e29cbf1939dca5952d04241666c8a227d419fded3"
SRC_URI += "gomod://golang.org/x/net;version=v0.10.0;sha256sum=f92f9b2655226a6d015af7a76279a11fb55678e410b851b158fc846546f80733"
SRC_URI += "gomod://golang.org/x/net;version=v0.25.0;sha256sum=7fd8464681c3011736f2c75beb20f88fff553a17f4f574325bce5ca5dc1fcf83"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20180724234803-3673e40ba225;sha256sum=3deab917e990147cf32de48186783997890c75eefc209e85df515d83c3408253"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20180826012351-8a410e7b638d;sha256sum=0015e0b5e124847e5d2ce892c8772eee5f6da51c0e0939c25874c6381c725aca"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190213061140-3a22650c66bd;sha256sum=6722d233d5a04aebfa439e4d701c6c993b636e84376229c9ac226d913367a643"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190311183353-d8887717615a;sha256sum=cb722f1469739a62f6b3cd0cf836894d714bbfcd278740499fea8a343401efae"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190404232315-eb5bcb51f2a3;sha256sum=3be13704bcdb3eb79a25459f6116bd627bc90589176a9c8495b58a38c320ec0f"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190620200207-3b0461eec859;sha256sum=8b437b88ece68e61336150fbdd2a4c0e8d80f143bcdc86ce4ef047c4c93f3caa"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20201110031124-69a78807bb2b;sha256sum=e677156c98b7cd691d93e2e39382a058cf1ed780c7792d3d78f2e891ee910385"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20210226172049-e18ecbb05110;sha256sum=17ae555c0bec70b583d84ec7a099db3fdc5b3b688cb2814f8c388d174e7ada15"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20220722155237-a158d28d115b;sha256sum=1decf7a324a0916bc66304da1b68a834ce679379422de3a2855f3031f6dc39bd"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.36.0;sha256sum=15bf65ff103e5dafc809d78cd037a1d1e88ccb8451824e851156002a13304504"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.30.0;sha256sum=1e1028d0b190948f0cd44229bfa298440cb2481f601f992e12424bc6fa1f183c"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20180821212333-d2e6202438be;sha256sum=6f7ae824c20cd42f73198677c583303e75d9d307680a305d06ace2165106088e"
SRC_URI += "gomod://golang.org/x/sync;version=v0.20.0;sha256sum=7179d4d68800f6fdcadb9d4bbf11cbb5df9b40360c89305c203fe20723cbd375"
SRC_URI += "gomod://golang.org/x/sync;version=v0.1.0;sha256sum=f510bec6009e19882d19953e7273137d34df86c65949345d72f123a255c2ecd2"
SRC_URI += "gomod://golang.org/x/sync;version=v0.7.0;sha256sum=20b01085240e661bffc7f59383f21b90f112d669784220c6e59c801243216d22"
SRC_URI += "gomod://golang.org/x/sync;version=v0.3.0;sha256sum=1870e7a196f7119d4c6edba7de9cdfc49ee13c8cb7921f3a947568171c6152e0"
SRC_URI += "gomod://golang.org/x/sync;version=v0.6.0;sha256sum=7c75175297a3b368b806bd24c7401629df11dcc655e3c14470058282f101ca6a"
SRC_URI += "gomod://golang.org/x/sync;version=v0.19.0;sha256sum=25211fe2cffd8020bb405b9adb7a90f5e06760f2818b8fb2e74aaaa21a66ed9e"
SRC_URI += "gomod://golang.org/x/sync;version=v0.18.0;sha256sum=939a1a573cd83df56836b637052a45f6a60f78b86a5a375fc0c6c298a868a14d"
SRC_URI += "gomod://golang.org/x/sync;version=v0.10.0;sha256sum=94ea75ea625ecb8d81ab473a2d7e03433e63083768cd27d48a03f8c1c9da3d8d"
SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20180314180146-1d60e4601c6f;sha256sum=7aa0e816b3ecae3535411b3ca9ea6a46530a9da2e6d160a420da331e55e159ba"
SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20181108010431-42b317875d0f;sha256sum=d5076321ff392792568bb8ec9e582778a602aeebf3d27c6ab99f148ead0bf1b3"
SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20190423024810-112230192c58;sha256sum=dc105c2b4d6c7ab48e54946ce2f624e8d1f5d47270eff1e88fed06cc65f91fb4"
SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20220722155255-886fb9371eb4;sha256sum=39d2431ae1db11be34b4012b719e7bcec1572006a122d44509da038a5b498ff1"
SRC_URI += "gomod://golang.org/x/sys;version=v0.20.0;sha256sum=3f826b191eab1ebda925feb551d334e37e1b5865d1aa790fade46598811a8b1a"
SRC_URI += "gomod://golang.org/x/sys;version=v0.1.0;sha256sum=e7cbe58ed3745ba63d482fe82603119bd635f9a5dd914ed95a4c1826fdcf54a7"
SRC_URI += "gomod://golang.org/x/sys;version=v0.6.0;sha256sum=8c15860e3850e3cea5a7186bb79b8cf98f513d9ac5498099d3bddfd49c6dfc3f"
SRC_URI += "gomod://golang.org/x/sys;version=v0.8.0;sha256sum=2588b3a645838390e341f1007f8679f5e1117b5d5ac9467ef832d148b2219a38"
SRC_URI += "gomod://golang.org/x/sys;version=v0.2.0;sha256sum=052ca42e990026d7bd9fecf8a60e50e96556114273e5519b44149b2a4ebf6c6f"
SRC_URI += "gomod://golang.org/x/sys;version=v0.39.0;sha256sum=65444efd299ce78bc457588bc2061e69fb5ceadec70220eeda39657402ad4b1b"
SRC_URI += "gomod://golang.org/x/sys;version=v0.12.0;sha256sum=89225d9e6603c090ffd93286b7ca124849fadfe4320c3b18a6bdccc4ac08672c"
SRC_URI += "gomod://golang.org/x/sys;version=v0.45.0;sha256sum=e51c1c88045b4edbe48ad810122131381ff541c89edbd97ef833ed6653b59e6a"
SRC_URI += "gomod://golang.org/x/sys;version=v0.28.0;sha256sum=0ed47a83fe7d7a7e743e815172bc10c1ac0ed0d31ebb095e75717428e09aa895"
SRC_URI += "gomod://golang.org/x/sys;version=v0.5.0;sha256sum=cf47336ac1bf675fa6d6dd5ac5399b0143c513404c449fa3f3380a58123c7908"
SRC_URI += "gomod://golang.org/x/sys;version=v0.10.0;sha256sum=df527d3657f99d86488c94b3f5fd24739e7b148d019cd72954462243e0af32f6"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220811171246-fbc7d0a398ab;sha256sum=5ebd34faf34cfb7824ed6d12e95e793c8564ccc989af9f9c7998422c36ec9838"
SRC_URI += "gomod://golang.org/x/sys;version=v0.17.0;sha256sum=b49fb9baa2cd133596927ef070ce74bf38223d97e7c81ef73fe1e8b2ab3639cd"
SRC_URI += "gomod://golang.org/x/sys;version=v0.38.0;sha256sum=dacd7c9aa2b298f966822da214c6d601da08f14d41b29032bcac4bc503887a49"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20180830151530-49385e6e1522;sha256sum=b7963549a36b5cf8eff7849afb9a85ff1957b4dd66d60628b26457e1b230d8d2"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190215142949-d0b11bdaac8a;sha256sum=d6bf74e7bc64e245a75dd666e62160a8446242b1cde4e66b2e5f93399950a97f"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190412213103-97732733099d;sha256sum=4c8da803e35ab98f8621b26998717976415c9ccd17ada7183933974be40c7edb"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200930185726-fdedc70b468f;sha256sum=8f2ee97b1515c27788a17a8e9f88c9d1a4aa62380a1d9a210a53460a8503c00d"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20201119102817-f84b799fce68;sha256sum=2681eb52677683be3760258aafe13c91c1c83888442e9c6545334ae97a02b386"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210615035016-665e8c7367d1;sha256sum=0d25c11d65a4ac84a6e2c3bd56a6afeb1da3923d2752a5aa59b7e99a94359fcb"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210616094352-59db8d763f22;sha256sum=c4f9c81ce8f1b8ccfd9ce34305d8c7eb7d94c87c7e0d88394ebd6298730ebe38"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220520151302-bc2c85ada10a;sha256sum=734caf189549ea9b85dd93f58e87e3f3bceaec72229449f5879c3c067a2ad60e"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220615213510-4f61da869c0c;sha256sum=5b23b3190363ad03f5b9f42f47872cd30936fb93a95ac3f188ed23458679920c"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220722155257-8c9f86f7a55f;sha256sum=f4480597a942160a2aaeb761d41ee67f610287785c263f1df253a3e157c98594"
SRC_URI += "gomod://golang.org/x/telemetry;version=v0.0.0-20240228155512-f48c80bd79b2;sha256sum=b8408ce169cee1bde49308c632a41084224ec3c8f4a5c0950e9e98e032140e01"
SRC_URI += "gomod://golang.org/x/term;version=v0.20.0;sha256sum=840eacc0ffb306dcb4b0f5bf6e071c91d2e7957fcc604eec4e73c0fc22f2920c"
SRC_URI += "gomod://golang.org/x/term;version=v0.8.0;sha256sum=1961dfea59ce531e2d6e6a3228781f5958b27c6d9d9c09932f5ffc54c4d9cdf9"
SRC_URI += "gomod://golang.org/x/term;version=v0.12.0;sha256sum=f4bbc4baa0c9b053f7d252b06e4e8baabd686a9a87d82025b341796e29f39c60"
SRC_URI += "gomod://golang.org/x/term;version=v0.5.0;sha256sum=7d89c49ab41306950128a0f4b7c67fb8e2d2f637ece8e024e6cf38d17a33193b"
SRC_URI += "gomod://golang.org/x/term;version=v0.37.0;sha256sum=ffd8a74e9a9fd13e1080fa4e8f807693e438fda98f336992cb2a2420d2e95e61"
SRC_URI += "gomod://golang.org/x/term;version=v0.43.0;sha256sum=0d12dd77f2c620f236e59421d604f6bcd1f9212a4083a1c0ec13425c67bc6e81"
SRC_URI += "gomod://golang.org/x/term;version=v0.27.0;sha256sum=a4cf3d2cab860c5aad555d58c2545ebced118c1610d854fdb302b9c2866d858e"
SRC_URI += "gomod://golang.org/x/term;version=v0.17.0;sha256sum=a38f40301a9ca1154edc70dcbfc6dd2a2ce55abbd49dad8031fb15c1a5e62459"
SRC_URI += "gomod://golang.org/x/term;version=v0.38.0;sha256sum=00cec8beae98bb5a15c9ee9e8e705b7cab9c50269e7858bff98df0533b317363"
SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20201126162022-7de9c90e9dd1;sha256sum=475a86f11dd148b474ce405c5dbdd5f6bcae056c3e44e52445a45926dd69a552"
SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20210927222741-03fcf44c2211;sha256sum=3adf713afa49fe26580ffe4adb1f4fb2f4921c945301aa5a9fb6d34031fa30cd"
SRC_URI += "gomod://golang.org/x/text;version=v0.7.0;sha256sum=4d017493c58addadf3c753056b921b47ae386a4cfd10eab2d90ed1252c6ba0e4"
SRC_URI += "gomod://golang.org/x/text;version=v0.14.0;sha256sum=b9814897e0e09cd576a7a013f066c7db537a3d538d2e0f60f0caee9bc1b3f4af"
SRC_URI += "gomod://golang.org/x/text;version=v0.31.0;sha256sum=10d76a358ae35fae9523ffef7b378ec30f2e73bc3f99ba40e46a6cb722ad888a"
SRC_URI += "gomod://golang.org/x/text;version=v0.13.0;sha256sum=ed544fb017e967c053892df7b068612fce707ba32b57f35824cb041e31c6ae0f"
SRC_URI += "gomod://golang.org/x/text;version=v0.21.0;sha256sum=be3db791651af6f2cb0225aa5d5578c23149b2017246ba8e59586080baadd612"
SRC_URI += "gomod://golang.org/x/text;version=v0.15.0;sha256sum=13faee7e46c8a18c8a28f3eceebf15db6d724b9a108c3c0482a6d2e58ba73a73"
SRC_URI += "gomod://golang.org/x/text;version=v0.32.0;sha256sum=bc6c70d37c37bc625a83abd48ee32372b459a8c559a1cf5f25dfbf7c7941f81b"
SRC_URI += "gomod://golang.org/x/text;version=v0.37.0;sha256sum=b8d475c17835ab602b91f1147684ceb5dbf4060e72e5dfb2e0e33efc9312a982"
SRC_URI += "gomod://golang.org/x/text;version=v0.9.0;sha256sum=c1cbe684eaf01c053bf1232738697d1040327a5c8ad62dadfc950b585d1b4caa"
SRC_URI += "gomod://golang.org/x/text;version=v0.3.0;sha256sum=ea3068395503d3c7ef8ce16a286f75c8c93882c25a66c2aa6c8e2ad4da7a9ae0"
SRC_URI += "gomod://golang.org/x/text;version=v0.3.3;sha256sum=8a896da346baf94ab4f24b0e396df0b79393c93aa05c50ef07cddd561a1ff8d7"
SRC_URI += "gomod://golang.org/x/text;version=v0.3.7;sha256sum=e1a9115e61a38da8bdc893d0ba83b65f89cc1114f152a98eb572c5ea6551e8d4"
SRC_URI += "gomod://golang.org/x/time;version=v0.14.0;sha256sum=0e2d2e47d107859130c7088346966d99a14ec0f7a42290c4acc0e2cc568e7a81"
SRC_URI += "gomod://golang.org/x/time;version=v0.15.0;sha256sum=8cfb20e915fa5d6c3fd264304233f8d71a3385e48a37819239c532ad9da27f84"
SRC_URI += "gomod://golang.org/x/tools;version=v0.6.0;sha256sum=9a29c8904c2acd4b65825e916cbdaf417086f35bb68c54af9a6283a0e1341e85"
SRC_URI += "gomod://golang.org/x/tools;version=v0.39.0;sha256sum=498ead1f3de646754a152c14fcaade9b03f86114b2746b65367e3540c1acbcde"
SRC_URI += "gomod://golang.org/x/tools;version=v0.45.0;sha256sum=13e8d03676d30a1431dc72e9e1d831298a8cca0dd620f68154a4419a125816e2"
SRC_URI += "gomod://golang.org/x/tools;version=v0.21.1-0.20240508182429-e35e4ccd0d2d;sha256sum=80beec66ba124d6d097ac4ee77e54db0ecd47ecc9bf3474a04c81f4e8fd2dd4a"
SRC_URI += "gomod://golang.org/x/tools;version=v0.13.0;sha256sum=6fd1e250112215709454468ead53c31c524b05cc90a62ed817d0d4780fdb6429"
SRC_URI += "gomod://golang.org/x/tools;version=v0.38.0;sha256sum=7f58700da5c39d8d19587227d2421011d4cca04076c1c13ebbbe148b851677c6"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20180917221912-90fa682c2a6e;sha256sum=6673fe06662fcbee5f246f12af8ed860328bf08fd016fd490987cd76acb1b4fe"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190114222345-bf090417da8b;sha256sum=632297964704bdd84ad4a55d64037dab44c9f6389d638317e4372a4d34ff3e61"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190226205152-f727befe758c;sha256sum=98396254d01f2afb7a0403fe1cf1f9aab5623d39a9f7a135e323ad15d6cdf8ec"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190311212946-11955173bddd;sha256sum=f8bd32c243e3403de6a54cac944fa96e20d411af308159aa682c2848100bbf09"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190524140312-2c0ae7006135;sha256sum=86687e8cd5adccf8809ba031e59146d0c89047b6267aacc785ffc20b0ce6b735"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191119224855-298f0cb1881e;sha256sum=092e06323d7a55880ee4387905ebf35a021fffdf2b7f72d80fb3c36e48668651"
SRC_URI += "gomod://golang.org/x/tools;version=v0.1.12;sha256sum=4b122e0e4703bc4014cb1cf8c014fcf93ea7d72f01da79499365346f54cbb851"
SRC_URI += "gomod://golang.org/x/tools/go/expect;version=v0.1.0-deprecated;sha256sum=8776ba051825a2e26ad04e09edcac4437f2abe14941a566a8c5be78d50ad24cf"
SRC_URI += "gomod://golang.org/x/tools/go/packages/packagestest;version=v0.1.1-deprecated;sha256sum=15792a78ef9338b2c08d5010b24211f85c4d39e8c31db316f1ca4a891605ed01"
SRC_URI += "gomod://golang.org/x/xerrors;version=v0.0.0-20200804184101-5ec99f83aff1;sha256sum=380aaa3368ae165628bb487cf4e695a55c1420072b8b7a6f59c122f6a23bb255"
SRC_URI += "gomod://golang.org/x/xerrors;version=v0.0.0-20190717185122-a985d3407aa7;sha256sum=c4e9f063cfed546c90f00a9657deac4f915a8994f8cbe6dbd3f18e79eb8302cf"
SRC_URI += "gomod://golang.org/x/xerrors;version=v0.0.0-20191204190536-9bdfabe68543;sha256sum=a93010abd3c4f483710c37fb87511a776942f709b4c1820a28d099d448680390"
SRC_URI += "gomod://gonum.org/v1/gonum;version=v0.16.0;sha256sum=ee1800f8323d1edd76d6864d67a5d00c79f9a3d56afea46f6a3e7f1328e5d790"
SRC_URI += "gomod://gonum.org/v1/gonum;version=v0.17.0;sha256sum=dadeb3d260548de27375f7188bdfd5a175110120fd8ee8085a63b0dff2cae501"
SRC_URI += "gomod://google.golang.org/api;version=v0.274.0;sha256sum=7d6d36f933d73c87eb2183f199bd94c6325d3f1ffad16d7d9dddbeeadb4bb50b"
SRC_URI += "gomod://google.golang.org/appengine;version=v1.4.0;sha256sum=d4dba839844a92bd9355812a53f086ff3301aa8f59b29a3e2f799d27be8db71f"
SRC_URI += "gomod://google.golang.org/appengine;version=v1.1.0;sha256sum=e7f626f7992b73bb83a9464b86a7689878198b2b3bc0ee6d04bd64c4138e3753"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20230410155749-daa745c078e1;sha256sum=28f0317e6948788a33c07698109005675062f0203ed06bc866350a575bc974bf"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20180817151627-c66870c02cf8;sha256sum=46c86d623a6699bf5787e01d225e890a38224d749df4e0444872eedfd49b0d4f"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200526211855-cb27e3aa2013;sha256sum=50336913c7325576ed9c3587fdcacd39094013af95c8c11736f335969136527d"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20190819201941-24fa4b261c55;sha256sum=5c9553dc489088d74b494857a6f7aad4db33c168bb818345234d2e62b77561a7"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20260401024825-9d38bb4040a9;sha256sum=c95fa4b1e98376b04c1a1d3f8b72e806f5a3ddac2481a62a22e5cbb77b02bb7f"
SRC_URI += "gomod://google.golang.org/genproto/googleapis/api;version=v0.0.0-20260406210006-6f92a3bedf2d;sha256sum=05eeda38b8716a2920fcebe9afe33bdcd7368512170a8052a32a73de916c1de4"
SRC_URI += "gomod://google.golang.org/genproto/googleapis/api;version=v0.0.0-20250804133106-a7a43d27e69b;sha256sum=5429c5df2c69f6839c67bbb1b69a39da7f18f62766ba9e5e77ee73656753b4d4"
SRC_URI += "gomod://google.golang.org/genproto/googleapis/rpc;version=v0.0.0-20260406210006-6f92a3bedf2d;sha256sum=117aae67b02bf726601a2b863ce739cfe895491df186715e7d4d6f764e5c2982"
SRC_URI += "gomod://google.golang.org/genproto/googleapis/rpc;version=v0.0.0-20250804133106-a7a43d27e69b;sha256sum=2c36a97cf38030423215c35a30d22f084a300f51273817fd222b9c0c04fabb49"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.19.0;sha256sum=b13e2bd92390136a39391460fa55526aadce985cd4a949bd8417b50035e18bba"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.80.0;sha256sum=12b91cdce1bbcd837193ef71c42a09b454bff644e0ddab389a396328c2e41779"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.25.1;sha256sum=25a1d2be6469855d2837ee785850e458a4ff2aad85946c32731533968158472b"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.76.0;sha256sum=b32b6055dfc7a8f8fa2be55104931dc3012ba4e564623cf7c74ac911e264513c"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.33.2;sha256sum=9911e6cc53e6a5925dac467c6c27920ed0d7150c3fa07f6a9c4a6736c2fc2b4c"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.27.0;sha256sum=25cc1b8e154b7f68bc51d5ab79cf52fd210bfecb71b71a856c2fe4b4213d40ca"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.23.0;sha256sum=78fe066557a014f328f695df561a0f026b9c8fa704be8bc5d424409f3bc89064"
SRC_URI += "gomod://google.golang.org/grpc/cmd/protoc-gen-go-grpc;version=v1.5.1;sha256sum=997320e3e21562ef67d72888c0b1506d1c2a0255baac7227a9b191a15627a8b2"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.36.10;sha256sum=9265fbe7d073ca8571f1a9c4b8e8f20b244c35ad913346892d688e58fe4b1f22"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.21.0;sha256sum=bd723a12fa1c78ef3c75965fa8211460c25253ef0cb491295748a71c865efc85"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.20.1-0.20200309200217-e05f789c0967;sha256sum=14485d268826098c97386a1c21a0a80ae05eefccc2f2667bb1b8cc5df9ded968"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.23.1-0.20200526195155-81db48ad09cc;sha256sum=0874d821bddd32dc00a540cbcfec67a058c6a8aae8da723d3e51baad726030ea"
SRC_URI += "gomod://google.golang.org/protobuf;version=v0.0.0-20200109180630-ec00e32a8dfd;sha256sum=8c4b0bb3b48bcf679da429e3e33474ff66168ac40ef22ceca786069c2b17537b"
SRC_URI += "gomod://google.golang.org/protobuf;version=v0.0.0-20200228230310-ab0ca4ff8a60;sha256sum=43e210e17c195c7f993d49d0e061d53fe5cbe5223bab9ca1428e0a93e41e1999"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.23.0;sha256sum=fc6051d85af8d7551d2160d76db30ff66e1bc9f520d4df6d9484e266ddf6d4f0"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.25.0;sha256sum=204f72cf4d80eaf1892d4b4fe4e34dc9db283eb8fdb36902f871bf3eaa29aff9"
SRC_URI += "gomod://google.golang.org/protobuf;version=v0.0.0-20200221191635-4d8936d0db64;sha256sum=ec9cdd4f84e2a5c89a40bee563e1d116efce3531eb13cf639f26636540d5b96b"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.22.0;sha256sum=52757d6a9b7b8b2006668030846f69cfa39241cc4ec4991c57e6266c9949a239"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.36.12-0.20260120151049-f2248ac996af;sha256sum=d8e53d0f95089a69bdcce74a3b0b096aed85069e05bbcfc9a82685cd05e0bd8c"
SRC_URI += "gomod://gopkg.in/check.v1;version=v0.0.0-20161208181325-20d25e280405;sha256sum=4e1817f964ca34e545b81afda0325a5e89cf58de2e413d8207c0afddd0fdc15c"
SRC_URI += "gomod://gopkg.in/check.v1;version=v1.0.0-20201130134442-10cb98267c6c;sha256sum=f555684e5c5dacc2850dddb345fef1b8f93f546b72685589789da6d2b062710e"
SRC_URI += "gomod://gopkg.in/evanphx/json-patch.v4;version=v4.13.0;sha256sum=de94747c5023a2c83909845c76acc6b4bfe28b44994207394b5e057f3085625a"
SRC_URI += "gomod://gopkg.in/inf.v0;version=v0.9.1;sha256sum=08abac18c95cc43b725d4925f63309398d618beab68b4669659b61255e5374a0"
SRC_URI += "gomod://gopkg.in/natefinch/lumberjack.v2;version=v2.2.1;sha256sum=e28804b050e7debf4f5b2dd8d241d804f5d592d0519b6e7a3dc9d4cce6f075b3"
SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.4.0;sha256sum=ede49e27c4cca6cdd2ec719aed8ea4d363710cceb3d411e7a786fbdec0d391fd"
SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.1;sha256sum=aab8fbc4e6300ea08e6afe1caea18a21c90c79f489f52c53e2f20431f1a9a015"
SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.0-20200313102051-9f266ea9e77c;sha256sum=acf19ccb4fca983b234a39ef032faf9ab70e759680673bb3dff077e77fee20fe"
SRC_URI += "gomod://gotest.tools;version=v2.2.0+incompatible;sha256sum=55fab831b2660201183b54d742602563d4e17e7125ee75788a309a4f6cb7285e"
SRC_URI += "gomod://gotest.tools/v3;version=v3.5.2;sha256sum=d7c40ae135e4a34dee9ca4847ad18208f138847721e693647b897259287a1d4b"
SRC_URI += "gomod://gvisor.dev/gvisor;version=v0.0.0-20240916094835-a174eb65023f;sha256sum=18c0b1101aef7e6f94d6125330fa9b9c5b878084705fe9184f8092c9efcfd4fd"
SRC_URI += "gomod://honnef.co/go/tools;version=v0.0.0-20190523083050-ea95bdfd59fc;sha256sum=eeaa82700e96ac5e803d7a9c32363332504beff8fbb1202492b4d43d5a5e7360"
SRC_URI += "gomod://honnef.co/go/tools;version=v0.0.0-20190102054323-c2f93a96b099;sha256sum=9860f8a4cb535ae4ebdec509422f4f1c543b540104464bb4873d9e02e80d8c54"
SRC_URI += "gomod://k8s.io/client-go;version=v0.36.0;sha256sum=5e55cd97859c4d6488f926133a63a7b7ec1e3732610e77bf5f5660fcbd06fd00"
SRC_URI += "gomod://k8s.io/component-base;version=v0.36.0;sha256sum=2ea651115d309081976ebc1dfc100e300f66ccdc1db10b4d3aa12f9cf0aa038b"
SRC_URI += "gomod://k8s.io/cri-api;version=v0.36.0;sha256sum=9bdcfcb62a75ac9a07a8db6cfc0e1750bd4da5747da163bcca3b44549bd972dc"
SRC_URI += "gomod://k8s.io/cri-api;version=v0.34.1;sha256sum=575f04bf04c09e2f1442a881113536a4411066a1cfd075751f77826603ec00ef"
SRC_URI += "gomod://k8s.io/cri-client;version=v0.36.0;sha256sum=4c00f4b49dbc662801c25f7d8881c4b0fee12b46ab8b6b523f189f0e7b6c36e4"
SRC_URI += "gomod://k8s.io/cri-streaming;version=v0.36.0;sha256sum=0f3603e0f48ddde86ce20cb483ce13b56b7a6a8791db17dee9a09f6d8c222ea8"
SRC_URI += "gomod://k8s.io/klog/v2;version=v2.130.1;sha256sum=262b961175bbe8cf6ecf227d06303df2eb47bfb890e19d516846422f7d406cb9"
SRC_URI += "gomod://k8s.io/klog/v2;version=v2.140.0;sha256sum=46fab8686139b04c42f1b44e84c5a162667fbf22628216d5061d95206625a886"
SRC_URI += "gomod://k8s.io/kube-openapi;version=v0.0.0-20260319004828-5883c5ee87b9;sha256sum=1661efec364311129ad0ac7a7f9deb751d56311fb2136583c58a8733f9fcb192"
SRC_URI += "gomod://k8s.io/kubelet;version=v0.31.2;sha256sum=b5d5b253cdf74440c5e9c3a3bf6ce6bd15f220551952c45d8e1626008a273d22"
SRC_URI += "gomod://k8s.io/streaming;version=v0.36.0;sha256sum=0dc92d6b810529809b3ee0be9916e2431fec3f8ad50fadfbee3f8f54ddbb3e7c"
SRC_URI += "gomod://k8s.io/utils;version=v0.0.0-20250604170112-4c0f3b243397;sha256sum=3687c33444d57ee4b35e7e7e6baa2627096057dd4d2819a82ac73d3823bced28"
SRC_URI += "gomod://k8s.io/utils;version=v0.0.0-20260319190234-28399d86e0b5;sha256sum=5d87a7ffd5c0ba5381c1af420a421938a4bff87badf2d002c17013feee978a54"
SRC_URI += "gomod://lukechampine.com/blake3;version=v1.3.0;sha256sum=2fb0c0a64de6f558aadf0fc161caaf1d477adaed6b8ee60648e0fb44376de32b"
SRC_URI += "gomod://oras.land/oras-go/v2;version=v2.5.0;sha256sum=256009e363dafacbbcd7e016dcd58485cc6410dd2132fc88eddbfe7ad7bc2a98"
SRC_URI += "gomod://pgregory.net/rapid;version=v1.2.0;sha256sum=c48fcf01d3621eb8fde71a0cfa46c3c1bb12cc5a038951bbef903b16916ae64a"
SRC_URI += "gomod://pgregory.net/rapid;version=v1.3.0;sha256sum=b98c171f8571c0b7d496aa9b94b9847339a7fa6c0054eb6dde86c9fb13b874b2"
SRC_URI += "gomod://resenje.org/singleflight;version=v0.4.3;sha256sum=5565b9b329564e28d3a2414c4844d2f4573c14800121bc40a98328af95cf6ed1"
SRC_URI += "gomod://sigs.k8s.io/json;version=v0.0.0-20241014173422-cfa47c3a1cc8;sha256sum=4a5cb30c1b7406bd9684b3dbe118308cb565ba57157f7242b06a4815fbc24ed7"
SRC_URI += "gomod://sigs.k8s.io/json;version=v0.0.0-20250730193827-2d320260d730;sha256sum=7cec6eae3e4e4c9c1e0a009eef200740990fafbcb9cab081eb18ce32f6e7a7b9"
SRC_URI += "gomod://sigs.k8s.io/knftables;version=v0.0.18;sha256sum=74377e84d4759cf8263b6e79d8a30f1018ba45e2a039afd60c2e767ac4b03ec4"
SRC_URI += "gomod://sigs.k8s.io/randfill;version=v1.0.0;sha256sum=31dbbfc44ce12f78f1b68d6bbeed8526aa73c53243353d44d50b2532c828f5f1"
SRC_URI += "gomod://sigs.k8s.io/structured-merge-diff/v4;version=v4.4.1;sha256sum=ce80f7bbeca9f900e8ec311744007cd764c679ecc8d3a6aaa6abf1223dde91f2"
SRC_URI += "gomod://sigs.k8s.io/structured-merge-diff/v6;version=v6.3.2;sha256sum=535b0fb3212d548fcaff4b475251658ec7b621e3918031dec63c275f043f8d3d"
SRC_URI += "gomod://sigs.k8s.io/structured-merge-diff/v6;version=v6.3.0;sha256sum=bcb0e662e31cfbd06b4cb52eb59eef6f0da101bce5aedca7dbce1f78c34d637a"
SRC_URI += "gomod://sigs.k8s.io/yaml;version=v1.6.0;sha256sum=cf88648a471581817b00a42ee8d24fd73eb0e3503998cf46d8e63787e11e5052"
SRC_URI += "gomod://tags.cncf.io/container-device-interface;version=v1.0.1;sha256sum=7fa76151f62f9afe72b5fe8caa6e0d1b2bbede65047d1c9080957f858eb88d32"
SRC_URI += "gomod://tags.cncf.io/container-device-interface;version=v1.1.0;sha256sum=1e5cd303b687e2c0ae4d6c6bd64d08b35ff78584ea08246125fd97ca879d52f1"
SRC_URI += "gomod://tags.cncf.io/container-device-interface/specs-go;version=v1.0.0;sha256sum=61d634151ae879323697dc8ae58de4a7514131758815c15547b787c22be9ff64"
SRC_URI += "gomod://tags.cncf.io/container-device-interface/specs-go;version=v1.1.0;sha256sum=f354d6b20b5f35edaa3eb57ddbc9751725454a10ca8e6c2cf103c4053e5a5711"
|