summaryrefslogtreecommitdiffstats
path: root/recipes-containers/incus/go-mod-hybrid-gomod.inc
blob: d212d7211015211064c4faee3b89d59e77d6493e (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
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
# 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.25.1;sha256sum=12652bea2461aa29004d23052d3a08cb5911ab0a652469ef5da6efb37c12ee87"
SRC_URI += "gomod://cloud.google.com/go;version=v0.81.0;sha256sum=464da99407f3590a720edb61b3594dc2db7e2adc117bcdc1079e17274968dc76"
SRC_URI += "gomod://cloud.google.com/go;version=v0.26.0;sha256sum=521f8c367396ff52b7e9c2203e32a714c995788b5d14a40e2bb829eb0a7878a7"
SRC_URI += "gomod://cloud.google.com/go;version=v0.34.0;sha256sum=27c1190dcd33c594838487544d8c3d17df4f7916fb542f5c2c9ca729ef1d9fe6"
SRC_URI += "gomod://cloud.google.com/go;version=v0.38.0;sha256sum=10e0cc1ac2a106f6c1a13372c04dd8fe083eef54fcf5e6c207b7b98be0c401fc"
SRC_URI += "gomod://cloud.google.com/go;version=v0.44.1;sha256sum=6b04a1a122f3dd52d161feab3ba9dbdeb1701eedb97d35722b64164a85bad47a"
SRC_URI += "gomod://cloud.google.com/go;version=v0.44.2;sha256sum=b8ff0e5f1d1914d2e7cd92a4b8687812a2e4fbf7f2ae0438357e27dd99e4226d"
SRC_URI += "gomod://cloud.google.com/go;version=v0.45.1;sha256sum=585f5337174b4eef05f9d30bebdcc5a307bc5769fd5ee58d2a9b81bf8289365b"
SRC_URI += "gomod://cloud.google.com/go;version=v0.46.3;sha256sum=0ae6690ee7d95f96d39de30bec56047d1e91b9ffafd0d55508ef564e1dfc13b2"
SRC_URI += "gomod://cloud.google.com/go;version=v0.50.0;sha256sum=0b6023dc1f524fad7a3e68dcc5a6a4e289975eb6250a76f7eef356b7adf5b088"
SRC_URI += "gomod://cloud.google.com/go;version=v0.52.0;sha256sum=2bdc877f204b1fba86301f1bf0b2d2351fa43f31ac6a687d40e13ab0bd7f5dd5"
SRC_URI += "gomod://cloud.google.com/go;version=v0.53.0;sha256sum=e989b210ad47e9d6247df8196bc2d8992f60040418ae78b504f5027a6a19abce"
SRC_URI += "gomod://cloud.google.com/go;version=v0.54.0;sha256sum=b7ba375699f985812abb08fe8dcb47bcafd9bde9e925af87191e9624ee3ff0e3"
SRC_URI += "gomod://cloud.google.com/go;version=v0.56.0;sha256sum=ee223e387c91cb033d08dfa8a386ea26fbd35a0887cafb7c28212f285a6b5de2"
SRC_URI += "gomod://cloud.google.com/go;version=v0.57.0;sha256sum=763558de8869a9540f30513e91eae1fd7ef5335bdfca51f59394e57c5c59f71a"
SRC_URI += "gomod://cloud.google.com/go;version=v0.62.0;sha256sum=cf6519c44b9a4b11d34fdc08f36a224bb2772caf247ac37d7b5cfa14f3d7ea87"
SRC_URI += "gomod://cloud.google.com/go;version=v0.65.0;sha256sum=819e47f8f1f8e39606ac04a990a78a5a0be29f9a5b933e15f42d0b8909a48bbf"
SRC_URI += "gomod://cloud.google.com/go;version=v0.72.0;sha256sum=4ca9ac525285e1802f9965976351d65232e5930ba81f43cdc405781d7fc4c542"
SRC_URI += "gomod://cloud.google.com/go;version=v0.74.0;sha256sum=d0504b09121e97e3037306abdd92f60c3d504b81ae7256775c90a32c2f94188f"
SRC_URI += "gomod://cloud.google.com/go;version=v0.78.0;sha256sum=dd1abc963a0e5dc3eb4a5bb8876eb886e3aa0ea83bb350a783a0780e80ae303b"
SRC_URI += "gomod://cloud.google.com/go;version=v0.79.0;sha256sum=d756fa62d5ed50ef97765678bfa5e5df2ba80478cb0b3070b1c2324dc2174aa6"
SRC_URI += "gomod://cloud.google.com/go/bigquery;version=v1.8.0;sha256sum=892b10929d4cf89b0c8c9895c17cdeff6c0d28f65e4ffaae6725997572e21249"
SRC_URI += "gomod://cloud.google.com/go/bigquery;version=v1.0.1;sha256sum=738d1f726ce24f618ee7563f6c9419e6307f8814548f45ad8a227cffbb1448c0"
SRC_URI += "gomod://cloud.google.com/go/bigquery;version=v1.3.0;sha256sum=ceea1abf178841bbb7d5fe44eefceb99b9b9050a5254d01e9708485d9f0ddc5a"
SRC_URI += "gomod://cloud.google.com/go/bigquery;version=v1.4.0;sha256sum=cc815973b6f6aba5b5b80c16c6bbb6171e0dd50d4b71ad860aacb2b940d6cb06"
SRC_URI += "gomod://cloud.google.com/go/bigquery;version=v1.5.0;sha256sum=a53bd1ac841ea8846c1c5f3e7d23cd560c6d123753faff47aeb54b754e3010ed"
SRC_URI += "gomod://cloud.google.com/go/bigquery;version=v1.7.0;sha256sum=db85b2172095ee2c03c4117ada06fd47da9e789a86cc9329826abec6c63c6b48"
SRC_URI += "gomod://cloud.google.com/go/compute/metadata;version=v0.9.0;sha256sum=f97e35d1c96239b8574054a77e312c95d2c82a89c21daf46ffeaea6d5fc59eca"
SRC_URI += "gomod://cloud.google.com/go/datastore;version=v1.1.0;sha256sum=7dae563dc7c2e544b229f3032103ac05687120e8d25521aef04b45f346ec5ffb"
SRC_URI += "gomod://cloud.google.com/go/datastore;version=v1.0.0;sha256sum=41e93ec9526ae580da90300d7e421a6d39d79cb6118d62ad1d3c06422d8a71bf"
SRC_URI += "gomod://cloud.google.com/go/firestore;version=v1.1.0;sha256sum=41156d229c53c4e5e084524f3fecbb2a70d0ec9ac98af7a30413ebd9e8eb4a9e"
SRC_URI += "gomod://cloud.google.com/go/pubsub;version=v1.3.1;sha256sum=ca613417c523186b4cbaf9fba3a640e6ecdf4ac31c82c015d87edae976803916"
SRC_URI += "gomod://cloud.google.com/go/pubsub;version=v1.0.1;sha256sum=8bca46a7c5f0dcd576d23fa9a5f107955316d6f0d8f306ee1d6faa7de99c3d29"
SRC_URI += "gomod://cloud.google.com/go/pubsub;version=v1.1.0;sha256sum=bc1a2d0117d8677752399e8bb21c911a52640b9b10724fa12d4a81f3f3770aad"
SRC_URI += "gomod://cloud.google.com/go/pubsub;version=v1.2.0;sha256sum=732ec96a9230c5aac7827bffb9e146fc6d045e69821a9cb835d1a8fdabfad0bc"
SRC_URI += "gomod://cloud.google.com/go/storage;version=v1.10.0;sha256sum=907a190c9469fc2932809e78988f9406a2b8eae967f4fba10c07cbbd77bd02a7"
SRC_URI += "gomod://cloud.google.com/go/storage;version=v1.0.0;sha256sum=baec4756c573ede58f19eb7ae4acaebd7ac3f0c56413ecbbd216ad46a589a5da"
SRC_URI += "gomod://cloud.google.com/go/storage;version=v1.5.0;sha256sum=4d590b90626a4a0d9bfb2e141ad33a50ff38ae3b94c4d57eec83807f98cfecb2"
SRC_URI += "gomod://cloud.google.com/go/storage;version=v1.6.0;sha256sum=5c25862b101d1d57315d2faf928d516b65c6edca291f9ee528c5b9ce98e22a6b"
SRC_URI += "gomod://cloud.google.com/go/storage;version=v1.8.0;sha256sum=3778c0b29c949a3e6305975b64635b3274e697c692bd3f9cb30fd48f46c76095"
SRC_URI += "gomod://cyphar.com/go-pathrs;version=v0.2.1;sha256sum=c68ca36bf78b684a29ef9ce58b5c26a4a68baa4a068259c753b652a91b85a5ed"
SRC_URI += "gomod://dario.cat/mergo;version=v1.0.0;sha256sum=1a7ef396709c5835216bb47ba9218dd440ac5307583c69d1798ce9e457f1311d"
SRC_URI += "gomod://dmitri.shuralyov.com/gpu/mtl;version=v0.0.0-20190408044501-666a987793e9;sha256sum=ca5330901fcda83d09553ac362576d196c531157bc9c502e76b237cca262b400"
SRC_URI += "gomod://github.com/AdaLogics/go-fuzz-headers;version=v0.0.0-20240806141605-e8a1dd7889d6;sha256sum=2fc1bca9461db8f106c8b73652d51ab2b7f8a2620b2d453ffcb813bbadf587b6"
SRC_URI += "gomod://github.com/Azure/go-ansiterm;version=v0.0.0-20230124172434-306776ec8161;sha256sum=3f3b6474dc2b0220b281abe4fc15a435c337a58f991c6c9c8ff7ce08f8b32b98"
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/BurntSushi/xgb;version=v0.0.0-20160522181843-27f122750802;sha256sum=f52962c7fbeca81ea8a777d1f8b1f1d25803dc437fbb490f253344232884328e"
SRC_URI += "gomod://github.com/FuturFusion/migration-manager;version=v0.6.1;sha256sum=e2d4e5a3082c9d24c35d524a8b53fcca351f03ece63cf0a423574844d3fa0ba1"
SRC_URI += "gomod://github.com/FuturFusion/operations-center;version=v0.4.2;sha256sum=7db472181316ad433aed0a6a7d07a7a0e8cd1dffa515afa55d68d31710a675d5"
SRC_URI += "gomod://github.com/FuturFusion/vsock;version=v0.0.0-20260219213046-d78a7104f821;sha256sum=6ee506e900bdf07d6bdeb32837cf6ac59847bd9c7c4a7abfb439f293fe7baceb"
SRC_URI += "gomod://github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp;version=v1.30.0;sha256sum=d74de494fd880eac405aa1cdc136f032c8c3c1732ac6f1e3b73898113e544c85"
SRC_URI += "gomod://github.com/Microsoft/go-winio;version=v0.6.2;sha256sum=cd007bdb877a578efde2780bf5dd2f57dd557b5b08c3614597b820d0369ebb0f"
SRC_URI += "gomod://github.com/Nvveen/Gotty;version=v0.0.0-20120604004816-cd527374f1e5;sha256sum=362ac7b59d74231419471b65b60079d167785b97fd4aa0de71575088cd192b1e"
SRC_URI += "gomod://github.com/Rican7/retry;version=v0.3.0;sha256sum=41b6a8b0972318be2026eca8cf8e9da29c7afe560ed613f31b58ac39e9b08023"
SRC_URI += "gomod://github.com/Rican7/retry;version=v0.3.1;sha256sum=a6265f52b6fd3cf41119117369cc92e5b58bcdadc99f4c8d3208f5edd714e393"
SRC_URI += "gomod://github.com/adhocore/gronx;version=v1.19.6;sha256sum=c8ca5fc15e907bbc53380d16ea2f2097e1852bd8d74d51feea4cf57d447cf4ec"
SRC_URI += "gomod://github.com/alecthomas/kingpin/v2;version=v2.4.0;sha256sum=ef1ea6fead21e5fcc9e1532187888c8c7c4f3ebbdb00587ab67a19245206ca66"
SRC_URI += "gomod://github.com/alecthomas/units;version=v0.0.0-20240927000941-0f3dac36c52b;sha256sum=9a275dbb1454d52d2b868b990be424c7d31c0acf2c4a99850faf18ecb9f48b91"
SRC_URI += "gomod://github.com/antihax/optional;version=v1.0.0;sha256sum=15ab4d41bdbb72ee0ac63db616cdefc7671c79e13d0f73b58355a6a88219c97f"
SRC_URI += "gomod://github.com/apex/log;version=v1.9.0;sha256sum=aa485bf887c886610f21001c7d588d44d09525b65257c4e1fd2c6e3aafc7c47f"
SRC_URI += "gomod://github.com/apex/logs;version=v1.0.0;sha256sum=494b7c11a4aad99ab05f96f2b356984cc66cec7f8c6bca75130b8ae33698946b"
SRC_URI += "gomod://github.com/aphistic/golf;version=v0.0.0-20180712155816-02c07f170c5a;sha256sum=a0ca77a50520037607c3a2a798b66aee1d5df63f4800b4236f51be2f1e3c1d70"
SRC_URI += "gomod://github.com/aphistic/sweet;version=v0.2.0;sha256sum=02bebcef905b02cf7195137d9b20920367bb5f8c635a6e5a112b787596414f51"
SRC_URI += "gomod://github.com/armon/circbuf;version=v0.0.0-20150827004946-bbbad097214e;sha256sum=3819cde26cd4b25c4043dc9384da7b0c1c29fd06e6e3a38604f4a6933fc017ed"
SRC_URI += "gomod://github.com/armon/go-metrics;version=v0.0.0-20180917152333-f0300d1749da;sha256sum=247448464a8d219611279cde2540ef86de10828a5b2679477ded835adef351b1"
SRC_URI += "gomod://github.com/armon/go-radix;version=v0.0.0-20180808171621-7fddfc383310;sha256sum=cb090b2b3c19987353e831ca79b31eb31eaa534b1f46d11b8813b235b1058859"
SRC_URI += "gomod://github.com/aws/aws-sdk-go;version=v1.20.6;sha256sum=547b296b0b6b4d5f020c37d0ea58efbcae3a93552445c3a02e204bf98ebf6cee"
SRC_URI += "gomod://github.com/aybabtme/rgbterm;version=v0.0.0-20170906152045-cc83f3b3ce59;sha256sum=a4456a42277e0c987de99e9c4ba141db064107ce737ad1dd2e050aeb1149b67e"
SRC_URI += "gomod://github.com/beorn7/perks;version=v1.0.1;sha256sum=25bd9e2d94aca770e6dbc1f53725f84f6af4432f631d35dd2c46f96ef0512f1a"
SRC_URI += "gomod://github.com/bgentry/speakeasy;version=v0.1.0;sha256sum=d4bfd48b9bf68c87f92c94478ac910bcdab272e15eb909d58f1fb939233f75f0"
SRC_URI += "gomod://github.com/bketelsen/crypt;version=v0.0.4;sha256sum=ab24f8c0386cc7fce86f4e6680c32214e1e597980bd80127ac84e71ace6763da"
SRC_URI += "gomod://github.com/blang/semver/v4;version=v4.0.0;sha256sum=96a2bbe11960f3a3c16db0da822c69ce9ac4b738ee731a0476031bbb71987504"
SRC_URI += "gomod://github.com/bmatcuk/doublestar/v4;version=v4.10.0;sha256sum=381882762d63ad35709a6a426be336d6b714b26f13a391fde52911fadec07949"
SRC_URI += "gomod://github.com/cavaliergopher/cpio;version=v1.0.1;sha256sum=aea653a3acb1331beef5acf5fa4cf3c9daeb1f59759340ee2c14afb4c0abd830"
SRC_URI += "gomod://github.com/cenkalti/backoff/v4;version=v4.3.0;sha256sum=ef220b1ebf3bff4c46bbad5b2e123030e812b722b9e9dc88bc35956f9c622c2a"
SRC_URI += "gomod://github.com/cenkalti/hub;version=v1.0.2;sha256sum=8108a8f25c7dda71a009bff5ce6ea155f5aa533d8ad5372c6cbbb688601bff5c"
SRC_URI += "gomod://github.com/cenkalti/rpc2;version=v1.0.5;sha256sum=550efecd4b4113340040863432d50e1fa42befc55443575ab65301303ba85a38"
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/go-criu/v6;version=v6.3.0;sha256sum=709e25ea1ada518470ebd6595c3b2ef712cb15a7b340bcf7973da2937a4d17fe"
SRC_URI += "gomod://github.com/chzyer/logex;version=v1.1.10;sha256sum=2c94771c1e335a2c58a96444b3768b8e00297747d6ce7e7c14bab2e8b39d91bd"
SRC_URI += "gomod://github.com/chzyer/readline;version=v0.0.0-20180603132655-2972be24d48e;sha256sum=3dc842677887278fb33d25078d375ae6a7a94bb77a8d205ee2230b581b6947a6"
SRC_URI += "gomod://github.com/chzyer/test;version=v0.0.0-20180213035817-a1ea475d72b1;sha256sum=ad8550bed3c4a94bbef57b9fc5bb15806eaceda00925716404320580d60e2f7d"
SRC_URI += "gomod://github.com/client9/misspell;version=v0.3.4;sha256sum=a3af206372e131dd10a68ac470c66a1b18eaf51c6afacb55b2e2a06e39b90728"
SRC_URI += "gomod://github.com/clipperhouse/displaywidth;version=v0.11.0;sha256sum=27830c91cdfb2a648748db21f7a2734dcb50d21c620edde51d488ba4e7967e3d"
SRC_URI += "gomod://github.com/clipperhouse/uax29/v2;version=v2.7.0;sha256sum=67b1278f1ffb4e4d783a390e48fe7396864650138e785d4b4bfca5914333f761"
SRC_URI += "gomod://github.com/cncf/udpa/go;version=v0.0.0-20200629203442-efcf912fb354;sha256sum=f427a30a368319a345b4a0d31664f6c285db04a0a1e1bc3e47f6fae0bcff6297"
SRC_URI += "gomod://github.com/cncf/udpa/go;version=v0.0.0-20191209042840-269d4d468f6f;sha256sum=f2a2fee0b2024946ddd3b7ec5cd06a6d318cdb8421a8d5afff4c2fd69f1e74a7"
SRC_URI += "gomod://github.com/cncf/udpa/go;version=v0.0.0-20201120205902-5459f2c99403;sha256sum=0e26a66dec5d953d0444e8e749374fb081dd147a6c6e29f0ad2715c91d9b8cc9"
SRC_URI += "gomod://github.com/cncf/xds/go;version=v0.0.0-20251210132809-ee656c7534f5;sha256sum=cca4463a6b46441356c204b8580aed55a0df97e8289cfc04be7986cdf3a8011c"
SRC_URI += "gomod://github.com/coreos/go-semver;version=v0.3.0;sha256sum=b2fc075395ffc34cff4b964681d0ae3cd22096cfcadd2970eeaa877596ceb210"
SRC_URI += "gomod://github.com/coreos/go-systemd/v22;version=v22.3.2;sha256sum=01134ae89bf4a91c17eeb1f8425e1064f9bde64cf3ce0c9cf546a9fa1ee25e64"
SRC_URI += "gomod://github.com/coreos/go-systemd/v22;version=v22.5.0;sha256sum=4c44e3a6b84de4db393e341537c7124031fa98d5f98860ad31b32b4890f2234c"
SRC_URI += "gomod://github.com/cowsql/go-cowsql;version=v1.22.0;sha256sum=96a5b3af40c40b1bd3948df518bf929d7372dd78600687bf0bacd9c19f9787f6"
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.2;sha256sum=70a7e609809cf2a92c5535104db5eb82d75c54bfcfed2d224e87dd2fd9729f62"
SRC_URI += "gomod://github.com/cpuguy83/go-md2man/v2;version=v2.0.0;sha256sum=f2fdd06287a80f1bea5552f572d7f2314ec829285a3040b63469e0635f66fb6d"
SRC_URI += "gomod://github.com/cpuguy83/go-md2man/v2;version=v2.0.7;sha256sum=9ad5f2cbc644c0bb648a9b182d6b70f92e7ac4dfab5cf0ef746bbeef944fda59"
SRC_URI += "gomod://github.com/cyphar/filepath-securejoin;version=v0.6.1;sha256sum=bb04848c968a45eb74ca7e9236d10579c4612b40cf5cd78203ee3f604b05f9e9"
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/dgryski/go-farm;version=v0.0.0-20240924180020-3414d57e47da;sha256sum=e933606e2e726e6f07db98d1ce0ce38b3af3bdbb85c384f4f7eb3607cf00525f"
SRC_URI += "gomod://github.com/digitalocean/go-smbios;version=v0.0.0-20180907143718-390a4f403a8e;sha256sum=2bc498a09aa55b3417bebacce448b2d2ab757981e59b6b016d08cf97e4a7bdde"
SRC_URI += "gomod://github.com/docker/cli;version=v27.4.1+incompatible;sha256sum=1e296fd63c7628a6c0cada5098741624929eb3e5120a5145e13773b7116eaea5"
SRC_URI += "gomod://github.com/docker/docker;version=v27.1.1+incompatible;sha256sum=1a194461ee6c7fd3358303161c8b32e4ed426dd0bc07260f21688f7239267961"
SRC_URI += "gomod://github.com/docker/go-connections;version=v0.5.0;sha256sum=697ae616b50387a10b441375f3c6782e7b1e179e57649d71b8565eed4a78eda9"
SRC_URI += "gomod://github.com/docker/go-units;version=v0.5.0;sha256sum=039d53ebe64af1aefa0be94ce42c621a17a3052c58ad15e5b3f357529beeaff6"
SRC_URI += "gomod://github.com/dustin/go-humanize;version=v1.0.1;sha256sum=319404ea84c8a4e2d3d83f30988b006e7dd04976de3e1a1a90484ad94679fa46"
SRC_URI += "gomod://github.com/dustinkirkland/golang-petname;version=v0.0.0-20260215035315-f0c533e9ce9b;sha256sum=b18e7a3cfc2ea1593f4f147718e7fca67a00cb27ffe7cf7addb143dda2ecc49c"
SRC_URI += "gomod://github.com/eapache/channels;version=v1.1.0;sha256sum=87d1b622c97ed1b919eed9fb174aa18f4d7a147dcdfb3fb611d25e5870c2a14b"
SRC_URI += "gomod://github.com/eapache/queue;version=v1.1.0;sha256sum=1dc1b4972e8505c4763c65424b19604c65c944911d16c18c5cbd35aae45626fb"
SRC_URI += "gomod://github.com/ebitengine/purego;version=v0.10.0;sha256sum=df60829d7715bf609e78ebb6c945bdb865ccdfec56a71603d6e12346f98065c9"
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.9.1-0.20191026205805-5f8ba28d4473;sha256sum=987cbf98b1745b0dfb30c3688fa7633b44de92aed63360755857af738b49f2a6"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane;version=v0.9.7;sha256sum=512e3b8adb2ba4be9ade38fa5355efba790d03f97a4e9e0cd6b338dfef9f2772"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane;version=v0.9.9-0.20210217033140-668b12f5399d;sha256sum=f2348e65d21ec11fa421a7d32b8f8e5857533877efac93696773a6278a21a994"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane;version=v0.9.0;sha256sum=07b3a43081c9e1cdccb95c657cba7f483d5099f9ce07b5e3f3e28ce557687521"
SRC_URI += "gomod://github.com/envoyproxy/go-control-plane;version=v0.9.9-0.20201210154907-fd9021fe5dad;sha256sum=c1db37de58ee7dce9b27309ae9140c4c6552898f3e91a081cde1b11410aa351f"
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.3.0;sha256sum=d91626b3a9a6b6a3b90dd85e92d922444f0a6c225c0caf9395f0abe49fad2aee"
SRC_URI += "gomod://github.com/fatih/color;version=v1.7.0;sha256sum=6036f0b31167280b696b5efb43603e71bce31420fb3428afdf74a68bb3a3ebef"
SRC_URI += "gomod://github.com/fatih/color;version=v1.18.0;sha256sum=4dc6907b7f6807b37c21ad527d966437d398f03472115f471eaa8fe5875363d3"
SRC_URI += "gomod://github.com/flosch/pongo2/v6;version=v6.0.0;sha256sum=f1735a69047132e9e9cfa719d2aa04e42fda0e36b90cbae1a10265e8e4d3d23d"
SRC_URI += "gomod://github.com/foxboron/go-uefi;version=v0.0.0-20251010190908-d29549a44f29;sha256sum=b7ef535b34803afbbd3c446766039870c210078bdca2708e006f3840ccae1fe1"
SRC_URI += "gomod://github.com/frankban/quicktest;version=v1.14.6;sha256sum=8c7377023523780b2a6508f3c06bd3bbefd3dda064533ad6ff6724986234988d"
SRC_URI += "gomod://github.com/fsnotify/fsnotify;version=v1.4.9;sha256sum=fe48f570801de16bfe973dc74e7e5923ae689ba8c274437f65dbc8a63537f759"
SRC_URI += "gomod://github.com/fsnotify/fsnotify;version=v1.9.0;sha256sum=94e64824b23591b7aa504e3321d5ec3f57de88f4d49882eaefbbf6820dab746e"
SRC_URI += "gomod://github.com/fsnotify/fsnotify;version=v1.4.7;sha256sum=1d09ad8f3dc41cb6e0288023b47272c1c9393ca411e48f4b5009bca6662dc3ad"
SRC_URI += "gomod://github.com/fvbommel/sortorder;version=v1.1.0;sha256sum=a4dbc58d2f72212474a7b5e1894b11d6712b687f4cc66ca1f6e202a375d252f7"
SRC_URI += "gomod://github.com/gabriel-vasile/mimetype;version=v1.4.13;sha256sum=03b46aaa7bd4403d65dc23fb9d7e9b61214bb429491c864ee638490a42d55013"
SRC_URI += "gomod://github.com/gdamore/encoding;version=v1.0.1;sha256sum=e584303c743306ae55be21a5703900d0628aa2ef840ce49d5f0bbf7c51379e33"
SRC_URI += "gomod://github.com/gdamore/tcell/v2;version=v2.13.8;sha256sum=a8990d22693e7a2805688943a5ae6212708ee81146bc3a0842efe0b2d7b98108"
SRC_URI += "gomod://github.com/getsentry/sentry-go;version=v0.30.0;sha256sum=651c2fe9355cc9ee4b4e9861d628960d36784f4a8dae604b2fb8ae3b9eac4835"
SRC_URI += "gomod://github.com/ghodss/yaml;version=v1.0.0;sha256sum=c3f295d23c02c0b35e4d3b29053586e737cf9642df9615da99c0bda9bbacc624"
SRC_URI += "gomod://github.com/go-chi/chi/v5;version=v5.2.5;sha256sum=f78c1525f8b3af815bcf3406c0aba1f272eff96413ff51874677bf8a314fcad8"
SRC_URI += "gomod://github.com/go-co-op/gocron/v2;version=v2.19.1;sha256sum=f079bef66ea5bb6a293b3c8f789a96828da6db38fffb4904021cf38acb79c149"
SRC_URI += "gomod://github.com/go-gl/glfw;version=v0.0.0-20190409004039-e6da0acd62b1;sha256sum=96c694c42e7b866ea8e26dc48b612c4daa8582ce61fdeefbe92c1a4c46163169"
SRC_URI += "gomod://github.com/go-gl/glfw/v3.3/glfw;version=v0.0.0-20191125211704-12ad95a8df72;sha256sum=2a9960535e4a71b2c79fee9bf8097b73efa0991d18f70e820f6dbe5e236a5df2"
SRC_URI += "gomod://github.com/go-gl/glfw/v3.3/glfw;version=v0.0.0-20200222043503-6f7a984d4dc4;sha256sum=2f6a1963397cb7c3df66257a45d75fae860aa9b9eec17825d8101c1e1313da5b"
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.3;sha256sum=ec019b110f6cdc3f55f067f52573be4474d5051b9b7c7fc11eb846b13c56beb4"
SRC_URI += "gomod://github.com/go-logfmt/logfmt;version=v0.4.0;sha256sum=d678198dc0eeaed28736e0d71b919a0bd98501b7275c69a7917122f6de9e0d1c"
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-ole/go-ole;version=v1.3.0;sha256sum=bbf5b3bfa227a5daa06eb16ecdecccc0b20e08749bf103afb523fd72764e727a"
SRC_URI += "gomod://github.com/go-playground/assert/v2;version=v2.2.0;sha256sum=1d77d82cc5dcdbb7789e93276b37e437b0182be698a1a6558a17d80cb01b859a"
SRC_URI += "gomod://github.com/go-playground/locales;version=v0.14.1;sha256sum=f33b53f2eef290d8b43b1011285f1f9cfcb1295c690defcb452598773baace7b"
SRC_URI += "gomod://github.com/go-playground/universal-translator;version=v0.18.1;sha256sum=77fc966f2d045c208ddeaa8343924f83688841b6f4c2ae005dc9ea5550c7d171"
SRC_URI += "gomod://github.com/go-playground/validator/v10;version=v10.30.1;sha256sum=2741eaa0dad42c34cb6609dc559c33f9bbd1cfdede8a5485069072be2cf6c114"
SRC_URI += "gomod://github.com/go-test/deep;version=v1.1.0;sha256sum=22be4967cfe78261ed83129ddc89c6ba01dfb13e49a3baff19291e95b3ca17c5"
SRC_URI += "gomod://github.com/go-viper/mapstructure/v2;version=v2.5.0;sha256sum=326f8e00f648af4ae8e6e18c606325e4206a92d6ed42f486dc2f4da8e1897547"
SRC_URI += "gomod://github.com/goccy/go-json;version=v0.10.6;sha256sum=2296e77cc44facf3596ddd7a5866578a8450b59ad1583cbb70bfbfa77fe0dadc"
SRC_URI += "gomod://github.com/godbus/dbus/v5;version=v5.0.4;sha256sum=23a23f08bea48e6e49a46a4015b64adbb1692dc6ddf0d83c2f0c2027cb8e31c8"
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.1;sha256sum=5c9a74494e2bc746cee56558b5473252af5767f7ea4044caa9ea0fa2a056fec7"
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-20190702054246-869f871628b6;sha256sum=75d60e7744f0b67e5d7e74a740aec2c6ae5295bafcdcfbfc18c258bd71f1fcdb"
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-20191227052852-215e87163ea7;sha256sum=e31120f82457b2c521be634d14905105d26f2b42206c7ce188c3eaacdd95cf6a"
SRC_URI += "gomod://github.com/golang/mock;version=v1.4.0;sha256sum=87ead41d6c15a2f0d77a4730c5695cead63904ca16be24bd9600aad5825f2665"
SRC_URI += "gomod://github.com/golang/mock;version=v1.1.1;sha256sum=636fd21575ebdfbebd53045802a40c780fdab33c6130cea9279346898286f1ca"
SRC_URI += "gomod://github.com/golang/mock;version=v1.3.1;sha256sum=3209f2030646855a3644736b5d7ce2cd9076856cac2f50360805a19c38b7bc45"
SRC_URI += "gomod://github.com/golang/mock;version=v1.4.1;sha256sum=5dc0c736c92f8872d5641051ed927a4c231a006564cff01995761034992f8aca"
SRC_URI += "gomod://github.com/golang/mock;version=v1.2.0;sha256sum=f7ae1e321897af59e6d63e722e78d98d69de0437e7e7a2437d03a431856da926"
SRC_URI += "gomod://github.com/golang/mock;version=v1.5.0;sha256sum=87e7217adce199e9a3c2813174e221a4e06cde85b1423c7462b4fa422cbfbede"
SRC_URI += "gomod://github.com/golang/mock;version=v1.6.0;sha256sum=fa25916b546f90da49418f436e3a61e4c5dae898cf3c82b0007b5a6fab74261b"
SRC_URI += "gomod://github.com/golang/mock;version=v1.4.3;sha256sum=3de56965862c560214305096f68a27218570ded7ba0fc5e84338208f985acff0"
SRC_URI += "gomod://github.com/golang/mock;version=v1.4.4;sha256sum=c6727fd55a7ca763697a33ee342dd820680a1b117d799ab93a8ce8fcee27fa4f"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.4.0;sha256sum=718145f374825807a6b98ecb07bc740d6963ea86c34367a5dd82ce9f1fe55228"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.5.1;sha256sum=85f297eaa4c1bb7f601ba7d9b0b10c6ab19f65c1f55dbf06bbe3fc93b18a5950"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.1;sha256sum=963c1727816dcd6b474158a8a23f26115e0fb610aaf6363233d5b3e317b2193e"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.3;sha256sum=da0dea74fbb4cc44ef847818318c261c02eb58d87e1e932dcb46778af6356d2e"
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.5.0;sha256sum=deb3b2ac476a7f74685091fa60c59d50110c7e1d333ea78281422d8441f2411d"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.4.0-rc.1;sha256sum=5768acb1c537e22dc9d19e1694edfe2261d8e271bb7d9ff7c479c6f3bb3c2d39"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.4;sha256sum=177c9ae8d07fea0ae1ca3dd771ac299cc66705211720fd9714ddf680aabbe886"
SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.5;sha256sum=ea1a470edde1759d80746e06debcca6934170f31b95866fbbcdbfa3228ae51b7"
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.2;sha256sum=b8a8eae4bc576f096cf5726c5b60bdc537b419590b7523976447244ba7db168d"
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.2;sha256sum=5d1c817bebc1202ab3b42a418e584e0008e8027baf212ce69c2ae3e9e7b8c64b"
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.0.0;sha256sum=8dbcb36f92c7a6dc5f6aef5c26358d98b72caee69829b5b33dddabada2047785"
SRC_URI += "gomod://github.com/google/btree;version=v0.0.0-20180813153112-4030bb1f1f0c;sha256sum=45cbe813fd2aaf54c973eebc4cf6edb8223f527870d5932ce52b8fd3395db3fa"
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.4.0;sha256sum=01fa1bb1f0e3e27d3685cb0aab442873dbc2abd9ed77ccb99279a3aaf3a09e04"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.5.4;sha256sum=c578f13cf15bcbb9762c29b3a323606f41adb6c5109ae21045f7fc8012843c7b"
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.6;sha256sum=32c6bb53a2f214fecd43ca0a436758488d088a9ac23e391ef4b502eda0591147"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.5.5;sha256sum=0ee90a7194c025d849699f897d97641b8676ceca9215c96e00eaf1f0e6e953ad"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.4.1;sha256sum=ca0c9e61aa62a9f8a3b77f0c491a54380128c1d588b0181af3a8c5ca49956893"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.5.7;sha256sum=6c739327d027b2e6573ae5fe3de501ad1e3691af6a9e7f34541944010f142f27"
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-cmp;version=v0.5.1;sha256sum=daf3f0e994277544350b2578ddc1ae0ebf840d2bfaaa69170d6cef61816a6f0b"
SRC_URI += "gomod://github.com/google/go-cmp;version=v0.5.2;sha256sum=a5be30d7a61c98a852cc75f495e58d23bad0e4ed644f5c9d02d8b75c9cf25c71"
SRC_URI += "gomod://github.com/google/go-eventlog;version=v0.0.3-0.20250422210130-7c3cc8ffe6c4;sha256sum=88f95f5f6e192ee02623f6001838e7359c496b6760defdc7bc865d1aa1817747"
SRC_URI += "gomod://github.com/google/go-github/v31;version=v31.0.0;sha256sum=249348444dc93bdbe40703fcb5c980f664fb8f80f29d52f454b01bc2c45b2db3"
SRC_URI += "gomod://github.com/google/go-github/v72;version=v72.0.0;sha256sum=70a5ebe23f7b5112b3cd3a54ac2acc78eb9bb64d902073a607f57b2e2fef5c6c"
SRC_URI += "gomod://github.com/google/go-querystring;version=v1.2.0;sha256sum=57b7ce2b82b33c68f59a224c6dd1305753e5ee3eecbefd09d43423a14f541e31"
SRC_URI += "gomod://github.com/google/go-tpm;version=v0.9.8;sha256sum=3b26b46c32cfc9adfc6859da0ce1aef87170fd26f1e87d1d4c4c3cfc2a7cab49"
SRC_URI += "gomod://github.com/google/gofuzz;version=v1.2.0;sha256sum=5948f40af1923d8f98dc1d4191311030e40e0057fb255df19ebc0360f2faac16"
SRC_URI += "gomod://github.com/google/gofuzz;version=v1.0.0;sha256sum=752570262575bbcb5f0107dbd80a463abacaf51e94e15f96f5bc4166ff2d33e1"
SRC_URI += "gomod://github.com/google/gopacket;version=v1.1.19;sha256sum=fc8cbe2239683199e677cb39f9303ae8d4a365f3c8cd8a2dcfa1f14c41bcff88"
SRC_URI += "gomod://github.com/google/martian;version=v2.1.0+incompatible;sha256sum=5bdd2ebd37dda1c0cf786db27707966c8624b288641da704b0e31c96b393ce70"
SRC_URI += "gomod://github.com/google/martian/v3;version=v3.0.0;sha256sum=ce9869f11c3fa46eb55cfa39f717e4dd205c0a3de8ac9820d26bb7bb0af63905"
SRC_URI += "gomod://github.com/google/martian/v3;version=v3.1.0;sha256sum=b8997565c0ae7efb32e4155b80375971c822c2b0aba6097e9735cc247fda3d72"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20210226084205-cbba55b83ad5;sha256sum=1b072b1b72dec5d90ae54fdc815ae3843476cdd65679ddfd4019395565e2148a"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20200212024743-f11f1df84d12;sha256sum=b71df4ed032307b9f3b9e7a888fd6b10238c0ea721b543cd884e49f828bab15a"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20210122040257-d980be63207e;sha256sum=412c405c0c1bb8a681831c7accd980a1f3a998b26da9a91c082383a645964237"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20201023163331-3e6fc7fc9c4c;sha256sum=8bd94834e431873bee5b7f37f157f759a2cead75c1caacaca7ac59fa1c676ab7"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20200708004538-1a94d8640e99;sha256sum=72d4737d0870d4e85521141a7ad72c16139b7203004622e7caa5dbc598167114"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20190515194954-54271f7e092f;sha256sum=8cdca61a1a1d7e2e0199052449246dbd74800224bb79579dd6fec2875b9bc936"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20201203190320-1bf35d6f28c2;sha256sum=dca2ea305079f82d0b806ebf4b7415de55cc0ea0b8f712d00a21adf9937b2e18"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20191218002539-d4f498aebedc;sha256sum=fc948203494a6280f42eb9a3d55e0b7962b49c4d2a4c045a0d0b743e987f28ef"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20181206194817-3ea8567a2e57;sha256sum=65b76add160a2ceaa6ca33d87a73c2a6b7495c30c12bfcb759593ba8495f29ed"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20200229191704-1ebb73c60ed3;sha256sum=dbcd7888837618d317846ab4a1357dc1fedc4bcd06bc02b8e2e58360ec2cf546"
SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20200430221834-fc25d7d30c6d;sha256sum=68facdaccc55dac8d2376829b672b020cd5dc3fc40b4d1cb812acb1739b8d89d"
SRC_URI += "gomod://github.com/google/renameio;version=v0.1.0;sha256sum=b8510bb34078691a20b8e4902d371afe0eb171b2daf953f67cb3960d1926ccf3"
SRC_URI += "gomod://github.com/google/renameio;version=v1.0.1;sha256sum=846a437abb62928546377741fdfcd0cb583eb1a2f6e0f1fd983a02fe87d204c9"
SRC_URI += "gomod://github.com/google/shlex;version=v0.0.0-20191202100458-e7afc7fbc510;sha256sum=1bf70bdb4c889b47b1976370832da79060c36cad282f278f279603200623775c"
SRC_URI += "gomod://github.com/google/uuid;version=v1.1.1;sha256sum=2b0cbc45fb0e21c8bfebbae9b04babc196d9f06d9f3b9dec5e2adc8cfd0c1b81"
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/gax-go/v2;version=v2.0.5;sha256sum=846b017e21fc01f408774051d4a10bfccd7c294e10a1ad5d725278889d5f1d42"
SRC_URI += "gomod://github.com/googleapis/gax-go/v2;version=v2.0.4;sha256sum=2364901bf9a8ff66fb53bfb4833c4ba7c4fe06a722ecbc29a1b132962cf48ecf"
SRC_URI += "gomod://github.com/gopherjs/gopherjs;version=v0.0.0-20181017120253-0766667cb4d1;sha256sum=9b9ccc9606dfeae2fb533f768b437025797dc4aa59ac3f8f091b64dc14bf5db7"
SRC_URI += "gomod://github.com/gorilla/mux;version=v1.8.1;sha256sum=728243623caa67f64e4a0b6c59dde3f762918d9e729266167ba46d8df56c193a"
SRC_URI += "gomod://github.com/gorilla/securecookie;version=v1.1.2;sha256sum=fd7c0de7000c2e6a123d73e1249e1dce892ba29d2d03b00dc81d5fcee41d5895"
SRC_URI += "gomod://github.com/gorilla/websocket;version=v1.5.3;sha256sum=dbbd31dd0f08548c5dc43e4c2f12bbba66abff5252b224b1cd06afbb72783a76"
SRC_URI += "gomod://github.com/gosexy/gettext;version=v0.0.0-20160830220431-74466a0a0c4a;sha256sum=44a9bc8d096057d931bc29931f2a724329a974146a3c847fc07d1dad3aa5ad4d"
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;version=v1.16.0;sha256sum=377b03aef288b34ed894449d3ddba40d525dd7fb55de6e79045cdf499e7fe565"
SRC_URI += "gomod://github.com/hashicorp/consul/api;version=v1.1.0;sha256sum=3971a179e700f1a839efe3b5a61d782d07124f7a4d2ad290ad37eaa888907a19"
SRC_URI += "gomod://github.com/hashicorp/consul/sdk;version=v0.1.1;sha256sum=85188b2110551574646fcce5aa0a72dbde588596f3ebcf14964a3c4ce9c354ea"
SRC_URI += "gomod://github.com/hashicorp/errwrap;version=v1.0.0;sha256sum=ccdf4c90f894d8a5fde4e79d5828c5d27a13e9f7ce3006dd72ce76e6e17cdeb2"
SRC_URI += "gomod://github.com/hashicorp/go-cleanhttp;version=v0.5.1;sha256sum=e3cc9964b0bc80c6156d6fb064abcb62ff8c00df8be8009b6f6d3aefc2776a23"
SRC_URI += "gomod://github.com/hashicorp/go-immutable-radix;version=v1.0.0;sha256sum=ab5d08582870e7177a74ba2c84c327aece8655cbd94653f801a0551156bb8a9c"
SRC_URI += "gomod://github.com/hashicorp/go-msgpack;version=v0.5.3;sha256sum=769381be9ae343c2eb34525558c4f59f76d0566229f1d0c13d41a485ab716921"
SRC_URI += "gomod://github.com/hashicorp/go-multierror;version=v1.0.0;sha256sum=a66a1b9dff26a9a7fcaa5aa5e658c13f94c0daeb572536b1ecc7ebe51f4d0be7"
SRC_URI += "gomod://github.com/hashicorp/go-rootcerts;version=v1.0.0;sha256sum=4393b0b9cd741e00de5624d5124cf054bf50c57231d4b1caff84c8a4d16c6a47"
SRC_URI += "gomod://github.com/hashicorp/go-sockaddr;version=v1.0.0;sha256sum=3d1ddaa7321ff081ca9f9307e7094a06993e79b6e728a2c654650f6a9bd52e0b"
SRC_URI += "gomod://github.com/hashicorp/go-syslog;version=v1.0.0;sha256sum=a0ca8b61ea365e9ecdca513b94f200aef3ff68b4c95d9dabc88ca25fcb33bce6"
SRC_URI += "gomod://github.com/hashicorp/go-uuid;version=v1.0.0;sha256sum=5220c1b110cbb3e193b0eb98810819f971d80fcaa23e0abc21bc32aabf18ecf7"
SRC_URI += "gomod://github.com/hashicorp/go-uuid;version=v1.0.1;sha256sum=a05417b988b047d55fca8ad4fec6bde56c3907f679fece48f97d608e61e82a5c"
SRC_URI += "gomod://github.com/hashicorp/go.net;version=v0.0.1;sha256sum=71564aa3cb6e2820ee31e4d9e264e4ed889c7916f958b2f54c6f3004d4fcd8d2"
SRC_URI += "gomod://github.com/hashicorp/golang-lru;version=v0.5.0;sha256sum=5caf5a6a4a0f8d2b492051532fda6564bad9e22d363e0a8298e96b1ed5a7a0ea"
SRC_URI += "gomod://github.com/hashicorp/golang-lru;version=v0.5.1;sha256sum=0f8aaf311e48fba046920d38b999c066da69997b479f4eca126fe968899717da"
SRC_URI += "gomod://github.com/hashicorp/hcl;version=v1.0.0;sha256sum=54149a2e5121b3e81f961c79210e63d6798eb63de28d2599ee59ade1fa76c82b"
SRC_URI += "gomod://github.com/hashicorp/logutils;version=v1.0.0;sha256sum=0e88424578d1d6b7793b63d30c180a353ce8041701d25dc7c3bcd9841c36db5b"
SRC_URI += "gomod://github.com/hashicorp/mdns;version=v1.0.0;sha256sum=a1e1440d9c4189636b6cd30ec7592beab68139a4d87e580f5a1fed029778bdc9"
SRC_URI += "gomod://github.com/hashicorp/memberlist;version=v0.1.3;sha256sum=9f83e052b0a5d96f6d8144a40c297aea37137bef7f58aa496bc5eab4e0c54e0b"
SRC_URI += "gomod://github.com/hashicorp/serf;version=v0.8.2;sha256sum=0f431658e69625f61defd36073e893ce21f04fe5a96484b812d47e32d4154be0"
SRC_URI += "gomod://github.com/hpcloud/tail;version=v1.0.0;sha256sum=3cba484748e2e2919d72663599b8cc6454058976fbca96f9ac78d84f195b922a"
SRC_URI += "gomod://github.com/ianlancetaylor/demangle;version=v0.0.0-20200824232613-28f6c0f3b639;sha256sum=f5709a6601f0b4dc17da3baba1a50cc95ebf3efdd040aecc7fcf4d0e89bab066"
SRC_URI += "gomod://github.com/ianlancetaylor/demangle;version=v0.0.0-20181102032728-5e5cf60278f6;sha256sum=73ae40ed96af2703f85cd4c552cf6b14551ceb782348be8185b730f44c842ab9"
SRC_URI += "gomod://github.com/inconshreveable/mousetrap;version=v1.0.0;sha256sum=c3fa0813e78f5cef10dc0e9912c43e68e06ff970a98e98c4050fe14dbbfd18c7"
SRC_URI += "gomod://github.com/inconshreveable/mousetrap;version=v1.1.0;sha256sum=526674de624d7db108cfe7653ef110ccdfd97bc85026254224815567928ed243"
SRC_URI += "gomod://github.com/jarcoal/httpmock;version=v1.4.1;sha256sum=f6e7a90a895423456050050edb336ad5d7b5873e34b16ecd08dbddac612f759a"
SRC_URI += "gomod://github.com/jaypipes/pcidb;version=v1.1.1;sha256sum=ce753499960157c70c733ddc583a06998a5e0fccbc918c3d955118345d2340fb"
SRC_URI += "gomod://github.com/jeremija/gosubmit;version=v0.2.8;sha256sum=44d4dd75be9e1c378bf0fd5cc5ccdb1ba5135a7111ed4c3ed15a66fa53e3852d"
SRC_URI += "gomod://github.com/jessevdk/go-flags;version=v1.5.0;sha256sum=9886379a8c31f9021ce68490e2a21bdbea7e5fe95533229650e1ac1571dcd78a"
SRC_URI += "gomod://github.com/jkeiser/iter;version=v0.0.0-20200628201005-c8aa0ae784d1;sha256sum=33471c2a829f9811b995dcefcf807bfe9944c4f271588ad0c38d313c5d9b9c18"
SRC_URI += "gomod://github.com/jmespath/go-jmespath;version=v0.0.0-20180206201540-c2b33e8439af;sha256sum=5c18f15c2bcfbbdb4fd15c0598ea5d3a373991a7b46a8f2405d00ac8b6121629"
SRC_URI += "gomod://github.com/jochenvg/go-udev;version=v0.0.0-20240801134859-b65ed646224b;sha256sum=b774099ff109c66d81122f4fef6eb1e8d013db7bfb4b12b8e8f5f6d433618be9"
SRC_URI += "gomod://github.com/jonboulle/clockwork;version=v0.5.0;sha256sum=f6b22626f17e5d4be7c755f83f97b575764da4c9ea4deccd5c5794912ce508aa"
SRC_URI += "gomod://github.com/josharian/native;version=v1.0.0;sha256sum=968dc29771428e17b807f7b131481667dedcb4db751317d26eed0635a32a7d60"
SRC_URI += "gomod://github.com/josharian/native;version=v1.1.0;sha256sum=6bf490b63ce1b724d1ab0aceb7655648b25b0ae6dc16f7fb1d89127836e71c42"
SRC_URI += "gomod://github.com/jpillora/backoff;version=v0.0.0-20180909062703-3050d21c67d7;sha256sum=e24749aa3aba6b440b5ab9ea1b3350246c4960242a1a778b346c9a619a5899fa"
SRC_URI += "gomod://github.com/jpillora/backoff;version=v1.0.0;sha256sum=f856692c725143c49b9cceabfbca8bc93d3dbde84a0aaa53fb26ed3774c220cc"
SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.11;sha256sum=02ead1e16c24846359e237725336bbf67888e3f5cea2ac94b4372302bbd52304"
SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.12;sha256sum=d001ea57081afd0e378467c8f4a9b6a51259996bb8bb763f78107eaf12f99501"
SRC_URI += "gomod://github.com/jstemmer/go-junit-report;version=v0.9.1;sha256sum=fbd2196e4a50a88f8c352f76325f4ba72338ecec7b6cb7535317ce9e3aa40284"
SRC_URI += "gomod://github.com/jstemmer/go-junit-report;version=v0.0.0-20190106144839-af01ea7f8024;sha256sum=b623acfae0dcc440f81ae14f3c5bc3ca40b1a674660ad549127980f892ab165e"
SRC_URI += "gomod://github.com/jtolds/gls;version=v4.20.0+incompatible;sha256sum=2f51f8cb610e846dc4bd9b3c0fbf6bebab24bb06d866db7804e123a61b0bd9ec"
SRC_URI += "gomod://github.com/julienschmidt/httprouter;version=v1.3.0;sha256sum=e457dccd7015f340664e3b8cfd41997471382da2f4a743ee55be539abc6ca1f9"
SRC_URI += "gomod://github.com/k-sone/critbitgo;version=v1.4.0;sha256sum=cab76ec175c2a59c1713c812488ef8802d09fa99d98f7f3a1810d6dbc9dcba27"
SRC_URI += "gomod://github.com/kballard/go-shellquote;version=v0.0.0-20180428030007-95032a82bc51;sha256sum=ae4cb7b097dc4eb0c248dff00ed3bbf0f36984c4162ad1d615266084e58bd6cc"
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.4;sha256sum=a295e4443ad6c88d8f5b8690807f413800fa171571d3a5970e2abefe6fe6e990"
SRC_URI += "gomod://github.com/klauspost/cpuid/v2;version=v2.0.1;sha256sum=e9e5d0193b5826edeb94139ca4b81c5e39d0581689288ca8dcaa78dfbd32e15a"
SRC_URI += "gomod://github.com/klauspost/cpuid/v2;version=v2.3.0;sha256sum=e6766f75ecfadf12fd045e4bdd9383f2a5bd3f9bd4c88a6db72861c84cf41486"
SRC_URI += "gomod://github.com/klauspost/crc32;version=v1.3.0;sha256sum=95e490929338e405a34537bc66dcb286d196055c4cb34cb526fbe5aef8d7a847"
SRC_URI += "gomod://github.com/klauspost/pgzip;version=v1.2.6;sha256sum=8ac508e93b22dca1a731a3a4c921b57c5ed1daea7b3629a2cf85c3b7530dda84"
SRC_URI += "gomod://github.com/kr/fs;version=v0.1.0;sha256sum=d376bd98e81aea34585fc3b04bab76363e9e87cde69383964e57e9779f2af81e"
SRC_URI += "gomod://github.com/kr/logfmt;version=v0.0.0-20140226030751-b84e30acd515;sha256sum=ebd95653aaca6182184a1b9b309a65d55eb4c7c833c5e790aee11efd73d4722c"
SRC_URI += "gomod://github.com/kr/pretty;version=v0.1.0;sha256sum=06063d21457e06dc2aba4a5bd09771147ec3d8ab40b224f26e55c5a76089ca43"
SRC_URI += "gomod://github.com/kr/pretty;version=v0.3.1;sha256sum=ecf5a4af24826c3ad758ce06410ca08e2d58e4d95053be3b9dde2e14852c0cdc"
SRC_URI += "gomod://github.com/kr/pretty;version=v0.2.0;sha256sum=006c8a1a9fbd487942eb43ce663e6e2770dbeea8e79efc1c6f7dbeaf3ca52e19"
SRC_URI += "gomod://github.com/kr/pty;version=v1.1.1;sha256sum=10474d7a875cbd2b9d74c9bb8fb99264b7863f204c7610607797ff18d580bf00"
SRC_URI += "gomod://github.com/kr/text;version=v0.1.0;sha256sum=9363a4c8f1f3387a36014de51b477b831a13981fc59a5665f9d21609bea9e77c"
SRC_URI += "gomod://github.com/kr/text;version=v0.2.0;sha256sum=368eb318f91a5b67be905c47032ab5c31a1d49a97848b1011a0d0a2122b30ba4"
SRC_URI += "gomod://github.com/kylelemons/godebug;version=v1.1.0;sha256sum=dbbd0ce8c2f4932bb03704d73026b21af12bd68d5b8f4798dbf10a487a2b6d13"
SRC_URI += "gomod://github.com/leodido/go-urn;version=v1.4.0;sha256sum=948fe5f705b9eab6c3bc7e34a3ad2549ead87a8f5f73e5a85a8c66f347612ab2"
SRC_URI += "gomod://github.com/lucasb-eyer/go-colorful;version=v1.3.0;sha256sum=9c7c8ac20d1b2ffe1b43956e6be94c979d9d42f2ecc182d1bbb2c91f11647c15"
SRC_URI += "gomod://github.com/lufia/plan9stats;version=v0.0.0-20260216142805-b3301c5f2a88;sha256sum=7e89913b76a34ab532ae8b903ca5ccaae5157304224da6a2ab66b9096c66a2db"
SRC_URI += "gomod://github.com/lxc/go-lxc;version=v0.0.0-20240606200241-27b3d116511f;sha256sum=7f211544b409aced6cfbea56e7a4cca327ba10b246893e4fca027da374a880ac"
SRC_URI += "gomod://github.com/lxc/incus-os/incus-osd;version=v0.0.0-20260313160614-ee09d062a9f0;sha256sum=25e0c6ef0e9300f776fa6853310a6786efc365a5d675caa908c941706af8ffae"
SRC_URI += "gomod://github.com/lxc/incus/v6;version=v6.0.6;sha256sum=7f5c391eec332750adee390571cdab455255aebc09353313340d49a0b18bc63b"
SRC_URI += "gomod://github.com/magiconair/properties;version=v1.8.7;sha256sum=ae77e5969fe064035fb543004478c3a819f95bb7bc1da084435bb2134532aaa7"
SRC_URI += "gomod://github.com/magiconair/properties;version=v1.8.5;sha256sum=fa056b3c72df6a36c991e9f22285818b07e377bf07c7beb441d9a097b2d6263e"
SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.0.9;sha256sum=0917044b442f35c980a2128975d15f1f4e5f9c7b5aae0fc29c2937ea093eb242"
SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.1.1;sha256sum=1a479de596b1e3732b23eb530d1809b352355fdc393c139cb9c8d0d7f335a089"
SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.1.2;sha256sum=6f64967892df6c491738811a76842998dfbdf631199a0236346dd59b36d42322"
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.8;sha256sum=0e55980f57ba3e77c8051f46e607adee55ca85f2179e1b78e30f5683007c93ba"
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.3;sha256sum=7c2e953a82565d069f6c58ae43663048a3155beee8a2402dffbc86d87adee5d0"
SRC_URI += "gomod://github.com/mattn/go-isatty;version=v0.0.5;sha256sum=f94eb8bd7a6d188323b8518fd6dc23041d01a16517a0782f6bda2e1ad9a0f2f5"
SRC_URI += "gomod://github.com/mattn/go-runewidth;version=v0.0.13;sha256sum=c104e14c1612a6d736bd109fe5fec9749a8146e1f7d37844d8a0a1296e00d4e9"
SRC_URI += "gomod://github.com/mattn/go-runewidth;version=v0.0.21;sha256sum=f1c6f8106c49ff3077d8f2186fc23dcb222504f5f05d52f2b08a5417ead9d263"
SRC_URI += "gomod://github.com/mattn/go-runewidth;version=v0.0.3;sha256sum=48568ed111397ccf7442430dedeb8ccee14c5d7e9060341b5224384c775324dd"
SRC_URI += "gomod://github.com/mattn/go-sqlite3;version=v1.14.7;sha256sum=a9f2747143111f83717b83c17e345732862b04cc74d6f4bac7a3a3ac522502e2"
SRC_URI += "gomod://github.com/mattn/go-sqlite3;version=v1.14.34;sha256sum=f9b24618e7fc267a1e3d199658c8b899873642de0976ab859b13717990c315b0"
SRC_URI += "gomod://github.com/matttproud/golang_protobuf_extensions;version=v1.0.4;sha256sum=0b44aabaa9aea5d28e667849ad4d9821351466c3591dd7beddb2d025db6d55f2"
SRC_URI += "gomod://github.com/mdlayher/arp;version=v0.0.0-20220512170110-6706a2966875;sha256sum=34ea491f288d8193b4be9da7762f23ff287928edcaa992bc1ce3b84490863079"
SRC_URI += "gomod://github.com/mdlayher/ethernet;version=v0.0.0-20220221185849-529eae5b6118;sha256sum=87c8f60bacaa86dc4fdddb44fbfb4fbb69bb48100940f28b448615501e018bf1"
SRC_URI += "gomod://github.com/mdlayher/ndp;version=v1.1.0;sha256sum=07019fdd3dada75e31521576de014db24d17f5fcd8bd163162729932a4f8c17b"
SRC_URI += "gomod://github.com/mdlayher/netx;version=v0.0.0-20230430222610-7e21880baee8;sha256sum=9f34167548530e55cd9604638cd1d75f76394749f5e527b2d0cb382404d6af42"
SRC_URI += "gomod://github.com/mdlayher/packet;version=v1.0.0;sha256sum=234f6da202279452856bbaa7056ffd734c22786982d7ea2cdb712f91a1f91ba7"
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/socket;version=v0.2.1;sha256sum=77ff45b6d52f58ce34996ceaa343bbe4f0c7611a9d1c763855be0d3655944c46"
SRC_URI += "gomod://github.com/mdlayher/vsock;version=v1.2.1;sha256sum=cd25f9f33aa4fb945502351caeeed6994e1f34824cc826ca2daa1b21c45bc0d1"
SRC_URI += "gomod://github.com/mgutz/ansi;version=v0.0.0-20170206155736-9520e82c474b;sha256sum=d7c0ff88c53dfca384bb82108a6e5fdc9e11b358d68b67144ff6a285be20a16a"
SRC_URI += "gomod://github.com/miekg/dns;version=v1.0.14;sha256sum=b54ee6b47b5824c0ac33e9ef932fb5bf2f7979199411b957e753fe88cca92af2"
SRC_URI += "gomod://github.com/miekg/dns;version=v1.1.72;sha256sum=092608d919335ff22154862c59abe8b4d651be3ef0b75d22001a07c03106a3b6"
SRC_URI += "gomod://github.com/minio/crc64nvme;version=v1.1.1;sha256sum=276041e361bdd81dc28d03e3de9f7c80f784c616f0a7fa94fa34855fe2d0aa88"
SRC_URI += "gomod://github.com/minio/md5-simd;version=v1.1.2;sha256sum=f829d35a6e6897db415af8888c4b074d1a253aee0e8fb7054b4d95477a81c3d6"
SRC_URI += "gomod://github.com/minio/minio-go/v7;version=v7.0.99;sha256sum=0ff3c1c2fb1c41b7f801350928003c50b57b8e7e1a5d534298c70ff7d62c048b"
SRC_URI += "gomod://github.com/mitchellh/cli;version=v1.0.0;sha256sum=74199f2c2e1735a45e9f5c2ca049d352b0cc73d945823540e54ca9975ce35752"
SRC_URI += "gomod://github.com/mitchellh/go-homedir;version=v1.0.0;sha256sum=18a3a63fb866b9f36168cb8f0fb0660ed73b67b42060d4784ba5ba964e7c9181"
SRC_URI += "gomod://github.com/mitchellh/go-testing-interface;version=v1.0.0;sha256sum=255871a399420cd3513b12f50738d290e251637deb23e21a4332192584ecf9c7"
SRC_URI += "gomod://github.com/mitchellh/gox;version=v0.4.0;sha256sum=70c976edc82b069d55c4b05409be9e91d85c20238a5e38c60fbb0b03b43c9550"
SRC_URI += "gomod://github.com/mitchellh/iochan;version=v1.0.0;sha256sum=f3eede01adb24c22945bf71b4f84ae25e3744a12b9d8bd7c016705adc0d778b8"
SRC_URI += "gomod://github.com/mitchellh/mapstructure;version=v1.4.1;sha256sum=bfe856861145c25f6f26c2985760e86a4634e2a28bb9b4582ff0e8a9d2621e10"
SRC_URI += "gomod://github.com/mitchellh/mapstructure;version=v1.5.0;sha256sum=118d5b2cb65c50dba967fb6d708f450a9caf93f321f8fc99080675b2ee374199"
SRC_URI += "gomod://github.com/mitchellh/mapstructure;version=v1.1.2;sha256sum=cd86d8586cbc333de28f6a46989069487877fae437df4c2cc417668d203c7305"
SRC_URI += "gomod://github.com/mitchellh/mapstructure;version=v0.0.0-20160808181253-ca63d7c062ee;sha256sum=32bc014a07f8fd315636f102181d131538ef0c716290f2120ad06ae92a0f65de"
SRC_URI += "gomod://github.com/moby/docker-image-spec;version=v1.3.1;sha256sum=e3fe212be410465c0cae032baa7e2c7282b9bb878f081f00549333edc260c306"
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.0;sha256sum=c4a97a1c5137f97f13985cf0a95267a47e52e749bcc4fa6b1ccd5595bed7a6f1"
SRC_URI += "gomod://github.com/modern-go/concurrent;version=v0.0.0-20180228061459-e0a39a4cb421;sha256sum=7879936219694facd98a70748597a091690b34e1384a9c6987bd0b2c53c2a052"
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.1;sha256sum=6af8268206d037428a4197bd421bbe5399c19450ef53ae8309a083f34fb7ac05"
SRC_URI += "gomod://github.com/modern-go/reflect2;version=v1.0.2;sha256sum=f46f41409c2e74293f82cfe6c70b5d582bff8ada0106a7d3ff5706520c50c21c"
SRC_URI += "gomod://github.com/modern-go/reflect2;version=v0.0.0-20180701023420-4b7aa43c6742;sha256sum=ff641a4cb8a664211221f09d9fe4aeafedcaacd6042b0d5ead69ae3becbf2a72"
SRC_URI += "gomod://github.com/mohae/deepcopy;version=v0.0.0-20170929034955-c48cc78d4826;sha256sum=41ba726508a213f4af89e7d58937263ff778e352d591edd422d3a3dc3272585c"
SRC_URI += "gomod://github.com/muesli/crunchy;version=v0.4.1-0.20210519044311-9cd68953298f;sha256sum=bd54d7aee273c1e7652377d546ace5efcb09d3ffdbf1e109288142703d92f678"
SRC_URI += "gomod://github.com/muhlemmer/gu;version=v0.3.1;sha256sum=a0d807b8f985a0bc0754433ab2580ac3fc1e82a122f50c489b2ab767307815ec"
SRC_URI += "gomod://github.com/muhlemmer/httpforwarded;version=v0.1.0;sha256sum=954d3c6065ebb002f2f4fee50c19271a006458434aa69f6359ce4ab7b3275140"
SRC_URI += "gomod://github.com/munnerz/goautoneg;version=v0.0.0-20191010083416-a7dc8b61c822;sha256sum=3d7ce17916779890be02ea6b3dd6345c3c30c1df502ad9d8b5b9b310e636afd9"
SRC_URI += "gomod://github.com/mwitkow/go-conntrack;version=v0.0.0-20190716064945-2f068394615f;sha256sum=d6fc513490d5c73e3f64ede3cf18ba973a4f8ef4c39c9816cc6080e39c8c480a"
SRC_URI += "gomod://github.com/niemeyer/pretty;version=v0.0.0-20200227124842-a10e7caefd8e;sha256sum=2dcb7053faf11c28cad7d84fcfa3dd7f93e3d236b39d83cff0934f691f860d7a"
SRC_URI += "gomod://github.com/olekukonko/cat;version=v0.0.0-20250911104152-50322a0618f6;sha256sum=46c56f6186f41d9fac1caf5ab0574d4ef03477ef25ae65250f509947539bde9c"
SRC_URI += "gomod://github.com/olekukonko/errors;version=v1.2.0;sha256sum=9a22e180e093f4097d84b012395ca315420ae6c8703e4aa93b6684c9e948ce6c"
SRC_URI += "gomod://github.com/olekukonko/ll;version=v0.1.7;sha256sum=4ff8af0392de7a819cd67f1ad8430f83cbc6bb421f0b71f7612fd883ac1b4c47"
SRC_URI += "gomod://github.com/olekukonko/tablewriter;version=v1.1.4;sha256sum=e5a779693c4ce8aa0ada775409c590f6d1ee39b02e13bdc3d68d698dd6e97942"
SRC_URI += "gomod://github.com/olekukonko/ts;version=v0.0.0-20171002115256-78ecb04241c0;sha256sum=b04eba3c4d1780c5c48d4ad47a6d5db2db5ee6f963e5a26f8d18dbbe70e74262"
SRC_URI += "gomod://github.com/onsi/ginkgo;version=v1.6.0;sha256sum=04ccd635943d80d8767d83738e9058091d50517860dce86f7f8ac7a55f6c2959"
SRC_URI += "gomod://github.com/onsi/gomega;version=v1.5.0;sha256sum=ec490d2f4e5162675fa5203ba6f047c84d0105eb70c092268a31e0f5ef5d3593"
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.2.3;sha256sum=534e44408718106ee713bf342e84f782fc9aa00ff0cdfb2372e452ba1c71ca40"
SRC_URI += "gomod://github.com/opencontainers/runtime-spec;version=v1.3.0;sha256sum=09e58e616eb70f2972ed19ada447dd661b298b39777adb0bbd35c94886bdbdf8"
SRC_URI += "gomod://github.com/opencontainers/umoci;version=v0.6.1-0.20251213054154-70fc5ee1f4df;sha256sum=5632a66897aaf65f76ff11a94a3046692628572573727fce2fa1822dfc0ba7b3"
SRC_URI += "gomod://github.com/openfga/go-sdk;version=v0.7.5;sha256sum=310b28776e7a4685e75e09a4511a7c81a5e8e46c8769db992ae375e25f5d039a"
SRC_URI += "gomod://github.com/ory/dockertest/v3;version=v3.12.0;sha256sum=eda3903e5dc832fb794e8cdc6e506f9b39902f6067af7038c75ca748daecb9f9"
SRC_URI += "gomod://github.com/osrg/gobgp/v3;version=v3.37.0;sha256sum=7980eb6d337986839437f24fa4fe4ecf730ce792ca2872e33691250010da2a9d"
SRC_URI += "gomod://github.com/ovn-kubernetes/libovsdb;version=v0.8.1;sha256sum=80940664216dc5fc9e804f645b57fa57d97c809b09674b9354a6770adb85e201"
SRC_URI += "gomod://github.com/pascaldekloe/goe;version=v0.0.0-20180627143212-57f6aae5913c;sha256sum=fa1b653a2e460194150393e186af967c8b1d24811252aac12f9ab4474beefdc6"
SRC_URI += "gomod://github.com/pelletier/go-toml;version=v1.9.3;sha256sum=a52f4a0d5d8f6e98bbfc493ec947e1be44b8f304005d2059ecc4c5938b712961"
SRC_URI += "gomod://github.com/pelletier/go-toml/v2;version=v2.2.4;sha256sum=82162be7b85077f3be49bfe0f1e01f308b9c9554c72a980a22a34432f94885f0"
SRC_URI += "gomod://github.com/peterh/liner;version=v1.2.1;sha256sum=5f5b73e7044359a539161b8709840d0e8528a2ffc0b1d167a4e9c4a3671e5296"
SRC_URI += "gomod://github.com/philhofer/fwd;version=v1.2.0;sha256sum=de507513c5985cd0eebc0eccd6b4955da5e2a31814323775b886f29cf9971e98"
SRC_URI += "gomod://github.com/pierrec/lz4/v4;version=v4.1.18;sha256sum=b397db34ff05610125e7c9de6de067a174a70ba3ba7dac81ba8ce4f22b1c0933"
SRC_URI += "gomod://github.com/pierrec/lz4/v4;version=v4.1.26;sha256sum=cf67f99d8d4ed84775a51de3167b70907e5436dd2f501f37deffac46c0a51ae1"
SRC_URI += "gomod://github.com/pires/go-proxyproto;version=v0.11.0;sha256sum=7cda3fa2b99a33afaef02011776a75bf2a197872b87cf886bdb2e10cf61e3fae"
SRC_URI += "gomod://github.com/pkg/errors;version=v0.9.1;sha256sum=d4c36b8bcd0616290a3913215e0f53b931bd6e00670596f2960df1b44af2bd07"
SRC_URI += "gomod://github.com/pkg/errors;version=v0.8.1;sha256sum=4e47d021340b7396a7dee454f527552faf7360a9fc34038b1dc32ba3b5a951d8"
SRC_URI += "gomod://github.com/pkg/sftp;version=v1.13.10;sha256sum=390185d4b33cb550ebd27381b4aa80f245a9bda1ccb4dac65685bf94eeb81470"
SRC_URI += "gomod://github.com/pkg/sftp;version=v1.10.1;sha256sum=4e30f0455865434be7b83d4010ab97667217dafd0017caa651faafa2cc6aed64"
SRC_URI += "gomod://github.com/pkg/xattr;version=v0.4.12;sha256sum=3657614c6f28f6298164935f48af2515835ae04190ed9f6954b5cdf89b1aee21"
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/posener/complete;version=v1.1.1;sha256sum=828ec8cd2a7a4f57b238d7475bce89dcccf8f5dc9f55008fdc435bceeb83d927"
SRC_URI += "gomod://github.com/power-devops/perfstat;version=v0.0.0-20240221224432-82ca36839d55;sha256sum=66cb26a26f3282bc0cea7dc89da5f83249705a53e566259f226dc03477036f32"
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.67.5;sha256sum=9baf08bc138d7097af80f61572b32eeac40727d91e29ea447cb059d0ce57e1a6"
SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.20.1;sha256sum=776376180a30e79e2d3744a6195b19897b1561b0cade53b730a0f4cfe20ca871"
SRC_URI += "gomod://github.com/rivo/tview;version=v0.42.0;sha256sum=49acb1cd8fcda0bda8702e25283b6651e444fb5f21deca81157299be624b9b12"
SRC_URI += "gomod://github.com/rivo/uniseg;version=v0.2.0;sha256sum=3199d94be50284142220662ca3b00e19ddd1debe4e80ddc745ff4203ecb601c0"
SRC_URI += "gomod://github.com/rivo/uniseg;version=v0.4.7;sha256sum=b995e4aa0cc1e5779cc61138ac925cb8c1e963e40c80e4b93ee8553812ebb792"
SRC_URI += "gomod://github.com/robfig/cron/v3;version=v3.0.1;sha256sum=ebe6454642220832a451b8cc50eae5f9150fd8d36b90b242a5de27676be86c70"
SRC_URI += "gomod://github.com/rogpeppe/fastuuid;version=v1.2.0;sha256sum=f9b8293f5e20270e26fb4214ca7afec864de92c73d03ff62b5ee29d1db4e72a1"
SRC_URI += "gomod://github.com/rogpeppe/fastuuid;version=v1.1.0;sha256sum=e34aec0e4af83bdba6eff7ee83d839a102902910b709dd88b4ee8b439e4186de"
SRC_URI += "gomod://github.com/rogpeppe/go-internal;version=v1.3.0;sha256sum=191b95c35d85a5683cee6e303a08b4d103bf9de9ececdc6904f21ed90c094b0a"
SRC_URI += "gomod://github.com/rogpeppe/go-internal;version=v1.14.1;sha256sum=ab3d18283cef2f46ddfd489b6b14b970eb7dbbb642786f025ee1ac5291dc4e70"
SRC_URI += "gomod://github.com/rootless-containers/proto/go-proto;version=v0.0.0-20260207013450-f6ee952d53d9;sha256sum=284dd96656ced163127e36dc01be0d36f9ec3f0633a85941e0ec656f6e0d7955"
SRC_URI += "gomod://github.com/rs/cors;version=v1.11.1;sha256sum=0555d9d0c18079e1d472d83044bf9fb2517626f1027d3d9d527c7a4294978500"
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.0.1;sha256sum=496079bbc8c4831cd0507213e059a925d2c22bd1ea9ada4dd85815d51b485228"
SRC_URI += "gomod://github.com/russross/blackfriday/v2;version=v2.1.0;sha256sum=7852750d58a053ce38b01f2c203208817564f552ebf371b2b630081d7004c6ae"
SRC_URI += "gomod://github.com/ryanuber/columnize;version=v0.0.0-20160712163229-9b3edd62028f;sha256sum=90eb7f18868fb2e80c1e5e34713c8d8faf1752d5054c5033d897bf9617427787"
SRC_URI += "gomod://github.com/sagikazarmark/locafero;version=v0.12.0;sha256sum=e42751ae533e4f7642df550b2fafb70a0e5d16dc1ce0551c800b07b86407fd11"
SRC_URI += "gomod://github.com/santhosh-tekuri/jsonschema/v5;version=v5.3.1;sha256sum=6c953c3751cca3003d0e7f6d775c7c3b2e4b1eeb1fa2e8d68786ead53b083094"
SRC_URI += "gomod://github.com/sean-/seed;version=v0.0.0-20170313163322-e2103e2c3529;sha256sum=0bc8e6e0a07e554674b0bb92ef4eb7de1650056b50878eed8d5d631aec9b6362"
SRC_URI += "gomod://github.com/sergi/go-diff;version=v1.0.0;sha256sum=287218ffcd136dbb28ce99a2f162048d8dfa6f97b524c17797964aacde2f8f52"
SRC_URI += "gomod://github.com/shirou/gopsutil/v4;version=v4.26.2;sha256sum=da1541a580e74c1c8ca18682031d4e2eafbe7f9596ca7962e43c546182435e67"
SRC_URI += "gomod://github.com/shurcooL/sanitized_anchor_name;version=v1.0.0;sha256sum=0af034323e0627a9e94367f87aa50ce29e5b165d54c8da2926cbaffd5834f757"
SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.9.4;sha256sum=3847d00c5ee6948f1ff0d0120bc343c55ce852becb7720f8f08f53eecfe9e437"
SRC_URI += "gomod://github.com/smallstep/pkcs7;version=v0.2.1;sha256sum=300c4f1e05f962c86d0c1092b85af8d57a7560873a1b812184ba77e967b47b48"
SRC_URI += "gomod://github.com/smartystreets/assertions;version=v0.0.0-20180927180507-b2de0cb4f26d;sha256sum=0434c12c41cb4c3e7ebf2fa44d3eeaafa75b9a61a80e30408ed8e09c3d5d3d70"
SRC_URI += "gomod://github.com/smartystreets/assertions;version=v1.0.0;sha256sum=82beb3c8918c2d72f34d6222c52d03018e8867f005193e90821b01a6475d9e51"
SRC_URI += "gomod://github.com/smartystreets/go-aws-auth;version=v0.0.0-20180515143844-0c1422d1fdb9;sha256sum=d9441cfbef2c680269ced67f8e1d99af9cf649e11a7f133a5b0685be0277ca7d"
SRC_URI += "gomod://github.com/smartystreets/goconvey;version=v1.6.4;sha256sum=a931413713a303a958a9c3ac31305498905fb91465e725552472462130396dda"
SRC_URI += "gomod://github.com/smartystreets/gunit;version=v1.0.0;sha256sum=36cf43529cfadeb297ce1537c7d0fca8373a95936806121ce7ce0bf653e959ee"
SRC_URI += "gomod://github.com/sourcegraph/conc;version=v0.3.1-0.20240121214520-5f936abd7ae8;sha256sum=6db56fe285f78ba994a77d676d790b1db85a47cc8948a42d4c2f6ca6200b9413"
SRC_URI += "gomod://github.com/spf13/afero;version=v1.15.0;sha256sum=d03a0bbce87eeaa1c23f0c0276707bb2d59f46efee875d7d7f1d570201be6e1f"
SRC_URI += "gomod://github.com/spf13/afero;version=v1.6.0;sha256sum=234791203d4bb7405bf5ef7f5cecc6e64fdfa9fc5a12d85b6ec7ecdb86cc0834"
SRC_URI += "gomod://github.com/spf13/cast;version=v1.10.0;sha256sum=7c7ba27f9979ada980c2a69f6b2fdf7b4ce1f2b766e245c0a4716f546ad7ddce"
SRC_URI += "gomod://github.com/spf13/cast;version=v1.3.1;sha256sum=9431fba3679d68cb98976c0f87e20520555835ecf772182991a37831426f219e"
SRC_URI += "gomod://github.com/spf13/cobra;version=v1.2.1;sha256sum=9dad7255db19d7e264232543b42a0f5f04c4561df708702f1d895ff7c66818e5"
SRC_URI += "gomod://github.com/spf13/cobra;version=v1.10.2;sha256sum=a00aae6fcd631e0fde52c98604452ff70e1b73c3b8a560d68db15aff5e26872d"
SRC_URI += "gomod://github.com/spf13/cobra;version=v1.5.0;sha256sum=3b0a43f96d85d4370b6ed69e61b0871b4f2dddf77e92597eb964703560ccee92"
SRC_URI += "gomod://github.com/spf13/jwalterweatherman;version=v1.1.0;sha256sum=43cc5f056caf66dc8225dca36637bfc18509521b103a69ca76fbc2b6519194a3"
SRC_URI += "gomod://github.com/spf13/pflag;version=v1.0.5;sha256sum=fc6e704f2f6a84ddcdce6de0404e5340fa20c8676181bf5d381b17888107ba84"
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/spf13/viper;version=v1.21.0;sha256sum=4096e4ccdbb74027c49f0dfede6d67193053b0d1c1ecce57543cf3dacc7b249e"
SRC_URI += "gomod://github.com/spf13/viper;version=v1.8.1;sha256sum=3223fb4fb8308f36d504b12653027403fa277cc03f49141e6539edb6991f7fef"
SRC_URI += "gomod://github.com/spiffe/go-spiffe/v2;version=v2.6.0;sha256sum=b90f378c70e2c985f61893ca20bf3e8258bb4f66920af759276d330513d0d7d6"
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/objx;version=v0.5.2;sha256sum=3c22c1d1c4c4024eb16a12f0187775640bf35d51b0a06649febc7797119451c0"
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.4.0;sha256sum=0400c42ab95389bb4f4577bc09917a040a97f0f4251db2a54a7f6f5e65065b73"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.6.1;sha256sum=e3c77324195658ead0289c507966fec55c69a7b1b8e3aac13c587dc50932fbc3"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.8.0;sha256sum=d880adf449449120b459a2220f539c69648fd797ded5b745cf3add60ec84081e"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.5.1;sha256sum=b0d1f439dfc42208b7c120dfdecee61c697496c1688361aeb100b01366d945f7"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.10.0;sha256sum=36c87573527a97ce97fc15ce2a101e65e5ebb350db142d09f633580cb8d5c839"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.2.2;sha256sum=a0d1278e9b49f73e770bdf20a2af5f232b6df6b9f0e557707db00efca6eda9ed"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.11.1;sha256sum=b7325b561ead5304b72b9f32aebc871ff49b3823667d530a49fd6c8f3adfc96e"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.3.0;sha256sum=8c935aed71cc334d5bfdf04b34909d9965cf28f80198dec13fb954dc292e6588"
SRC_URI += "gomod://github.com/stretchr/testify;version=v1.8.4;sha256sum=e206daaede0bd03de060bdfbeb984ac2c49b83058753fffc93fe0c220ea87532"
SRC_URI += "gomod://github.com/subosito/gotenv;version=v1.2.0;sha256sum=21474df92536f36de6f91dfbf466995289445cc4e5a5900d9c40ae8776b8b0cf"
SRC_URI += "gomod://github.com/subosito/gotenv;version=v1.6.0;sha256sum=142db3dd2328e744c157e85cf3291d027013b79f92a45984f860fe38bc0f1f8d"
SRC_URI += "gomod://github.com/timpalpant/gzran;version=v0.0.0-20201127163450-7b631e56f57b;sha256sum=292d07825cf41a0615113e64fdc556e3106b412b7c1cd475d8a42bbafedc5059"
SRC_URI += "gomod://github.com/tinylib/msgp;version=v1.6.3;sha256sum=fc7f0de29e65d66e504d7d92bfb097f7f2cb55af7f93cfbe4625e78d282d2b53"
SRC_URI += "gomod://github.com/tj/assert;version=v0.0.0-20171129193455-018094318fb0;sha256sum=59a81d1883aac9635ac15d8a6a6e0630cf0a4122328116f921289dab840374b7"
SRC_URI += "gomod://github.com/tj/assert;version=v0.0.3;sha256sum=9c23f1addf320fb969deabfb9b04ced183883a924cf7330ad6d96843c02251ff"
SRC_URI += "gomod://github.com/tj/go-buffer;version=v1.1.0;sha256sum=5b3d2f8c3f4333d7a9fb87deaaa13d36fdedc63f86ea33ef87afd00346a6f63b"
SRC_URI += "gomod://github.com/tj/go-elastic;version=v0.0.0-20171221160941-36157cbbebc2;sha256sum=a0df933432e9c7ec276cbc0edbb941375726cf5a39c663aafe0e945f9ba3079f"
SRC_URI += "gomod://github.com/tj/go-kinesis;version=v0.0.0-20171128231115-08b17f58cb1b;sha256sum=0885f4631d33a20b5447ebbe12a0d23eb5ea3394de4bbc849cfe54ad19cadb2a"
SRC_URI += "gomod://github.com/tj/go-spin;version=v1.1.0;sha256sum=060d09c35b1db5992747cde71ccbdaefe596ada06a6fe146e0ef10dc67d817dd"
SRC_URI += "gomod://github.com/tklauser/go-sysconf;version=v0.3.16;sha256sum=d4c896f77e5934f54d772b5f6a8f8043b8d34df189f6581bc2ba84d239a6b643"
SRC_URI += "gomod://github.com/tklauser/numcpus;version=v0.11.0;sha256sum=7a7527e1f68059a77189ae875c294e5c310925fbb8ba5a6c794edd2b7e687267"
SRC_URI += "gomod://github.com/urfave/cli;version=v1.22.17;sha256sum=eb2629ff4d93a527036f0ebb57cf67caa10e97fdd9181740f8877936528bf6a9"
SRC_URI += "gomod://github.com/urfave/cli/v2;version=v2.27.7;sha256sum=a9a4175ab5d550f093f716e8971a5c8539aa738675a210f6321cfb5905f0488a"
SRC_URI += "gomod://github.com/vbatts/go-mtree;version=v0.7.0;sha256sum=67a68d35d9de2f9097ae69c57c5c16331b367a4e8e32dd2495224149257bad77"
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/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/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.25;sha256sum=da7ed53789eee3daab8089e6981acf5288550207466e67b0d4a54e9284db1e12"
SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.3.5;sha256sum=299f379635fab18f4a9681c37002dc66727049a41a68f19b79f9e6a604f71e09"
SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.1.27;sha256sum=ed37f29dd392d8b532daf4e3391a917a2cc21c5a281756f7fcd00c17976c38a7"
SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.1.32;sha256sum=2e2f47d10c9127a852fe30cae481e1e390b5c171a5b7e6bdbd9cadef9fe6b2fb"
SRC_URI += "gomod://github.com/yusufpapurcu/wmi;version=v1.2.4;sha256sum=c2a0a12203162ef8fd6f65e191aac359823d370e113122cbd8e80711ddc9c1f9"
SRC_URI += "gomod://github.com/zitadel/logging;version=v0.7.0;sha256sum=5e212acc6a3c6718024873964a83c556dcd76f53833549ecabf7167ea2d5c4f0"
SRC_URI += "gomod://github.com/zitadel/oidc/v3;version=v3.45.5;sha256sum=d0715691a1b4dc3156085cfc9fceab579285dbe208c41861e5e01466a869cdb8"
SRC_URI += "gomod://github.com/zitadel/schema;version=v1.3.2;sha256sum=dc8ed3da98298e65173478ae59ace93e372edc0aeaeaa2dcbb211ef079d3188b"
SRC_URI += "gomod://go.etcd.io/etcd/api/v3;version=v3.5.0;sha256sum=8754587bf6d4b1bc889d519355ea8899e093d8550e0d98730f8570d608f998f9"
SRC_URI += "gomod://go.etcd.io/etcd/client/pkg/v3;version=v3.5.0;sha256sum=c0ca209767c5734c6ed023888ba5be02aab5bd3c4d018999467f2bfa8bf65ee3"
SRC_URI += "gomod://go.etcd.io/etcd/client/v2;version=v2.305.0;sha256sum=91fcb507fe8c193844b56bfb6c8741aaeb6ffa11ee9043de2af0f141173679f3"
SRC_URI += "gomod://go.opencensus.io;version=v0.23.0;sha256sum=81c78beb84872084d6d5ddc0a0bffc47294412898472c891a29cfcb66f3fa2d8"
SRC_URI += "gomod://go.opencensus.io;version=v0.21.0;sha256sum=d046bcb617534513cb92aa258c597596121ad9aa21e32d522e103bb096ce2c6e"
SRC_URI += "gomod://go.opencensus.io;version=v0.22.0;sha256sum=faab9d666666280f43b0c6771f8b3e2136a1179238035abc09cc5802f32e390e"
SRC_URI += "gomod://go.opencensus.io;version=v0.22.2;sha256sum=484089733701e0d2ec3a9da762c25d2d5b499195d210d4d9745a9017727a1334"
SRC_URI += "gomod://go.opencensus.io;version=v0.22.3;sha256sum=0e90823bd8f99f6fd07e14b9a765c1baf145ba449ee8c9432db36669bd326b3a"
SRC_URI += "gomod://go.opencensus.io;version=v0.22.4;sha256sum=bfd0c171b0391c7e9681149eefbd2fea5fad751e458c96e4fde69b5a9e43f370"
SRC_URI += "gomod://go.opencensus.io;version=v0.22.5;sha256sum=220f3f62757b0e6b1865c1b81fdba39d40d0762da6f33bebfe1bd6dc0f1c240f"
SRC_URI += "gomod://go.opentelemetry.io/auto/sdk;version=v1.2.1;sha256sum=a08a16fc0a7041cdb875f47a260a56000632212c85f65a302a043c76380c8335"
SRC_URI += "gomod://go.opentelemetry.io/contrib/detectors/gcp;version=v1.39.0;sha256sum=861471f5354793616a1bf86f40f6bf9e96dd85189e68c7d67cb72332a031b7bd"
SRC_URI += "gomod://go.opentelemetry.io/otel;version=v1.42.0;sha256sum=27e62b384821ac4784ef29e898f21fa907e11a6b07f932af88bd89fd085c335e"
SRC_URI += "gomod://go.opentelemetry.io/otel/metric;version=v1.42.0;sha256sum=51a9c165eae1521857863e1cf3d01b5180c40d15e8d6757ffbc6156a7fb01e3c"
SRC_URI += "gomod://go.opentelemetry.io/otel/sdk;version=v1.39.0;sha256sum=6bde5d32bc909ae2c3eaf4277b43ee811c007df71681609e73704b587b7b5a9f"
SRC_URI += "gomod://go.opentelemetry.io/otel/sdk/metric;version=v1.39.0;sha256sum=02b7d5149b6ed090eaa2e65a9e40de7a093c85342af5e9214e8b5bcac7882695"
SRC_URI += "gomod://go.opentelemetry.io/otel/trace;version=v1.42.0;sha256sum=e377a53ffbe03e89a0addbd564512fa5cc2fee009a2fae20d009417098a4fce1"
SRC_URI += "gomod://go.starlark.net;version=v0.0.0-20260210143700-b62fd896b91b;sha256sum=4edc1ae00121dd2b6d4c8618a84fb0d80951eafb7c16923b0e24f0791e813f18"
SRC_URI += "gomod://go.uber.org/atomic;version=v1.7.0;sha256sum=0417b4203eb1454a0eeda59e79f426c27fcfb9e3c74077060303429cc16db307"
SRC_URI += "gomod://go.uber.org/goleak;version=v1.3.0;sha256sum=70edef0ce7d830d992f024e527fd3452069b884f94a27787a718bd68dd620702"
SRC_URI += "gomod://go.uber.org/multierr;version=v1.9.0;sha256sum=b029b936a6b10ae3fa158e14f89910da317bd678fc66f51f9c4612098005d367"
SRC_URI += "gomod://go.uber.org/multierr;version=v1.6.0;sha256sum=5238ef4df5394e9b69cc2062592476ab5d8bafa4b876e2aff5413de9b5c05a27"
SRC_URI += "gomod://go.uber.org/zap;version=v1.17.0;sha256sum=5c8df9933344fa8418b7fa2c2e591c79db1b47f7c770bf92b3797abc32932d1d"
SRC_URI += "gomod://go.yaml.in/yaml/v2;version=v2.4.4;sha256sum=1b98a6a498cf255c5f2982d32c74633bc7969770957e98103ac1e14345aa4576"
SRC_URI += "gomod://go.yaml.in/yaml/v3;version=v3.0.4;sha256sum=0317dae56eaa9e9954467c8768fd6a89ba2005f1534e2c26fce5163ad8d2ef31"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.49.0;sha256sum=cbca45d1fcb0fa359cd232b884ba86cfa1a32644ff7efdeb79807db3eb0f005d"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.0.0-20181029021203-45a5f77698d3;sha256sum=6d16319b38c6e13a7fdc60c788ab7462dd1c51d96c71c27bf1c373a16c0ea304"
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-20190426145343-a29dc8fdc734;sha256sum=0191876d60561fc1e37bf357a1bd1959dd58c951e531568824576901be40ee89"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.0.0-20190510104115-cbcb75029529;sha256sum=a04e7fe75718ff12b44e8318855a66f78eafab388dc6f3c9636fb096eeb630fd"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.0.0-20190605123033-f99c8df09eb5;sha256sum=9a6d488c355a862d5688fc5a4b0996e6942dd9eb39c0ecb8df2c824177f29507"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.0.0-20190820162420-60c769a6c586;sha256sum=332e4d285d8fc92d1042b95b09be842364a2a66996dc5f026db9dc531314a70b"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.0.0-20191011191535-87dc89f01550;sha256sum=88e47aa05eb25c6abdad7387ccccfc39e74541896d87b7b1269e9dd2fa00100d"
SRC_URI += "gomod://golang.org/x/crypto;version=v0.0.0-20200622213623-75b288015ac9;sha256sum=aeaac2684d693207a90f491b0303e881e58c014e96d27b0ebb7fe6937dfc1e76"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20260312153236-7ab1446f8b90;sha256sum=95da5ca63d61de1eea36153c11ca9a645c4c6344510be104fc7cf8f873850ac2"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20190121172915-509febef88a4;sha256sum=c3a7dcc2e8117e749c6badc91d492de3ee2f5b440b30481a0a75f9d63db6fe0b"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20190306152737-a1d7652674e8;sha256sum=68bad1a2e9ec219d90a713f23acb73b6b6c0cc4f3801fc4335ec4e3fa04876df"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20190510132918-efd6b22b2522;sha256sum=7488020e2dd33d8afee08c08d7b089962f65e36b76ef643a32710ddc11731a08"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20190829153037-c13cbed26979;sha256sum=e8b22faee4617a166e4d7a975488183587fdb052f4ae8e3b97a574dabc1afa5e"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20191030013958-a1ab85dbe136;sha256sum=18ff05b39d29a3fd4c7f9071e7013264994ac18f7faa72f66b2f514fcdd141b0"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20191129062945-2f5052295587;sha256sum=a5d46fbbf34b9190bba8f144ccd11aa5f4db07786b62614644e91649f351a272"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20191227195350-da58074b4299;sha256sum=a5d1ad4e7d3e582b5b4f6a4dd69e6b9fd5533214c62af8f6f94541865ffd5844"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20200119233911-0405dc783f0a;sha256sum=3a76c35431e5d9143d3d847c53b3ed75be34f663da7642bdf8e8cd4e703b4459"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20200207192155-f17229e696bd;sha256sum=a6aa572a8a27c5b771a102114d4f870fe06eada09617117bb1a73c712fabcb8d"
SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20200224162631-6cc2880d07d6;sha256sum=d37d805a64c3a14c7e60856b2d9f1d773ea6ffee5362372c7363aaf2099e3b02"
SRC_URI += "gomod://golang.org/x/image;version=v0.0.0-20190802002840-cff245a6509b;sha256sum=4a44b498934a95e8f84e8374530de0cab38d81fcd558898d4880c3c5ce1efe47"
SRC_URI += "gomod://golang.org/x/image;version=v0.0.0-20190227222117-0694c2d4d067;sha256sum=2ab72e8488284c454b90360acbd25146b6a8561f9368177ce5611affc18b07c2"
SRC_URI += "gomod://golang.org/x/lint;version=v0.0.0-20210508222113-6edffad5e616;sha256sum=0a4a5ebd2b1d79e7f480cbf5a54b45a257ae1ec9d11f01688efc5c35268d4603"
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/lint;version=v0.0.0-20190301231843-5614ed5bae6f;sha256sum=5879ab48b8ac57428f314bbe363242edafc3fd9c9a1d7ed15ee92bc26c8f3a12"
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-20190409202823-959b441ac422;sha256sum=f376a4f39416b930cc75b803c8f3858143e8bf83a39bdded72a6e1281ee5108f"
SRC_URI += "gomod://golang.org/x/lint;version=v0.0.0-20190909230951-414d861bb4ac;sha256sum=2133ec8c0c4a18fc02902f963fc0435c2a4a9e9800875fc1da35d74a0b8cd89e"
SRC_URI += "gomod://golang.org/x/lint;version=v0.0.0-20190930215403-16217165b5de;sha256sum=91323fe1a77f13de722a0ce8efc5c5f2da4f26216d858acec64cb23c956fa163"
SRC_URI += "gomod://golang.org/x/lint;version=v0.0.0-20191125180803-fdd1cda4f05f;sha256sum=87d462d6d4d871147f2b2e5edbc6898b168cd692aef6f538a0dfd00db77abe08"
SRC_URI += "gomod://golang.org/x/lint;version=v0.0.0-20200130185559-910be7a94367;sha256sum=3ca43ad17efdb8f114bdc93040f3b97a7a278f4fcbbe0079f2cbbaf9a22e6b24"
SRC_URI += "gomod://golang.org/x/lint;version=v0.0.0-20200302205851-738671d3881b;sha256sum=8bffecf110daa2ee6302f692052293b779926200327af2118e034c9c4d1aa1c2"
SRC_URI += "gomod://golang.org/x/lint;version=v0.0.0-20201208152925-83fdc39ff7b5;sha256sum=4620205ccd1fd5c5ced7ccbc264217f407c53924e847f4219e48c04c7480b294"
SRC_URI += "gomod://golang.org/x/mobile;version=v0.0.0-20190719004257-d2bd2a29d028;sha256sum=6b946c7da47acf3b6195336fd071bfc73d543cefab73f2d27528c5dc1dc829ec"
SRC_URI += "gomod://golang.org/x/mobile;version=v0.0.0-20190312151609-d3739f865fa6;sha256sum=8afd9230acde64a3f055f10f825eb2cddb77bdbbb4631b86c871e8008ec16b57"
SRC_URI += "gomod://golang.org/x/mod;version=v0.34.0;sha256sum=8e6b8d8a771dac070d44c8c701b1fba4c3565031f4f7170e6fed9d3022b4aa32"
SRC_URI += "gomod://golang.org/x/mod;version=v0.0.0-20190513183733-4bf6d317e70e;sha256sum=abeed3d816b0ce5834ae9ba8f3db2ef380fe8e5daad87798a0a9adc0956d8c2c"
SRC_URI += "gomod://golang.org/x/mod;version=v0.1.0;sha256sum=e0d9b32f6f66103f777e8357b5b60f94a486330d46c6c8ea87789dab1a14cefa"
SRC_URI += "gomod://golang.org/x/mod;version=v0.1.1-0.20191105210325-c90efee705ee;sha256sum=b1e6cb975c69d29974b4f77fd8a0f2f7e916a1fa971bab60fdd45ffe80a29f32"
SRC_URI += "gomod://golang.org/x/mod;version=v0.1.1-0.20191107180719-034126e5016b;sha256sum=49dc7aec7fc30ed3cdba7774ced91829742950fc35b7485eb521f80401701027"
SRC_URI += "gomod://golang.org/x/mod;version=v0.2.0;sha256sum=0903f5c7fceebffde791f39210a210fab59d8d0b8c7f4c492793549a846552f5"
SRC_URI += "gomod://golang.org/x/mod;version=v0.3.0;sha256sum=0b125ae21eba0eec0d857cd0641d9fc7f07168575f062c0e1df1bac02bec044f"
SRC_URI += "gomod://golang.org/x/mod;version=v0.4.0;sha256sum=8f6f9f777ee2d2ae88464806abe91093927b4b31140c759b81fd514406dde043"
SRC_URI += "gomod://golang.org/x/mod;version=v0.4.1;sha256sum=8ebb60ad3ca1becb7e30c7f634acda10e284b0a39937d2dfcf174185c620bea8"
SRC_URI += "gomod://golang.org/x/mod;version=v0.4.2;sha256sum=39bc9b1570666300ba5c86244621ffbcc63b007ce69e6b7a46ffba7691929621"
SRC_URI += "gomod://golang.org/x/net;version=v0.52.0;sha256sum=5b8bf13a81552cd4ffc06dae2b78fb1e72ece57e54446e396ff9c19251e917ed"
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-20180906233101-161cd47e91fd;sha256sum=2f0db1734f80677059b44bf3337f3b957b01b7acc97b274b3510f804204ba1a2"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20181023162649-9b4f9f5ad519;sha256sum=e387fb49d5d7289854e566dc4afe3fa5bd54c3adfae1fa2922984b720b3ef7a2"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20181201002055-351d144fa1fc;sha256sum=0f7602113c16cc8e49686e67d2c3542c234ecb622707422f1ac6e00edcb16a92"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190108225652-1e06a53dbb7e;sha256sum=369cc44d3e262f5fc7aafe3eee5ad6a158251dd8e01d28a7def66e97a0053d3f"
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-20190501004415-9ce7a6920f09;sha256sum=e3ca81e6e4805ca1df4dfaa56cad7d86d3042d74b35a111db3884da776ea7da5"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190503192946-f4e77d36d62c;sha256sum=5445ba06816d198c650471ffa3a185eb2e077ccd6595ecf7be950213ee134e5e"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190603091049-60506f45cf65;sha256sum=f900892536aa7845e2f6e61dd5ee0137795998fd150b95887b59b1933e7cde7f"
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-20190628185345-da137c7871d7;sha256sum=8a20959d870e4cf26ae6b5184e1645355e052a0695e25b3d85b4b2351a08ae96"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190724013045-ca1201d0de80;sha256sum=ceb68e70b811e6f231da278b57c9ce32f3d4c5f0443eb8370055156553b3c669"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20191209160850-c0dbc17a3553;sha256sum=28c7641b860cb2dcb15cb07d8225e405f89a60eb45c420ea059f788e2224f827"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200114155413-6afb5195e5aa;sha256sum=5689664c71b462f33eefd26190de6e4dd23e446d2492d61da33c07ca07473f54"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200202094626-16171245cfb2;sha256sum=7ebbda0f6beae6a6261df011660c70b9fcfbf1ccad734c5278bbdcbd4eb1172a"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200222125558-5a598a2470a0;sha256sum=196ebc3a7bba5059c089b7b69009f70b60df47b7ccc3dd5af0e053eb7c544465"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200226121028-0de0cce0169b;sha256sum=cf00229a0ab910e519d829fd9192aa77e7e7a486d06ba2311f681965001589dd"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200301022130-244492dfa37a;sha256sum=4e290c95ec2eaec0c4796491dd8c8b070be55cd9e8440b21f5054aacf93a0e5d"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200324143707-d3edc9973b7e;sha256sum=5ba704ed90b9b9166d45dd3b4966eb0d7286f152280e45c17662b8cfeb7d9b1d"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200501053045-e0ff5e5a1de5;sha256sum=7397d88d4802a01e1907611660fed95f7075586eaf8727e85fbb79b33d392e0b"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200506145744-7e3656a0809f;sha256sum=1e62eeb51f43ec5de2d50a165785722977505c8a932f371641fa036388cedd11"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200513185701-a91f0712d120;sha256sum=3d9d6f692aa22b840aae04d9e2138c93730b7177b8da29c1476c1fba952bdf8b"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200520182314-0ba52f642ac2;sha256sum=a7058a37eb2791f3468f26063068c74f6e29d82979ba610117b4eceb1b1cc92b"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200625001655-4c5254603344;sha256sum=21b51d4477941550a3c60ffcfdccb1a0eaa64ab57ade69a76ef4a5fe8492e097"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200707034311-ab3426394381;sha256sum=a7f08ed87eafe8bd9967535e43d203f2e2ec8080087a8c42fffedf048335d01f"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200822124328-c89045814202;sha256sum=22ea306ad6c9100c636c165dc05a64265d0f985452a9f1edf32b561b620ae762"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20201021035429-f5854403a974;sha256sum=079b484fd6bef7305d6ca5a2e0b86869042459c6b18535873015f193380a4b18"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20201031054903-ff519b6c9102;sha256sum=e593325b627bc9ceeedcfd9fae1084592a4a3d90a5057d3a69518c1d1a65eb7e"
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-20201209123823-ac852fbbde11;sha256sum=f8ba7e9cdd561fcfc3593cc8516e192b00df41c510e395de7f8cf5c7faf38f39"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20210119194325-5f4716e94777;sha256sum=06e4335fa0b626e106cf755a673cfa6f08d6b77522cb470805fe35f3f857f859"
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-20210316092652-d523dce5a7f4;sha256sum=47805dec780e549b3472baff03a1f1d2e71034faf82e67cd604b7eeeb46d095e"
SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20210405180319-a5a99cb37ef4;sha256sum=67e1f754b0f6a7701600567d74d0e2fcd9ae8a1ba0dfe5d7c782842ae17c4df8"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.36.0;sha256sum=15bf65ff103e5dafc809d78cd037a1d1e88ccb8451824e851156002a13304504"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20180821212333-d2e6202438be;sha256sum=6f7ae824c20cd42f73198677c583303e75d9d307680a305d06ace2165106088e"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20190226205417-e64efc72b421;sha256sum=d1c5592931f77817848716e71e51a2fcdd6673929d6bec04959b071f1ca81900"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20190604053449-0f29369cfe45;sha256sum=f72b6c3c2b734ad053fadf5fa2adb2ad23024cfeacd567fec31a751526d1dfe0"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20191202225959-858c2ad4c8b6;sha256sum=555496ac3ee6fadb02b2a0657f9e8705269d52e00fd95d159641fdc0ae5c73d0"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20200107190931-bf48bf16ab8d;sha256sum=661e4c30b15e488b434b19085567e581eb7bde892f04a0a3ab7ef94c0028f133"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20200902213428-5d25da1a8d43;sha256sum=16ddc5d1011f93d5ca75ae34e5b1abb1d4679175f85b7b06ee681bb9225aa98b"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20201109201403-9fd604954f58;sha256sum=99357ee004617efa6e9ecc98505b12ad30c293c3291be1f05913d078a112494b"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20201208152858-08078c50e5b5;sha256sum=1a1c6c0864b8c762552f1ce11c4ef0e069b0449e010fc68d7c9cc91674971463"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20210218202405-ba52d332ba99;sha256sum=3986135aa4aed61b7953856f6d1aca9194a5abf3ad04fc04e1297cfa7e5bb904"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20210220000619-9bb904979d93;sha256sum=539e26003182630b148996ae286b40ec367094e5c3bf2026612cc42b373d169d"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20210313182246-cd4f82c27b84;sha256sum=f74d69eedfbeaa1cba42c67f1b36d201b36d6801fc4182696d08dc0d074b3a6f"
SRC_URI += "gomod://golang.org/x/oauth2;version=v0.0.0-20210402161424-2e8d93401602;sha256sum=b39b3df08d735a5f0b6ba9a66c9a8df7413db2b797fbacd8440e57e7fda7f568"
SRC_URI += "gomod://golang.org/x/sync;version=v0.20.0;sha256sum=7179d4d68800f6fdcadb9d4bbf11cbb5df9b40360c89305c203fe20723cbd375"
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-20181221193216-37e7f081c4d4;sha256sum=229561e23557d40cad949c6e09ddf994e73f5fb64605b5d96ce2c154664dd360"
SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20190227155943-e225da77a7e6;sha256sum=6a44a246ae1dd341f7c16e2588a713d1ec70c077fba580ec8e061daa622d8663"
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-20190911185100-cd5d95a43a6e;sha256sum=9c63fe51b0c533b258d3acc30d9319fe78679ce1a051109c9dea3105b93e2eef"
SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20200317015054-43a5402ce75a;sha256sum=1962050224ada9533e731cb8b1ba6c31d61a7282b7573743d2ee9220541e9e49"
SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20200625203802-6e8e738ad208;sha256sum=4f85cd72215659329468d957ac6ae397b37ad62ca32caaee2705a2395aef13e1"
SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20201020160332-67f06af15bc9;sha256sum=a62c30f9e46c28636239041d7bfa1583a24378bc408554ec0670196cbac9858e"
SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20201207232520-09787c993a3a;sha256sum=b312c8321d191977d85cee7e40aa4b4029ca4d1a42eb77e1a77b5fbc56b291cb"
SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20210220032951-036812b2e83c;sha256sum=92a8663af035a6831dcc9cc9d895a1f4bb51fc21efe97f04fa0676fc14992a46"
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.2.0;sha256sum=052ca42e990026d7bd9fecf8a60e50e96556114273e5519b44149b2a4ebf6c6f"
SRC_URI += "gomod://golang.org/x/sys;version=v0.10.0;sha256sum=df527d3657f99d86488c94b3f5fd24739e7b148d019cd72954462243e0af32f6"
SRC_URI += "gomod://golang.org/x/sys;version=v0.42.0;sha256sum=99df0ad90183debc80aee0b7489648574c6baa0c1cf5da37aaf591cf2e2d426a"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20180823144017-11551d06cbcc;sha256sum=8a9656d18752d5fa23ed0ee3db357858a620e04204035737b265c9827a34f246"
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-20180909124046-d0be0721c37e;sha256sum=8559dba9822345355af253f83f61a9c02e1e19f3b420d49153d81bcdd472f1bf"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20181026203630-95b1ffbd15a5;sha256sum=dbf85ce72a80964a7d2251cba8c515c83a158f0e8a106d13f96aa45b167fd18f"
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-20190222072716-a9d3bda3a223;sha256sum=aa2f05e0db018e860d80e30e9381e9bcbe86b6d01b4006e8b6cfd64a0f873251"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190312061237-fead79001313;sha256sum=becef239b4a2d0e021773d58c75f4655b2123314b3b4dc5b1c9ddb782e69bcf3"
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-20190502145724-3ef323f4f1fd;sha256sum=8601f2d84c483c69897a0f356d6d666e8494f757314210dbd253cb4560dfc965"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190507160741-ecd444e8653b;sha256sum=75d5e43a537bac495f18cabf8ccc5b910b2839d12f1331f4ef68f8b60dbf931b"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190606165138-5da285871e9c;sha256sum=a898c6b2b22ac8e3a9366faafe6ccbbfecdb9075466fd5c7fca94f4e1adddd45"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190624142023-c5567b49c5d0;sha256sum=e22fd99565f16d2aec94273ace945fd4f5be8fc0897a62ed63b7f484bbaaafd0"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190726091711-fc99dfbffb4e;sha256sum=1192927d72208e12059845eff6d872e4454b84801d770d8c76cdc1080e6d0542"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190916202348-b4ddaad3f8a3;sha256sum=fa6d550974814c281f042bb867138d407f6b5a0ad7b32333cc671ea6b4f1e550"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20191001151750-bb3f8db39f24;sha256sum=a5fd947ff26664bda05aa68e2070d9702fd73145a28613fdfc23a4532783ca7f"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20191005200804-aed5e4c7ecf9;sha256sum=2d40b7ab146b82548c5602469a806faa48964104302927ef6f54a331c600f23b"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20191204072324-ce4227a45e2e;sha256sum=642655ff8de7c186d30592034c0fb0aa8f3a2d05ab2db2bc6542d72148e50991"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20191228213918-04cbcbbfeed8;sha256sum=c2913490fdbb0aa5ccc9a383400e4b96ab9d0e094cf8e6268d752427912fb32a"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200113162924-86b910548bc1;sha256sum=a4201e70c6fa15f3c63981cf5a5317cc78466f6abc8f1233b40c7665f5b57d0f"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200122134326-e047566fdf82;sha256sum=9ea78b92c85406bae9672101afa7762029b34c34be93ae76db9f4f9e78b951e2"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200202164722-d101bd2416d5;sha256sum=9fdaf76cb9d5fb8bd31285be49d95530a1a27d737117185242ff7b12bc5cb6f4"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200212091648-12a6c2dcc1e4;sha256sum=c3a826c95bffb2707e68d6985789960b8cfef8d615e45ca566629b696f644d1a"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200223170610-d5e6a3e2c0ae;sha256sum=892758621157308bfef38f45601a38c0257cd09c7b802ec7bb8aafa548a2dde7"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200302150141-5c8b2ff67527;sha256sum=d2c95aeafbaed290da3220195236fbe25e3e8140124556e41389c547addccd87"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200323222414-85ca7c5b95cd;sha256sum=d00ccd67cf0f2dd8622ed2721b8824fcbaf4f5730f47387fd5e39adbd5f6972e"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200331124033-c3d80250170d;sha256sum=9c9bd98ad840b17501d3ecd16d4227907d0c95c2b9e00ac0360915f0141f1e23"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200501052902-10377860bb8e;sha256sum=c1188b61afdde87fc5dda59c98dc2c06c20e440b4e354781fa5227bc1d772fe8"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200511232937-7e40ca221e25;sha256sum=e337f742c2fe2132d764dce8c04330915b52463728cbcdb47204e068e8c618cd"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200515095857-1151b9dac4a9;sha256sum=026f27fb5ee858b6822a09cbb0d681a96bc09855bd57a93aa71d4de8ad953ac6"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200523222454-059865788121;sha256sum=a2a9fc3374ecae3e9a65a6b64a597b3ed77d7f055cf3d7433ede57e490c657f6"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200803210538-64077c9b5642;sha256sum=4feb71068e6ef7f8d12c430d77dde9e7448874ce27a96ef6bcf5997db6acff91"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200905004654-be1d3432aa8f;sha256sum=a55a2b786385d0bccd1060d788ee5d158fd9825d4f85ce4583fe73f882a6d74c"
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-20201201145000-ef89a241ccb3;sha256sum=d6d4345fac2beb11dcb83a1f5a0c71003e081519b06c78867dbadc80868a9bf5"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20201204225414-ed752295db88;sha256sum=42bd4553ccda465d04867f71bfa04aff08c721e3e5009492f9a9441e5eeeb042"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210104204734-6f8348627aad;sha256sum=4ed57a5ef42afff85672033c3153d98e0a1231410783dba7faf97c02c9d7f759"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210119212857-b64e53b001e4;sha256sum=f250c2512dc7a43d4c8f473fe911308b9041630b00b51b1abf30a29c4d510140"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210124154548-22da62e12c0c;sha256sum=f3f5ce1a3996b92d264ee73fc9c7a73b6672ad4d6c1e70c6e3e7e17bb0c65682"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210220050731-9a76102bfb43;sha256sum=cb7af47e8202dce70a654b25279e028bceb5a9a1dc725629fb28894772fdee1b"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210305230114-8fe3ee5dd75b;sha256sum=d9ab49c721fb4be7e20675ac14eb90b1aa77f6ec79f6a0a4963c500440589d79"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210315160823-c6e025ad8005;sha256sum=07df57ce0158de6b269c46237267f1c6ce2a338ff3bd096090fe5907e4c7dc62"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210320140829-1e4c9ba3b0c4;sha256sum=b89de46d29cd57f2912eb57caa1c06720e7fdfce0d48462b86624738eefb0a3b"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210330210617-4fbd30eecc44;sha256sum=a69f19fba66d35d2930202b2618e0b2e0b47f72c5939bad314140dd7799e29d0"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210403161142-5e06dd20ab57;sha256sum=b3b5cd897ddb9bc13367f02bb61dc7cc043dbfc050de7655885dc82a5e609450"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210510120138-977fb7262007;sha256sum=b6e8d6b9f0c56a7012a99072b23b8481fbf8dc274c5d6c13ab6f20e07df482b7"
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-20210927094055-39ccf1dd6fa6;sha256sum=2fcb76edd03c07b872b4e59adb6bde7e27debab8d65fb2f725a78bfc9e06a53e"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220209214540-3681064d5158;sha256sum=84289ab5dec00ea6f7b911c392b59198d046eabe43185cba45cff79f5b1a9233"
SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220408201424-a24fb2fb8a0f;sha256sum=26fc15897b9bffa7979a9955a1ae75fc48ac35d56c983b2371d924fc55c8a4eb"
SRC_URI += "gomod://golang.org/x/telemetry;version=v0.0.0-20260311193753-579e4da9a98c;sha256sum=26ff8b15aecd5783fbc074945652a669164fbc21b67563dae91c35956938e31b"
SRC_URI += "gomod://golang.org/x/term;version=v0.41.0;sha256sum=91ca75a3f454d5ddede1f58c3e4fc8e169c6f3c037223ac0ac76e78234d22828"
SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20201126162022-7de9c90e9dd1;sha256sum=475a86f11dd148b474ce405c5dbdd5f6bcae056c3e44e52445a45926dd69a552"
SRC_URI += "gomod://golang.org/x/text;version=v0.35.0;sha256sum=2df36ee135211552d1e729d2a2a4b5bbff2bd3a0cc53064151a6e6495e947b32"
SRC_URI += "gomod://golang.org/x/text;version=v0.0.0-20170915032832-14c0d48ead0c;sha256sum=119de6cd7e06055a33f51c65b0acdf74231a02c50edbd96bfa9c5ed0a1b0050d"
SRC_URI += "gomod://golang.org/x/text;version=v0.3.0;sha256sum=ea3068395503d3c7ef8ce16a286f75c8c93882c25a66c2aa6c8e2ad4da7a9ae0"
SRC_URI += "gomod://golang.org/x/text;version=v0.3.1-0.20180807135948-17ff2d5776d2;sha256sum=5f0faced8e36bef1fd9044407a4ebf22d2b4eb8a3dddde3826140c714d6f91c8"
SRC_URI += "gomod://golang.org/x/text;version=v0.3.2;sha256sum=f755c0e7f4693f170e2f03c161f500b33f82accb8184a38dcfda63fed883f13c"
SRC_URI += "gomod://golang.org/x/text;version=v0.3.3;sha256sum=8a896da346baf94ab4f24b0e396df0b79393c93aa05c50ef07cddd561a1ff8d7"
SRC_URI += "gomod://golang.org/x/text;version=v0.3.4;sha256sum=816f18045e9e146c86f44bebffe2d51c70110d68a5d41a3573f0cab6cc1e93c5"
SRC_URI += "gomod://golang.org/x/text;version=v0.3.5;sha256sum=ff1a0f5b0a1fd41369eed872f9836226139f4df65c344b12cc596f4b5d960cd3"
SRC_URI += "gomod://golang.org/x/time;version=v0.3.0;sha256sum=fa9a1fcd03a4acb817faa5d44e95f0a73182a96cb81012c9b94f832d70f7296b"
SRC_URI += "gomod://golang.org/x/time;version=v0.0.0-20181108054448-85acf8d2951c;sha256sum=f796a9e8bd7ee69581308e46dd17f175165611d8f341050687e56e59b61aa9e6"
SRC_URI += "gomod://golang.org/x/time;version=v0.0.0-20190308202827-9d24e82272b4;sha256sum=6b30eea8bfe0e7fed30cb4ac1e5a683c10b34942c9bedaf01b5a7643ca9fce9f"
SRC_URI += "gomod://golang.org/x/time;version=v0.0.0-20191024005414-555d28b269f0;sha256sum=e0ca5eceb4840bcc264237408ff8942044e19b503d6e8e5546ed9f7e1f4bf82e"
SRC_URI += "gomod://golang.org/x/tools;version=v0.43.0;sha256sum=7c1f13a8ddbf2de1136e1170943754938c156ec7f921a24588d2ba70ca2c142b"
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-20190312151545-0bb0c0a6e846;sha256sum=9269b802008fcf6ef39a9508f535f580dd02ffe690695c6e55abf65e769d6547"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190312170243-e65039ee4138;sha256sum=f99b21666407c038686b03a7825b9460c955832061890b13aa619499f541f874"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190328211700-ab21143f2384;sha256sum=da7d81a65125a6fa2ac0b6b69c5365c41b2098f1e605eb5c47bd1eb348c43a63"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190425150028-36563e24a262;sha256sum=46425db81ec0d49ccb73e5bb076bf646137b11ff4f4b48379871097b32f472af"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190506145303-2d16b83fe98c;sha256sum=324c27e9b0f3f5d1af2788fec96b08abb9c8287058bea44afa1327c82a6b7f90"
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-20190606124116-d0a3d012864b;sha256sum=c5af8f29dfb6bc0041e2a61e5b82596ac923f0a2c34102f3a410d90c388f8835"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190621195816-6e04913cbbac;sha256sum=2ea2c557bd1a4e65c595b10993762b43f0aa4d1e37cc5b74d5e256a533aa1cf9"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190628153133-6cdbf07be9d0;sha256sum=96e9a7bcb583aa79b2fb95ef2cec9eff2eb7f712da3876f1c30c30dbc3845f33"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190816200558-6889da9d5479;sha256sum=171974561160396cb87341d8b6a19bdcd770a87fa48384d5d6571a384cfb4bd8"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20190911174233-4f2ddba30aff;sha256sum=c33f57206191922e66447f4aaf06ec85510d777c73103f85d2b5711d525022a9"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191012152004-8de300cfc20a;sha256sum=a33d555fa48e09a18b60acd83c6f93562d45681d0d8f4c091ded4d7f49112137"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191112195655-aa38f8e97acc;sha256sum=8b0157b044bff6599ec1cc1a70b1ffaa21c4be5136d7d8b6ea80e1afddf936a1"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191113191852-77e3bb0ad9e7;sha256sum=3f55a3d38ec0c5f37725c7db5a5a99e062621903feca11fc1799accd27a986f9"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191115202509-3a792d9c32b2;sha256sum=0780c7b628af5803de4ca68f7012051269675b6528656016e6cbd0c7a508a281"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191119224855-298f0cb1881e;sha256sum=092e06323d7a55880ee4387905ebf35a021fffdf2b7f72d80fb3c36e48668651"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191125144606-a911d9008d1f;sha256sum=599b8f63afd43b49b965a8bcfca5ed340c1f5872471abe903bee7d9d8a36f84c"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191130070609-6e064ea0cf2d;sha256sum=a0ed9c0daa545b97ec06f0e35c8ab60f9f3ac6a2a3cc6ffe0e60e4a61f1e11f4"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191216173652-a0e659d51361;sha256sum=febbc47f3d3ff4eaecbb6e180642654265f6c6b025a37c0bddce7ee965284ccf"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191227053925-7b8e75db28f4;sha256sum=0cb4911eaa61d6cafa6ef49d2669930a5820518bad271df8dc8aa0fc9185804b"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200117161641-43d50277825c;sha256sum=7180a5eb901fbd5b4a46005b916bdb834c383a5ab48c49f1e027a9881f787e33"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200122220014-bf1340f18c4a;sha256sum=3b88f4045687ffc3744ca842e6698f7aff52916a2081a0607624701f7c8ecc9c"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200130002326-2f3ba24bd6e7;sha256sum=c53de00a9442fe0e848b9e0e17abdc064fa0973f0010f0eb61a790d5fbbcf0b2"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200204074204-1cc6d1ef6c74;sha256sum=6c6b177eb0abb04a61577f09a9e6f97d6f1e8f2bb251acb986f061c0e7a0bc29"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200207183749-b753a1ba74fa;sha256sum=c0092a9a40f00926261d5c53eaa0fd7ae81a7a9668f25fd47b83ab00bfbfe50e"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200212150539-ea181f53ac56;sha256sum=13d9d7e0233532d9519b49fb4fa99819704caaab8a6d9139827db58058493162"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200224181240-023911ca70b2;sha256sum=7ac034ee778b5f319ccf69df1e8d7c5d31c56568261cc38bf8f9c621c26f6e7b"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200227222343-706bc42d1f0d;sha256sum=1cbda48241bb5ab3cb51ae50617adc01e99421158d2e43842c951da0c9f758b0"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200304193943-95d2e580d8eb;sha256sum=94a5f367b8b1fc4092cbf3ec46a9feafdc886985e540ebe192717692ee44268d"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200312045724-11d5b4c81c7d;sha256sum=504f327d4c92037be355cc7a7395b220f5fe012ef56c87701c3e73d6ff720633"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200331025713-a30bf2db82d4;sha256sum=1642b811027e5557f1e91dc92d72ff729b2b6a57d51a702816d44d5cdc7e74b5"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200501065659-ab2804fb9c9d;sha256sum=18ce0ac077ed3f2dbaf86d5b476f119d52eba722c0790bef68151527d975f2fa"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200512131952-2bc93b1c0c88;sha256sum=4a6497e0bf1f19c8089dd02e7ba1351ba787f434d62971ff14fb627e57914939"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200515010526-7d3b6ebf133d;sha256sum=b5ae9128082bb4c75043b0207ab00b6f3b5b6938ace289a31e38ec88e3102fe7"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200618134242-20370b0cb4b2;sha256sum=735051cd8f18e2781bdd27ca16c530569a5ddb40cf152083cb05bba8101ffeff"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200619180055-7c47624df98f;sha256sum=9d537dcdb68b2c06db15a0e712b2c52ed1a57555cb642608da891164f33f3fe4"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200729194436-6467de6f59a7;sha256sum=04d78ed870c64395a5007b8c25835df9709b6a4a6b10c44db69777d073899eb8"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200804011535-6c149bb5ef0d;sha256sum=fc74e48f0f814fe3016e2e98dc8e0122f7779b2425ebcd81b12379a216837ace"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200825202427-b303f430e36d;sha256sum=b954449ebe1404a4c45d6594af15a6049f027fe392d20d873853e411a251eb99"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200904185747-39188db58858;sha256sum=0ecda25ab7eba4408da4dd76b4d21acddd0497922043929df85f6541ac179b76"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20201110124207-079ba7bd75cd;sha256sum=178c113ddc213c1cf3e48c4834cf4dbf36be002714ede2669988f31e50e708c9"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20201201161351-ac6f37ff4c2a;sha256sum=fe366c185b2e774ee14894d83a1e0bbee364bf1fb3f4344629c3a840b3cd0c81"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20201208233053-a543418bbed2;sha256sum=06c16a2d125b03605e03c5ac41aba025a8cccd6887ba14e397228b70d7e2914c"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20210105154028-b0ab187a4818;sha256sum=c1f10e1682f03094064397c2d2b6912671b6e49dfffcecb9b99c9e8abedb067e"
SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20210106214847-113979e3529a;sha256sum=8baa1d9f9ac7455f2070cd542bbd3a6eeab6e8c9028a1b83905e9b47712f08d1"
SRC_URI += "gomod://golang.org/x/tools;version=v0.1.0;sha256sum=bb7d50a844ccfbe67a8d51ce04404bddc8cdc46eaf3fe82d84806d61fffc22dd"
SRC_URI += "gomod://golang.org/x/tools;version=v0.1.2;sha256sum=b81e84853c2b7e60b35ce1dcf00497255600422bc6196e797cf8b975679b62f3"
SRC_URI += "gomod://golang.org/x/tools/go/expect;version=v0.1.1-deprecated;sha256sum=b2389159ddd768c6bd83a0cc92bbf9be01c32ca973c366fc224b79762d90dd79"
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-20191011141410-1b5146add898;sha256sum=5059c7b7e95f139b8c42d9001972fa5fa688b3581ef946c912c1dbc52415ff16"
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://google.golang.org/api;version=v0.20.0;sha256sum=e4f27d1d7db242f2727d76ec0f31eca0e8b8082831f6269732f1f463cb9616b8"
SRC_URI += "gomod://google.golang.org/api;version=v0.35.0;sha256sum=69752ad81bdb75c5ef50ece6f44e9e2c30e01b64f5b411017433cd3fbd5c8e97"
SRC_URI += "gomod://google.golang.org/api;version=v0.7.0;sha256sum=52f782c97b86a81fdbcbb7f5c590ad8d208f19356fd85329b80b598a61abf0aa"
SRC_URI += "gomod://google.golang.org/api;version=v0.4.0;sha256sum=4b6d5a43926d0414e907c716ae1684bf9f26844194e52f641c73a6083fc49cc6"
SRC_URI += "gomod://google.golang.org/api;version=v0.14.0;sha256sum=1a6e9e0400e9e4f685030566d3098aa0d689b386dcb98c30ba00eea19b34f4e6"
SRC_URI += "gomod://google.golang.org/api;version=v0.36.0;sha256sum=c66318c9b62e0a366d83de3eeab4c076b9d829f67c95155371085601e194cdc1"
SRC_URI += "gomod://google.golang.org/api;version=v0.19.0;sha256sum=3058e1f612d0180133d7b7ce4bb8ce9eac73c965005961d32556f02c079a2f20"
SRC_URI += "gomod://google.golang.org/api;version=v0.8.0;sha256sum=28f0413e569c3549f8c30921119348121e4ea103629783f7f9ba39c4efd4c9ad"
SRC_URI += "gomod://google.golang.org/api;version=v0.18.0;sha256sum=de1427802345975aaea5adcd8c05e1777c726807567b28b9a21846020a07a500"
SRC_URI += "gomod://google.golang.org/api;version=v0.28.0;sha256sum=44a7b5cd150dc17793e3f9132cff9a058d3f5bad2a2ea63bdab4c2fbcd7e5900"
SRC_URI += "gomod://google.golang.org/api;version=v0.13.0;sha256sum=4c853034281c673829b7a7f3e39c62640d01895d20a666f003f855ad5f55ec30"
SRC_URI += "gomod://google.golang.org/api;version=v0.15.0;sha256sum=e6a7a980ad1161a3db060cbeff23ec339d6db40a8c8b619b1aa47cee6662b5da"
SRC_URI += "gomod://google.golang.org/api;version=v0.41.0;sha256sum=116bf39297d92f8c880b781949830d0ceb5ed720c486cd18ed95b7bf58a4f5b5"
SRC_URI += "gomod://google.golang.org/api;version=v0.44.0;sha256sum=755b61e711b72d66984a7cc2972007a4a0a4f234955a1a41392319b21c028bdf"
SRC_URI += "gomod://google.golang.org/api;version=v0.40.0;sha256sum=f8df11e405572304f57535768c0bc55a826074d318fcab455085f09fc23b61ea"
SRC_URI += "gomod://google.golang.org/api;version=v0.30.0;sha256sum=f883c711fd4609a243dc529adf53d5d31676b53eff1dc04fd7b9c888d4e20fe8"
SRC_URI += "gomod://google.golang.org/api;version=v0.24.0;sha256sum=7daec079eaa9ff5a7995b87fb98a7188191f14545d9ac1e8b1f902bd5bfc736d"
SRC_URI += "gomod://google.golang.org/api;version=v0.22.0;sha256sum=474602325e885a62ccb9f6f04aec10a947ef618a2eb922a76edbc23babc1baf1"
SRC_URI += "gomod://google.golang.org/api;version=v0.43.0;sha256sum=d9663a584399a7eebd82bcdc458eca0378c9ef5d69904f5613a4a5972a983444"
SRC_URI += "gomod://google.golang.org/api;version=v0.9.0;sha256sum=df33f323849ec75f789775c5249ef7ecb889d184979d9094c750ab951e036f23"
SRC_URI += "gomod://google.golang.org/api;version=v0.17.0;sha256sum=9341a6d590fc144863d26ebe85e6c7a21b0659a7cd41ad9429864d3648e51530"
SRC_URI += "gomod://google.golang.org/api;version=v0.29.0;sha256sum=1d17963aa44d2145ad19939975a8c17eabb915495c2fced285b95acccc09c5f9"
SRC_URI += "gomod://google.golang.org/appengine;version=v1.6.6;sha256sum=89b6c09cdcd07d02410545f4fa87a269fcf374c718a3a07e614c5d83c9015781"
SRC_URI += "gomod://google.golang.org/appengine;version=v1.4.0;sha256sum=d4dba839844a92bd9355812a53f086ff3301aa8f59b29a3e2f799d27be8db71f"
SRC_URI += "gomod://google.golang.org/appengine;version=v1.6.1;sha256sum=1c2550f4145780d4e551c3b3aa1f96a3b046637b2e7a7d972ecde2344115ab48"
SRC_URI += "gomod://google.golang.org/appengine;version=v1.5.0;sha256sum=cd6f958b0bbd3f0da07a047a3bc428f936fcaf9c5a45d0fcb5d52b898c973522"
SRC_URI += "gomod://google.golang.org/appengine;version=v1.6.7;sha256sum=79f80dfac18681788f1414e21a4a7734eff4cdf992070be9163103eb8d9f92cd"
SRC_URI += "gomod://google.golang.org/appengine;version=v1.1.0;sha256sum=e7f626f7992b73bb83a9464b86a7689878198b2b3bc0ee6d04bd64c4138e3753"
SRC_URI += "gomod://google.golang.org/appengine;version=v1.6.5;sha256sum=24ddb4adf72189738dc8340b28f9493a385515e680eb0bfbffe08951412b6655"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20210222152913-aa3ee6e6a81c;sha256sum=5d4f7a3f7823a2247cb16c6f2e3d0b5e8ffaeada4dc18358f4d6dd1eba2308a4"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20191108220845-16a3f7862a1a;sha256sum=d9dbdde6981a048ef029911178421459335d2088afc2f4aa05493e69a4652727"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20201109203340-2640f1f9cdfb;sha256sum=ceef912de43d8209321f1b5b58864dceb54b51e9713a0df450ccb866501e601e"
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-20200729003335-053ba62fc06f;sha256sum=3ba030896991d061a6c601a308bd3b5f90be5e923846bdb2a5a7a38013beb77d"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20190801165951-fa694d86fc64;sha256sum=e6f09a3ada497197c18a2e9a2af140ba48e2906726167d3440791b890e8e562f"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20190502173448-54afdca5d873;sha256sum=07cf9be30b822b6c00bbd3338cd278322d8bd3790a211510fa3cc456cd1fe731"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20191216164720-4f79533eabd1;sha256sum=201036031215ad2a36ca4cbe2120388e0fe46ec0f7300ad8f355f4107dca2fc1"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20210402141018-6c239bbf2bb1;sha256sum=f33289d727431130e9bc2d3b7d4a3aa38849310cd71ef15cbb6dc054ecd5850a"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200430143042-b979b6f78d84;sha256sum=ac9f365d89cff43319c1152540db77da23066fa7a11959d64aabac58d140fc3e"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20210602131652-f16073e35f0c;sha256sum=f4cec0495f165300ecbf2c20bb4852052db688c92ce1227d4290d6f30806b37d"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200212174721-66ed5ce911ce;sha256sum=090077f6b00865d2abadf63f8ed8d13c91f78d956d5ca22c8663dab56a9908e1"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200122232147-0452cf42e150;sha256sum=fd4808ea8127025c9fe1c013a94b5d4e2b7a3f2be9e3e3b1d29d7e01352542e7"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200825200019-8632dd797987;sha256sum=1b5652840a61e8c8a8a7f3320e6ab75cf2b9d6df68c097101c5184185e844fcb"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200618031413-b414f8b61790;sha256sum=04ed7286f974796ffe9379abac256e3b0e26d8d49ba0bc7f2d194044d6af69f8"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200305110556-506484158171;sha256sum=92fa1d0b0403024a00ac0bceb441ddc40370b0551a08b05bc10965f262145520"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200513103714-09dca8ec2884;sha256sum=843a49bdaa7c05be125629638892d1d035f29cd68e812137a91a3826b393ad45"
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-20190418145605-e7d98fc518a7;sha256sum=3cddb829e79c2241200a8ce892e7cb4a59f4af5c2454bf39ba4e1c31e91423fe"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20191230161307-f3c370f40bfb;sha256sum=01d987b27c67ae1aa2b026da958fce70ee5e7c5808cc133d276de173e3a9c287"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20191115194625-c23dd37a84c9;sha256sum=88f5471e04f2e43796aa381ffd58efb2243746077472059cf0d8e90351727619"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200904004341-0bd0a958aa1d;sha256sum=d5a95004115787c55e02073c17a162ab019f0fe1ae1aaaf3162bc83a7ccb15d4"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20210303154014-9728d6b83eeb;sha256sum=a204d1b371377ac26cc80f988b1d29e00ce2e80090f0135d2ea811e519e309d9"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200804131852-c06518451d9c;sha256sum=8f6bff5b0253dff0ba9e1c5b5308e961b93675f36f5cad1e798ade3747461dbf"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200228133532-8c2c7df3a383;sha256sum=c963721f66277535a2539a43e3176909dc6b6a2e773adde3b6b89c47f6d093eb"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20190911173649-1774047e7e51;sha256sum=05aeea3f01189206067205f7798534a643c6adfa7b54a627e9524531bfb1f00f"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20201214200347-8c77b98c765d;sha256sum=e91da0513d57c54cbf2ab219d498ba6f3eb561519ff8c0c78e663f72b7970da6"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200115191322-ca5a22157cba;sha256sum=4487e03abdbb12038a50db4e153cc7787a647d01dd7adb1d543415ccd4c3643f"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20210310155132-4ce2db91004e;sha256sum=e5a2db695932caa47d91538123c0972c0ea9137edae00f7f98aed50dfb698ec7"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200511104702-f5ebc3bea380;sha256sum=db3d43bf57de487d54646099c74f7cd077ed815d74ec81214eed954f08f53028"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200331122359-1ee6d9798940;sha256sum=d376564fb191d0356760947c0f530b24bba21c9f1eca9f13d6e6f1f41967cdfe"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20210319143718-93e7006c17a6;sha256sum=916bee4244e387a845cb9de67e55b8bcd016399c88204c863a26286207905533"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200515170657-fc4c6c6a6587;sha256sum=2e876a94ded6891fa5db82e4d089e526f2a36f0ff0c5a54616592a66eac820c3"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20190425155659-357c62f0e4bb;sha256sum=4f361cf35a27e4c2a01efb349eb8fd678a166f029e8f9694f9532a3e232a9761"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20201201144952-b05cb90ed32e;sha256sum=83808feb4f1ad3f7c00d454b1d206f59cf4a58542e3e2979421a7546e09e1906"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20201210142538-e3217bee35cc;sha256sum=55c4159f8852e1096952dffb4ee481bd13b59931b650e90a4c4359e8f91f69b4"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200204135345-fa8e72b47b90;sha256sum=70c26013ef38b8beba1f8eb2c6855f10f748c11d6eb40c3652e6701a6d83305f"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200312145019-da6875a35672;sha256sum=7ce046146c94fa4e456457cc389957a8aea3f0e956cd2ae3e6abcb68c7deadfd"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20200224152610-e50cd9704f63;sha256sum=02024ac26a05361cf9975da73b01bff74ef347c2c05f4a14878c889bd204bade"
SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20190307195333-5fe7a883aa19;sha256sum=7ee8fb90168e00d4d51bad8a07957358b6000b455c9fc1f51446d99c7a4170fd"
SRC_URI += "gomod://google.golang.org/genproto/googleapis/api;version=v0.0.0-20251202230838-ff82c1b0f217;sha256sum=b4372ac21c7316d4885e04d9fe5110277edb58a3b8ab6345ccfef23e1e972544"
SRC_URI += "gomod://google.golang.org/genproto/googleapis/rpc;version=v0.0.0-20260311181403-84a4fc48630c;sha256sum=2fcbe23f79693d49bad1a00b7142fa3f5524306d277d8b603cb925c62375e698"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.26.0;sha256sum=997df5096971bc48741f86a33ede95f47a13a5bce4f649103b0b5cf2cd0447ca"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.21.1;sha256sum=c3b8c1e966d8efbda8304f0e7e3e3944fad8648dbcd2e63b9163ba8a07f63a89"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.19.0;sha256sum=b13e2bd92390136a39391460fa55526aadce985cd4a949bd8417b50035e18bba"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.20.1;sha256sum=7b27109c7a970b5e750a07bc5474f07e6daaffb05c614ab323265b597eb161b2"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.25.1;sha256sum=25a1d2be6469855d2837ee785850e458a4ff2aad85946c32731533968158472b"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.30.0;sha256sum=f87255221ac56eaaa69dcf1354cf12335b289a4f81acc9673de5cfd6d8047e1d"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.36.0;sha256sum=a92e9d45a56dc62fa60a4663ff8b064f66e88cd9c564537ce087c2f82d82d022"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.33.2;sha256sum=9911e6cc53e6a5925dac467c6c27920ed0d7150c3fa07f6a9c4a6736c2fc2b4c"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.31.1;sha256sum=ffc3eb89301732705204aa8223daf964f9acfe9ba330fcf89326d4f1014e2216"
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;version=v1.38.0;sha256sum=25e8117f1d23add4b485caff40f8060be03b962b910116ae45e9c34a6db07db1"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.35.0;sha256sum=76d9a521a8854a19e81ee921acdc9cc489c6d148c9ae051aa82d2f94a957e458"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.27.1;sha256sum=dc0830ad537524dcb6b23fc751a1acae3069d607bfa1ca245c820b7735d20ab8"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.79.2;sha256sum=95133290147b84623f73ddebe31b671c0806b13c1431e6528663476878123f0b"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.36.1;sha256sum=1d23b0e633cc114966ab1e8eec18c5ac38cc55594a4215c4f801c914e84c5da5"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.31.0;sha256sum=09c274a0b4cce25dc9b5da59cd9c0801b36322963c4caedd44ccddffba5de470"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.33.1;sha256sum=85353394de32d2826f7396af0183ce5ff8c502d16495cf1aa47177d85c49cfb6"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.34.0;sha256sum=53383f598d1cf568673a3f947d1e80ae6c1d2dac72a54d24669ae7f7fcd17b31"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.28.0;sha256sum=591a19bd5f9a1ecfd12e96cf8998bfc1a28d6aa60a362abd15bb1ff4ac7c654e"
SRC_URI += "gomod://google.golang.org/grpc;version=v1.29.1;sha256sum=17733816e7fa5d6f0a76a59a8593a6d981be13743d4d7fa848c513689e950b42"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.26.0;sha256sum=d7bc5de329bd4e803f7a2acfcbe8f2eba4ef1579485056ef569a4b245bee1208"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.21.0;sha256sum=bd723a12fa1c78ef3c75965fa8211460c25253ef0cb491295748a71c865efc85"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.28.1;sha256sum=bf386bcd36987f898e70c8330c6f7ada03e5112909f0a92b7510961403bf61da"
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=v1.36.11;sha256sum=14983d36c56a814ed91b6d652f2b8f895baba1b84eb43b28a0b132c8637cd274"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.24.0;sha256sum=981b55546a68b8bc23ea58e4dff55df4f79e2f4302fcf5c1b540d8011ef208da"
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.27.1;sha256sum=93180890add31a55b56d9c083a397c1dacc3571afa83981d0daa16f0afaf51d0"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.22.0;sha256sum=52757d6a9b7b8b2006668030846f69cfa39241cc4ec4991c57e6266c9949a239"
SRC_URI += "gomod://google.golang.org/protobuf;version=v1.26.0-rc.1;sha256sum=070946502383668cf1ffdb38d82b3341f3cafea80b45cecbc4fe0851c37ec53c"
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-20180628173108-788fd7840127;sha256sum=4bc535ed2aac48a231af8b6005a0b5f6069dadab9a3d65b1e9f1fe91c74d8e61"
SRC_URI += "gomod://gopkg.in/check.v1;version=v1.0.0-20190902080502-41f04d3bba15;sha256sum=004537cb19dbe45954ec1605f331705f6685ccc267eddd4289c1eb27513ab817"
SRC_URI += "gomod://gopkg.in/check.v1;version=v1.0.0-20201130134442-10cb98267c6c;sha256sum=f555684e5c5dacc2850dddb345fef1b8f93f546b72685589789da6d2b062710e"
SRC_URI += "gomod://gopkg.in/errgo.v2;version=v2.1.0;sha256sum=6b8954819a20ec52982a206fd3eb94629ff53c5790aa77534e6d8daf7de01bee"
SRC_URI += "gomod://gopkg.in/fsnotify.v1;version=v1.4.7;sha256sum=ce003d540f42b3c0a3dec385deb387b255b536b25ea4438baa65b89458b28f75"
SRC_URI += "gomod://gopkg.in/ini.v1;version=v1.62.0;sha256sum=9cbe2a2bdd30dd07d98f431307e66607cbfcf344fc11cd29e592753015c2d77e"
SRC_URI += "gomod://gopkg.in/ini.v1;version=v1.67.0;sha256sum=bd845dfc762a87a56e5a32a07770dc83e86976db7705d7f89c5dbafdc60b06c6"
SRC_URI += "gomod://gopkg.in/tomb.v1;version=v1.0.0-20141024135613-dd632973f1e7;sha256sum=34898dc0e38ba7a792ab74a3e0fa113116313fd9142ffb444b011fd392762186"
SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.8;sha256sum=c27f198b4d9580d4418cc6f7e0abb756ebb48344534be601db95476de52fe6d1"
SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.3;sha256sum=213403de27ae981b118ba199a3a1ddc64a82d0c9cf7534b762dc9ee5d79c5316"
SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.2;sha256sum=9e0e5492ee218d0b415a33648cdb32c2f544485ac4ebfa0589ebb53d1a841096"
SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.4.0;sha256sum=ede49e27c4cca6cdd2ec719aed8ea4d363710cceb3d411e7a786fbdec0d391fd"
SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.1;sha256sum=fbfd8b7212222175af0c190e510e112934e397a6850c63d93f72779e3250f360"
SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.1;sha256sum=aab8fbc4e6300ea08e6afe1caea18a21c90c79f489f52c53e2f20431f1a9a015"
SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.0-20200605160147-a5ece683394c;sha256sum=56dcb4363aca246eebb567fa4cdb84b398298e5e5442275e3fe68167cc520df4"
SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.0-20200313102051-9f266ea9e77c;sha256sum=acf19ccb4fca983b234a39ef032faf9ab70e759680673bb3dff077e77fee20fe"
SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.0-20210107192922-496545a6307b;sha256sum=5169b5625d3c351f13e8a4ec4802f709072701b441ed92181c6051ece53615a9"
SRC_URI += "gomod://honnef.co/go/tools;version=v0.0.1-2020.1.4;sha256sum=3609f6b0708207b589d036ef2c8b698d6b9d1d65193b5caa1a5b4ee662c9b4c6"
SRC_URI += "gomod://honnef.co/go/tools;version=v0.0.0-20190102054323-c2f93a96b099;sha256sum=9860f8a4cb535ae4ebdec509422f4f1c543b540104464bb4873d9e02e80d8c54"
SRC_URI += "gomod://honnef.co/go/tools;version=v0.0.0-20190106161140-3f1c8253044a;sha256sum=3a1355e59fbcf8278c6a7a5f8417884d62d3beb1375965d2e12f990a060e9873"
SRC_URI += "gomod://honnef.co/go/tools;version=v0.0.0-20190418001031-e561f6794a2a;sha256sum=135d240f4348b13cf6608f9b822fbe7b9b69fa996f7708ff69f224dd540ac579"
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.1-2019.2.3;sha256sum=539825114c487680f99df80f6107410e1e53bbfd5deb931b84d1faf2d221638e"
SRC_URI += "gomod://honnef.co/go/tools;version=v0.0.1-2020.1.3;sha256sum=62d6abb38f33d187ea033b37a1f9bd50347dc2dd3ac4b894096249416465357b"
SRC_URI += "gomod://rsc.io/binaryregexp;version=v0.2.0;sha256sum=b3e706aa278fa7f880d32fa1cc40ef8282d1fc7d6e00356579ed0db88f3b0047"
SRC_URI += "gomod://rsc.io/quote/v3;version=v3.1.0;sha256sum=b434cbbfc32c17b5228d0b0eddeaea89bef4ec9bd90b5c8fc55b64f8ce13eeb9"
SRC_URI += "gomod://rsc.io/sampler;version=v1.3.0;sha256sum=da202b0da803ab2661ab98a680bba4f64123a326e540c25582b6cdbb9dc114aa"
SRC_URI += "gomod://software.sslmate.com/src/go-pkcs12;version=v0.7.0;sha256sum=9665bc3461beb6f36f2d1b8ce3e1d597c165c9d829d4217621b1c6a8a12bc647"