summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cosign/go-mod-git.inc
blob: 8436ef72ad3450c0304b14e46aae5d7d931259d4 (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
# Generated by oe-go-mod-fetcher.py v3.0.0
# Git repositories for Go module dependencies

SRC_URI += "git://github.com/oras-project/oras-go;protocol=https;nobranch=1;tag=v2.6.0;shallow=1;rev=05a2b09cbf2eab1df691411884dc4df741ec56ab;name=git_2fd7d7d1_0;destsuffix=vcs_cache/86505a6e63d43f5c00db3580afd751ed7a24b4f78bcff42dd0af542660ed851b"
SRC_URI += "git://github.com/mvdan/gofumpt;protocol=https;nobranch=1;tag=v0.9.2;shallow=1;rev=718975501de6321ddf0a5fd17b4f959d33fa203e;name=git_b22f2001_0;destsuffix=vcs_cache/4c43719ef6ebc44cc2acc5485e7863283bc1225f99255d761ea2e28d892dad18"
SRC_URI += "git://gopkg.in/goadesign/goa.v3;protocol=https;nobranch=1;tag=v3.23.4;shallow=1;rev=c5c2f7ddee3bb3186f71e2e4d0812e4441ef62c6;name=git_219935bc_0;destsuffix=vcs_cache/ee907b5d758e5f877f4bd359db7fd122ce4835e8ec10277745afcb7d7cff1d77"
SRC_URI += "git://gitlab.com/gitlab-org/api/client-go.git;protocol=https;nobranch=1;tag=v1.46.0;shallow=1;rev=da7b8a72a07b41ac257b538fac02a6aaa49047fc;name=git_886fc1f7_0;destsuffix=vcs_cache/a0885663a446bce834cce3e8d213fc378858c87dd2ec22e9ef614665f2cc6c79"
SRC_URI += "git://github.com/go-sql-driver/mysql;protocol=https;nobranch=1;tag=v1.9.3;shallow=1;rev=62984ada4402df6571557bc3fed2bcbde48ec908;name=git_825229b4_0;destsuffix=vcs_cache/8d8b13db0a1aeb458c063fdae5bc8310ea4fe3f080f94fad773cad52094745d9"
SRC_URI += "git://github.com/julienschmidt/httprouter;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=4eec211fa4e8df74ed978dc5681612131854144f;name=git_50116b68_0;destsuffix=vcs_cache/14612f57dd95aeae83955a7b4f9b44d716f96bdef922732f059430cdff278e10"
SRC_URI += "git://github.com/manifoldco/promptui;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=c2e487d3597f59bcf76b24c9e80679740a72212b;name=git_a3009df4_0;destsuffix=vcs_cache/ccda1647adbf73f32ea9ff35e9bb82de6323276e0901957ba6ce58b5039220b6"
SRC_URI += "git://github.com/rivo/uniseg;protocol=https;nobranch=1;tag=v0.4.7;shallow=1;rev=03509a98a092b522b2ff0de13e53513d18b3b837;name=git_b3b758f5_0;destsuffix=vcs_cache/1e062c5a8f3a8c313cef582853dc2ed0687bb0632f4cf127d7aaad85b7ce642f"
SRC_URI += "git://github.com/AliyunContainerService/ack-ram-tool;protocol=https;nobranch=1;tag=pkg/credentials/provider/v0.14.0;shallow=1;rev=05e155f29e5acebf1df43fffd69ee2e96642577e;name=git_b566b5ba_0;destsuffix=vcs_cache/8b36cec40e10012666b2fd2f39c118d986cd4a25c5a21cc910335a559d9c3b60"
SRC_URI += "git://github.com/spiffe/go-spiffe;protocol=https;nobranch=1;tag=v2.6.0;shallow=1;rev=c6d0af3a4780fcc69132bb8bc5d2bdfcbe5ea42b;name=git_217f6de8_0;destsuffix=vcs_cache/aca54385906c3e38bd7515a2b0b52e4b6be402d2333e38eb4d2484305552aca4"
SRC_URI += "git://github.com/distribution/reference;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=ff14fafe2236e51c2894ac07d4bdfc778e96d682;name=git_b4d8130d_0;destsuffix=vcs_cache/ac2c94a9c45cfe172807163d3f9ae441bf0db0b30e528660d1b5db49678ed93a"
SRC_URI += "git://github.com/anmitsu/go-shlex;protocol=https;branch=master;rev=38f4b401e2be5955e3e00b843d96e3c406f5094d;name=git_62ad5a45_0;destsuffix=vcs_cache/174668ad03025c9f32520083455fa92edcd780a3131b9788221545f13c170c4b"
SRC_URI += "git://github.com/tomasen/realip;protocol=https;branch=master;rev=f0c99a92ddcedd3964a269d23c8e89d9a9229be6;name=git_38876901_0;destsuffix=vcs_cache/f2aa10a4a2d1e4fbd7fe37a4e76998bfe3c9b3f4cd53c0e44baf0c66bce7a5e6"
SRC_URI += "git://github.com/ryanuber/columnize;protocol=https;nobranch=1;tag=v2.1.2;shallow=1;rev=d363dedc9af5c63c6809f74e28650cbd635640e0;name=git_093123ba_0;destsuffix=vcs_cache/5b964e53b7b54cd88da2c905ca3ca5d27634b28c188383097a7de43ad5e1082e"
SRC_URI += "git://github.com/ryanuber/go-glob;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=51a8f68e6c24dc43f1e371749c89a267de4ebc53;name=git_b863bdee_0;destsuffix=vcs_cache/8ddefa95258fe1a9afdde3406ce35b4d0dd7a468c29dbca55cbdaae965df6a3f"
SRC_URI += "git://github.com/alexflint/go-arg;protocol=https;nobranch=1;tag=v1.5.1;shallow=1;rev=bee5cf5d7cc07c41b2a528052bfba0566b5069c0;name=git_62e1d458_0;destsuffix=vcs_cache/c93291152d467fbb2a25bc23bc105940d7d2ab454b537b0bf82ec0000dd9ab3b"
SRC_URI += "git://github.com/alexflint/go-scalar;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=489daf05a6ccfffdd72c1d5e972bb14163fa07b1;name=git_14774712_0;destsuffix=vcs_cache/bb5544d7107518483b3580a2708d7b533175bf6c2805018b1715f6339f095c5e"
SRC_URI += "git://github.com/modern-go/reflect2;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=2b33151c9bbc5231aea69b8861c540102b087070;name=git_975c3d3f_0;destsuffix=vcs_cache/21d04a5177cfeef214577aa3b5c90454aed60c2184b77a0fffa7922aa843666a"
SRC_URI += "git://github.com/modern-go/reflect2;protocol=https;branch=master;rev=35a7c28c31ee079903db043180532306a621943a;name=git_975c3d3f_1;destsuffix=vcs_cache/b0f41ee692517b4a6786fb48ce9d49e532c4f77cac6cacadd6ff49dcb7325931"
SRC_URI += "git://github.com/modern-go/reflect2;protocol=https;branch=master;rev=4b7aa43c6742a2c18fdef89dd197aaae7dac7ccd;name=git_975c3d3f_2;destsuffix=vcs_cache/8af4d54440b1b6703cd1b26845d1f5914958f01a18064501f7b77554b973b677"
SRC_URI += "git://github.com/modern-go/reflect2;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=94122c33edd36123c84d5368cfb2b69df93a0ec8;name=git_975c3d3f_3;destsuffix=vcs_cache/5f837a9261606850c86cb464d91848cb7e2e334be529f812891c080cfd881b9a"
SRC_URI += "git://github.com/modern-go/concurrent;protocol=https;branch=master;rev=bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94;name=git_2bbaef4c_0;destsuffix=vcs_cache/09a996e0549b43adaeb1c40a8dc339563ed1a8dcc831e5cb074441a30d502d23"
SRC_URI += "git://github.com/modern-go/concurrent;protocol=https;branch=master;rev=e0a39a4cb4216ea8db28e22a69f4ec25610d513a;name=git_2bbaef4c_1;destsuffix=vcs_cache/720429d876e0c333185ab19ebc83ff389edac9e5b459d07c74e7a18cae1c5b7a"
SRC_URI += "git://github.com/buildkite/roko;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=9ddc7834a7feafb53e30ce54bf4774749d8ac346;name=git_a53fe2a8_0;destsuffix=vcs_cache/9612cf0159cf1a8222cab9a637fc231130e3854e12644a053f86d23c651c9d7e"
SRC_URI += "git://github.com/buildkite/zstash;protocol=https;nobranch=1;tag=v0.8.0;shallow=1;rev=7e8e0bf8729984bc52e98a0321eef2e5ae3f3874;name=git_5b01dac2_0;destsuffix=vcs_cache/00842b1783dae067cde803c381bae155ac04f9cf27d855c8f65aa46356e5c34b"
SRC_URI += "git://github.com/buildkite/go-pipeline;protocol=https;nobranch=1;tag=v0.16.0;shallow=1;rev=a40d93b5ef090f83410d8a96e274d7f422f7cc2d;name=git_dc49522a_0;destsuffix=vcs_cache/fb533ff85c096e66d78d5750b7c7f9381598d0fd59cc4dab0548f5b28d3a5846"
SRC_URI += "git://github.com/buildkite/agent;protocol=https;branch=main;rev=0c7c9ba48362b9de9e691039ce384339cbf8c2d8;name=git_313a08de_0;destsuffix=vcs_cache/e033c04875b6cba81a83b6f79cba743faa55230a2b62e3d147ade0c950aa7fd7"
SRC_URI += "git://github.com/buildkite/interpolate;protocol=https;nobranch=1;tag=v0.1.5;shallow=1;rev=74a2a5fbad373a8668d658c528626ef3b3b7a702;name=git_8d3e3d18_0;destsuffix=vcs_cache/2620317c9068ebfae2e1f1b433a1549a50a57d566c1a706885e77ee2f3705dce"
SRC_URI += "git://github.com/buildkite/test-engine-client;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=ddf1f3d868112a4c5a89148c480276892f3f71cb;name=git_6800d487_0;destsuffix=vcs_cache/1e940c12e75ffdfed08fe793076e221d14e7b2968b348088e9ceb19178640d2d"
SRC_URI += "git://github.com/buildkite/shellwords;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=8686c8811ad3937351003da87477c4a09fd55a2c;name=git_a383d61f_0;destsuffix=vcs_cache/848eee7fc714fe293ce813dc64b1ca9ae1ba5503a316ab70dc312dc571c80d84"
SRC_URI += "git://github.com/buildkite/go-buildkite;protocol=https;nobranch=1;tag=v4.13.1;shallow=1;rev=1504e9d60e9943fdc2c48e726d731df4ed2be609;name=git_aed97e26_0;destsuffix=vcs_cache/935fddfaff2131b3ea64df827bb4177826a15b484895a4e96a140416e4fea916"
SRC_URI += "git://github.com/buildkite/bintest;protocol=https;nobranch=1;tag=v3.3.0;shallow=1;rev=e7d597677e89d1d59b5753166d9b70399a6bc7b6;name=git_077e95d7_0;destsuffix=vcs_cache/0b0c7cf1f08702d30ea130bcf8e2462fb4c68399274da0414e786f552a4f439a"
SRC_URI += "git://github.com/VividCortex/ewma;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=487e8c9fe1e218b64696ee0219903a3a40d0dc2b;name=git_d00a7018_0;destsuffix=vcs_cache/c43a2bf2c6bac424614e43cd2875eda3ab199a1c1cfe822b7fc50e73cadcf42f"
SRC_URI += "git://github.com/spf13/jwalterweatherman;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=94f6ae3ed3bceceafa716478c5fbf8d29ca601a1;name=git_dbf881a0_0;destsuffix=vcs_cache/1b388a1684e1a9c684765489ae3b6773c18ed7e7fd1b43f66505af2786ebedea"
SRC_URI += "git://github.com/spf13/cast;protocol=https;nobranch=1;tag=v1.10.0;shallow=1;rev=fc73346bfc4e6597bc520fb6eea04360299e77d2;name=git_60c66923_0;destsuffix=vcs_cache/9cc7dcb092f85c0bf4943e1b48f1e8797e55b24b96e1a8470fe8489d0e8015cf"
SRC_URI += "git://github.com/spf13/afero;protocol=https;nobranch=1;tag=v1.15.0;shallow=1;rev=399bb34ad9fd8a252ad1d8bfaef96279b66dc774;name=git_799c94ee_0;destsuffix=vcs_cache/cddc2f28eb963a54c5e24c75f7a8c40f64cd3123acfcd144fcc900d516d36218"
SRC_URI += "git://github.com/spf13/cobra;protocol=https;nobranch=1;tag=v1.10.2;shallow=1;rev=88b30ab89da2d0d0abb153818746c5a2d30eccec;name=git_41456771_0;destsuffix=vcs_cache/a79409fa1813cac46edeefb925df9a65bfd1c4cf3dd47dbb576c385d5f527685"
SRC_URI += "git://github.com/spf13/viper;protocol=https;nobranch=1;tag=v1.21.0;shallow=1;rev=394040caccbdf5821fa6839386a35f0fb1b1ee9e;name=git_133525c9_0;destsuffix=vcs_cache/e7b37e37f2cd2d170f3534659410aec441645d7ed057439fa55c09bbf204f6ba"
SRC_URI += "git://github.com/spf13/pflag;protocol=https;nobranch=1;tag=v1.0.10;shallow=1;rev=0491e5702ad2bb108bc519a5221bcc0f52aa9564;name=git_66b7b8c8_0;destsuffix=vcs_cache/737f239b3c3bd4e75040785cfc62b8349a547b1425bba1698b712866455bce75"
SRC_URI += "git://github.com/spf13/pflag;protocol=https;nobranch=1;tag=v1.0.9;shallow=1;rev=10438578954bba2527fe5cae3684d4532b064bbe;name=git_66b7b8c8_1;destsuffix=vcs_cache/241e9025159bbbea2f54722542a86c03ff35968a42a753a0a4e0738690720a54"
SRC_URI += "git://github.com/json-iterator/go;protocol=https;nobranch=1;tag=v1.1.12;shallow=1;rev=024077e996b048517130b21ea6bf12aa23055d3d;name=git_61c80dd4_0;destsuffix=vcs_cache/bdb67d21e426f2274ff76d4829ac60348539016b1aa54fa98cfccc554be12f3b"
SRC_URI += "git://github.com/json-iterator/go;protocol=https;nobranch=1;tag=v1.1.10;shallow=1;rev=a1ca0830781e007c66b225121d2cdb3a649421f6;name=git_61c80dd4_1;destsuffix=vcs_cache/a44fce67615b7f8252fb40a09b5770b9fa36955ae40d57b8404688feadeaead6"
SRC_URI += "git://github.com/schollz/jsonstore;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=eff67f485d51e2937336d7d2d2e20178161b98ce;name=git_8da3555a_0;destsuffix=vcs_cache/42805149fe005e813d4875081e84356784e1ac3bc166f22bdeff4b31454c4656"
SRC_URI += "git://github.com/uwu-tools/magex;protocol=https;nobranch=1;tag=v0.10.1;shallow=1;rev=9be78489ab1f7e72d3df3b3a31555fa702a3edae;name=git_d3e8fe49_0;destsuffix=vcs_cache/83c272e5e4e5636c30e2b0c39a7e997b18d79a43e0ca0d318033758b0e830c6c"
SRC_URI += "git://github.com/fatih/color;protocol=https;nobranch=1;tag=v1.18.0;shallow=1;rev=1c8d8706604ee5fb9a464e5097ba113101828a75;name=git_be555826_0;destsuffix=vcs_cache/5d3a7d46049b39f7f5f80bbbcaf1d95f84b393dcee5978948fd4ca3a5abb4461"
SRC_URI += "git://github.com/sigstore/sigstore;protocol=https;nobranch=1;tag=pkg/signature/kms/hashivault/v1.10.5;shallow=1;rev=c90de3e0ff9589400dbbee639d3180b3c5ee96b6;name=git_43e46a1b_0;destsuffix=vcs_cache/f632620b118622c4f6f0fd5a8ffb35562efe0b959e8fb767e782cdae82de42f8"
SRC_URI += "git://github.com/sigstore/cosign;protocol=https;nobranch=1;tag=v3.0.6;shallow=1;rev=f1ad3ee952313be5d74a49d67ba0aa8d0d5e351f;name=git_c98bb662_0;destsuffix=vcs_cache/c45af3d1988a0a6be7dea19ff257032006115e95d9d7bff32a1fcfb75db39116"
SRC_URI += "git://github.com/sigstore/fulcio;protocol=https;nobranch=1;tag=v1.8.5;shallow=1;rev=eaae2f2be56df9dea5f9b439ec81bedae4c0978d;name=git_3e3058fd_0;destsuffix=vcs_cache/f4ac0b91529eff588b010c8804ff2c42300583d1b74f740e73db697b2e8be540"
SRC_URI += "git://github.com/sigstore/rekor-tiles;protocol=https;nobranch=1;tag=v2.2.1;shallow=1;rev=e028746a1eb2d4c0fa8529cde2625238d9ed816a;name=git_56f95c84_0;destsuffix=vcs_cache/e82d37d89b4398c3ee4482c20c392aa6a6bbe3dfe4fd367b87b7ee3cdfb52915"
SRC_URI += "git://github.com/sigstore/rekor;protocol=https;nobranch=1;tag=v1.5.1;shallow=1;rev=bb573aab48ad294657cb4f1e8e0dabe1d2a77f69;name=git_27e08e54_0;destsuffix=vcs_cache/995929d17f6b315db50c0f9732b26473150cc6b6a4d009478c00444e5ec47cd0"
SRC_URI += "git://github.com/sigstore/timestamp-authority;protocol=https;nobranch=1;tag=v2.0.5;shallow=1;rev=992e41243a7d41026ae980622c15bba41e7c9687;name=git_1dbbaf86_0;destsuffix=vcs_cache/46f7cf1ff3064eede1696ad2462f4111491ea6b61dee40813179dd6f555f884a"
SRC_URI += "git://github.com/sigstore/sigstore-go;protocol=https;nobranch=1;tag=v1.1.4;shallow=1;rev=cc06490446765e67a0e63797659f1439c3f53cc0;name=git_2a7b27c4_0;destsuffix=vcs_cache/266db4b6b3687a3b36e4aba7537c3db2811ed76f16474c4689b7a41d20321f18"
SRC_URI += "git://github.com/sigstore/protobuf-specs;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=f8d009ede80474a9e257788207a00693e4693168;name=git_8b876913_0;destsuffix=vcs_cache/4be3492e50d1e30ee1365286244a71456814ed25f2b112ffae504266afbecb00"
SRC_URI += "git://github.com/howeyc/gopass;protocol=https;branch=master;rev=c8aef6fb66ef7d9c2ed6c50cb19976480238d63c;name=git_14b69b87_0;destsuffix=vcs_cache/1deb750bd2d09147da511025f52d75cbd45f6e5f80eb1bbf3d344e9598bde744"
SRC_URI += "git://github.com/nozzle/throttler;protocol=https;branch=master;rev=2ea982251481626167b7f83be1434b5c42540c1a;name=git_1054be05_0;destsuffix=vcs_cache/35c501c05bb35994d4e4f4c4722538cb8b7870852baf345b3c431383206d1edc"
SRC_URI += "git://github.com/pborman/uuid;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=5b6091a6a160ee5ce12917b21ab96acec2a4fdc0;name=git_5ff1b745_0;destsuffix=vcs_cache/cba9e46d5ff491261063a3daac2284a2c32e2093078c458bcfcbfc5d1b182a6e"
SRC_URI += "git://github.com/pborman/getopt;protocol=https;branch=master;rev=7148bc3a4c3008adfcab60cbebfd0576018f330b;name=git_61579a7c_0;destsuffix=vcs_cache/893bec9d8f253309233daeee17bf86babe07a90327a3093ca886e0f9c83f99f7"
SRC_URI += "git://github.com/letsencrypt/pkcs11key;protocol=https;nobranch=1;tag=v4.0.0;shallow=1;rev=c9e453037c675bb913cde3388b43a9828b2b6a1d;name=git_e80f1157_0;destsuffix=vcs_cache/f339fd96baff52a8e262b8e80c64f0360f6b5b74d6474336e5c71a770c892bcb"
SRC_URI += "git://github.com/letsencrypt/borp;protocol=https;branch=main;rev=89c6927051ae47b3172bba57f16b0c025452b27c;name=git_16c95662_0;destsuffix=vcs_cache/bd8cf6d640129e878ba88a5b1953da7a8af16a7b8cdd0ab424f9ce6a7173d415"
SRC_URI += "git://github.com/letsencrypt/challtestsrv;protocol=https;nobranch=1;tag=v1.3.3;shallow=1;rev=bcea93640e39bfad2dbe3465f08040b14aa0e9a9;name=git_e861d6fe_0;destsuffix=vcs_cache/eed51fbeab97f37883f3a40dc31f11e8ca104e57ad59270a9553d87faa2b67a6"
SRC_URI += "git://github.com/letsencrypt/validator;protocol=https;branch=main;rev=a0c7dfc171587676742d1af120a66f39a0cbc87a;name=git_8e3e2be2_0;destsuffix=vcs_cache/d7eb90bf5f437e5ade7bc42475549d497d96f89a6415d3b9b5ae8336a1b9f0b3"
SRC_URI += "git://github.com/letsencrypt/boulder;protocol=https;nobranch=1;tag=v0.20260223.0;shallow=1;rev=d1d5b45568b982edebfb3677068fa75a75590ffa;name=git_6586c43c_0;destsuffix=vcs_cache/f955ec89a39eec751140b143fb864d754835ed0045ae5df0e44dbc1f5da66a5b"
SRC_URI += "git://github.com/fxamacker/cbor;protocol=https;nobranch=1;tag=v2.9.0;shallow=1;rev=d29ad7351b55b1844387cf9306c4101658cc5256;name=git_3a88ac44_0;destsuffix=vcs_cache/a2e55d2b4fdba69f8a4cfc76758713247ee27c62d5ad4168e8c14369f3c94c36"
SRC_URI += "git://github.com/tetratelabs/wazero;protocol=https;nobranch=1;tag=v1.11.0;shallow=1;rev=fe2e75192a79e7ff9f583825ed92a6e1fa3293d8;name=git_59327123_0;destsuffix=vcs_cache/65efbbf9a949dc054e98610f913942c7dae4b1f99f643f5414adfd19393f1c7c"
SRC_URI += "git://github.com/tjfoc/gmsm;protocol=https;nobranch=1;tag=v1.3.2;shallow=1;rev=e3739b05ce7744593afb0b010cffcdeb9b3f106e;name=git_f498ab6e_0;destsuffix=vcs_cache/a2169e878b8bf81f50473aa95664fbef40225e6da4a30e003e84c45eb9476f86"
SRC_URI += "git://github.com/tjfoc/gmsm;protocol=https;nobranch=1;tag=v1.4.1;shallow=1;rev=e5d42cf103ccc31b531269aff84afe04dc80ef19;name=git_f498ab6e_1;destsuffix=vcs_cache/cee77f432720257a95f43597653d54db55a570e026dff7502dc6d51cff5ad649"
SRC_URI += "git://github.com/prometheus/prometheus;protocol=https;nobranch=1;tag=v0.51.0;shallow=1;rev=c05c15512acb675e3f6cd662a6727854e93fc024;name=git_88f67705_0;destsuffix=vcs_cache/980a3b429b0579f2c2d6382ac68fbd17ba19bfa894b38c6e0e3ce5dcc4288b1f"
SRC_URI += "git://github.com/prometheus/common;protocol=https;nobranch=1;tag=v0.67.5;shallow=1;rev=934ff3789ee17026206fe4f7e5f59c0a09fbe511;name=git_63ab0745_0;destsuffix=vcs_cache/e25eba751b8d2b51932a55c4935ba29cdd17393b8b579c60d0e59a0eab35dd5a"
SRC_URI += "git://github.com/prometheus/client_model;protocol=https;branch=master;rev=14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016;name=git_63d71ba5_0;destsuffix=vcs_cache/51e8f292b7b4c73ee0cd08ea12700b5d30bb89b5b541d85eaee134d6035c3069"
SRC_URI += "git://github.com/prometheus/client_model;protocol=https;nobranch=1;tag=v0.6.2;shallow=1;rev=eb136e513d419e0c31ad750922f0a6f7675c2dee;name=git_63d71ba5_1;destsuffix=vcs_cache/ce4113e6c8f9de1c05a5198a36f67001c5b8ac458bbdbca291a0800fa698d5b1"
SRC_URI += "git://github.com/prometheus/otlptranslator;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=57de713e8b6c626d888cefba633272dece33a352;name=git_e6dca7cd_0;destsuffix=vcs_cache/f715cf2135e953ee5ebcc6025f0734e5a3b9adb54e2140be6071ab88025b7f8b"
SRC_URI += "git://github.com/prometheus/client_golang;protocol=https;nobranch=1;tag=v1.23.2;shallow=1;rev=8179a560819f2c64ef6ade70e6ae4c73aecaca3c;name=git_6ffa6057_0;destsuffix=vcs_cache/d9bbeca592abd4abe4a9bb304c93ff338301ffcad964694c918522126d52a1d2"
SRC_URI += "git://github.com/prometheus/procfs;protocol=https;nobranch=1;tag=v0.19.2;shallow=1;rev=9b0219be351fb17d7ebad273464367af1fabf41a;name=git_0ab7c7bc_0;destsuffix=vcs_cache/4ba43fedb66349da63590a73d3cd2456a557a4f717a87d1fa2b8f902328ca520"
SRC_URI += "git://github.com/poy/onpar;protocol=https;nobranch=1;tag=v1.1.2;shallow=1;rev=bf9788805227dc819ff405c8e7dc3c1cc88e3e97;name=git_2eb48029_0;destsuffix=vcs_cache/1ddb944f24119b1b9e46a47ce6b19c94cf317318f32b410a6bc61cacea48afb0"
SRC_URI += "git://github.com/go-playground/universal-translator;protocol=https;nobranch=1;tag=v0.18.1;shallow=1;rev=f83cd526536e253181a13835b00cd107f627c505;name=git_3b8bf538_0;destsuffix=vcs_cache/0d1c810d6eecbd6fe801bd0d0b90f194d3da6627bb921c3a7c007cb4055df549"
SRC_URI += "git://github.com/go-playground/locales;protocol=https;nobranch=1;tag=v0.14.1;shallow=1;rev=ce315c8672599942003599943a1e64288f55b03f;name=git_966e23ab_0;destsuffix=vcs_cache/316e718c5bc47878949f483aa5aceaf3aaf4cf93aa7ac26a648229bcf4b4cbaa"
SRC_URI += "git://github.com/go-playground/validator;protocol=https;nobranch=1;tag=v10.30.1;shallow=1;rev=5010f83a6354aa3eac70826f74b87f73837ea10f;name=git_ca4bb954_0;destsuffix=vcs_cache/1b9d172a93b7c523f732d763a3c0ab19dec2876c437270b02c2d1204dc31efb1"
SRC_URI += "git://github.com/syndtr/goleveldb;protocol=https;branch=master;rev=126854af5e6d8295ef8e8bee3040dd8380ae72e8;name=git_a05e1273_0;destsuffix=vcs_cache/e235339a3b62d86588980eea53546b06c36a7d1f4f68f0c427c52dbe4d251657"
SRC_URI += "git://github.com/alecthomas/units;protocol=https;branch=master;rev=0f3dac36c52b29c22285af9a6e6593035dadd74c;name=git_12276b46_0;destsuffix=vcs_cache/a29df7d1a787519b6e2ce58aba8e52ffc0aa566a3c6cfdb79fee16be24a0616b"
SRC_URI += "git://github.com/alecthomas/kingpin;protocol=https;nobranch=1;tag=v2.4.0;shallow=1;rev=64d23c54e3e2a385ce12757939bed9c632d1693c;name=git_f0f35838_0;destsuffix=vcs_cache/ae34e4803d18ba03ac4e70e84f5e737ec48634b725413ad5282fb01d6fc47dda"
SRC_URI += "git://github.com/ncruces/go-strftime;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=7be8eef566cc7f1ae99e76af8f8208913758a28d;name=git_e7c9a58c_0;destsuffix=vcs_cache/827520e6a472a9ef265997c94922c1b928967406597709602bce986450301e23"
SRC_URI += "git://github.com/GoogleCloudPlatform/opentelemetry-operations-go;protocol=https;nobranch=1;tag=internal/resourcemapping/v0.55.0;shallow=1;rev=316927bd0033e82948538685629172bcc6213562;name=git_2c8937f6_0;destsuffix=vcs_cache/bc817097ac8324503a357241edaa274a0617c238690ccb47deb70f8f0af65eb2"
SRC_URI += "git://github.com/GoogleCloudPlatform/grpc-gcp-go;protocol=https;nobranch=1;tag=grpcgcp/v1.5.3;shallow=1;rev=6a9ee9d2228727861a4e351c90cce9f33262479d;name=git_e684158e_0;destsuffix=vcs_cache/91a6747dc3a000d23bcf5bd713d921804a0bda335857ae53e17684aa37bc9ed3"
SRC_URI += "git://github.com/decred/dcrd;protocol=https;nobranch=1;tag=crypto/blake256/v1.1.0;shallow=1;rev=0d2e94857b109d8bcf1056b3d5061ca90f0f8b94;name=git_9fd408f7_0;destsuffix=vcs_cache/6b53d2d53c1d8abc0b1e3afd84693f1e8e516f653a62396f262dd3998d23cdf9"
SRC_URI += "git://github.com/decred/dcrd;protocol=https;nobranch=1;tag=dcrec/secp256k1/v4.4.0;shallow=1;rev=f98d08ef138a99711dbbc86c569935ded8d6a986;name=git_9fd408f7_1;destsuffix=vcs_cache/dea203beeafba9300d7341afcdd38985621ebd2ec9d4c5a8a7d262cbb2c2bc41"
SRC_URI += "git://github.com/gogo/protobuf;protocol=https;nobranch=1;tag=v1.3.2;shallow=1;rev=b03c65ea87cdc3521ede29f62fe3ce239267c1bc;name=git_99185c7b_0;destsuffix=vcs_cache/e07d7c0e03a0e2831dd973581be0944984030693bc73f0b67a64e53b4c690635"
SRC_URI += "git://github.com/antihax/optional;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=c3f0ba9c1a592b971d66b2787679af55b5c58f21;name=git_aab58b7d_0;destsuffix=vcs_cache/535a79fbd6ec4a2d00a2eaeb938554011f822f57d36bc924215af19f4bab0697"
SRC_URI += "git://github.com/mwitkow/go-conntrack;protocol=https;branch=master;rev=2f068394615f73e460c2f3d2c158b0ad9321cadb;name=git_ff07aa22_0;destsuffix=vcs_cache/0c95da896ecaf67638f45eea2282c2c840e57fd5bef90b1316645fe86914c177"
SRC_URI += "git://github.com/mwitkow/go-proto-validators;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=d70d97bb65387105677cb21cee7318e4feb7b4b0;name=git_271b7a69_0;destsuffix=vcs_cache/ce1bb359fbabfd1fa57927cd8d5043d45c286a2dfa4a7b4989ffcad4f93bd162"
SRC_URI += "git://github.com/jmespath/go-jmespath;protocol=https;branch=master;rev=b0104c826a24d7c202da8e1dbfb9ea4cfa35d774;name=git_d4b17222_0;destsuffix=vcs_cache/26a4690aec4cb479c32b41319b1f4a678f2398b4543417d821305581d11ba347"
SRC_URI += "git://github.com/jmespath/go-jmespath;protocol=https;nobranch=1;tag=internal/testify/v1.5.1;shallow=1;rev=ff168ca20786696708c0f3eb2cc29d7912467599;name=git_d4b17222_1;destsuffix=vcs_cache/2760c91c21f60b7531a8c72d94a8ef0c04735a7ea14330467907030d320b9bff"
SRC_URI += "git://github.com/brunoscheufler/aws-ecs-metadata-go;protocol=https;branch=master;rev=b6b31c6eeeaf165db79be27748909f3b48c19f71;name=git_4987d39b_0;destsuffix=vcs_cache/ee4621c614993d1e340ec6517210bdaa8d3a47fb33b591237db58b84706ba3a9"
SRC_URI += "git://github.com/google/martian;protocol=https;nobranch=1;tag=v3.3.3;shallow=1;rev=0f7e6797a04da412118541344bbe0d65945e24c9;name=git_4a343155_0;destsuffix=vcs_cache/bb49ff7cfe7cab97fc1ad58498112c4c80ab2c4264e619480b00511c13efe5c0"
SRC_URI += "git://github.com/google/go-licenses;protocol=https;nobranch=1;tag=v2.0.0-alpha.1;shallow=1;rev=d01822334fba5896920a060f762ea7ecdbd086e8;name=git_e90b9f8f_0;destsuffix=vcs_cache/cc639036c5ae90a60c6dcdda80e50aeb252b887719c514557e217bbf17355392"
SRC_URI += "git://github.com/google/go-tpm-tools;protocol=https;nobranch=1;tag=v0.4.7;shallow=1;rev=d94cf988f2d5731919f476bda1be5641f6164e52;name=git_a2ded532_0;destsuffix=vcs_cache/de640cbe977a9e2ed05cffa29afc1014108364c7843419a8325301d8eb830d84"
SRC_URI += "git://github.com/google/flatbuffers;protocol=https;nobranch=1;tag=v25.2.10;shallow=1;rev=1c514626e83c20fffa8557e75641848e1e15cd5e;name=git_e3acc77f_0;destsuffix=vcs_cache/ce9b72b27fcded0a26400b6622baf9c55c9b6f4f644381ad1d00f5e64decc48d"
SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.3.1;shallow=1;rev=2d0692c2e9617365a95b295612ac0d4415ba4627;name=git_8726c33a_0;destsuffix=vcs_cache/bbba6265e3e26d3a892583135ccfff338512124f01097cb15f8532f41f14d3f1"
SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=3af367b6b30c263d47e8895973edcca9a49cf029;name=git_8726c33a_1;destsuffix=vcs_cache/bb2851e042ef699bbc2df1ef8c7b0c754822560b89602db9ff6f6315b5afddf7"
SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=5a6f75716e1203a923a78c9efb94089d857df0f6;name=git_8726c33a_2;destsuffix=vcs_cache/04ff364bb494ac39b4a8c906ddd6c47ddef7d89071af49fc9d78eebd2ee4f937"
SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=6f77996f0c42f7b84e5a2b252227263f93432e9b;name=git_8726c33a_3;destsuffix=vcs_cache/ae58fd0d54f7194cd02ff68b9600f09892901604ebd985b881c9860505e91785"
SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.5.5;shallow=1;rev=8fa37b4dd109f12e42b131e485268768f18bcbf8;name=git_8726c33a_4;destsuffix=vcs_cache/0cb91aa96094555f9ecdf5cd1f80913d4c0b415460a65e7aa698aaf406dae3ce"
SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=9b12f366a942ebc7254abc7f32ca05068b455fb7;name=git_8726c33a_5;destsuffix=vcs_cache/460ed71bde70f3a932cad8d9044d3f12302bf8b6e95353bd17c44189712e2763"
SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=c3ad8435e7bef96af35732bc0789e5a2278c6d5f;name=git_8726c33a_6;destsuffix=vcs_cache/066c8baed8b5c49c8bf75e59b5e0a559593a7098e3e99236e4fc5b6e29e3ac91"
SRC_URI += "git://github.com/google/go-tpm;protocol=https;nobranch=1;tag=v0.9.8;shallow=1;rev=6a7f64318ba9e8e7a0f8c5710b07ca47bf911f4c;name=git_8c4e446b_0;destsuffix=vcs_cache/ce1ed46c59112f1d14d376bacbbbd12b6bde694b8e9094f459b61413279becd6"
SRC_URI += "git://github.com/google/btree;protocol=https;nobranch=1;tag=v1.1.3;shallow=1;rev=aeba20f7a1e1315badec4eca4fdc9f754f5f880a;name=git_5967e616_0;destsuffix=vcs_cache/6ab438bcfaa9c1612b157b0bd34881cf1fb3c76d6152d52d03e8bfcb0763a691"
SRC_URI += "git://github.com/google/licenseclassifier;protocol=https;nobranch=1;tag=v2.0.0;shallow=1;rev=e6a9bb99b5a6f71d5a34336b8245e305f5430f99;name=git_fc33e758_0;destsuffix=vcs_cache/34079684787fc6a5316bedf82cff361c17273e1bdf442af51edcb6d07a262f5f"
SRC_URI += "git://github.com/google/addlicense;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=dc31ac9ffcca99c9457226366135701794b128c0;name=git_ff390ea1_0;destsuffix=vcs_cache/1be16a1e7355f2db888fc6e0730c5a27e74788066889f89ab79a41fdedb1b9ab"
SRC_URI += "git://github.com/google/go-github;protocol=https;nobranch=1;tag=v73.0.0;shallow=1;rev=8759b171221b1b3378cdeb3f83dea5ec344efd53;name=git_c3631c01_0;destsuffix=vcs_cache/1b576e06a7f0f3869907c57bd4aa824607b9df99115f48e03b9088a096410d87"
SRC_URI += "git://github.com/google/go-containerregistry;protocol=https;nobranch=1;tag=v0.21.3;shallow=1;rev=3888fb8f87385a95591ba2fa08acc97a72058f2e;name=git_e4a968c9_0;destsuffix=vcs_cache/89a36255d2ce5d8a9a1060f3cd61fa20336f8d9e3c7d34568873eab9c5161a69"
SRC_URI += "git://github.com/google/cel-go;protocol=https;nobranch=1;tag=v0.27.0;shallow=1;rev=450089b38d4c77840bae9ef4b284bb4b96d41ac8;name=git_84576395_0;destsuffix=vcs_cache/6affb2e1f241c1c52d130049505120750a5a52df8a3e2b5ffec9c85f8a72527b"
SRC_URI += "git://github.com/google/uuid;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=0f11ee6918f41a04c201eceeadf612a377bc7fbc;name=git_c3a7687c_0;destsuffix=vcs_cache/1743dd7863ebf20fb946ec26a0525a27c91536f2d01acf863b0a99566cd8f3e5"
SRC_URI += "git://github.com/google/uuid;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=d460ce9f8df2e77fb1ba55ca87fafed96c607494;name=git_c3a7687c_1;destsuffix=vcs_cache/9c4788a0a21771df759c6389067061e3fd3a1ebf4cc47f12ab880b4f241d4681"
SRC_URI += "git://github.com/google/wire;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=9c25c9016f6825302537c4efdd5e897976f9c826;name=git_24cdb4a4_0;destsuffix=vcs_cache/2df60c44cabc6d6319ab7ad57a510707240202b118563c17fa61d0d08806347b"
SRC_URI += "git://github.com/google/pprof;protocol=https;branch=main;rev=94a9f03dee38882adc8bdfc42cdd6a04f8e7056e;name=git_4d435d14_0;destsuffix=vcs_cache/83b537173998661445f5e58b15dd2d0f835ffe14b4bc95fe20e7275b350698e8"
SRC_URI += "git://github.com/google/pprof;protocol=https;branch=main;rev=c6617b811d0efbb732f3f16926870829768fe4f1;name=git_4d435d14_1;destsuffix=vcs_cache/a3359ed837d4a9da895029e7f67c3254f0e52d64b31a90775dd1b4848710660b"
SRC_URI += "git://github.com/google/gofuzz;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=379e164120fbc98885a8f494b5aa41ba94f64c56;name=git_32fcbcb4_0;destsuffix=vcs_cache/3937010173fd05b3f7349b62cbf84ac3b69011d5b5f248f16416a9e481943f54"
SRC_URI += "git://github.com/google/gofuzz;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=f140a6486e521aad38f5917de355cbf147cc0496;name=git_32fcbcb4_1;destsuffix=vcs_cache/3b10b16f3e547f9036aa468f5a846c1e873d084728258048c32c4afc2a1bb2cf"
SRC_URI += "git://github.com/google/shlex;protocol=https;branch=master;rev=e7afc7fbc51079733e9468cdfd1efcd7d196cd1d;name=git_2bc3fe04_0;destsuffix=vcs_cache/6317e931b780de46077449706d69a38f426197406a504d848e3500a0d06b7299"
SRC_URI += "git://github.com/google/s2a-go;protocol=https;nobranch=1;tag=v0.1.9;shallow=1;rev=b293be1aa7a6e6e4565f9967c093dd412253b267;name=git_cb2b4d4a_0;destsuffix=vcs_cache/d78240b40b894bdb3c6064c372826498fd25f1d524bbfebddc0014b22fe50849"
SRC_URI += "git://github.com/google/go-querystring;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=59c17d91d3d41ba66bc4db00b458acc8c3220835;name=git_88468261_0;destsuffix=vcs_cache/7d3cecef50c7f48038306aab58b989d0605c03d6f53d11a11803988872d70851"
SRC_URI += "git://github.com/google/go-tspi;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=05baef61e123181de84de4de0de5100427f2fc80;name=git_c03c1aac_0;destsuffix=vcs_cache/4dda508fb49eaa7e414c24e50f768271ff1fe01ca6e0fde84185e2dab4bcd6ce"
SRC_URI += "git://github.com/google/certificate-transparency-go;protocol=https;nobranch=1;tag=v1.3.3;shallow=1;rev=e8f93173135c7817ebd7133dab729c4576ce9a21;name=git_1d240fe8_0;destsuffix=vcs_cache/cc8feb350dca60d2adf287074ceb8dc5a577c3714faf3666f7a3ae21cb4edfd8"
SRC_URI += "git://github.com/google/go-pkcs11;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=c6f79328ddf90f25424ecb6e874c109718883daa;name=git_64866a81_0;destsuffix=vcs_cache/bff2eb676c327d4c57a5187aa05a7e2930f0ab4e1462e951bcb42b4cc4f4e27a"
SRC_URI += "git://github.com/google/trillian;protocol=https;nobranch=1;tag=v1.7.2;shallow=1;rev=e7aca3cc3a83e222540555ca75ecc87cffccdd53;name=git_3b1a64b0_0;destsuffix=vcs_cache/e8d401f7e3b6be0101aac286ab5237fe0b10c1bcc3605c934a1f0aeae0914ed1"
SRC_URI += "git://github.com/google/gnostic-models;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=82b4ba06c153dcd30e1dbcf93601b3bee5cb3792;name=git_62ad6da8_0;destsuffix=vcs_cache/88a05eeac87ac843d53bbad4f86c891fbd1a6eb73d10d5b2c7381c229c0a25ab"
SRC_URI += "git://github.com/google/rpmpack;protocol=https;nobranch=1;tag=v0.7.1;shallow=1;rev=2467806670a618497006ff8d8623b0430c7605a9;name=git_12b963ce_0;destsuffix=vcs_cache/15629b25bb0eb589872672be8c2433d225c26c6e83b4670fb1d7d95e4f13a328"
SRC_URI += "git://github.com/aliyun/credentials-go;protocol=https;nobranch=1;tag=v1.3.2;shallow=1;rev=971916d4e5fa9e9da46b5c9c4fd288fd649c88dd;name=git_85855a5d_0;destsuffix=vcs_cache/9a1f877129da8b66ec13a32d9908d94f8293a619c3e75117deaaf783406be4ce"
SRC_URI += "git://github.com/aliyun/credentials-go;protocol=https;nobranch=1;tag=v1.1.2;shallow=1;rev=ce8b23e63a863618af72b4cffed1071a7dd508a2;name=git_85855a5d_1;destsuffix=vcs_cache/41bcaad57a1fd45fd99f8661c613541be2c3f4deef7ef5a3ab3b08447bb2d259"
SRC_URI += "git://github.com/foxcpp/go-mockdns;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=f73658223c7761c34e931507702cb513798eb678;name=git_9d9d008c_0;destsuffix=vcs_cache/2beca26d97cbf4fa6350073620d901f7237cb9b6dde12481c8a3066c08a33826"
SRC_URI += "git://github.com/tchap/go-patricia;protocol=https;nobranch=1;tag=v2.3.3;shallow=1;rev=8c5d7fa2ef98ad77bfbd2d2c3d67d4d17db0093a;name=git_faedb7d0_0;destsuffix=vcs_cache/196ec21f158dd5c10370dcd9b618d17460a5f3dec6cbc351a797a1a4f906b7bb"
SRC_URI += "git://github.com/depcheck-test/depcheck-test;protocol=https;branch=main;rev=199033aaa936e0f816b7f88985a33587ebf13bdf;name=git_791736d3_0;destsuffix=vcs_cache/4ab6ac43b63de4930c338a12f5e9a2c00b7de06c41ab6e5fc05ce9c433f13458"
SRC_URI += "git://github.com/cyberphone/json-canonicalization;protocol=https;branch=master;rev=19d51d7fe467d4706a3ff08adf8a748f29fc21e0;name=git_39606485_0;destsuffix=vcs_cache/0e55f9f02847679b08922b4a88af3131cb189b333af41228fc1ceba858b5fceb"
SRC_URI += "git://github.com/awslabs/amazon-ecr-credential-helper;protocol=https;nobranch=1;tag=ecr-login/v0.12.0;shallow=1;rev=7ff7d6bd7a06408ddb9646c9ebccf97dbd190d55;name=git_7f00badf_0;destsuffix=vcs_cache/bf24384171f353bcf7e25d55493143ef0eef70c88d2a77ca6c355e7e1c03d84a"
SRC_URI += "git://github.com/flynn/go-docopt;protocol=https;branch=master;rev=f6dd2ebbb31e9721c860cf1faf5c944aa73e3844;name=git_b692e8bb_0;destsuffix=vcs_cache/0c09c77aaa7771bc1f711ed3ae12c9a6e995b40ef8161b01a95cabf704beb65e"
SRC_URI += "git://github.com/census-instrumentation/opencensus-proto;protocol=https;nobranch=1;tag=v0.2.1;shallow=1;rev=d89fa54de508111353cb0b06403c00569be780d8;name=git_67c76c7d_0;destsuffix=vcs_cache/47f526897b6e692b88b3517f7ef7e68b617de38122f7782931e45d8d2be2fef6"
SRC_URI += "git://github.com/census-instrumentation/opencensus-proto;protocol=https;nobranch=1;tag=v0.4.1;shallow=1;rev=e53624a87b9b9b919147a9b4626c669a869ebb34;name=git_67c76c7d_1;destsuffix=vcs_cache/50810a84fdec2d9c8210c7c5c4280d5911adb9a7bfd62c792a0353ebe06863ab"
SRC_URI += "git://github.com/shibumi/go-pathspec;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=30eddf187f62305a5b34f662049d077211abaacd;name=git_48c6ab61_0;destsuffix=vcs_cache/7d6286b09783f24f2ba2db51c2fd61c197637cee9cd88b2e7576338aa579825f"
SRC_URI += "git://github.com/gobwas/glob;protocol=https;nobranch=1;tag=v0.2.3;shallow=1;rev=5ccd90ef52e1e632236f7326478d4faa74f99438;name=git_84be3b9c_0;destsuffix=vcs_cache/9ea137b0f545be63130971285b3e0b109491f0a0c45197efd72385336ab0ed05"
SRC_URI += "git://github.com/fsnotify/fsnotify;protocol=https;nobranch=1;tag=v1.5.4;shallow=1;rev=0f4b979323bea7ee6677faa4a88078ec558b1b80;name=git_3fa8b61c_0;destsuffix=vcs_cache/cfe0e37fa0eb881e2871bcf4700612f5a71ac6e56f6ef8767b0aa72ee40f9800"
SRC_URI += "git://github.com/fsnotify/fsnotify;protocol=https;nobranch=1;tag=v1.4.9;shallow=1;rev=45d7d09e39ef4ac08d493309fa031790c15bfe8a;name=git_3fa8b61c_1;destsuffix=vcs_cache/312802d3d487f267a0fbf3d54ca7a46882c8ca80bb35496d99676c79f53b1b3d"
SRC_URI += "git://github.com/fsnotify/fsnotify;protocol=https;nobranch=1;tag=v1.9.0;shallow=1;rev=ae0e7923765f64fb8061396db7edebb558cf6093;name=git_3fa8b61c_2;destsuffix=vcs_cache/e7e3eb9997b88b1856ec41676de694527bda7173c94d395822f6eec3ec2067e2"
SRC_URI += "git://github.com/fsnotify/fsnotify;protocol=https;nobranch=1;tag=v1.4.7;shallow=1;rev=c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9;name=git_3fa8b61c_3;destsuffix=vcs_cache/cc44f7bf337eee80812ff411465b4e87c78887003ae940c1b27adb151bbed7d2"
SRC_URI += "git://github.com/dustinkirkland/golang-petname;protocol=https;branch=master;rev=6a283f1aaaf29381047db3808d08c98cb3e69144;name=git_bf493d90_0;destsuffix=vcs_cache/2e2d801b9de4a7e840a3fe4bea32b8ab53ecfb089f741c102467a9875c284f14"
SRC_URI += "git://github.com/jedisct1/go-minisign;protocol=https;branch=master;rev=661be99b82674fa26b2f36ceea53e267f91dc8a7;name=git_1c08b583_0;destsuffix=vcs_cache/7bae23a207c282c619d10ee92f0d62b643fe712eadd3209c3cee11cbe0ddf309"
SRC_URI += "git://github.com/theckman/httpforwarded;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=0bf9cfcea9fa86402871e1f8dbbeed622fd3f80a;name=git_108d101e_0;destsuffix=vcs_cache/64f2f4cbb1b1824f296e389124750a34bd34688747981aa93c02d11fc7c85699"
SRC_URI += "git://github.com/urfave/cli;protocol=https;nobranch=1;tag=v1.22.17;shallow=1;rev=992e53d11ad06c124eb4809a0591f15af670d401;name=git_cd035cbf_0;destsuffix=vcs_cache/e30b4b6c880a60654fa02d3559f2088eddf5fbe9bc92870b9df3d72357f735d0"
SRC_URI += "git://github.com/urfave/negroni;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=c6a59be0ce122566695fbd5e48a77f8f10c8a63a;name=git_6722583a_0;destsuffix=vcs_cache/c219e769c4dc79b4e71ba2550c53a615ec6e83b68191a1ea271d02100c0b8d02"
SRC_URI += "git://github.com/zalando/go-keyring;protocol=https;nobranch=1;tag=v0.2.6;shallow=1;rev=4e6ecc1e40cf1105719b22318c893cbda2e62bcc;name=git_b5558352_0;destsuffix=vcs_cache/dbd0f34366b5d2716217f5aa930934c6571c5f273dd8a57b078023d575addefa"
SRC_URI += "git://github.com/pkg/browser;protocol=https;branch=master;rev=5ac0b6a4141c771a0d3a081c36b87c977cf9c7db;name=git_82ac4e9c_0;destsuffix=vcs_cache/10a8ed3a78b0663b7f54101de61f0c1b24ac55185382242b62e593e0b344d42e"
SRC_URI += "git://github.com/pkg/errors;protocol=https;nobranch=1;tag=v0.9.1;shallow=1;rev=614d223910a179a466c1767a985424175c39b465;name=git_6d82bc63_0;destsuffix=vcs_cache/58e525151c02acebc6662bf19060e7ee1112335787f1ffb059ea8d46a3164e5e"
SRC_URI += "git://github.com/pkg/errors;protocol=https;nobranch=1;tag=v0.8.1;shallow=1;rev=ba968bfe8b2f7e042a574c888954fccecfa385b4;name=git_6d82bc63_1;destsuffix=vcs_cache/05a9ae48ad2a27ee2ace909fb6dfe443196ef4ba6b92bd0e3d2f6a9460fc8fea"
SRC_URI += "git://github.com/antlr4-go/antlr;protocol=https;nobranch=1;tag=v4.13.1;shallow=1;rev=4d7e18847d8881a176db3d7cca909e3f3942a05f;name=git_fe30925c_0;destsuffix=vcs_cache/096a48a66e783be10de52ef93ca366d977430e8b49a79bedea51ff8e16480448"
SRC_URI += "git://github.com/dgryski/trifles;protocol=https;branch=master;rev=f50d829f2e54417d76be10419d2265af02a341c4;name=git_4641cbcc_0;destsuffix=vcs_cache/84d28634263bfcc09a5a315df748561d8f7fec9f534cd0cf9f1be0e463b5eed2"
SRC_URI += "git://github.com/dgryski/go-rendezvous;protocol=https;branch=master;rev=9f7001d12a5f0021fd3283525f888b5814ccee27;name=git_4869b2ad_0;destsuffix=vcs_cache/0298132200a9f0c819a84d7d502f0855dddb7db18067c29c9d63f1c55c37b67a"
SRC_URI += "git://github.com/xeipuuv/gojsonpointer;protocol=https;branch=master;rev=02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb;name=git_bd44e658_0;destsuffix=vcs_cache/4b0abfc7aeea962cf44836059fabc8aebf20db8d2e9ce317db13d42ade75c19f"
SRC_URI += "git://github.com/xeipuuv/gojsonreference;protocol=https;branch=master;rev=bd5ef7bd5415a7ac448318e64f11a24cd21e594b;name=git_ca2a9119_0;destsuffix=vcs_cache/6cce19ebe3be9e8f13d8b3c5090971f010f3f3cda349fa51197c974450d133ee"
SRC_URI += "git://github.com/beorn7/perks;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=37c8de3658fcb183f997c4e13e8337516ab753e6;name=git_42750950_0;destsuffix=vcs_cache/c20c7a1c80a243f687008566bc9b8a9517bdf7e3a4f9db15e17160ad20568e9d"
SRC_URI += "git://github.com/go-ole/go-ole;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=de26f2b218c772f7a1000022d58d2df1d2428a2d;name=git_c77f8c8d_0;destsuffix=vcs_cache/6ebc3caf5fb0446628186d46f920aec4c63cb5c783805449864cb2ae184dd9ce"
SRC_URI += "git://github.com/kylelemons/godebug;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=9ff306d4fbead574800b66369df5b6144732d58e;name=git_463ad04b_0;destsuffix=vcs_cache/070cd2056d33748c34b60876b93e86d0f8bcfa86a4dee28d6da2a6f3aaea66ac"
SRC_URI += "git://github.com/mxk/go-flowrate;protocol=https;branch=master;rev=cca7078d478f8520f85629ad7c68962d31ed7682;name=git_a209a0d8_0;destsuffix=vcs_cache/12c25c020a66ecc07c7c90ff8a8793d5462f3f4e58338c9b36012b25b4ed81b8"
SRC_URI += "git://github.com/philhofer/fwd;protocol=https;branch=master;rev=20a13a1f6b7cb47a126dcb75152e21e1383bbaba;name=git_0d68b2d9_0;destsuffix=vcs_cache/ca258618843da786f71d64052321c92cb656f10e50a67bbcda88da9aae0b5c42"
SRC_URI += "git://github.com/bgentry/speakeasy;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=760eaf8b681647364e7a400b856e0921248728a5;name=git_1d1b5012_0;destsuffix=vcs_cache/f52d9f13cc5a06c49ec6c6df08c00608c87efa6d00ab820aebeba53cd6b10d30"
SRC_URI += "git://github.com/oklog/ulid;protocol=https;nobranch=1;tag=v1.3.1;shallow=1;rev=02a8604050d8466dd915307496174adb9be4593a;name=git_74526025_0;destsuffix=vcs_cache/aad6b8a061fa553536e0c316a41769de0f2b7912cad69a71e0ea72d9bb262c8f"
SRC_URI += "git://github.com/oklog/ulid;protocol=https;nobranch=1;tag=v2.1.1;shallow=1;rev=96c4edf226ef639c92f96f42c7c2a161ae0e1a66;name=git_74526025_1;destsuffix=vcs_cache/aaf3b4cc210950472ca5f11135c0d7bb5cf17d9493d2bd55a72286845c1411fa"
SRC_URI += "git://github.com/creack/pty;protocol=https;nobranch=1;tag=v1.1.19;shallow=1;rev=8042b227ecab217df70cd53d5acb05d894485102;name=git_86cb0bb0_0;destsuffix=vcs_cache/b91d59df2bead4a4cfbe4d16ad86d92f8000ecb8d54cdc1fe84e407f054d4a05"
SRC_URI += "git://github.com/thales-e-security/pool;protocol=https;nobranch=1;tag=v0.0.2;shallow=1;rev=9355c1b759d063c9a2a5928a45370b2c3cee5f8c;name=git_8897cdcc_0;destsuffix=vcs_cache/ffbb81571a4caa257c4cd077f17f94e9755773da8b062ffd83fb33c677204512"
SRC_URI += "git://github.com/sergi/go-diff;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=57c41f4cb9849a2e83cdbd7644b31e6d7a7e2586;name=git_e1fff811_0;destsuffix=vcs_cache/c9a25f65511543cd2ef57e28e90d7ecf296f89053616332975c34804292e2430"
SRC_URI += "git://github.com/DataDog/go-runtime-metrics-internal;protocol=https;branch=main;rev=fdf1ef85b63307ebcaba4fd8a0dddcd2ed463b08;name=git_41e8a00b_0;destsuffix=vcs_cache/b5429f6d3f58f5e60fa06a18cd5e380de9914164bc09e8682294b2c932d77c58"
SRC_URI += "git://github.com/DataDog/datadog-go;protocol=https;nobranch=1;tag=v5.8.3;shallow=1;rev=c072b7ee33f0b3e44ca1b1ed216e148007240447;name=git_9a222a8d_0;destsuffix=vcs_cache/356766fcdb6d0f8e8838747c0c01f3c7792b52bf3fc0f10b2d0c7d7f3d28a9fe"
SRC_URI += "git://github.com/DataDog/datadog-agent;protocol=https;nobranch=1;tag=pkg/remoteconfig/state/v0.69.0;shallow=1;rev=46231665a7710bc837f542b2ad30a994f33ca950;name=git_c1e08c45_0;destsuffix=vcs_cache/ebd3d7d36d130855e4bdbf8fa0cd124a27b832bd3bc16948753b464690daa202"
SRC_URI += "git://github.com/DataDog/datadog-agent;protocol=https;nobranch=1;tag=comp/core/tagger/origindetection/v0.67.0;shallow=1;rev=bdf863ccc935821ea925abe7dc00ee9de991b90c;name=git_c1e08c45_1;destsuffix=vcs_cache/76fe57db454e17bc0fd536119b84dcb7fe6518159fbf3c64a31174347217ec0d"
SRC_URI += "git://github.com/DataDog/opentelemetry-mapping-go;protocol=https;nobranch=1;tag=pkg/otlp/attributes/v0.27.0;shallow=1;rev=67e66831012599082cc42cf877ea340266d95bb4;name=git_739211af_0;destsuffix=vcs_cache/ae428afe43f4942baf12473674a5f4c5757c8f9e67766cbc16f0aa937791b92f"
SRC_URI += "git://github.com/DataDog/go-libddwaf;protocol=https;nobranch=1;tag=v4.3.2;shallow=1;rev=2d6af48239a3c161f8960fff08bc982bac99428d;name=git_1bd1a0c6_0;destsuffix=vcs_cache/14a02a6c0c3f068a3b87ebd10fb325683811dd5304ecdbe2d5ec39151bbaeefe"
SRC_URI += "git://github.com/DataDog/sketches-go;protocol=https;nobranch=1;tag=v1.4.7;shallow=1;rev=cd8144afd502b4ee58d5f6c2efe49c4bcf56270b;name=git_ce112589_0;destsuffix=vcs_cache/02a8f73130ba0c4c2e5c2dbf05e7ec862e8514f503dde64d0cdaca6d6f6980dd"
SRC_URI += "git://github.com/DataDog/go-tuf;protocol=https;nobranch=1;tag=v1.1.0-0.5.2;shallow=1;rev=c63c6bbb218f4d16378ff431fde359d022000d85;name=git_11fc1cfb_0;destsuffix=vcs_cache/f40f44e38adec8d403e34200ca046422551d13b6545c3a89c10e068370c5b5ce"
SRC_URI += "git://github.com/DataDog/dd-trace-go;protocol=https;nobranch=1;tag=v2.3.0;shallow=1;rev=c95df190b2cdc14186f67b3845d133435cde6c74;name=git_34ff21e2_0;destsuffix=vcs_cache/9c0a9915da0c5dbfbc274a6fefe6ad420991aa81989adfdc89541d14b48bf1d7"
SRC_URI += "git://github.com/DataDog/go-sqllexer;protocol=https;nobranch=1;tag=v0.1.6;shallow=1;rev=ac9c3ea65ab7019aa16e85dec90cfec71c9db807;name=git_69be00e0_0;destsuffix=vcs_cache/9e0971711a1593be204ee08c49001f0018b05838d4257f7d599e567092bde0c0"
SRC_URI += "git://github.com/yashtewari/glob-intersection;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=9f24ebf25f62b3565b778d6ec98775caf0e37720;name=git_2842a744_0;destsuffix=vcs_cache/f808bebdb4b58643c351139a2ad430afee40f2154d96cfe1086091dbffa08d35"
SRC_URI += "git://github.com/subosito/gotenv;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=14a05352a5cf0f66fd7cbce114374f56065891f0;name=git_5b5e0365_0;destsuffix=vcs_cache/969b108156150f99db1b4fd02a8e4c75fe9263a14398b659bd61cae4c3e63199"
SRC_URI += "git://github.com/segmentio/asm;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=1cfacc81a878d4a07b13f51f2368cd86893d23fa;name=git_e15b7717_0;destsuffix=vcs_cache/502fb7489e46319491cb7797b768f4cf21776e6a313ed41bcb11b0aca6fb5e54"
SRC_URI += "git://github.com/mattn/go-colorable;protocol=https;nobranch=1;tag=v0.1.14;shallow=1;rev=1f71342c1ee78c126bcb69cd26ed8c2be7e016b3;name=git_65d23631_0;destsuffix=vcs_cache/d115108e05252e00501d24555b70931860f5e2506c9b51436969923bc59f5dd0"
SRC_URI += "git://github.com/mattn/go-sqlite3;protocol=https;nobranch=1;tag=v1.14.24;shallow=1;rev=846fea6c1443e8cc366fc1966fe078d7f825f6a9;name=git_e0a410bf_0;destsuffix=vcs_cache/ad3032213ab66d76e0b89c7fa1621d14dcd538fbc573fc12d5fa52741f03c248"
SRC_URI += "git://github.com/mattn/go-isatty;protocol=https;nobranch=1;tag=v0.0.20;shallow=1;rev=a7c02353c47bc4ec6b30dc9628154ae4fe760c11;name=git_bdb8c628_0;destsuffix=vcs_cache/d07760adabb0d05ba45e3c8997554326fa96668c12bc4572654f288670e1af35"
SRC_URI += "git://github.com/mattn/go-runewidth;protocol=https;nobranch=1;tag=v0.0.19;shallow=1;rev=7770d045cdc691f0fcb87b0364a83f0de2d1a421;name=git_54f38250_0;destsuffix=vcs_cache/523a9975f971d251a1280e23b98662bbc840575f3b0ae7bee343d331f19ca41c"
SRC_URI += "git://github.com/sirupsen/logrus;protocol=https;nobranch=1;tag=v1.9.4;shallow=1;rev=b61f268f75b6ff134a62cd62aee1095fa12e8d2e;name=git_02061634_0;destsuffix=vcs_cache/7834dd2379c75b18a314ce35955486d0a20f3e960006fc4e8ce53625189de3b5"
SRC_URI += "git://github.com/montanaflynn/stats;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=1727936164a32285e444b253ab5294ae5e103457;name=git_54ef09e2_0;destsuffix=vcs_cache/c28f9462d2da2b34d6931af32de4c4bda0a221804ff0cca80e920a94b962e92d"
SRC_URI += "git://github.com/tklauser/go-sysconf;protocol=https;nobranch=1;tag=v0.3.15;shallow=1;rev=e2b5de3ce2490cce4eecf9936bd13b221354353f;name=git_efdda4b7_0;destsuffix=vcs_cache/ed541446214fdfa759a416878ffdc9cdf356d862f139e1d65f391a4c317b38f4"
SRC_URI += "git://github.com/tklauser/numcpus;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=811473f67f8514a8a5155de98c4bd1989eebb154;name=git_a55a91ff_0;destsuffix=vcs_cache/b800cf34b733b1418de302b51fa34b402db0d82a2050a73eccf43c909d4a36bb"
SRC_URI += "git://github.com/dnephin/pflag;protocol=https;nobranch=1;tag=v1.0.7;shallow=1;rev=3a935adb2c0a21ac1161e3e8390415238ac6a35a;name=git_c628d64b_0;destsuffix=vcs_cache/09645d2aca86fb08048ef0acc92fdedf68eb49adb91a80c01ffe2741da9d7b5f"
SRC_URI += "git://github.com/theupdateframework/go-tuf;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=6ad7fe593e4042db3544c4b0fedbe66bac371c42;name=git_c3a66dbe_0;destsuffix=vcs_cache/bbec9c5e97a26007b5a7ef626e437d1c9638f745eb3bcef1032e95a3a76097d3"
SRC_URI += "git://github.com/theupdateframework/go-tuf;protocol=https;nobranch=1;tag=v2.4.1;shallow=1;rev=d361e2ea24e427581343dee5c7a32b485d79fcc0;name=git_c3a66dbe_1;destsuffix=vcs_cache/24410f9d68f2bef47751f65528b3ec3fa18dc875d5ba2e76e28fd98fe2c471f4"
SRC_URI += "git://github.com/frankban/quicktest;protocol=https;nobranch=1;tag=v1.14.6;shallow=1;rev=7c937a98c92dfcaffbb7feee5f64965f6aece031;name=git_7bad3199_0;destsuffix=vcs_cache/f65e832d9f3df35d267946cd94fd2fce2bf2e04cc1fca291a728a1eef3accab5"
SRC_URI += "git://github.com/apache/beam;protocol=https;nobranch=1;tag=sdks/v2.63.0;shallow=1;rev=af7f812ec8a241004d489408c8fe9fe9497186be;name=git_8be57447_0;destsuffix=vcs_cache/c854a1191698299c44f4451a62967208696c27f55739b2b7b4f6f3e1dcbd4f99"
SRC_URI += "git://github.com/AzureAD/microsoft-authentication-library-for-go;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=22fd2ee68abf6e6e926fa09387c078db25dad7e0;name=git_b3899c58_0;destsuffix=vcs_cache/a614c17b982b55683fa48ad6af54eeb7a0d805b231482bbbc5a0075a03e060fc"
SRC_URI += "git://github.com/AzureAD/microsoft-authentication-extensions-for-go;protocol=https;nobranch=1;tag=cache/v0.1.1;shallow=1;rev=7e3b8e2edf3379c15fedc91534ca7bd557e93784;name=git_753b3bb1_0;destsuffix=vcs_cache/4dfa1ccb3c79254b9b86ba5ab69a6274a487e913142ded9f54da4321edd0d87e"
SRC_URI += "git://github.com/jmhodges/clock;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=21de17d65b1b5cd83bb8fdbef90cb2ac369ce2dd;name=git_b37cb8b9_0;destsuffix=vcs_cache/8c9c1ab4309f37f4f3612fcce6ef176281401ccfc618d201a37f868f45097da2"
SRC_URI += "git://github.com/fullstorydev/grpcurl;protocol=https;nobranch=1;tag=v1.9.3;shallow=1;rev=d00c28104be4b06f4dd887196ccfc57b054aa069;name=git_bdeebcb7_0;destsuffix=vcs_cache/0889e663ca3fd1e7ae60851c83f4f30cb8bd922196d0475883d433dcc5eb7a78"
SRC_URI += "git://github.com/jackc/pgtype;protocol=https;nobranch=1;tag=v1.14.3;shallow=1;rev=ff37bbe614ddb94489973ae0cb8b443a5cfb71af;name=git_4a53e765_0;destsuffix=vcs_cache/c28686f78e4693c82518a46e243cf17c8339100347010e34717094a98c57b0e6"
SRC_URI += "git://github.com/jackc/puddle;protocol=https;nobranch=1;tag=v2.2.2;shallow=1;rev=bd09d14bd4018b6d65a9d7770e2f3ddf8b00af1c;name=git_c64e1e43_0;destsuffix=vcs_cache/f3334a91ad7dbb92655b9f37614612cc5df45c529576e03e8308dfed92ae9050"
SRC_URI += "git://github.com/jackc/pgpassfile;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=99d8e8e28945ffceaf75b0299fcb2bb656b8a683;name=git_3d88473b_0;destsuffix=vcs_cache/bcb7f6d6bafda56d4f5f42db214defa53f1769aa323ba6f941283d833ed326d1"
SRC_URI += "git://github.com/jackc/chunkreader;protocol=https;nobranch=1;tag=v2.0.1;shallow=1;rev=3c4a99247c6656284dd2be8d74438ca9bbb4f342;name=git_afb5aa14_0;destsuffix=vcs_cache/c795b7b423ab494f567d5943bcb521b87cf52f1ab5b94e89a5357dbd5396957f"
SRC_URI += "git://github.com/jackc/pgio;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=8d9c2a3dafd92d070bd758a165022fd1059e3195;name=git_90269ef9_0;destsuffix=vcs_cache/4cba6ab872a2219601f99847248d4e0438833e7479d66e67bb8b6dd805db7940"
SRC_URI += "git://github.com/jackc/pgservicefile;protocol=https;branch=master;rev=5a60cdf6a76120dc3d5152b95f3b5fd8aa7cc9eb;name=git_71385c65_0;destsuffix=vcs_cache/ddeb106f0a503bc56c2377cf8c3863fd5b039a12e3472f1f499e89f689d70793"
SRC_URI += "git://github.com/jackc/pgerrcode;protocol=https;branch=master;rev=6e2875d9b438d43808cc033afe2d978db3b9c9e7;name=git_0f497702_0;destsuffix=vcs_cache/373427e37d2aef89a64da82effb02d3a41ed94875e017a3516cba42fb01aa896"
SRC_URI += "git://github.com/jackc/pgconn;protocol=https;nobranch=1;tag=v1.14.3;shallow=1;rev=1860f4e57204614f40d05a5c76a43e8d80fde9da;name=git_4110ee27_0;destsuffix=vcs_cache/325523da1c8a3ecac1000f33e4525493f9115c76b60af70d4a839bee94cc3b41"
SRC_URI += "git://github.com/jackc/pgproto3;protocol=https;nobranch=1;tag=v2.3.3;shallow=1;rev=945c2126f6db8f3bea7eeebe307c01fe92bca007;name=git_ffddb3a9_0;destsuffix=vcs_cache/2ded67fb1710e67cf505ec5bca87188d8252c17e0f80c12dd4600d8238b408ed"
SRC_URI += "git://github.com/jackc/pgx;protocol=https;nobranch=1;tag=v4.18.3;shallow=1;rev=8f05c4741a1f381d845d07f3b6fe01dbf6d67d43;name=git_4fb6b0aa_0;destsuffix=vcs_cache/c47cf31fbb08a102a217681149785c88b072a8ed2e5df23ee8c50657685e4170"
SRC_URI += "git://github.com/jackc/pgx;protocol=https;nobranch=1;tag=v5.8.0;shallow=1;rev=fe8740aa0679b67e13d2f1744bce5b61567d584e;name=git_4fb6b0aa_1;destsuffix=vcs_cache/4577d61dbc2be5d3a12535c34a51eedb074e76ceae93ecc4b2d0f7b8401c6eba"
SRC_URI += "git://github.com/maxbrunsfeld/counterfeiter;protocol=https;nobranch=1;tag=v6.12.1;shallow=1;rev=8d10031ce2f7f78ad643b2e276e1ab9f2bd9c0e6;name=git_62bb399b_0;destsuffix=vcs_cache/cc179f66ecedf8c7a68a2212db00de17c283bdd456d777b66b40caf38f0967b7"
SRC_URI += "git://github.com/otiai10/copy;protocol=https;nobranch=1;tag=v1.14.0;shallow=1;rev=fba066acb0eb6e25d510073787741c0a8b31bf1e;name=git_e0ff6709_0;destsuffix=vcs_cache/fa080eff7c376d6beea03891f31a7d5865abee93d6d27a6e7afff2719c187015"
SRC_URI += "git://github.com/go-test/deep;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=9e863ff5cf900f95c7e8a5e8248300939257744b;name=git_59b468af_0;destsuffix=vcs_cache/1cb90ca52fcf8f3ad3e1d5bfe3a44c38b13f51e5917ff40c6081694315bd45bd"
SRC_URI += "git://github.com/googleapis/gax-go;protocol=https;nobranch=1;tag=v2.17.0;shallow=1;rev=f3fb23db5cd85c402dac650b2357356245711508;name=git_d73d62d0_0;destsuffix=vcs_cache/49c8edf32db5b7f2846762f89448e508829ef08fc9cabbf9bd60293b6fac948e"
SRC_URI += "git://github.com/googleapis/enterprise-certificate-proxy;protocol=https;nobranch=1;tag=v0.3.12;shallow=1;rev=fb4bf8a98b4390e2dbb7e883a3bd317a9cd37ba3;name=git_74b84612_0;destsuffix=vcs_cache/73e9ba722b8a6cc1d3c91a3187c0a838b0b9c24907400b7e66468c2ae715d5a1"
SRC_URI += "git://github.com/in-toto/in-toto-golang;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=db554e2ab6498a07d719e5374efa6ad4a7a7c222;name=git_bd024477_0;destsuffix=vcs_cache/69265427ff3ccf4c21841e67a3aac94611d3ed65c3af33479cd7816bdec13405"
SRC_URI += "git://github.com/in-toto/attestation;protocol=https;nobranch=1;tag=v1.1.2;shallow=1;rev=98dd36d4896a9bc1fded38ab12f4f464035c36fa;name=git_de1db936_0;destsuffix=vcs_cache/c9afe967ea4e5751fb018d13c01ee86a880270f07f46e7f6c38d9e86c07f25c2"
SRC_URI += "git://github.com/Masterminds/goutils;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=f1923532a168b8203bfe956d8cd3b17ebece5982;name=git_b267b5ec_0;destsuffix=vcs_cache/8eb3fffa1f3cd577c7f4c46828a53f22817e3d27d7475a2838b67a520ce7a742"
SRC_URI += "git://github.com/Masterminds/sprig;protocol=https;nobranch=1;tag=v2.22.0;shallow=1;rev=e4c0945838d570720d876a6ad9b4568ed32317b4;name=git_19d83dbb_0;destsuffix=vcs_cache/78218247de5716c7687bb4395d1bb1981412f3a794360fde204f10bbe2ef9a48"
SRC_URI += "git://github.com/Masterminds/sprig;protocol=https;nobranch=1;tag=v3.3.0;shallow=1;rev=e708470d529a10ac1a3f02ab6fdd339b65958372;name=git_19d83dbb_1;destsuffix=vcs_cache/6b4207b8c7d013c483646f5f7386acb35e85752ca0216b1a97a63a4f513a6734"
SRC_URI += "git://github.com/Masterminds/semver;protocol=https;nobranch=1;tag=v3.4.0;shallow=1;rev=61fc460d28283a91c53be65c2e0f20b494ac8ad9;name=git_ff930dd9_0;destsuffix=vcs_cache/b69d3fcaea23340a3ee6fdc0c141ba3d247100353aee6eb28dd426e0d62498b3"
SRC_URI += "git://github.com/Masterminds/semver;protocol=https;nobranch=1;tag=v1.5.0;shallow=1;rev=805c489aa98f412e79eb308a37996bf9d8b1c91e;name=git_ff930dd9_1;destsuffix=vcs_cache/516d1c086a5d96136437e4d445d3384b2c150d71220b84012bb687ada9fba5a9"
SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;nobranch=1;tag=ratelimit/v0.1.0;shallow=1;rev=2cdf9fc1e8a104e69a6487721514041c335d86f6;name=git_f80b47a3_0;destsuffix=vcs_cache/906f63aa0b71e9714823fdb45d45be4659d30de781b6a053c93f43371894845f"
SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=52b167a709f111e6298136064bbaae43419ab22f;name=git_f80b47a3_1;destsuffix=vcs_cache/7b9d6b3bb8d89496a2b4604c64fe742706539fd157f8455324b5c536248f32d6"
SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;nobranch=1;tag=envoy/v1.36.0;shallow=1;rev=58535202ab441f4a081410fb8eac61cc35562b32;name=git_f80b47a3_2;destsuffix=vcs_cache/4fe4015bae147a29bbb1ffd300666422c356cad9c50026d1bc2de6287e7679d9"
SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;nobranch=1;tag=v0.14.0;shallow=1;rev=71637ad69bbc5f51fbb2562e612a4365292804a5;name=git_f80b47a3_3;destsuffix=vcs_cache/2513f16d9e60ca640f7e1b10874f09f2a4915e2672b103b0edb7deee276349cf"
SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;nobranch=1;tag=v0.9.4;shallow=1;rev=ba8e577f987f6676343cac84525b92ed1b2d86fe;name=git_f80b47a3_4;destsuffix=vcs_cache/f149a73577cc7366678c404cd18196812505b84e63e52c4bb54a8fc51de6e119"
SRC_URI += "git://github.com/envoyproxy/protoc-gen-validate;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=4eb9011f3e6d551d067d87c89f082261164fac31;name=git_ac4e3fea_0;destsuffix=vcs_cache/5d34ceb851e2497d778dfd0ec26abacfe19fa4b018a2186a0b989321bc525b5d"
SRC_URI += "git://github.com/envoyproxy/protoc-gen-validate;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=9eff07ddfcb4001aa1aab280648153f46e1a8ddc;name=git_ac4e3fea_1;destsuffix=vcs_cache/17dee49ca0a12c9d068fb9ddd8d0ade5d40bec4965b4d5b57c0163c07b7cc1f7"
SRC_URI += "git://github.com/outcaste-io/ristretto;protocol=https;nobranch=1;tag=v0.2.3;shallow=1;rev=a9bee0151d186b422d4d6cc23e41a08f6c21f152;name=git_df5af671_0;destsuffix=vcs_cache/47afa4f9fad23b7b2b01307fe405f566e9741ca92c7cd61268e0848eddf4a28e"
SRC_URI += "git://github.com/armon/go-socks5;protocol=https;branch=master;rev=e75332964ef517daa070d7c38a9466a0d687e0a5;name=git_2b8f1887_0;destsuffix=vcs_cache/e611fb2e9fe86f2cb19c89c1dc37c0ad6b5656135015f1466fb20c934e3dc531"
SRC_URI += "git://github.com/armon/go-radix;protocol=https;branch=master;rev=7fddfc383310abc091d79a27f116d30cf0424032;name=git_74f970fc_0;destsuffix=vcs_cache/e4904b4185214577c9dda1b93a408003c57b5b654a94021925d1fd5bcaf3129f"
SRC_URI += "git://github.com/jtolds/gls;protocol=https;nobranch=1;tag=v4.20.0;shallow=1;rev=b4936e06046bbecbb94cae9c18127ebe510a2cb9;name=git_d2f6e184_0;destsuffix=vcs_cache/dd5cfff6e6a0707c8f8a8272ef6b888ab15fa63a5c11a9ccdd30dd6e338e868e"
SRC_URI += "git://github.com/alessio/shellescape;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=26fa1b3cc48d87f76ff79210a19ddd90de78660c;name=git_7e9580f7_0;destsuffix=vcs_cache/91bb4a89e05d12b1f8ae8317d21c6f8e294699d5acf55a09f9438dbcff7ceb46"
SRC_URI += "git://github.com/alessio/shellescape;protocol=https;nobranch=1;tag=v1.4.1;shallow=1;rev=be0896646a3f2d59dc1de4d149beb07c5b2c25c0;name=git_7e9580f7_1;destsuffix=vcs_cache/b6df6faa951714471e9756bce04e39433e1c6dcd2f1d2993179db194dc86c8b2"
SRC_URI += "git://github.com/tinylib/msgp;protocol=https;nobranch=1;tag=v1.2.5;shallow=1;rev=c0009dfe73ca014ae99309ab3f00ddf33e251906;name=git_5cb07172_0;destsuffix=vcs_cache/fceb4440ef2b0e3381380cded2df4661deece6074353b005536d1a11ed19a290"
SRC_URI += "git://github.com/coreos/go-systemd;protocol=https;nobranch=1;tag=v22.5.0;shallow=1;rev=d5623bf85e8e73ae6352f78ee6b55a287619dd4e;name=git_1f60ff15_0;destsuffix=vcs_cache/1240ab68de5778e9c43b2943db956bd157fab582cec5363f953cb5c72f2e445b"
SRC_URI += "git://github.com/coreos/go-semver;protocol=https;nobranch=1;tag=v0.3.1;shallow=1;rev=c16f28124668daf02b2a32a431dec2f183977ffc;name=git_54f8ad6f_0;destsuffix=vcs_cache/bc5814f476c03ba95df77de9e368f42150b3368b0f4ab21268b7478a13c35e00"
SRC_URI += "git://github.com/coreos/go-oidc;protocol=https;nobranch=1;tag=v3.17.0;shallow=1;rev=35b8e031bcac7fed73b96b09d42e6e233a6e6562;name=git_565daa15_0;destsuffix=vcs_cache/8e02c3ed848471cdcbb42e503ddcf14c273d8366034f1c5d58ec0d12e482656a"
SRC_URI += "git://github.com/soheilhy/cmux;protocol=https;nobranch=1;tag=v0.1.5;shallow=1;rev=5ec6847320e53b5fee0ab9a4757b56625a946c85;name=git_4d205919_0;destsuffix=vcs_cache/0eb8d423f961736e5cfd383d1dd7bf2ed7cb3502aa09c4ea7d57615fe3ff21e9"
SRC_URI += "git://github.com/Khan/genqlient;protocol=https;nobranch=1;tag=v0.8.1;shallow=1;rev=6309a6ef5f325d254be1a91756b56fd9ec5441a3;name=git_a5de43b7_0;destsuffix=vcs_cache/a16e4ca46fd9c46965f7ae58f9af4a2c3c50cfbf57da833f3c22273e87913884"
SRC_URI += "git://github.com/protocolbuffers/txtpbfmt;protocol=https;branch=master;rev=a481f6a22f9426d6c2cc3d4be185b28d156886e4;name=git_7455ffff_0;destsuffix=vcs_cache/3630afe8bb13421bb99e2d6959e50d0266d7da4d1b07500489da462956b20ad1"
SRC_URI += "git://github.com/mailru/easyjson;protocol=https;nobranch=1;tag=v0.7.7;shallow=1;rev=c120ca7ced6051261161ce15e8f1542a4b2567fc;name=git_4620abf9_0;destsuffix=vcs_cache/5b802334c301c91bd13cee6264caa8c327300bfc16173c6074fc315244620dd8"
SRC_URI += "git://github.com/chzyer/test;protocol=https;branch=master;rev=a1ea475d72b168a29f44221e0ad031a842642302;name=git_ad9a8e97_0;destsuffix=vcs_cache/e15872792aa8b087f6d3216a8e07cf2ca9bfde139ee58c466bbbb633416d2856"
SRC_URI += "git://github.com/chzyer/test;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=df62958a1fc106a4c9c9e0093aba3b5d2296307e;name=git_ad9a8e97_1;destsuffix=vcs_cache/07a1ab1518c2d0be620676528db5cb0d2f6f0d7a416a920164ffc4a46e018cb3"
SRC_URI += "git://github.com/chzyer/logex;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=2f95bdde8c3c97bfbf6d016fcc410669a895b9e7;name=git_18c99d76_0;destsuffix=vcs_cache/c7ac900071db2b2105ba6eee96af38c99133bb783104d6346e1f32a365a23d43"
SRC_URI += "git://github.com/chzyer/logex;protocol=https;nobranch=1;tag=v1.1.10;shallow=1;rev=cd112f618178aaaf4ea8592c8839f5276145d9cf;name=git_18c99d76_1;destsuffix=vcs_cache/92a6f8ff364d5c78129d723e93bc80561a4d6f62e89131c1c9f55157435fe20e"
SRC_URI += "git://github.com/chzyer/readline;protocol=https;branch=main;rev=2972be24d48e78746da79ba8e24e8b488c9880de;name=git_2b1d73c0_0;destsuffix=vcs_cache/8a803f89048e07c05fc7887b4f50d22643ddbc3edcd738b8d052084561a8bfa2"
SRC_URI += "git://github.com/chzyer/readline;protocol=https;nobranch=1;tag=v1.5.1;shallow=1;rev=7f93d88cd5ffa0e805d58d2f9fc3191be15ec668;name=git_2b1d73c0_1;destsuffix=vcs_cache/52071e641b114be49adcba007fd97faf1f4baeb21b57b3920f7baba279eb71fa"
SRC_URI += "git://github.com/clbanning/mxj;protocol=https;nobranch=1;tag=v2.7.0;shallow=1;rev=cc007f32c523caac701590a6b30200ee8d573176;name=git_5ee6b8d9_0;destsuffix=vcs_cache/c68e237248ba0b1578824791ddd2e9dca7451987cc369ea7eca22cf80ed6fa7c"
SRC_URI += "git://github.com/clbanning/mxj;protocol=https;nobranch=1;tag=v2.5.5;shallow=1;rev=f0d72b655eaaae461099187aaaa3d81381c969a6;name=git_5ee6b8d9_1;destsuffix=vcs_cache/641db9fd53d0ec0b20028c1bec83ba387c1b538d6e4fb90124e0935cda5306e2"
SRC_URI += "git://github.com/magefile/mage;protocol=https;nobranch=1;tag=v1.15.0;shallow=1;rev=9e91a03eaa438d0d077aca5654c7757141536a60;name=git_4be9d374_0;destsuffix=vcs_cache/cd691b4f51fcaa8a46555754e03c1a8dccb8013e7ad19921c5d806c9c43b8609"
SRC_URI += "git://github.com/bitfield/gotestdox;protocol=https;nobranch=1;tag=v0.2.2;shallow=1;rev=dd55b93f6657ee2969a6eaf98752bfd7ac122807;name=git_8b4c28ff_0;destsuffix=vcs_cache/756fb99025d50dda7f89d0b8d61152343d9fb46616989c3f182a89ab0808ef23"
SRC_URI += "git://github.com/ysmood/fetchup;protocol=https;nobranch=1;tag=v0.2.3;shallow=1;rev=7a28beb46a6bda0bd1865d851bca6ef7eea6dedd;name=git_4a1f81fb_0;destsuffix=vcs_cache/8c9dd6ebf834d7256887c2d14a754cf11453f2f3a5e2b0c8c05110052b6ee3a1"
SRC_URI += "git://github.com/ysmood/gson;protocol=https;nobranch=1;tag=v0.7.3;shallow=1;rev=c60042b432eb83a5b356d00e7c2db9813ac7e05f;name=git_e88b461e_0;destsuffix=vcs_cache/27ce5120c0465dfab869d1d5012071a3115381084f3a241d5de5330ed6bf71e6"
SRC_URI += "git://github.com/ysmood/goob;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=8c75c65e796d1537f826b45753f994617235f148;name=git_861b8a3e_0;destsuffix=vcs_cache/9d85527d5325cd688787ce40dccb6ea83312b580a4e5eba11e779e213a9cb6c7"
SRC_URI += "git://github.com/ysmood/got;protocol=https;nobranch=1;tag=v0.40.0;shallow=1;rev=abba87a7846a0f03b3f6384549694a33873733b7;name=git_55766c11_0;destsuffix=vcs_cache/eeb512ee1df2a3b4f92e5a5dc02e24f7963cec103929eec0113736a6ca67335b"
SRC_URI += "git://github.com/ysmood/leakless;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=92f99d503ecc69fba51c2717b516363359e53028;name=git_cc40b049_0;destsuffix=vcs_cache/ea236bef84d8f62f430439cdcf1cab367fcd2b2371ced56810ccd36d18be2dd9"
SRC_URI += "git://github.com/ulikunitz/xz;protocol=https;nobranch=1;tag=v0.5.14;shallow=1;rev=7184815834c4777e8fa665946721d5fe114c2c35;name=git_0eda9f24_0;destsuffix=vcs_cache/586ce99f185d6db57574490b0d3f6457e475b89e7d5837e7d0a98e329eadede3"
SRC_URI += "git://github.com/andreyvit/diff;protocol=https;branch=master;rev=c7f18ee00883bfd3b00e0a2bf7607827e0148ad4;name=git_88982148_0;destsuffix=vcs_cache/da5670d883c8a2ff4f56e885d21c55be0921281f0561857b8437e59c861fba5a"
SRC_URI += "git://github.com/jhump/protoreflect;protocol=https;nobranch=1;tag=v1.17.0;shallow=1;rev=06e5c080c18291d5fc9635173444047681937b9e;name=git_1a088345_0;destsuffix=vcs_cache/b8b10c2004a56c3a0195a6336880fea7f8f87993b6ce2078703df28c64a8553f"
SRC_URI += "git://github.com/wolfeidau/quickzip;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=adce8d0807853e0a90382fa67397a42a53ed0baa;name=git_489c024e_0;destsuffix=vcs_cache/17d1d511d4e0ba38e86c9e46d58a501d7d4ddcb62306df8ba932ed62981e20a5"
SRC_URI += "git://github.com/opencontainers/go-digest;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=ea51bea511f75cfa3ef6098cc253c5c3609b037a;name=git_552be1ee_0;destsuffix=vcs_cache/1a4d20c74c510ca00ecb86a3379c151579ed626508723e74a394480a71a0af24"
SRC_URI += "git://github.com/opencontainers/image-spec;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=147f9c13cedb47a0c4d9a11a222961073d585877;name=git_a9e099ef_0;destsuffix=vcs_cache/5bb7cbac46d5df774d087c364c00445553d3db253ca80dc7050c4e57832c118d"
SRC_URI += "git://github.com/yuin/goldmark;protocol=https;nobranch=1;tag=v1.1.27;shallow=1;rev=12fc98ebcd751822bbd43314119e483472e6f55f;name=git_40d8a3db_0;destsuffix=vcs_cache/fb45f805a799ac2f897942f334c68fc215fa5bfc06f4b0277d583fe78f6c36ca"
SRC_URI += "git://github.com/yuin/goldmark;protocol=https;nobranch=1;tag=v1.1.30;shallow=1;rev=184f8ef62242381890547fe7e844aaf255ad5257;name=git_40d8a3db_1;destsuffix=vcs_cache/1e576b29e9627f3a99ff99506e8ca2071a280fad1954f7aaebc5ccccaad8fb3b"
SRC_URI += "git://github.com/yuin/goldmark;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=91e5269fb0f873f91c9a01e98f32de15ca49440f;name=git_40d8a3db_2;destsuffix=vcs_cache/4c58efe0c28d74a0131cf65fc06af9bf723f3852cb20f81dce6ce9ae50793119"
SRC_URI += "git://github.com/yuin/goldmark;protocol=https;nobranch=1;tag=v1.4.13;shallow=1;rev=c0856327b39b00b39b5d7e1f5ed0eed8bb1b6a23;name=git_40d8a3db_3;destsuffix=vcs_cache/fbec1a06cf7d810b36a87559756866f825159c4db030b543bd6359717d401035"
SRC_URI += "git://github.com/yusufpapurcu/wmi;protocol=https;nobranch=1;tag=v1.2.4;shallow=1;rev=6c94d732ac31d45ca1f62731b1682157ce85e224;name=git_4cf58ff8_0;destsuffix=vcs_cache/d49837721a364d478340dfb90d65ec9e1396a051aa1caa5e190af739ff9fcdbb"
SRC_URI += "git://github.com/oleiade/reflections;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=def9a377dea060538575e78dd338f69a6fd90c7d;name=git_778b3df5_0;destsuffix=vcs_cache/e9a8b6cebad0759e75efd144284c54e7a07946b780ab075733d2889cfee90799"
SRC_URI += "git://github.com/go-rod/rod;protocol=https;nobranch=1;tag=v0.116.2;shallow=1;rev=01a50b925312b71fc59f6eb0d8f489a5195ec448;name=git_b3006ffb_0;destsuffix=vcs_cache/56a3074e00ed3cc5a312cd4b264c9070764ea81790bf8a1147690ab65ad79579"
SRC_URI += "git://github.com/pelletier/go-toml;protocol=https;nobranch=1;tag=v2.2.4;shallow=1;rev=ee07c9203b72060f12e31c04ace80e8a187d5a67;name=git_5fc8a683_0;destsuffix=vcs_cache/024e6f520632e6be8a8fbc0202fdf0da2cfc0266ff95451a8e8d944dd0d8882f"
SRC_URI += "git://github.com/pelletier/go-toml;protocol=https;nobranch=1;tag=v1.9.5;shallow=1;rev=fed1464066413075eac02cd4dc368b5221845541;name=git_5fc8a683_1;destsuffix=vcs_cache/22bc2e212b193b23af04b0014dd6e6f15e66953913e88670099f8375927b48c7"
SRC_URI += "git://github.com/x448/float16;protocol=https;nobranch=1;tag=v0.8.4;shallow=1;rev=cb9afec31f2649663ebb64da5c6c32c3d365c3ca;name=git_b79b770f_0;destsuffix=vcs_cache/e395eca01f11e874b5b2b165e3dc2620faa30374fb308657449d3a3023ce5cbb"
SRC_URI += "git://github.com/ThalesIgnite/crypto11;protocol=https;nobranch=1;tag=v1.2.5;shallow=1;rev=a81014c7c41025fb5533c0c6b1b14bec016be695;name=git_4f69c427_0;destsuffix=vcs_cache/622cf1c0ea99dee790e4185e4acebb3d9f62b6a0815c07b28bbef04ff1d299f8"
SRC_URI += "git://github.com/graph-gophers/graphql-go;protocol=https;nobranch=1;tag=v1.9.0;shallow=1;rev=a1d9dcaaaf9eb1397070718c39cbce57a429d8fb;name=git_e9f2e41f_0;destsuffix=vcs_cache/51d115b0a2cb44af09b1d472fe7a15158b8149d7a02884a5fbcda34f621ff6f7"
SRC_URI += "git://github.com/go-piv/piv-go;protocol=https;nobranch=1;tag=v2.5.0;shallow=1;rev=65bdacedce76cc718f3968e5b6f805ddf19b720d;name=git_1ae6f73c_0;destsuffix=vcs_cache/508eca80216fb114a4a300d558b68e9b5eafc4eae581452c9b40e7d8febdd0f1"
SRC_URI += "git://github.com/gowebpki/jcs;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=1a4242a66e1a8e03d7458324d0bc95c327527cbb;name=git_5f26dab6_0;destsuffix=vcs_cache/faf51246d92d2a000c3c54f0165b75410c9659b6a6f9b27c2578cbbc8fb0843d"
SRC_URI += "git://github.com/remyoudompheng/bigfft;protocol=https;branch=master;rev=24d4a6f8daece64d3c9a7660d4ee0974c4e31021;name=git_b54a2ca5_0;destsuffix=vcs_cache/7d1908bf588e206ad3da4076284c7620c6d428317817d1f4891b43bcd2501b65"
SRC_URI += "git://github.com/lufia/plan9stats;protocol=https;branch=main;rev=8bc96cf8fc35265ba2a17997e3f3e52f69259370;name=git_bd0c2f41_0;destsuffix=vcs_cache/9e928ddddda5ab3de8baef8effe584f82444c19539150802cdfe5bfaa0676dda"
SRC_URI += "git://github.com/cihub/seelog;protocol=https;branch=master;rev=f561c5e57575bb1e0a2167028b7339b3a8d16fb4;name=git_cbbe2745_0;destsuffix=vcs_cache/a11f59069832c40e3984e0e1cd4acbb8bd0e31bc988c219df6b3a586a9f7520d"
SRC_URI += "git://github.com/valyala/fastjson;protocol=https;nobranch=1;tag=v1.6.7;shallow=1;rev=b2db15556365622f27f99c4a58f457adc7a20961;name=git_80bcc092_0;destsuffix=vcs_cache/613011465ce457bd0ab547b333ae9230883d8be78d88007f9d3d5e5d4a5ef6b6"
SRC_URI += "git://github.com/go-viper/mapstructure;protocol=https;nobranch=1;tag=v2.5.0;shallow=1;rev=9aa3f77c68e2a56222ea436c1bfa631f1b1072d5;name=git_2ea12042_0;destsuffix=vcs_cache/3bfaa2e7553753ef9eb595609273310a8498c5d5f4d43000c69a7bd2bb39a3ef"
SRC_URI += "git://github.com/sourcegraph/conc;protocol=https;branch=main;rev=5f936abd7ae87036af1f75c95fb9d0daaf00116b;name=git_40e2eeda_0;destsuffix=vcs_cache/d0ac12bfbd92b7b9c71000ef4be5c3b82ae44ec1d14ec766f9ebe5231438f15c"
SRC_URI += "git://github.com/godbus/dbus;protocol=https;nobranch=1;tag=v5.2.2;shallow=1;rev=a8ac15ba63645f02ffd57f4b443203279ab40b30;name=git_d9e1e146_0;destsuffix=vcs_cache/d09829bdabb6a89f6b1f044fce2b1e22f496b44ede2430cda489084fe4c1205b"
SRC_URI += "git://github.com/go-logr/logr;protocol=https;nobranch=1;tag=v1.4.3;shallow=1;rev=38a1c47ef633fa6b2eee6b8f2e1371ba8626e557;name=git_e0ff909e_0;destsuffix=vcs_cache/5b4f8e13d26b7581594ade5c47d93fb87ebb7720ce23eff7afaed11743464e1f"
SRC_URI += "git://github.com/go-logr/logr;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=99e02a994f50f904b6b201df394776cf687238a9;name=git_e0ff909e_1;destsuffix=vcs_cache/761d6b76e4ca57583edd8a7d6cf39d5a0c0dfd1fb4f82f099c044f754193f7d1"
SRC_URI += "git://github.com/go-logr/stdr;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=521af2addfa7c81c8a65d0e85ed34bb6bb6dc262;name=git_76834f06_0;destsuffix=vcs_cache/e69aa58ea5f2f28aa8623652f5e6643b2299d9fe8ba1e6c73a8e3d602290ac67"
SRC_URI += "git://github.com/gabriel-vasile/mimetype;protocol=https;nobranch=1;tag=v1.4.12;shallow=1;rev=6b840f6e5c8121eaaea8aecfb8594d9f5b285271;name=git_6ec51d16_0;destsuffix=vcs_cache/2c73cda5f957a0d1e76eb0126f100fd921b10c6245a0bd3ad6f39585e578665e"
SRC_URI += "git://github.com/huandu/go-clone;protocol=https;nobranch=1;tag=v1.7.3;shallow=1;rev=a5b2ad729df74320d496b19f47f5d0ab37653539;name=git_50c92048_0;destsuffix=vcs_cache/6d76bef46d969272abbf3c54a9c89a62eded6f0d0c3952354ed017813e084a99"
SRC_URI += "git://github.com/huandu/xstrings;protocol=https;nobranch=1;tag=v1.5.0;shallow=1;rev=1040c040a86302c5a4de066f5653bccdff2ecd2f;name=git_86fff295_0;destsuffix=vcs_cache/b79834bb0fe1feb0d1aa69de77cd803b494ff880f1c14cb5faf0dddd4536f6b5"
SRC_URI += "git://github.com/huandu/go-sqlbuilder;protocol=https;nobranch=1;tag=v1.39.1;shallow=1;rev=86715e9ba7c9e3cb06954dec6c9bea84cdfcaeb7;name=git_a85d74de_0;destsuffix=vcs_cache/b55f9783ce1ec834f5be3bfb31ec2fba3d46b6df4e3b814ef3eb14d9f7bd3f22"
SRC_URI += "git://github.com/saracen/zipextra;protocol=https;branch=master;rev=f1aa42d25216406b807fb45538d0c329b8f2c928;name=git_e9f7370a_0;destsuffix=vcs_cache/8e1c78cc60e1895345e831d07b20027351db2b0c0e8305208de8a6e3bd508912"
SRC_URI += "git://github.com/ianlancetaylor/demangle;protocol=https;branch=master;rev=28f6c0f3b63983aaa99575ca3b693afff7996387;name=git_92f2e92b_0;destsuffix=vcs_cache/6e36f8d337dfd06a7e6cccc8587108b9e30c4a654c06b3155241e230385a2eb6"
SRC_URI += "git://github.com/ebitengine/purego;protocol=https;nobranch=1;tag=v0.8.4;shallow=1;rev=a52bc8357ac935129f101c8483804e1fc0e52161;name=git_bbd4021d_0;destsuffix=vcs_cache/12287e60803efa049f48bf5d16fd651af1e7cc2212b4d7ad8c8c8e4155b5482d"
SRC_URI += "git://github.com/posener/complete;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=98eb9847f27ba2008d380a32c98be474dea55bdf;name=git_f1e0e558_0;destsuffix=vcs_cache/185f5f55a8fb2c19ce2969eb875e4cebf07fe0d155c7c2a13b59ffe1d1f78a4e"
SRC_URI += "git://github.com/blang/semver;protocol=https;nobranch=1;tag=v3.5.1;shallow=1;rev=2ee87856327ba09384cabd113bc6b5d174e9ec0f;name=git_b6bc1865_0;destsuffix=vcs_cache/fb904b093dc37ee6efcaa2a562389f10a2411237cdeef7cddf15818be70366d1"
SRC_URI += "git://github.com/blang/semver;protocol=https;nobranch=1;tag=v4.0.0;shallow=1;rev=af3461a9cbcf1f3f5889d21b83f5ef63880c33a8;name=git_b6bc1865_1;destsuffix=vcs_cache/592c6d9a3fd1b340b1d148a1229b29c0f07951f6a2324b4abdbe310d546bda36"
SRC_URI += "git://github.com/danieljoos/wincred;protocol=https;nobranch=1;tag=v1.2.3;shallow=1;rev=623325312d3224d48d131159187b93e906216563;name=git_340c15e0_0;destsuffix=vcs_cache/27fc7633a915ecb9e3e3c6095cfd2d495010d4208024eefb538180b978864222"
SRC_URI += "git://github.com/tmc/grpc-websocket-proxy;protocol=https;branch=master;rev=673ab2c3ae75cc01952b84b88590e30e75dcf395;name=git_d76e2b7f_0;destsuffix=vcs_cache/0649f951fd33c15edac652de5124561a8e85424635180a5dba6a7093d33fc71c"
SRC_URI += "git://github.com/transparency-dev/tessera;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=de10380629e1b0a2140b8d4256a23d8253108134;name=git_46e52529_0;destsuffix=vcs_cache/3ebb32e8ad935ef56c7a3943e5cd3cbf8100757708de903d3de610adf67940d4"
SRC_URI += "git://github.com/transparency-dev/formats;protocol=https;branch=main;rev=404c0d5b696c6a3e4eb9cec706cfc3550cc47e52;name=git_d2a1a757_0;destsuffix=vcs_cache/968921f38a5932901522d8dad3d99ef03c554eb958e6b809606dcae3d3a778dc"
SRC_URI += "git://github.com/transparency-dev/merkle;protocol=https;nobranch=1;tag=v0.0.2;shallow=1;rev=036047b5d2f7faf3b1ee643d391e60fe5b1defcf;name=git_f8d2b00f_0;destsuffix=vcs_cache/11ca4461c55ebf4faefccb747a99c74860939f428aba666c5e7b7727ed758c08"
SRC_URI += "git://github.com/client9/misspell;protocol=https;nobranch=1;tag=v0.3.4;shallow=1;rev=b90dc15cfd220ecf8bbc9043ecb928cef381f011;name=git_75d9c67f_0;destsuffix=vcs_cache/124db3874e1d4102a9dc47478928c54062b3baec396eed15d1359e70ed21b796"
SRC_URI += "git://github.com/sagikazarmark/locafero;protocol=https;nobranch=1;tag=v0.11.0;shallow=1;rev=d051b254767db64f7c9b392375a86f2385879606;name=git_43f789e0_0;destsuffix=vcs_cache/6ddb77c1e3c6bcd986037983b628b8580eab2edb277e8a1279371bffe2e6124f"
SRC_URI += "git://github.com/shirou/gopsutil;protocol=https;nobranch=1;tag=v4.25.8;shallow=1;rev=02f56286d39e5e08b74923227d9d3ae3c6b32042;name=git_35df165a_0;destsuffix=vcs_cache/7e0155a52f3951b3b33102747d6a7af290d4bd463ca7c9e29f2e80ef4bd57042"
SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;protocol=https;nobranch=1;tag=v2.3.3;shallow=1;rev=390bcef25adebe4b0c7dbb365230c0a856737afe;name=git_e9f7c9ac_0;destsuffix=vcs_cache/8b1055041385727a90afdb6e740469c00e9b07bdb388958f18c9b72cc7c6fe2b"
SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;protocol=https;nobranch=1;tag=providers/prometheus/v1.1.0;shallow=1;rev=53040665d19bab33e444905822557433511bb981;name=git_e9f7c9ac_1;destsuffix=vcs_cache/42aacc0b51ca4683515670ecfde267af8722802b2bb4d002d5647da7d38f9a47"
SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=d42ae9d517069c2bd7f9339147a0eafa86b3d4a3;name=git_e9f7c9ac_2;destsuffix=vcs_cache/2c3d6a14c9d868e09c73fb1501f88baa56bc76a8d71adfb32dfd71f46e9fc253"
SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;protocol=https;nobranch=1;tag=v1.16.0;shallow=1;rev=094a6fe78b3ca888297d090185cdf30f0e42e157;name=git_3fba78e5_0;destsuffix=vcs_cache/dcb67129f7f42088caddd617e1d006a98ef75266189d65ac236c39b060bd23ab"
SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;protocol=https;nobranch=1;tag=v2.27.7;shallow=1;rev=3406565cacd3a0f87e4c71c0efc73e7c0a31c568;name=git_3fba78e5_1;destsuffix=vcs_cache/817865c7559b19b9736adf373c261c84eb727d4cab00a609779a0a7a26f41891"
SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-prometheus;protocol=https;branch=master;rev=82c243799c991a7d5859215fba44a81834a52a71;name=git_b160b895_0;destsuffix=vcs_cache/2f18d788ce41132843eca0f4ca73b4864aa7ad51a636ed8facba2e3905b8198a"
SRC_URI += "git://github.com/olekukonko/tablewriter;protocol=https;nobranch=1;tag=v1.1.4;shallow=1;rev=a0dea8a90a8a0c7610afb5588d2f15a57f4aa9a2;name=git_b777bc51_0;destsuffix=vcs_cache/0e744cb873518f14c1f9de24401f4a9d7cce7dd23f1c5e9d476663fd533c9af3"
SRC_URI += "git://github.com/olekukonko/errors;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=92731d2d912b9c44f9eacf0b138bfe40e2cbe1de;name=git_128f1760_0;destsuffix=vcs_cache/9f8eee3d03d4c615fd7d2b586f817d80061f17bd604a08c4b1615458b670b2e1"
SRC_URI += "git://github.com/olekukonko/cat;protocol=https;branch=main;rev=50322a0618f6f48488d955217745beecac3a3d5c;name=git_777bc8fe_0;destsuffix=vcs_cache/19ba36fff6411930e76fdec22c64609b7c02b991f4e163ba1066a0f231ebf636"
SRC_URI += "git://github.com/olekukonko/ll;protocol=https;nobranch=1;tag=v0.1.6;shallow=1;rev=7b1ef4a23cbadc7c0381555a3c0259e5230331a6;name=git_5dc3977f_0;destsuffix=vcs_cache/5d2aa4c04af35f59c607dc21749e11706f4003b92910afd22963922f1672dc3b"
SRC_URI += "git://github.com/bufbuild/protocompile;protocol=https;nobranch=1;tag=v0.14.1;shallow=1;rev=4082cf0effa602efd1a38af1d586cfa8b56a7ae2;name=git_aa2c8556_0;destsuffix=vcs_cache/4fbab7b41b08473a1c60e8bd4da75d72b34097b589db036afc3a5edaf43b3588"
SRC_URI += "git://github.com/bmatcuk/doublestar;protocol=https;nobranch=1;tag=v4.6.1;shallow=1;rev=180028ba525d3116cc917ac3179e79428acfd89c;name=git_2fe9d6ae_0;destsuffix=vcs_cache/c6e80d9a867b7fcae8c61b388b7a568b23e4870c75ab6a48dd6cc9275de19487"
SRC_URI += "git://github.com/kelseyhightower/envconfig;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=0b417c4ec4a8a82eecc22a1459a504aa55163d61;name=git_08874b81_0;destsuffix=vcs_cache/5590629036a8e836ba461733f0888aa9e28794705149e528d420c896caf11d7e"
SRC_URI += "git://github.com/go-task/slim-sprig;protocol=https;branch=master;rev=348f09dbbbc0ff8b922a311da7a90cd014b69aa3;name=git_0442e1d1_0;destsuffix=vcs_cache/26a23c89253033ca9fe9b4aec49ac8119bd27cce166e936940450684a5ec9e38"
SRC_URI += "git://github.com/go-task/slim-sprig;protocol=https;nobranch=1;tag=v3.0.0;shallow=1;rev=b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894;name=git_0442e1d1_1;destsuffix=vcs_cache/8dd5020cf322cc4f91014ac7828ac4826cba4ce7da08320ac497d655159088a5"
SRC_URI += "git://github.com/opentracing/opentracing-go;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=d34af3eaa63c4d08ab54863a4bdd0daa45212e12;name=git_198e2417_0;destsuffix=vcs_cache/74f64728aa8efcb14baafd00e9e6005750d9b20c98b28ecc6407a440d0b25498"
SRC_URI += "git://github.com/go-redis/redismock;protocol=https;nobranch=1;tag=v9.2.0;shallow=1;rev=d2847659aa24292432dccedf708d608b2f5f1330;name=git_1cf29ad8_0;destsuffix=vcs_cache/72618c1c61b366fa6473e8313c42e160ff84ea1e3edc63b6c66706f6b84beabc"
SRC_URI += "git://github.com/go-redis/redis;protocol=https;nobranch=1;tag=v6.15.9;shallow=1;rev=16ab0f2ac309166bfef5cde51742f84c61c1e73c;name=git_4b576b14_0;destsuffix=vcs_cache/df3c1da3b17012d182b5eb39218658a13a19911ebb7c862ddc1fee214397d2a2"
SRC_URI += "git://github.com/zmap/zcrypto;protocol=https;branch=master;rev=03c45d0bae983129e5753bdd551834297ce118bf;name=git_d454f19a_0;destsuffix=vcs_cache/af1a3691cd96e5ae75636527999d264253636b6b6b8b5822308e1a0b4ca1fbf8"
SRC_URI += "git://github.com/zmap/zlint;protocol=https;nobranch=1;tag=v3.6.6;shallow=1;rev=c2d9286c1f143188ab3cd8808105c06982e78f0e;name=git_218eccad_0;destsuffix=vcs_cache/50b761c7d1053a2f98cb7232ab939fb63047e5a60b701de242088a2684ed9381"
SRC_URI += "git://github.com/BurntSushi/toml;protocol=https;nobranch=1;tag=v0.3.1;shallow=1;rev=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005;name=git_ec7059c7_0;destsuffix=vcs_cache/c7591feaba0db5f458f0e6745283c8246ea0f50af4eb4714a53ff88805ecd88a"
SRC_URI += "git://github.com/go-openapi/jsonreference;protocol=https;nobranch=1;tag=v0.21.5;shallow=1;rev=8b85573320ccec4f4f1e962e09c1fab880cbfc23;name=git_2d19bf8f_0;destsuffix=vcs_cache/a22758c4d4c627c8a25a37edf5556f1a9948325bbec0fab2e7c7c5463db8973d"
SRC_URI += "git://github.com/go-openapi/errors;protocol=https;nobranch=1;tag=v0.22.7;shallow=1;rev=0c61a55c8575f63f743cf5a3308dbd48b12eb970;name=git_2f7f139e_0;destsuffix=vcs_cache/54a0bf002cf7fafb70729983ca51f189bceee7c36ecd0b75fe3d55e76add9cd4"
SRC_URI += "git://github.com/go-openapi/swag;protocol=https;nobranch=1;tag=jsonname/v0.25.5;shallow=1;rev=86905ccd10f1987a41dd6988b6a6ec8c475bc449;name=git_8c33ed8b_0;destsuffix=vcs_cache/97266eba04067e616c6d2966d9fe0748c18b47c1c75240f00215c55d61645173"
SRC_URI += "git://github.com/go-openapi/validate;protocol=https;nobranch=1;tag=v0.25.2;shallow=1;rev=2021e2ad7aa967d6c643f393633b8f9a42ddaf00;name=git_e8a696d7_0;destsuffix=vcs_cache/a40798525cd2559a382d1e07f13fcd9018c4f962a50d8101e45daad6b7ee86a2"
SRC_URI += "git://github.com/go-openapi/strfmt;protocol=https;nobranch=1;tag=v0.26.0;shallow=1;rev=189f0ccaa20ef938d1535947c092fed7d31f5f9c;name=git_5147ce60_0;destsuffix=vcs_cache/3e96bd2b484b6cc6d6bf04acca6a2f45e892bad33c8356703d5994e3984f6a8c"
SRC_URI += "git://github.com/go-openapi/analysis;protocol=https;nobranch=1;tag=v0.24.3;shallow=1;rev=c3fa783a0dfab17e7a0463a02f614d5f5428d4bc;name=git_1c9ed6e9_0;destsuffix=vcs_cache/c9a38cba6e1401e9a82affc769f4be9ba9280852551fe72d883bdbaf80e6b776"
SRC_URI += "git://github.com/go-openapi/jsonpointer;protocol=https;nobranch=1;tag=v0.22.5;shallow=1;rev=e232aafbbdce6abbf028e4d6efebf845e1ff8148;name=git_a3358eda_0;destsuffix=vcs_cache/abf24edf6b6d782a40eae204e7d27ac37aebffcc286ba23e4c02a66fb2ad88ca"
SRC_URI += "git://github.com/go-openapi/spec;protocol=https;nobranch=1;tag=v0.22.4;shallow=1;rev=d6177ef6dbe2c9f47a1e0c362403848dea6027b7;name=git_e4b4df8f_0;destsuffix=vcs_cache/de2752a6a0b287240339b76144a60c409fe66d8956a7163c49ac72dc0e44fdf5"
SRC_URI += "git://github.com/go-openapi/testify;protocol=https;nobranch=1;tag=enable/yaml/v2.4.1;shallow=1;rev=d83a43897d79dbd8519c9eb1d848970dbbd2ff93;name=git_6d096270_0;destsuffix=vcs_cache/3d06641cce83f8cb0239c33ac2a45a4ad8ce69543416aa555a8acf02de909e19"
SRC_URI += "git://github.com/go-openapi/loads;protocol=https;nobranch=1;tag=v0.23.3;shallow=1;rev=09444f2f2218f880e3e613c38f9fff713623d0bf;name=git_e70762e1_0;destsuffix=vcs_cache/5128d105fceda11511719c8d3436e3222b95133854e6750c41b450d09a01c1dc"
SRC_URI += "git://github.com/go-openapi/runtime;protocol=https;nobranch=1;tag=v0.29.3;shallow=1;rev=b00b2f1c2f099301ea6856bfca3ca9321811cd1e;name=git_370ff3c3_0;destsuffix=vcs_cache/092b77d71a275ccfa7c676cbb07d2bbd87871ccb29e594208ee8eb3830494f09"
SRC_URI += "git://github.com/emicklei/proto;protocol=https;nobranch=1;tag=v1.14.3;shallow=1;rev=032dc916c88e821c57ee12906baf82c48889e869;name=git_0cbb6f8a_0;destsuffix=vcs_cache/550f9211e6e973b919cd38bbcc4ff51b7bf0b835f092d17535f544577c246216"
SRC_URI += "git://github.com/emicklei/go-restful;protocol=https;nobranch=1;tag=v3.13.0;shallow=1;rev=3fae6e4c6809ebc26315d163196ea7ab8e0685cb;name=git_98baf7ea_0;destsuffix=vcs_cache/2b1cb5344031e14606bed4c9c1a5462fa536c12e0f7359188d69f5709fdff9a1"
SRC_URI += "git://github.com/qri-io/jsonpointer;protocol=https;nobranch=1;tag=v0.1.1;shallow=1;rev=d7bf6a8decdffbc01aec9d49b33fc589041b3335;name=git_4ac127b1_0;destsuffix=vcs_cache/b67144e085e9ad9c55b6fa5530846e0f5fea5192dd2598b1738ec5a36f78c57f"
SRC_URI += "git://github.com/qri-io/jsonschema;protocol=https;nobranch=1;tag=v0.2.1;shallow=1;rev=648e8ca37675de448fe0913e127231487c697456;name=git_bdac0a70_0;destsuffix=vcs_cache/393de23a76eb320dc1b273dec60c2138c48b901def16bbc413ba3b8c70f23616"
SRC_URI += "git://github.com/gorilla/websocket;protocol=https;branch=main;rev=e064f32e3674d9d79a8fd417b5bc06fa5c6cad8f;name=git_05a135b6_0;destsuffix=vcs_cache/722c87c831f4b73fd3a40f24d8693191974f7a5a180d73f29a05c9bb3f84589f"
SRC_URI += "git://github.com/eggsampler/acme;protocol=https;nobranch=1;tag=v3.6.2;shallow=1;rev=cee0a72e65be5f65e4aa783e5c96d010c4e51b18;name=git_03997204_0;destsuffix=vcs_cache/60bb7b55cc98edc14f2a035b1eb1726d637c91e6adf74b4b6451f2df81e095fc"
SRC_URI += "git://github.com/beevik/ntp;protocol=https;nobranch=1;tag=v1.5.0;shallow=1;rev=bf2a50c2f9035259d3e3b2b27eb5d780d35805c6;name=git_043920bc_0;destsuffix=vcs_cache/ddcaa990b4094faf6ae46dcf8d3fd8999ff3b0afcf64df965e890a20f00619a3"
SRC_URI += "git://github.com/cavaliercoder/badio;protocol=https;branch=master;rev=ce5280129e9e9d80def35bfe203b845a4eebc9db;name=git_63e32c6a_0;destsuffix=vcs_cache/f7116b15d20c2d6db0f167ed3ca92d8ffdb36604e89244f4e9b44ec7f12f8dfb"
SRC_URI += "git://github.com/cavaliercoder/go-rpm;protocol=https;branch=main;rev=8cb9fd9c31a80e4a4a4aaa048668729caa126063;name=git_aba08365_0;destsuffix=vcs_cache/8a265df75113e12d296f5824bb1530819806e30026a379abee4799a8c63ef1b1"
SRC_URI += "git://github.com/pmezard/go-difflib;protocol=https;branch=master;rev=5d4384ee4fb2527b0a1256a821ebfc92f91efefc;name=git_b66720d7_0;destsuffix=vcs_cache/542a02198867d48986449e0f3353a6afa6fd53ac0a9f07be5882207092512174"
SRC_URI += "git://github.com/pmezard/go-difflib;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=792786c7400a136282c1664665ae0a8db921c6c2;name=git_b66720d7_1;destsuffix=vcs_cache/c04ad296d2e3203fda8b7ca96feaca21b20b3b7441e33c7d67cda029ea61ab4c"
SRC_URI += "git://github.com/golang/mock;protocol=https;nobranch=1;tag=v1.7.0-rc.1;shallow=1;rev=73266f9366fcf2ccef0b880618e5a9266e4136f4;name=git_e0a6dff9_0;destsuffix=vcs_cache/6165d6377ae1ef2a921f0056a7aa8e4495effa98bd376755fee20bc822eea80b"
SRC_URI += "git://github.com/golang/mock;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=c34cdb4725f4c3844d095133c6e40e448b86589b;name=git_e0a6dff9_1;destsuffix=vcs_cache/cfc71555d14f8ab66f92807e40f5893bb08b8eb5bdecd40b444f71558441e179"
SRC_URI += "git://github.com/golang/groupcache;protocol=https;branch=master;rev=2c02b8208cf8c02a3e358cb1d9b60950647543fc;name=git_24e750eb_0;destsuffix=vcs_cache/42d84b5a864149912b1976573aa12f43cdea041dfbb41206b5548b1134452af5"
SRC_URI += "git://github.com/golang/glog;protocol=https;branch=master;rev=23def4e6c14b4da8ac2ed8007337bc5eb5007998;name=git_d14ca79d_0;destsuffix=vcs_cache/f5cbb2974dc34ce4944f2c4c42cdc6c20abcd2a192abab4ba1b6e9c67ef409d5"
SRC_URI += "git://github.com/golang/glog;protocol=https;nobranch=1;tag=v1.2.5;shallow=1;rev=2b790ef78571cd58d29ce909a8d4e3f71cc4c47e;name=git_d14ca79d_1;destsuffix=vcs_cache/c9f39bfa0a44d36bb33abf5da9f941c03e1a2e8b3c98916cabc3aaca09d17583"
SRC_URI += "git://github.com/golang/snappy;protocol=https;nobranch=1;tag=v0.0.4;shallow=1;rev=544b4180ac705b7605231d4a4550a1acb22a19fe;name=git_bd5478a7_0;destsuffix=vcs_cache/0e8300bf89da9cc73c5b1fb83a5b5f3a9473d85cec3174c9484fb3b87ff8031d"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.4.0-rc.1;shallow=1;rev=0fd14f96108ad68d2571a78c2d8ef5287ee57c43;name=git_6e18cbff_0;destsuffix=vcs_cache/efeddbb7df08ac6ca9b2bbda927e2b2189b92b06a73e55799fb3bf9581e75dcf"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa;name=git_6e18cbff_1;destsuffix=vcs_cache/9701e384e22d2f09b50e22d6c6600a8ff9d29bbe79215d2d3d0eb4ec3ae88f76"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;branch=master;rev=67d41d38c208bd06ec485beb10570afa8c804134;name=git_6e18cbff_2;destsuffix=vcs_cache/c28e9343742243cdee005673f96471e706656cf20d04c341fa92bd68aa01b2fe"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.3.2;shallow=1;rev=6c65a5562fc06764971b7c5d05c76c75e84bdbf7;name=git_6e18cbff_3;destsuffix=vcs_cache/cbdb48339b27d250cd1655e4e658760981e0b526face5866f3cfac54fd21200c"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.5.4;shallow=1;rev=75de7c059e36b64f01d0dd234ff2fff404ec3374;name=git_6e18cbff_4;destsuffix=vcs_cache/ff75ecee442381e7c87bac5ec092ebaf50137bc693ba5c5c1edce6eb4bd3ce94"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.4.0-rc.2;shallow=1;rev=a3619c1acae2c674b494328ff4dd53c8ba0590dc;name=git_6e18cbff_5;destsuffix=vcs_cache/4d51dcd940a624407a36666d25477186e59714137829ca237592547b2456897b"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=aa810b61a9c79d51363740d207bb46cf8e620ed5;name=git_6e18cbff_6;destsuffix=vcs_cache/c620195ee748026eed07d7e16b36050b97c69cfe3f735e96aafd915e5397baa5"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.5.2;shallow=1;rev=ae97035608a719c7a1c1c41bed0ae0744bdb0c6f;name=git_6e18cbff_7;destsuffix=vcs_cache/a859c3f4fbc03cff10c8a4ca0287771d79dfa202246acc1287a76c7a8cd08047"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;branch=master;rev=b860323f09d003f27661946a05cca5329f3c7950;name=git_6e18cbff_8;destsuffix=vcs_cache/98ed126049f2fe622e56ae85917fc45f5ac219562243345c1d1eec9fd349dbb1"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.4.2;shallow=1;rev=d04d7b157bb510b1e0c10132224b616ac0e26b17;name=git_6e18cbff_9;destsuffix=vcs_cache/987f6d22deed8d3048aa18b713b26b9510111f5d84be8cc70b986cdff15a83e1"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.3.3;shallow=1;rev=d23c5127dc24889085f8ccea5c9d560a57a879d8;name=git_6e18cbff_10;destsuffix=vcs_cache/26d91dbcbf554b25a92b0d482be43c587e2486034812d132a04d04635e47c703"
SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.5.0;shallow=1;rev=f746d3b8ecd31eac7c04a954f3905d46b09f8114;name=git_6e18cbff_11;destsuffix=vcs_cache/03b32f7455bf94c3c364bc067268ba50841b6ca1cf242744920854ebc0450f06"
SRC_URI += "git://github.com/power-devops/perfstat;protocol=https;branch=main;rev=82ca36839d55de9bed4e71a93e8ca6ddb2e114d3;name=git_2a7f1d92_0;destsuffix=vcs_cache/242eb3861a3e222ea9585a91f84c7af6fbc44465c4725aa36c080a86dbd313a8"
SRC_URI += "git://github.com/go-jose/go-jose;protocol=https;nobranch=1;tag=v4.1.4;shallow=1;rev=0e59876635f3dbf46d7b5e97b52bb75a3f96e7d9;name=git_3c60bf8b_0;destsuffix=vcs_cache/1ecb3c60bf1e5c9788a27736634c761cde56baaf8301dab57598857d80040c7b"
SRC_URI += "git://github.com/go-jose/go-jose;protocol=https;nobranch=1;tag=v3.0.4;shallow=1;rev=5253038e3b5f64a2200b5b6c72107bf9823f4358;name=git_3c60bf8b_1;destsuffix=vcs_cache/08af29f560b683bfef54b075a44ab7a008011862abb73c562481d3507d3e3b36"
SRC_URI += "git://github.com/keybase/go-keychain;protocol=https;nobranch=1;tag=v0.0.1;shallow=1;rev=dd79abb5f55f5239037126b5943c0b1335a84abc;name=git_31bcc336_0;destsuffix=vcs_cache/82b6722ae37ce95c4a4f5c5d543a436be413fa68f322f3be86191b0953905603"
SRC_URI += "git://github.com/golang-jwt/jwt;protocol=https;nobranch=1;tag=v4.0.0;shallow=1;rev=2ebb50f957d606de5909fcf9ed49f9af3bc35e97;name=git_6a52582e_0;destsuffix=vcs_cache/2955ce06cf948848ddc59969d052d6860c032b5710678d01363950fd22df69e8"
SRC_URI += "git://github.com/golang-jwt/jwt;protocol=https;nobranch=1;tag=v4.5.2;shallow=1;rev=2f0e9add62078527821828c76865661aa7718a84;name=git_6a52582e_1;destsuffix=vcs_cache/ed377d1ab5a786e12e5ac9212b3b771832aca833f1458aae5077fd332a594123"
SRC_URI += "git://github.com/golang-jwt/jwt;protocol=https;nobranch=1;tag=v4.5.0;shallow=1;rev=9358574a7a1a2c8d644f22b6e8de627ba85c58d0;name=git_6a52582e_2;destsuffix=vcs_cache/0df4d4a4ce4edffb66e561b7d9b832cbaf4f604721b6f2de322c01da622c81ef"
SRC_URI += "git://github.com/golang-jwt/jwt;protocol=https;nobranch=1;tag=v4.2.0;shallow=1;rev=c435f38291bfed5322cf0f4ed12d1f8668ceaeb3;name=git_6a52582e_3;destsuffix=vcs_cache/03c59fc7da5fc3978e769be95f553ee94309b2cf8282abade9c25cb6a79e536b"
SRC_URI += "git://github.com/golang-jwt/jwt;protocol=https;nobranch=1;tag=v5.3.0;shallow=1;rev=e9547a11aa603c52a31e315cdcaa71d0f25b921a;name=git_6a52582e_4;destsuffix=vcs_cache/66e46ba0e23fba357561ed48f444bcd3786aa0082ed4d7977f2625fe09cb754e"
SRC_URI += "git://github.com/rs/cors;protocol=https;nobranch=1;tag=v1.11.1;shallow=1;rev=a814d7990a5449fcc211a536119d271469cc4157;name=git_b2cb0082_0;destsuffix=vcs_cache/683fbf542a24ade72095da0d0e8751af7465b56a6063679527d106c20522b407"
SRC_URI += "git://github.com/felixge/httpsnoop;protocol=https;nobranch=1;tag=v1.0.4;shallow=1;rev=c5817c27ec125409c069052fdd171023c353501c;name=git_b48d732c_0;destsuffix=vcs_cache/4faaa0a5649a2ae9245609ad7ed739dbc2e39cfd27a3018400f3dad114269d26"
SRC_URI += "git://github.com/agnivade/levenshtein;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=813c5d3147488182a4d0d6aea81fc9f28d330cc1;name=git_65ddb0f9_0;destsuffix=vcs_cache/d5b038fb822a1e302e22b0e6ac8351f211ac30e1da66a634d22f607d655321e3"
SRC_URI += "git://github.com/lib/pq;protocol=https;nobranch=1;tag=v1.10.9;shallow=1;rev=2a217b94f5ccd3de31aec4152a541b9ff64bed05;name=git_6c68f1e9_0;destsuffix=vcs_cache/158d1e114ffc1fee23e7d3d5cb274474d4c8f267d0631539106a5f8c8cdd7704"
SRC_URI += "git://github.com/leodido/go-urn;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=d725923fe33ce69c89b9e2033d069099b498224f;name=git_5778908f_0;destsuffix=vcs_cache/b2a1f4b36016937230bca76a4d71ced31983d7d695e4bffcf0b11b88b1593f97"
SRC_URI += "git://github.com/arbovm/levenshtein;protocol=https;branch=master;rev=48b4e1c0c4d0b8b1864f1bd2cd31bb20147e4636;name=git_2534985c_0;destsuffix=vcs_cache/9539ce260f915260d5edf11cb1b230307c7a7488905e7481eee75016fc5eb6dd"
SRC_URI += "git://github.com/asaskevich/govalidator;protocol=https;branch=master;rev=a9d515a09cc289c60d55064edec5ef189859f172;name=git_f9896ddf_0;destsuffix=vcs_cache/e0c07f200ff31ed92aa0075d9e5e72c7ed4294f6ef7d9e723213e1bceaca59d3"
SRC_URI += "git://github.com/smallstep/go-attestation;protocol=https;branch=diego/windows-add-ncrypt-machine-key-flag-for-store-location-machine;rev=2306d5b464ca9aa9af6e7139b586bfdf1ee351a3;name=git_0f40815c_0;destsuffix=vcs_cache/10f72044a97b31fa69d4247d07db1b2c33bcdc1cb38cd8e5b0aa9f3ee96e47c4"
SRC_URI += "git://github.com/natefinch/atomic;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=59b8c279e6d576be562e9163b85e871fff9b825a;name=git_3df83d4d_0;destsuffix=vcs_cache/99971a94cd97512caa6cad3e42420fb057464e2529e9c30e18ee7cd8f260e965"
SRC_URI += "git://github.com/containerd/stargz-snapshotter;protocol=https;nobranch=1;tag=estargz/v0.18.2;shallow=1;rev=3070538befb5a6c09f93e99164762b3a76310357;name=git_0c473532_0;destsuffix=vcs_cache/5b8f552ba5310161b4d54e46b1e5f4ac2f03191dd86070de81cf7a2681739216"
SRC_URI += "git://github.com/containerd/platforms;protocol=https;nobranch=1;tag=v1.0.0-rc.2;shallow=1;rev=2e51fd9435bd985e1753954b24f4b0453f4e4767;name=git_96693f8e_0;destsuffix=vcs_cache/a5b697e2dcecbe42edb518786dede1d257aecc63276621eb03e3917cae97e344"
SRC_URI += "git://github.com/containerd/errdefs;protocol=https;nobranch=1;tag=pkg/v0.3.0;shallow=1;rev=4817405e4a3caeb7aee9dac68ed55339c59cb635;name=git_070120f7_0;destsuffix=vcs_cache/d9d1c9949e837f39205605237b656e944c7d0cd69e48a906fabdb6bebe0edb66"
SRC_URI += "git://github.com/containerd/typeurl;protocol=https;nobranch=1;tag=v2.2.3;shallow=1;rev=5b047adad57d172afa9654c019fe65bf0540cc4d;name=git_94e812bb_0;destsuffix=vcs_cache/60bc9255cadbea28631b3293cd629cbe0b9a9cffb987712231cdc4f9dc75a2cb"
SRC_URI += "git://github.com/containerd/containerd;protocol=https;nobranch=1;tag=v2.2.1;shallow=1;rev=dea7da592f5d1d2b7755e3a161be07f43fad8f75;name=git_c2fd43eb_0;destsuffix=vcs_cache/b51e865a515d6f404b4f6894bfde27e36048036442412f97c69da358dff76828"
SRC_URI += "git://github.com/containerd/log;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=0fc1e28871fdf2786e2cc51bbe4133db6547a199;name=git_b70b7359_0;destsuffix=vcs_cache/697be36d9b8a0eb34f8591d0f69b6d596e1e9341b5944ebf81ddd334b1907bc6"
SRC_URI += "git://github.com/veraison/go-cose;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=e5c68f97dfbb7dc2677e891ceea9a8eafe42ddb4;name=git_11746de1_0;destsuffix=vcs_cache/c548b7a622c9a56992d2a6491c7b03f124584e7c002abd153921ce597c1c1d24"
SRC_URI += "git://github.com/codahale/rfc6979;protocol=https;branch=master;rev=6a90f24967ebb1aa57b22f74a13dbb3faad8cf3d;name=git_d13a0aee_0;destsuffix=vcs_cache/fd8285193cc7c3bc341773b0166d258b6baca2f6985aa666e14e22b19401aea7"
SRC_URI += "git://github.com/common-nighthawk/go-figure;protocol=https;branch=master;rev=734e95fb86be9194fff173d46130cf717d719dd1;name=git_0ceb4827_0;destsuffix=vcs_cache/2922dbbbb477082bd14cb719c8e30c353bf158990fd8727c784a70159a4b572d"
SRC_URI += "git://github.com/docker/distribution;protocol=https;nobranch=1;tag=v2.8.3;shallow=1;rev=4772604ae973031ab32dd9805a4bccf61d94909f;name=git_3954c8b6_0;destsuffix=vcs_cache/179a4ea80ae56a5b38e4349dac5aa88a7180045bd04943c05933125b8abc5d93"
SRC_URI += "git://github.com/docker/docker-credential-helpers;protocol=https;nobranch=1;tag=v0.9.5;shallow=1;rev=b871f765408aa5d1fa2aa490f05cab8c133937c3;name=git_46e68097_0;destsuffix=vcs_cache/14ec2ee3d9b2ad87575d79cb445095440bdffc43efd7c90bc3f69ae21362242e"
SRC_URI += "git://github.com/docker/go-connections;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=42faf792bde28c414a060127d6351769408a675f;name=git_d4d85c75_0;destsuffix=vcs_cache/cd70a0eee460c110e4a842a78601dec1916771fc94b97da790e5cdff44cf6b59"
SRC_URI += "git://github.com/docker/docker;protocol=https;nobranch=1;tag=v27.5.1;shallow=1;rev=4c9b3b011ae4c30145a7b344c870bdda01b454e2;name=git_248eb0d1_0;destsuffix=vcs_cache/741f3e770f1be5b9eeb6b08ba1dec29abf4466cd217f173c27fc597f15587769"
SRC_URI += "git://github.com/docker/go-units;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=e682442797b36348f8e1f98defdbf32bac0b6c6f;name=git_35e0b052_0;destsuffix=vcs_cache/2f970538f28b36d4a39663fa90033ec5c742ddd7774a86d94cc6c179e63a1c49"
SRC_URI += "git://github.com/docker/cli;protocol=https;branch=master;shallow=1;rev=5927d80c76b3ce5cf782be818922966e8a0d87a3;name=git_cad1045a_0;destsuffix=vcs_cache/4f09bed175fe884a5c891ce00c93b1711dfe88ba798cfd551aac0dc99ac040d8"
SRC_URI += "git://github.com/klauspost/pgzip;protocol=https;nobranch=1;tag=v1.2.6;shallow=1;rev=17e8dac29df8ce00febbd08ee5d8ee922024a003;name=git_b3093e6b_0;destsuffix=vcs_cache/02e19538a5e11918b1a8e352986c626de6e0a94b861bc4f4f84538ad857e14ec"
SRC_URI += "git://github.com/klauspost/compress;protocol=https;nobranch=1;tag=v1.18.4;shallow=1;rev=c03560f58ab1f595f17838b482483849d585d0c2;name=git_98939663_0;destsuffix=vcs_cache/73d04794ac9e630d56a31467e6018906b1fd81912e4a38633af1f4127cd7e5d6"
SRC_URI += "git://github.com/jpillora/backoff;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=d80867952dff4e2fbfb4280ded4ff94d67790457;name=git_59c0b9df_0;destsuffix=vcs_cache/f3877637b1b0b11053bd3f6485df13672bc371749f756a13048e72298849b276"
SRC_URI += "git://github.com/davecgh/go-spew;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=346938d642f2ec3594ed81d874461961cd0faa76;name=git_d9a489aa_0;destsuffix=vcs_cache/5ce38ad71c2d3bc390b87154a89c53fd5ead19aed2bf005419db5c0b28ea9dfd"
SRC_URI += "git://github.com/davecgh/go-spew;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=8991bc29aa16c548c550c7ff78260e27b9ab7c73;name=git_d9a489aa_1;destsuffix=vcs_cache/4c7d69cfe586f86079773ff48d94f76d327c2914d8dfeffca9e34fd1146e5d5e"
SRC_URI += "git://github.com/davecgh/go-spew;protocol=https;branch=master;rev=d8f796af33cc11cb798c1aaeb27a4ebc5099927d;name=git_d9a489aa_2;destsuffix=vcs_cache/0bbb25cc88e50a90d274f6ee02d66c1a618efd4ad460b7046fdd7f680cb60ffc"
SRC_URI += "git://github.com/munnerz/goautoneg;protocol=https;branch=master;rev=a7dc8b61c822528f973a5e4e7b272055c6fdb43e;name=git_09d50017_0;destsuffix=vcs_cache/0f68eeb31e17a8fc96eede1943fe26be5835b08f5cc4a9eee4ed1b8eee4887ee"
SRC_URI += "git://github.com/gofrs/flock;protocol=https;nobranch=1;tag=v0.13.0;shallow=1;rev=bfec60bb026171031050af631b6dec974f14e9fa;name=git_2d2b3139_0;destsuffix=vcs_cache/02d8268670a7857f4978becccdc42f5a6426d2a039ce8e2357ef0bf32795014f"
SRC_URI += "git://github.com/moby/term;protocol=https;nobranch=1;tag=v0.5.2;shallow=1;rev=6c1b69fecbac2753dcaf18718a7e9f9093c3760d;name=git_1bc89d26_0;destsuffix=vcs_cache/b7e959e4874fee596e5f3eaf06300410fe7cefde4fbece51042d17be137ef04e"
SRC_URI += "git://github.com/moby/docker-image-spec;protocol=https;nobranch=1;tag=v1.3.1;shallow=1;rev=f1d00ebd2d6d6805170d5543dbca4b850f35f9af;name=git_00e28400_0;destsuffix=vcs_cache/7e0006fc710e13d8f5d4dd052be9861a4fd4562e1330ab6bdf94303f885e80da"
SRC_URI += "git://github.com/moby/locker;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=281af2d563954745bea9d1487c965f24d30742fe;name=git_a03ea75a_0;destsuffix=vcs_cache/5549df51df50be0334c0cca67abc7ed6c0bd4fceee3f7bb56eb917b56bfe8644"
SRC_URI += "git://github.com/moby/moby;protocol=https;nobranch=1;tag=api/v1.54.0;shallow=1;rev=7f1a670667e186baf2839a42a78ba2acad4f8852;name=git_07af7b49_0;destsuffix=vcs_cache/3b022057e034a384cd203891e20d2d127cd0b52e548cd3415504c340aa07d707"
SRC_URI += "git://github.com/moby/moby;protocol=https;nobranch=1;tag=client/v0.3.0;shallow=1;rev=c2f80b072ca4754a19b721e9a4d75ab851cac925;name=git_07af7b49_1;destsuffix=vcs_cache/5565a518d25170f3b3f5875045b25f60e4544c33602acbbe9623f469851912ee"
SRC_URI += "git://github.com/moby/spdystream;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=77eb080123d208697674a07b74ceaf94c98bee8b;name=git_30522a60_0;destsuffix=vcs_cache/d7500df0fff4308611e91e5edf74d69178b53dccca9230c03beecb0a26d56124"
SRC_URI += "git://github.com/vektah/gqlparser;protocol=https;nobranch=1;tag=v2.5.32;shallow=1;rev=d828d64cc21d41fcfaf1b7ecc3c65581ed2b9810;name=git_4c875114_0;destsuffix=vcs_cache/1edeb706d33d44612b54eabb8f6d6db4f7f798e00f54462d03506edb82697567"
SRC_URI += "git://github.com/planetscale/vtprotobuf;protocol=https;branch=main;rev=0393e58bdf106fe0347e554d272a8f2c84d12461;name=git_d20372f0_0;destsuffix=vcs_cache/2a8f7a744764b6b7d0f6b17003fd8217cc861be946aee65fccc7d1491634942f"
SRC_URI += "git://github.com/miekg/dns;protocol=https;nobranch=1;tag=v1.1.61;shallow=1;rev=e5a40bc574c835a67a0e1953186b8a5230ccd2dc;name=git_f7f6bc88_0;destsuffix=vcs_cache/ce3abfe403c2ec16e685d0c9618f499a30f0e1ae2c849b71bd69e939c2b647b8"
SRC_URI += "git://github.com/miekg/pkcs11;protocol=https;branch=master;rev=a667d056470f6e0da7facaff2466f0d2645e35d7;name=git_cf5d6134_0;destsuffix=vcs_cache/2236ec808941cd08d33e07a57806b3a85157b8434f46ac0c29e14eafcfe324e3"
SRC_URI += "git://github.com/miekg/pkcs11;protocol=https;nobranch=1;tag=v1.1.2;shallow=1;rev=b7c7893ab1a71197aabf7c9c9ff069644f1714c3;name=git_cf5d6134_1;destsuffix=vcs_cache/9480be320f035968dc5438c40395f959ea136e3a3cee474abc3a7669b30aa44e"
SRC_URI += "git://github.com/lestrrat-go/httprc;protocol=https;nobranch=1;tag=v1.0.6;shallow=1;rev=3476e4fbb81df37675bd809161e0656771d2735d;name=git_70c47222_0;destsuffix=vcs_cache/d14354d54b0c068ab8747b25784eb05209da62e9aef5bf1aebfc374ff7565ca8"
SRC_URI += "git://github.com/lestrrat-go/httprc;protocol=https;nobranch=1;tag=v3.0.2;shallow=1;rev=f935eb5f7909a543a82be9e9c584723d3d18f69f;name=git_70c47222_1;destsuffix=vcs_cache/1b165fba7337b001daf46a2dd4d614993a82ea7216c0fd7e88b659795dcd2713"
SRC_URI += "git://github.com/lestrrat-go/dsig-secp256k1;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=761bd8630912128383a646ae5c0f9fa6051d8f1e;name=git_4ce8991a_0;destsuffix=vcs_cache/1aeb2bc1012f007479dc7d6ad9a5b56691b7d10a65a0769920fe28a1fd8c5723"
SRC_URI += "git://github.com/lestrrat-go/blackmagic;protocol=https;nobranch=1;tag=v1.0.4;shallow=1;rev=150de8a4e21172dd241760e4398a24a8dec3feaf;name=git_a785ed5c_0;destsuffix=vcs_cache/3655ef3535f5fbfddd86c6bcfa866ada2fc8db33ec17816fc8b334009e9fb0f4"
SRC_URI += "git://github.com/lestrrat-go/dsig;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=e7e4d54deeba321a433dfe959340ebe7a2db163d;name=git_d409995f_0;destsuffix=vcs_cache/4fdb7373a44af5a6ec82808bddce9b5b786907d10b6cf2138dcaf3c2ebf4c6ff"
SRC_URI += "git://github.com/lestrrat-go/httpcc;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=962f66809593fba7c5cdc78a0bdcf98827250e3c;name=git_743770ce_0;destsuffix=vcs_cache/466b0cb68191ccc31d667d0e1cf8f0eec07556bbc61fdad149b67379fba0f789"
SRC_URI += "git://github.com/lestrrat-go/jwx;protocol=https;nobranch=1;tag=v2.1.6;shallow=1;rev=13e92f3eb3982c11fa6a19280e00e3256237cf87;name=git_daf2c4dd_0;destsuffix=vcs_cache/4b53fd1f3fbd398bb551eb96c76ae6b8e58bc5ee749e2a6089a4f9932c8dec35"
SRC_URI += "git://github.com/lestrrat-go/jwx;protocol=https;nobranch=1;tag=v3.0.13;shallow=1;rev=163a6e94d45a8f89c7d0e25f30652a95c554bd88;name=git_daf2c4dd_1;destsuffix=vcs_cache/8ca284bf140c87eafa7c60ee3c781a4f3fea96739592cd6944eb567d11d56b8d"
SRC_URI += "git://github.com/lestrrat-go/iter;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=a02dbb5faff273dfa44a04e34b645ee9338cc74a;name=git_149fc576_0;destsuffix=vcs_cache/8798d95cb251c99e3a5db9f362a5935bbe2e986c343f71908f1aecf634de6fbf"
SRC_URI += "git://github.com/lestrrat-go/option;protocol=https;nobranch=1;tag=v2.0.0;shallow=1;rev=0f819155513c6863e03a9b185a3ba996e5357f71;name=git_7fba3ab3_0;destsuffix=vcs_cache/dc53b62e9538872256995babc7eb47d6a84dacaa027bdd84bb3cce5344e6bef9"
SRC_URI += "git://github.com/lestrrat-go/option;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=ced73324dba7d8be3a1587a7d6a5fa081d9e2dc2;name=git_7fba3ab3_1;destsuffix=vcs_cache/1f8dcec97d12a81cde1ec2ba90e51e5a7642e0b6ac69fa6d060c924499d9e826"
SRC_URI += "git://github.com/dimchansky/utfbom;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=6ae8f945ca96f30defc7e8ab12ec5d10cf86ded4;name=git_343da044_0;destsuffix=vcs_cache/04f39ab86cb6ab9bf2a2278357fae9932b31f6cb8b07bf8e6ca02581cbf46ecf"
SRC_URI += "git://github.com/kballard/go-shellquote;protocol=https;branch=master;rev=95032a82bc518f77982ea72343cc1ade730072f0;name=git_e33a00ee_0;destsuffix=vcs_cache/49fe182d1b759955b666e8ad12ff66052cc7e14ba9ccf9e8371ee85848f1f9ac"
SRC_URI += "git://github.com/dgraph-io/badger;protocol=https;nobranch=1;tag=v4.9.1;shallow=1;rev=3290a6097deb427d4bb297fa73404c01776547d5;name=git_ad2441c6_0;destsuffix=vcs_cache/c9b8a7009d3f534277f001ca60ebd4d9fa469f480c13b57d152ffd38c9dbaf2e"
SRC_URI += "git://github.com/dgraph-io/ristretto;protocol=https;nobranch=1;tag=v2.2.0;shallow=1;rev=47ceb3b6852000bc497437af816dd68d4c5fa114;name=git_7accc6f9_0;destsuffix=vcs_cache/47697d4a07379bc6c536b4dc0b7983955beaad4246e4c0f4604183b675304407"
SRC_URI += "git://github.com/cenkalti/backoff;protocol=https;branch=master;rev=309aa717adbf351e92864cbedf9cca0b769a4b5a;name=git_67dac28e_0;destsuffix=vcs_cache/5fee92c85434bd516a6cd9326ece67dd71de68f18cb9ff95b548a481a5ac1a7a"
SRC_URI += "git://github.com/cenkalti/backoff;protocol=https;nobranch=1;tag=v4.3.0;shallow=1;rev=720b78985a65c0452fd37bb155c7cac4157a7c45;name=git_67dac28e_1;destsuffix=vcs_cache/c644c1d0f5212c0210f056d6c7d45f3e482a1fca002b7c3e65edf8d3c060566f"
SRC_URI += "git://github.com/cenkalti/backoff;protocol=https;nobranch=1;tag=v5.0.3;shallow=1;rev=7cad66a637c4ffff09d0795608116ddcc7eb1769;name=git_67dac28e_2;destsuffix=vcs_cache/656f7cb59961eb5e57ba97bf50166eda0c13e2ecff4c8c15b33eb72e8ad26dc4"
SRC_URI += "git://github.com/denisbrodbeck/machineid;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=f07179bb15a0bec252453468aa607c670f5c12b5;name=git_b0714f72_0;destsuffix=vcs_cache/4245534d60013503f0f4ec4a8aad1499e25bb81ca93eaa37e1328b888bb8d7a7"
SRC_URI += "git://github.com/avast/retry-go;protocol=https;nobranch=1;tag=v4.7.0;shallow=1;rev=375037b55dceec39815fd3d0c5bfbccf30255a38;name=git_2e094515_0;destsuffix=vcs_cache/87c80cd0bbf0d55e426625cf59b06be4cfea8fcbe1fc14a497f84fdc80afef77"
SRC_URI += "git://github.com/mitchellh/go-homedir;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=af06845cf3004701891bf4fdb884bfe4920b3727;name=git_b0f6ef1f_0;destsuffix=vcs_cache/0466071bcdbaca5ed0a5cdacf380534de6af614c1d6ebac6ec08513f20ffc5ad"
SRC_URI += "git://github.com/mitchellh/copystructure;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84;name=git_1a7f6829_0;destsuffix=vcs_cache/d3fc75b255c7157669cb2bfb806c854438546d13de557d12d405a6c09392b5f6"
SRC_URI += "git://github.com/mitchellh/mapstructure;protocol=https;branch=main;rev=8508981c8b6c964e6986dd8aa85490e70ce3c2e2;name=git_3ac6d6a4_0;destsuffix=vcs_cache/d2a6b499da03f4353fa4c9c4e1c474c3b486a30a8129cd38373dd007db62a83f"
SRC_URI += "git://github.com/mitchellh/reflectwalk;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=e0c24fdb021963cd2c4013097a0b993a7c4e344f;name=git_25507f2c_0;destsuffix=vcs_cache/cef150715ca3823275a9d97895b7fdc3d73afcb2a90e53183ddffeff1bf246a8"
SRC_URI += "git://github.com/mitchellh/cli;protocol=https;nobranch=1;tag=v1.1.5;shallow=1;rev=784fcd13e857c49c0e5738a19707762f372a3eb3;name=git_d275531d_0;destsuffix=vcs_cache/6e5851e96940f7a45dd455eb37d42de655ecc8a0b27a3261be742e5546dc1a00"
SRC_URI += "git://github.com/mitchellh/go-wordwrap;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=ecf0936a077a4bd73a1cc2ac5c370f2b55618d62;name=git_bad0582b_0;destsuffix=vcs_cache/c6c7d05ba9f6db2637751fa2ce7bbc8bb04f632abc0b05363566319c8fd9c9b0"
SRC_URI += "git://github.com/nxadm/tail;protocol=https;nobranch=1;tag=v1.4.4;shallow=1;rev=327c577245448d8192115e77a76ea3d6aee88202;name=git_89148835_0;destsuffix=vcs_cache/b5c7d8f9d14ed1c5c32e32f6ed5f5dd4cded5712fee6bf935d12815de9ab8dec"
SRC_URI += "git://github.com/nxadm/tail;protocol=https;nobranch=1;tag=v1.4.8;shallow=1;rev=abad231d8d07ef91e09cd4c4c457cac35ed3bbb9;name=git_89148835_1;destsuffix=vcs_cache/badc5a9928e990b92696d59abf692d0a8a1f1de81c54722f9be8817c4d19afc4"
SRC_URI += "git://github.com/nxadm/tail;protocol=https;nobranch=1;tag=v1.4.11;shallow=1;rev=cbff2e202a24674b7bc70720b0e45adbbbef5d0b;name=git_89148835_2;destsuffix=vcs_cache/3d7309c6f9225628d49b0bfc2f32d3f696a9d127463b00b3f716798800b51993"
SRC_URI += "git://github.com/goccy/go-json;protocol=https;nobranch=1;tag=v0.10.5;shallow=1;rev=9872089c316cfe2d0f29b331b75d45bf6d522d96;name=git_58b9fee8_0;destsuffix=vcs_cache/9135ffafe2f170bce8f90413934c0b25aa6d201122cc437153cf64a206c46389"
SRC_URI += "git://github.com/fortytw2/leaktest;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=9a23578d06a26ec1b47bfc8965bf5e7011df8bd6;name=git_72e217ae_0;destsuffix=vcs_cache/e146e84d5e37e7b278419bf45b16d3a337acba4f15b59c8dd8ebceb95656e32a"
SRC_URI += "git://github.com/hashicorp/vault;protocol=https;nobranch=1;tag=api/v1.22.0;shallow=1;rev=526ac82fea3de08ca14e4fbbc7033d477412244f;name=git_42a5ebfa_0;destsuffix=vcs_cache/033e09dce13ef5978a54630b9aeeff1bacbaef5f18440a07a06a68a25cc4868d"
SRC_URI += "git://github.com/hashicorp/hcl;protocol=https;nobranch=1;tag=v1.0.1-vault-7;shallow=1;rev=02db4972906a1b43a46e2ffb0d2aae2c71875d94;name=git_e2b5d849_0;destsuffix=vcs_cache/7a5772aca3cabe6d6b1816747fb6b458c375b407225311d4c6ecfd5b4eabc9ed"
SRC_URI += "git://github.com/hashicorp/errwrap;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=7b00e5db719c64d14dd0caaacbd13e76254d02c0;name=git_28334120_0;destsuffix=vcs_cache/a0949020a0c14672f86d32cbf0d984b8d048a27e6f75aeac79f8ca3f7cc4ecae"
SRC_URI += "git://github.com/hashicorp/errwrap;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=8a6fb523712970c966eefc6b39ed2c5e74880354;name=git_28334120_1;destsuffix=vcs_cache/65db17b2a8abd8c2bde5a919d17f7abc0e891ae4037aa21f7aa2482f560cf21f"
SRC_URI += "git://github.com/hashicorp/go-rootcerts;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=98fadc2a5ba2ad2a534a179b352ecdfd1f4259aa;name=git_adfd8e45_0;destsuffix=vcs_cache/1b9a717614b3e40177ef058905015a718a7c26730f21f8f7abaa549393da8c7c"
SRC_URI += "git://github.com/hashicorp/go-version;protocol=https;nobranch=1;tag=v1.7.0;shallow=1;rev=fcaa53267960208632e9308c93aa89535526a018;name=git_55a07af7_0;destsuffix=vcs_cache/fd3860df5d492a5119c8c51b16a6aab4a06c5aa25b862415b5447aa36f240677"
SRC_URI += "git://github.com/hashicorp/go-multierror;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=9974e9ec57696378079ecc3accd3d6f29401b3a0;name=git_151ee577_0;destsuffix=vcs_cache/cec0f337a88725c16a86058204a5dd4ae667b8a92bbed995ab204ebcb62177a5"
SRC_URI += "git://github.com/hashicorp/go-hclog;protocol=https;nobranch=1;tag=v1.6.3;shallow=1;rev=d12136aa2e51933c460084f5083b6d5bb9d41960;name=git_4a8ed8e0_0;destsuffix=vcs_cache/0b4bc1f484bcdfdcb3ceaacd23eff50d33afa85db395a0f6a5f55b1bd0e8c0c5"
SRC_URI += "git://github.com/hashicorp/go-retryablehttp;protocol=https;nobranch=1;tag=v0.7.8;shallow=1;rev=e1f5485fe84728709b857cb89e17088894c301d6;name=git_69ebb5f3_0;destsuffix=vcs_cache/420ce476cca0369183e19289674513fb1d412be25fb7aa1ce6f21f22444e1b02"
SRC_URI += "git://github.com/hashicorp/go-secure-stdlib;protocol=https;nobranch=1;tag=parseutil/v0.2.0;shallow=1;rev=856520952b2937e9cf2d8368e9200c5b05e66c67;name=git_d65c2783_0;destsuffix=vcs_cache/bcc198691428b6b365ada6a0b3d1e5d04b642c5bb34cfcb73f25f5bf6b988354"
SRC_URI += "git://github.com/hashicorp/go-secure-stdlib;protocol=https;nobranch=1;tag=strutil/v0.1.2;shallow=1;rev=f5abcc36f25ec31d72255b5bb8f1cbb53a2543d6;name=git_d65c2783_1;destsuffix=vcs_cache/fbbef96285ca265575b1f73cea74e599fd8b02f9af5fe155ab6c56925f45f587"
SRC_URI += "git://github.com/hashicorp/go-sockaddr;protocol=https;nobranch=1;tag=v1.0.7;shallow=1;rev=b74dd36f318ed2ac4e01c93f02ef99739f454ed6;name=git_f91778a6_0;destsuffix=vcs_cache/717e523035675664a908708fd1030c060601f362c429f3f95fcbc91804cd0b54"
SRC_URI += "git://github.com/hashicorp/golang-lru;protocol=https;nobranch=1;tag=v2.0.7;shallow=1;rev=d8515860cebc7b25ff2d29fada3f10a43611c28b;name=git_aa2934d2_0;destsuffix=vcs_cache/0a17d620bc2f7dd8c00efd79d0b78bb5f5c0bfaa2ec311417e9256a33b35db77"
SRC_URI += "git://github.com/hashicorp/go-cleanhttp;protocol=https;nobranch=1;tag=v0.5.2;shallow=1;rev=6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2;name=git_34cadc19_0;destsuffix=vcs_cache/da345fc970b7e579c1da9ec42edfbe1bf896f5e3274ce418f134b15952eb2494"
SRC_URI += "git://github.com/cheggaaa/pb;protocol=https;nobranch=1;tag=v3.1.6;shallow=1;rev=634b5271a4901cfe2b65035ef75bd6a3c413a796;name=git_dd9e7afb_0;destsuffix=vcs_cache/ffd0a2edfdc27e42499e995967632513fb99ad79553d0a6a1a3687e7e93199f9"
SRC_URI += "git://github.com/Azure/go-ansiterm;protocol=https;branch=master;rev=faa5f7b0171c46bb398a91b4a0c906324d3664cf;name=git_e113ad22_0;destsuffix=vcs_cache/d9abe4d330489bbcc2f3473a042a0886c4f556d7a3b9128c484c2fef3396e790"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=autorest/adal/v0.9.23;shallow=1;rev=553a90ae65a6a2b18306fa04d7b1625960c5decb;name=git_630f3be7_0;destsuffix=vcs_cache/875a9ca575cb934830ebbda8e9001839b4aaefe5b1f34a9227f5cff452d12473"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=autorest/azure/cli/v0.4.5;shallow=1;rev=70a178d6ca59edddd45f8599ec7e0e70cf92ee83;name=git_630f3be7_1;destsuffix=vcs_cache/f99e2b6a8cd1b56dbdcc1361957cce4a2b9179afbd297dc7cbaae6a99d138bcf"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=autorest/azure/cli/v0.4.6;shallow=1;rev=711dde1b1be6e3a7da75975e08f64e0cafb905a3;name=git_630f3be7_2;destsuffix=vcs_cache/1213bc6ac1eb7e061714c141c39c0c1c78a6d0b3a3928900cd5f28f20a5730d7"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=autorest/adal/v0.9.22;shallow=1;rev=79575dd7ba2e88e7ce7ab84e167ec6653dcb70c1;name=git_630f3be7_3;destsuffix=vcs_cache/66916539dacd020ddf8ed08323dcd3fba46d7fed71699118afcca9d098c7094c"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=logger/v0.2.1;shallow=1;rev=820a319d2214dc91d083022ae5ec50070175314c;name=git_630f3be7_4;destsuffix=vcs_cache/83b430e0cf9f7d4185c0a827633af519ec8a22d61244b82172855b0e3210b68f"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=autorest/azure/auth/v0.5.12;shallow=1;rev=9038e4a609b1899f0eb382d03c3e823b70537125;name=git_630f3be7_5;destsuffix=vcs_cache/e2ee1954a64e63fcc0a4dadc70ce966b8e0190c0c5dcdfa7e481972212617acb"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=autorest/adal/v0.9.18;shallow=1;rev=a46566dfcbdc41e736295f94e9f690ceaf50094a;name=git_630f3be7_6;destsuffix=vcs_cache/0b9609d795b834a1a57dc202c2616331afa7dd39bb76d67dcf5d034207afe0fb"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=autorest/mocks/v0.4.2;shallow=1;rev=a91292dd2fc10381ac9b90eea72b92e60761eac4;name=git_630f3be7_7;destsuffix=vcs_cache/5e9fd1a39dce251d3dfe919689626f4e4ca647850fd52443742cef16d4b6658d"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=tracing/v0.6.0;shallow=1;rev=b3a0b30a7423314874b3f585289e0e260cf5fc8d;name=git_630f3be7_8;destsuffix=vcs_cache/8823b0db59dc2635c635c7236494cef70af188fa4524bb59b384d629aef1d2eb"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=autorest/mocks/v0.4.1;shallow=1;rev=b4c7ce8e11bf6f72ec4662f80ae0e47000d37111;name=git_630f3be7_9;destsuffix=vcs_cache/dbb9e4314843d6870f0e92bb4f7882dc6aab7192acaafc56e8a6e7bd410c8e93"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=autorest/v0.11.29;shallow=1;rev=c2958ac74c65c138045daa60f149c5f9d949d743;name=git_630f3be7_10;destsuffix=vcs_cache/c22657f37c59c0945b4e336aad22b3f709ef0460eadfe752afa8df0de2e4cc5e"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=v14.2.0;shallow=1;rev=e7b391b759b050d6719cc6fd8bb87b6dc038bca6;name=git_630f3be7_11;destsuffix=vcs_cache/ba92764bce2c8d42421946b97590b547d049aa0cc3fb86bbf6a377d7a7689c16"
SRC_URI += "git://github.com/Azure/go-autorest;protocol=https;nobranch=1;tag=autorest/v0.11.24;shallow=1;rev=fba72d47e28410bbe4fc19d2069a750839e099e6;name=git_630f3be7_12;destsuffix=vcs_cache/356d7e51921981c7cb18328f317f7ebfd024b9ed6eb5ca9f0087c6db0ee483f3"
SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/internal/v1.11.2;shallow=1;rev=066f6f92078187a769c5a4e0bfe3c5ac4a22bd36;name=git_d31d6145_0;destsuffix=vcs_cache/29bb1f5f66b9ef2c0d8280dc2ef9de2d950d32bde6082c37129d36181e7f8ad0"
SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=v68.0.0;shallow=1;rev=2187aca40bbf6931ffac666977e5d29128d82585;name=git_d31d6145_1;destsuffix=vcs_cache/afc338f359d229bfb27b7fc6688607f88cc190edcf28b4f719a9467d4a936b3e"
SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/storage/azblob/v1.6.4;shallow=1;rev=65c3b792856d9ad7ce0b59c127ce299358e41a01;name=git_d31d6145_2;destsuffix=vcs_cache/7939b346f7cae7d8d9db14599fc03eb079f5815fea8a308b27e2da570c9f064b"
SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/azidentity/v1.13.1;shallow=1;rev=6bb9b03b237d03bcfd0b32f0ca5e1b989d74e5e8;name=git_d31d6145_3;destsuffix=vcs_cache/b80d29c1ad9369a1185c04ff6677176d1d56f8a746b65ef588727523e8cac4fa"
SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/security/keyvault/internal/v1.2.0;shallow=1;rev=727174dbc2296572b7c152b9e21facbf0b1ba709;name=git_d31d6145_4;destsuffix=vcs_cache/643f56d75383f31426093d9aaedda74056143315012ba8d86490e9ef8120ad0d"
SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/security/keyvault/azkeys/v1.4.0;shallow=1;rev=8af5755b00fd6847a7a89dbc1996fc03350d73d7;name=git_d31d6145_5;destsuffix=vcs_cache/447345c182198a0e877fb3043791636d5b8fb2bc068b8ec1559a6f0771eba87c"
SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/azidentity/cache/v0.3.2;shallow=1;rev=bca23b55fd8aa598594dd4b3ff8f5c4503e58c5e;name=git_d31d6145_6;destsuffix=vcs_cache/59ceaeef9ecbd01e4764b39f8a24e81849fefab743b43df3e945eafc69e2493c"
SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/azcore/v1.21.0;shallow=1;rev=f6309d465ff4978aeccd13278233add9b0c5348a;name=git_d31d6145_7;destsuffix=vcs_cache/d32f735a33cc3468a96e10ec6a196417f35abe0a3664e8f9ea2ffa16f1b1cf2a"
SRC_URI += "git://github.com/go-quicktest/qt;protocol=https;nobranch=1;tag=v1.101.0;shallow=1;rev=6211e4eaf28ee5ee8285fcc4207ddc7b990a7bad;name=git_535e3ce9_0;destsuffix=vcs_cache/4b8a9919003a99b021851f8df3b43c27b288035acdffd206c627bff7e91717fe"
SRC_URI += "git://github.com/NYTimes/gziphandler;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=dd0439581c7657cb652dfe5c71d7d48baf39541d;name=git_749e556e_0;destsuffix=vcs_cache/4432cf17688d98dd536a5b6fffc152e59d0c129e894bd16e3de993748e44bed5"
SRC_URI += "git://github.com/digitorus/pkcs7;protocol=https;branch=master;rev=3a137a8743524b3683ca4e11608d0dde37caee99;name=git_602eafe1_0;destsuffix=vcs_cache/fd2b6e349ca1abce350a94202038bc78abc083934bc68342108df0ef0a47c72c"
SRC_URI += "git://github.com/digitorus/pkcs7;protocol=https;branch=master;rev=e76b763bdc49973db6adb343c187da454c66bb75;name=git_602eafe1_1;destsuffix=vcs_cache/b01e6012f330ef4b4ab621c48b6e80a7beddde7e846c06e463baf722da14ad32"
SRC_URI += "git://github.com/digitorus/timestamp;protocol=https;branch=master;rev=220c5c2851b7435eea999de3daa773601a7ca126;name=git_c314405a_0;destsuffix=vcs_cache/316e808b25b3a6563da681b8e93bb537209a2463c7239f367cc18628056cecf7"
SRC_URI += "git://github.com/magiconair/properties;protocol=https;nobranch=1;tag=v1.8.10;shallow=1;rev=281f515b93cf755020c587f2ffcbdee2322f3615;name=git_fa8300c1_0;destsuffix=vcs_cache/c97479fb46a7e15abf895966e9b8e63015d259ca2a147e68571b64fc63c0d728"
SRC_URI += "git://github.com/jonboulle/clockwork;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=6d8d032a18422c2e3ef651170a8a55012d1f704c;name=git_c61652e2_0;destsuffix=vcs_cache/8a9b3a40ae13b2679138bcbfbe409f1586f92c23e873f4e219066c6596debc26"
SRC_URI += "git://github.com/cavaliergopher/cpio;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=58eb672abb5d7b40736da44ceb943e09e0b9f9e5;name=git_a5e5ee6a_0;destsuffix=vcs_cache/0d970369bb570756812288d61aa56927228609fee6ce46cc2dbe56e9c5f6f4a8"
SRC_URI += "git://github.com/DATA-DOG/go-sqlmock;protocol=https;nobranch=1;tag=v1.5.2;shallow=1;rev=13767dc13af128db29eaa5622178abcd9729daec;name=git_bf6437d1_0;destsuffix=vcs_cache/b58deb3344a056d5fcc11def75a7fdb0d39c95564a3d8af19363f6dce869a54d"
SRC_URI += "git://github.com/chainguard-dev/clog;protocol=https;nobranch=1;tag=v1.8.0;shallow=1;rev=6353cd32b43315dd5e8608ee52129b7c1be1cb11;name=git_696b1bcb_0;destsuffix=vcs_cache/5e43652fa8f8a0347bc1ae6b61e701c63c194df6eea93c968ed690f9e0df059b"
SRC_URI += "git://github.com/jellydator/ttlcache;protocol=https;nobranch=1;tag=v3.4.0;shallow=1;rev=7145e12e34f243c69a0f7b5f6b86a832ad8b4fc8;name=git_503ad44c_0;destsuffix=vcs_cache/8d29deb4da2db314248507c697eb946396275f9e038fcdcc5cea9f817103bb82"
SRC_URI += "git://github.com/chrismellard/docker-credential-acr-env;protocol=https;branch=master;rev=82a0ddb2758901b711d9d1614755b77e401598a1;name=git_f093e5b4_0;destsuffix=vcs_cache/4b8a47820e2cae71250071218d1d5c106e2d4de63432d4beadaa1123d52f9651"
SRC_URI += "git://github.com/imdario/mergo;protocol=https;nobranch=1;tag=v0.3.16;shallow=1;rev=14fe2b165b83359196f820886a2b24f2771729e9;name=git_c84ab7ed_0;destsuffix=vcs_cache/290fb19f9a5f9073db90468b4dc0e8fe8311dc6cedba860d5135f4d0e7fd7ecc"
SRC_URI += "git://github.com/imdario/mergo;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf;name=git_c84ab7ed_1;destsuffix=vcs_cache/ec93951cf02739e6e999cf0902a7970a4983432145559425fd7600b4d7fd553b"
SRC_URI += "git://github.com/gregjones/httpcache;protocol=https;branch=master;rev=901d90724c7919163f472a9812253fb26761123d;name=git_9c1961af_0;destsuffix=vcs_cache/0af7be998159ab0dc0165b502262d5536011cd1634a80210d2c71cac89e1481e"
SRC_URI += "git://github.com/dustin/go-humanize;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=9ec74ab2f7a7161664182fd4e5e292fccffbc75f;name=git_17fdefb1_0;destsuffix=vcs_cache/c6234fca390287f69b38a8f6d0ab98d492cb6f0df51d81ae32097b058cde1f72"
SRC_URI += "git://github.com/onsi/gomega;protocol=https;nobranch=1;tag=v1.17.0;shallow=1;rev=05f6097dd78c7c5fcdd4dd17896d96ab468fdd63;name=git_4f2954a0_0;destsuffix=vcs_cache/75b4c7a1d2804fac807707499515613e72033966dbe4b0b39efcc9d717ad1b13"
SRC_URI += "git://github.com/onsi/gomega;protocol=https;nobranch=1;tag=v1.19.0;shallow=1;rev=3143ff4a92ce52253b4b256cc4c1e8f026c260d5;name=git_4f2954a0_1;destsuffix=vcs_cache/28dcd87c5118c456f54d669a43808a7357ca11e54faeb05c921b4d75a1a5f1b4"
SRC_URI += "git://github.com/onsi/gomega;protocol=https;nobranch=1;tag=v1.38.2;shallow=1;rev=79b8a75a10e36ee598344c040317f5ab1c907f53;name=git_4f2954a0_2;destsuffix=vcs_cache/53f0d919d9d1c22f4a26303d53aef5e527ace7f31ab6a1b7c3080caf560c1e1e"
SRC_URI += "git://github.com/onsi/gomega;protocol=https;nobranch=1;tag=v1.10.1;shallow=1;rev=904ac6ab26e9a888bdff3467eea03b6122a1c027;name=git_4f2954a0_3;destsuffix=vcs_cache/e571b7221ee14ed8fea9c7f14ef8983f04ed4b66f345debbc02c82ad5c0a9bf0"
SRC_URI += "git://github.com/onsi/gomega;protocol=https;nobranch=1;tag=v1.7.1;shallow=1;rev=f9a52764bd5a0fd2d201bcca584351d03b72f8da;name=git_4f2954a0_4;destsuffix=vcs_cache/eca01df4f63425b54410888126f5e562e7f2c689d9483249110a2f793909648b"
SRC_URI += "git://github.com/onsi/ginkgo;protocol=https;nobranch=1;tag=v2.1.3;shallow=1;rev=1ed6486197ba2a007858c59bdc4d1522631025d5;name=git_209602b3_0;destsuffix=vcs_cache/c39f9b15b8cfef33e2d8bd19f26cc415035e92447fed52b79e7bc704b0456244"
SRC_URI += "git://github.com/onsi/ginkgo;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=3774a09d95489ccaa16032e0770d08ea77ba6184;name=git_209602b3_1;destsuffix=vcs_cache/084961c940c1064ad8f72342797a7f84ceb5184e0f4f98076f0ac0a75a0a376f"
SRC_URI += "git://github.com/onsi/ginkgo;protocol=https;nobranch=1;tag=v2.27.2;shallow=1;rev=9a84c21394777734df8062ca2e0552a1471ceca2;name=git_209602b3_2;destsuffix=vcs_cache/9566a60efd570b70d9723ab73006661df9edcbb6af07caabdc1a35d56c581255"
SRC_URI += "git://github.com/onsi/ginkgo;protocol=https;nobranch=1;tag=v1.12.1;shallow=1;rev=cc0216944b25a88d3259699a029d4e601fb8a222;name=git_209602b3_3;destsuffix=vcs_cache/6826b3ed1a90808dd6fb46f361b6d89b2fcb8e9f80cfc7e2a39971af1cfab3a7"
SRC_URI += "git://github.com/onsi/ginkgo;protocol=https;nobranch=1;tag=v1.16.4;shallow=1;rev=d125cd027fee341b3b3d65858a4121cf4931fead;name=git_209602b3_4;destsuffix=vcs_cache/26c0895633c49fefdc8d45a3656a0c02b6e01a54bc0701f99b72ad6209a0e446"
SRC_URI += "git://github.com/onsi/ginkgo;protocol=https;nobranch=1;tag=v1.16.5;shallow=1;rev=d38b9d946d52cd175495d30143fbecc5aff98f13;name=git_209602b3_5;destsuffix=vcs_cache/5d5337553584cfbd61a079f00c73fab896dfe1413aba0d8fc16c28a2fc5c2f3d"
SRC_URI += "git://github.com/cockroachdb/apd;protocol=https;nobranch=1;tag=v3.2.1;shallow=1;rev=cb6ebb8e161b24c7a21963bb05a275146ae4eaeb;name=git_50f9d6e9_0;destsuffix=vcs_cache/468ac27cc9eab6bc439a686df1d537073fe05444c0796606f48ea0b286f39528"
SRC_URI += "git://github.com/cockroachdb/cockroach-go;protocol=https;nobranch=1;tag=v2.4.0;shallow=1;rev=b5ebaaa51c19e0f20d8a75c38a0cf0aa310c546f;name=git_d84320d0_0;destsuffix=vcs_cache/814981cb2765abc98d605c6f74830bd8650175cd9947e5a08df4f6ee916d0882"
SRC_URI += "git://github.com/Microsoft/go-winio;protocol=https;nobranch=1;tag=v0.6.2;shallow=1;rev=3c9576c9346a1892dee136329e7e15309e82fb4f;name=git_6d816430_0;destsuffix=vcs_cache/963154633520174004b7a508de4bfa23c0374f9312f6db845c29aa3cb751d708"
SRC_URI += "git://github.com/russross/blackfriday;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=4c9bf9512682b995722660a4196c0013228e2049;name=git_fb978822_0;destsuffix=vcs_cache/6dd1604eceba1790dbf7f827f1e22a5866a5348a2ab616daed7363a6e16e081d"
SRC_URI += "git://github.com/russross/blackfriday;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=e96880f42b9343aea6cbfd99693adae0e5fe2b2a;name=git_fb978822_1;destsuffix=vcs_cache/45882c51d4da17f32775abbdabd353753e5115f6ec6282c3bf028fe3471fc743"
SRC_URI += "git://github.com/josharian/intern;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=8e6ff32b3e7c0b018c43953085fe2ac330fe9acd;name=git_eb6bc1bf_0;destsuffix=vcs_cache/273d42676826fc8f106c11c2800d01690a09463878fa115700b2e26df24a2440"
SRC_URI += "git://github.com/titanous/rocacheck;protocol=https;branch=master;rev=afe73141d399b0c79c3d6412d4bdcf4c672c496a;name=git_b223e935_0;destsuffix=vcs_cache/333921fe7c4fb4be2fd4b694b9d4ec2e6000c6f84fe6e5a447504b83a30df193"
SRC_URI += "git://github.com/sassoftware/relic;protocol=https;nobranch=1;tag=v7.2.1;shallow=1;rev=1ba272b5494260614e67ab55afa4e9e49ec881d5;name=git_6cf8c4b1_0;destsuffix=vcs_cache/11b818fd7c4740f195b6669f17117f3e72c1b14cd4cca20dca3b88334a67edcf"
SRC_URI += "git://github.com/sassoftware/relic;protocol=https;nobranch=1;tag=v7.6.2;shallow=1;rev=6c510a666832163a5d02587bda8be970d5e29b8c;name=git_6cf8c4b1_1;destsuffix=vcs_cache/47cd006d03c40be7da9c5a49989f6d69cb0efb2c67cbf07a3a3d180618ae605d"
SRC_URI += "git://github.com/withfig/autocomplete-tools;protocol=https;nobranch=1;tag=integrations/cobra/v1.2.1;shallow=1;rev=94f003f2ede44499f6160b4857167be99a26fe52;name=git_6abfc3d5_0;destsuffix=vcs_cache/33623bfa0b04b5f8eb90b2f2f2cb7cf4c2ef7e5fc99ee3e08b07439cb9d577ec"
SRC_URI += "git://github.com/kr/pretty;protocol=https;nobranch=1;tag=v0.3.1;shallow=1;rev=3cd153a126da607b78d1762779b1e1054f9889fc;name=git_cd673b00_0;destsuffix=vcs_cache/487dccea2d19da29e6f873ffd57f7f4d33720781a3f60bb9f852176acb476435"
SRC_URI += "git://github.com/kr/text;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=702c74938df48b97370179f33ce2107bd7ff3b3e;name=git_2770e00e_0;destsuffix=vcs_cache/62674ecb33f72b9ab66dd856fe2e651dbf7344dea40ba5132203c7b4b32cfd61"
SRC_URI += "git://github.com/kr/text;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=e2ffdb16a802fe2bb95e2e35ff34f0e53aeef34f;name=git_2770e00e_1;destsuffix=vcs_cache/d47a4a089998b1398264c79fffcb25588459baa28396ff9e275fff9f4995519a"
SRC_URI += "git://github.com/kr/pty;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=282ce0e5322c82529687d609ee670fac7c7d917c;name=git_00cb36cf_0;destsuffix=vcs_cache/1bac58bd1947d8ae4f18469faf2550b830a1ff3614f2644b00e44b1dc16e13ec"
SRC_URI += "git://github.com/xhit/go-str2duration;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=017325bfda0895fe02177e4ebb07962e58735bbf;name=git_c7386ea5_0;destsuffix=vcs_cache/395a3ddd7e351b7b882dc20af4936a00bd11a84147f83ac7a7c25f8093a51cb3"
SRC_URI += "git://github.com/rcrowley/go-metrics;protocol=https;branch=master;rev=65e299d6c5c92718e672a9d2bc7f96e5b687eef8;name=git_54613f95_0;destsuffix=vcs_cache/0cbaeb01627514ae95e6aae5f103c7c103c0c38175dca1ae96d51d0c083cb2ae"
SRC_URI += "git://github.com/PaesslerAG/jsonpath;protocol=https;nobranch=1;tag=v0.1.1;shallow=1;rev=c18d0f043db32b5d4295e14c6518fa9160e45d15;name=git_21b66fe1_0;destsuffix=vcs_cache/ee939411ca99645f0b84f8a86386d493dfd58fa3d0ecfb96da71919c16a6fb1c"
SRC_URI += "git://github.com/PaesslerAG/gval;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=fe0376d57945a1905a3c1324664d0a84f909e53e;name=git_e229c1c8_0;destsuffix=vcs_cache/30be8274297aac19a7c325dd144cde1c383944541db9da9eb888283a6f108ad3"
SRC_URI += "git://github.com/shopspring/decimal;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=a2e78c6cff3451d68a784428ce443e5a9021a89f;name=git_d89c63cf_0;destsuffix=vcs_cache/81d14461a67982eaec5bffc77f8be489a3c6f734185bbe7b48d2143a04bcf53f"
SRC_URI += "git://github.com/gopherjs/gopherjs;protocol=https;branch=master;rev=0766667cb4d1cfb8d5fde1fe210ae41ead3cf589;name=git_586d5e7b_0;destsuffix=vcs_cache/01a1edbf006e84ee72823df53fd6bfec0668d43ccc43130966699159da6af4f1"
SRC_URI += "git://github.com/gopherjs/gopherjs;protocol=https;branch=master;rev=fce0ec30dd00773d3fa974351d04ce2737b5c4d9;name=git_586d5e7b_1;destsuffix=vcs_cache/937c968b17b16dfbe9dcf02b93e01091b15e6380b65317d04eab2e6a50fe3fc2"
SRC_URI += "git://github.com/alibabacloud-go/alibabacloud-gateway-spi;protocol=https;nobranch=1;tag=v0.0.2;shallow=1;rev=7d01da5b61de14409b02a353e06c664cd37a1e8d;name=git_ff156894_0;destsuffix=vcs_cache/7b141c57f4ddc48e3ec0519241f13e366db6b0b54aa5b000f81d6419efffa6c4"
SRC_URI += "git://github.com/alibabacloud-go/alibabacloud-gateway-spi;protocol=https;nobranch=1;tag=v0.0.4;shallow=1;rev=dbb5ca65e577521a8f9644379a2a2797fc32305c;name=git_ff156894_1;destsuffix=vcs_cache/d86de6e6f94efbeff8280524073110c2ea0847a6bcb4c5011e98a46a232ffe88"
SRC_URI += "git://github.com/alibabacloud-go/darabonba-openapi;protocol=https;nobranch=1;tag=v0.1.14;shallow=1;rev=6fe64443c5a5331342a750da9b9ff6c859d377d6;name=git_f8a35eb0_0;destsuffix=vcs_cache/72b377f76c39f2437111361b668d32d793746aaafe02cee8cea2159859663aa4"
SRC_URI += "git://github.com/alibabacloud-go/darabonba-openapi;protocol=https;nobranch=1;tag=v0.1.12;shallow=1;rev=88535e29089663b50adf6a409ad20b1c57b1b85f;name=git_f8a35eb0_1;destsuffix=vcs_cache/cb63a7c63520030c86a56657349c756dd016e6a771c0cb43ac8c320b2adea1ea"
SRC_URI += "git://github.com/alibabacloud-go/darabonba-openapi;protocol=https;nobranch=1;tag=v0.2.1;shallow=1;rev=bab11ac53c4c6340965c333a6e4ec1fc05d32a7c;name=git_f8a35eb0_2;destsuffix=vcs_cache/6cdb189279cf4f2a68e1e530df758c78191f5d7a134a7a3d6e7412e5ba701bff"
SRC_URI += "git://github.com/alibabacloud-go/debug;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=67482991a01d145bc10e129d58335cc07c4b5716;name=git_9210dfdb_0;destsuffix=vcs_cache/6c842b08328802d9f222c299210f64ad57422e6679e741800cc2d56eec79467c"
SRC_URI += "git://github.com/alibabacloud-go/debug;protocol=https;branch=master;rev=9472017b5c6804c66e5d873fabd2a2a937b31e0b;name=git_9210dfdb_1;destsuffix=vcs_cache/111f1cbaa926ba0628769510dc9ff031a3c558201ea23c87ef7e8867744778a2"
SRC_URI += "git://github.com/alibabacloud-go/openapi-util;protocol=https;nobranch=1;tag=v0.0.10;shallow=1;rev=6236605a8eb4eac352cd065bd9ddb25093910cb0;name=git_5243036a_0;destsuffix=vcs_cache/0082d015703fa0ba3bcc331541f71ebc05d53f5112dde5d3c8c0efb4e29d2859"
SRC_URI += "git://github.com/alibabacloud-go/openapi-util;protocol=https;nobranch=1;tag=v0.0.11;shallow=1;rev=750d736849ee8a6e9754f45e97e627adf10a6b19;name=git_5243036a_1;destsuffix=vcs_cache/8f7704caaa5adeb8fbd0a0a828a8a24861e4b6d974ad0017a1741883df393955"
SRC_URI += "git://github.com/alibabacloud-go/openapi-util;protocol=https;nobranch=1;tag=v0.0.9;shallow=1;rev=b4d263f1756cf86b22d9a88eb135ed1ef72d955c;name=git_5243036a_2;destsuffix=vcs_cache/cefee74420c2d095203d46ea18db0ec97bd51e86d0c8fc29f8a9d14ac9c76954"
SRC_URI += "git://github.com/alibabacloud-go/openapi-util;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=cb71c13f6af194fa9e9663082de9dddea1091ae8;name=git_5243036a_3;destsuffix=vcs_cache/ec19395565c997dc9c32bb5fe22f2eeb27bdfbf92a3c9addc8a4564cd920e778"
SRC_URI += "git://github.com/alibabacloud-go/darabonba-string;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=46584bf5afa98474bcd8b852d95c902bf7c91fca;name=git_8e553a7b_0;destsuffix=vcs_cache/826304ba51eb0928ffe7312f0a7afd5b04a460e1d9a22f635944eabb97d7cda5"
SRC_URI += "git://github.com/alibabacloud-go/cr-20160607;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=263452db4d04935fefb001da2f1128f5d7a57384;name=git_c29e4910_0;destsuffix=vcs_cache/e8e9b665241cb01abb754420695ada4ba7d0948ad1d863e944c7a95bfecee778"
SRC_URI += "git://github.com/alibabacloud-go/tea-utils;protocol=https;nobranch=1;tag=v1.3.9;shallow=1;rev=6545007475272647191a6f6427044f29035fa6dd;name=git_ec1b2615_0;destsuffix=vcs_cache/6ea5b905fa0aba88e5d636a0b213216a97dfea27d65601df32bfd3fe897379a2"
SRC_URI += "git://github.com/alibabacloud-go/tea-utils;protocol=https;nobranch=1;tag=v1.4.3;shallow=1;rev=8d75cf07f3ab6d5859f616ad5fc1a9f357d4519a;name=git_ec1b2615_1;destsuffix=vcs_cache/37a2ff4d61d521063f8099cd3d8dc7a607193903e8c0339272a82552424f9f6f"
SRC_URI += "git://github.com/alibabacloud-go/tea-utils;protocol=https;nobranch=1;tag=v1.4.5;shallow=1;rev=c386a6961e5e59700cd33d47df60144f1b77f6d7;name=git_ec1b2615_2;destsuffix=vcs_cache/6393ecda87c3d58436e3468d6d08237626a9d9aeb382d52daa6de505a1ddbd5f"
SRC_URI += "git://github.com/alibabacloud-go/tea-utils;protocol=https;nobranch=1;tag=v1.3.1;shallow=1;rev=cf26b08b56df4cf90d222d247a66fdaa99aa424f;name=git_ec1b2615_3;destsuffix=vcs_cache/214486e6c645e0eadf1814b9c1badd187e9a3b60abd0870752360347f05776a2"
SRC_URI += "git://github.com/alibabacloud-go/tea-xml;protocol=https;nobranch=1;tag=v1.1.2;shallow=1;rev=7f44a2b64b20aef2eaf672008bf3fabfb9692930;name=git_8c7a032e_0;destsuffix=vcs_cache/e33ed1cf5c0218927dd3ad3eac5dbdfd36259d1f062581124b4cb312144c2f1f"
SRC_URI += "git://github.com/alibabacloud-go/tea-xml;protocol=https;nobranch=1;tag=v1.1.3;shallow=1;rev=893e5734d06304812bc673afc667784b3d9f2e90;name=git_8c7a032e_1;destsuffix=vcs_cache/ae5beed5e4518a3595e4e9c6edd4d78e51e1172fd1e1f3b7f32fdad9814fee64"
SRC_URI += "git://github.com/alibabacloud-go/endpoint-util;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=553d96a8a7eac25a264daa06a420e1f080719151;name=git_0d7f07ae_0;destsuffix=vcs_cache/05beaadd1133d78de94547bbbda5ab2649a19779a5745c3591e781ea23a37e18"
SRC_URI += "git://github.com/alibabacloud-go/endpoint-util;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=ad803784da1c3818b2eead117c4a1bc29b7d4161;name=git_0d7f07ae_1;destsuffix=vcs_cache/74f25b833e8910e2a720bebf1955e4b6f164e58e8d3197c3ff5bf1ecf5223670"
SRC_URI += "git://github.com/alibabacloud-go/cr-20181201;protocol=https;nobranch=1;tag=v1.0.10;shallow=1;rev=1f88b3d98612a51e00e896f01de6d181ff71dd31;name=git_11ff9fa5_0;destsuffix=vcs_cache/45fe0468400a779fb3c97153f51e0b5140dd84711009013bb1f484b14445c137"
SRC_URI += "git://github.com/alibabacloud-go/tea;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=2b0e131d0014b50942d672be7a704b749556d073;name=git_88d99b82_0;destsuffix=vcs_cache/d1b54bcd3b4370d9042c1fe930b993b9165dc1888dc28e9ffc54feee21f72748"
SRC_URI += "git://github.com/alibabacloud-go/tea;protocol=https;nobranch=1;tag=v1.1.19;shallow=1;rev=3a75a83be17863671c6992fda05e59c18734b35a;name=git_88d99b82_1;destsuffix=vcs_cache/f72e8eb2931d26c80a13a66294c4de715f8535654fcdbcc1d7db93916cdf5fd4"
SRC_URI += "git://github.com/alibabacloud-go/tea;protocol=https;nobranch=1;tag=v1.1.7;shallow=1;rev=8291a17acafcec3404353dcaf4a6903a5ac98a17;name=git_88d99b82_2;destsuffix=vcs_cache/2437499df7eb8ae12ff3cf434433b851d67e1356193e915b0e43fdcba5686489"
SRC_URI += "git://github.com/alibabacloud-go/tea;protocol=https;nobranch=1;tag=v1.1.11;shallow=1;rev=9144ca7f27cda3d27d9d68c72d8dd2203ac9c3d8;name=git_88d99b82_3;destsuffix=vcs_cache/d8838b9a86827981e73a7d1cac3f5b61542cf00c4918382db9168a8a5ca95ded"
SRC_URI += "git://github.com/alibabacloud-go/tea;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=d3a7dc916c07a50d0f80b7e5efa804409c5a563c;name=git_88d99b82_4;destsuffix=vcs_cache/1c680b210110e03ebbee1fd0d5ad6173186345b4d37f6835b4602cf3f19f3baf"
SRC_URI += "git://github.com/alibabacloud-go/tea;protocol=https;nobranch=1;tag=v1.1.17;shallow=1;rev=d9ff2bfbeb303690c1f7c82c36cd5979271b1994;name=git_88d99b82_5;destsuffix=vcs_cache/f489a0b231eb90e3c5194172456998e96fd41cbf274e25a9466f56ee1b7b4edc"
SRC_URI += "git://github.com/alibabacloud-go/tea;protocol=https;nobranch=1;tag=v1.1.8;shallow=1;rev=ecd18128a4dd15a363ce5cf6f3807c6f21563232;name=git_88d99b82_6;destsuffix=vcs_cache/ecb6fb21b0afaa988feff1833fe4cfe4529404a51444a40f317db005e7a63f17"
SRC_URI += "git://github.com/mozillazg/docker-credential-acr-helper;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=b0f30d608689e111c37051fdfa43428d529f227c;name=git_ed67ce4b_0;destsuffix=vcs_cache/c955d1a69758b102556e12f3a1a641e7355c0fa2d9c06595490c459900be1bc7"
SRC_URI += "git://github.com/weppos/publicsuffix-go;protocol=https;nobranch=1;tag=v0.50.2;shallow=1;rev=adebda9058ea5b2f4a5cdc0af270898573c702bf;name=git_ca984294_0;destsuffix=vcs_cache/72bc5ea96dd7ccf293cb550fe15fc6119fa984cfa401112e744f2ceaff02bea0"
SRC_URI += "git://github.com/tink-crypto/tink-go-hcvault;protocol=https;nobranch=1;tag=v2.4.0;shallow=1;rev=78c5aea1900e732f6b10688b70b0560197050407;name=git_561b318f_0;destsuffix=vcs_cache/44c8e1ad479ea60ad41bba1af82609fd200196764f4b92dd9023b99c44f55030"
SRC_URI += "git://github.com/tink-crypto/tink-go-awskms;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=62c0e104bf5d1e1db0a661cbb7f3d7f0707c070b;name=git_f38d4afd_0;destsuffix=vcs_cache/8ee531a1e4c3202eb8f09e5d5f7868fcddddbdd34a20918506df9ab20a33a6d1"
SRC_URI += "git://github.com/tink-crypto/tink-go-gcpkms;protocol=https;nobranch=1;tag=v2.2.0;shallow=1;rev=0d66c785167cc5e99b28ad5a622a84eb8ce70a39;name=git_f18fa01a_0;destsuffix=vcs_cache/9e8a51f9964dedffcfc725a3311d223984a4ffd6fddceb8118e8cee1951e03ac"
SRC_URI += "git://github.com/tink-crypto/tink-go;protocol=https;nobranch=1;tag=v2.6.0;shallow=1;rev=44325142c47f5dc5f505daa06f99ed8d075ed47c;name=git_4e7e25bc_0;destsuffix=vcs_cache/75e6af0b326ba0b411a08b59371c1d306a54029409a51860c71245de4abea15b"
SRC_URI += "git://github.com/aws/aws-sdk-go;protocol=https;nobranch=1;tag=v1.55.8;shallow=1;rev=070853e88d22854d2355c2543d0958a5f76ad407;name=git_b3c0b920_0;destsuffix=vcs_cache/0adefe254dca8102e233ab160a237fa0416def01f780c8513834e77e0b6f1bc4"
SRC_URI += "git://github.com/aws/smithy-go;protocol=https;nobranch=1;tag=v1.24.1;shallow=1;rev=67953b3c6de3d930231a9b04f4b4c908effa42a7;name=git_0adf6e3e_0;destsuffix=vcs_cache/a5235947e83b623dd1fae680e6b6612921714bdcf22545d04afd0b1c56b8f20e"
SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=aws/protocol/eventstream/v1.7.4;shallow=1;rev=09a58172d9d7ad6f73a123b02d7e84c5c4a155f7;name=git_0a897d51_0;destsuffix=vcs_cache/ea190329ddb30f780d07fc81aea71235eb8159ed2b64ef64b5b217648d148d0d"
SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=feature/ec2/imds/v1.18.18;shallow=1;rev=238dde72705f3e20fcf3e63a7b8fc98a52692f31;name=git_0a897d51_1;destsuffix=vcs_cache/16aeeaaa143df3b1145357dedc71c22eb6e12290fea52215ccf6f3370c2a0f95"
SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=internal/ini/v1.8.4;shallow=1;rev=b9b0c6553b80f99603b4f8356b88f5baf1328deb;name=git_0a897d51_2;destsuffix=vcs_cache/7beb4ea4ace2b86f2fd5d920e72a2086021f585de496c7f0a8183fc9d22665bd"
SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=service/s3/v1.96.0;shallow=1;rev=bdb98c543b9f2ddcfde6670b97871fb144ec18e9;name=git_0a897d51_3;destsuffix=vcs_cache/5ed044d1d49e98a72205d17d40724500529e2b0639d37461196180717c5d8bb5"
SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=service/ec2/v1.279.2;shallow=1;rev=c3a135b4041a3819bbbd72772889ba876b7eb974;name=git_0a897d51_4;destsuffix=vcs_cache/5bdbc456fb063bed3d7104b22a9dd99dc8d12c54e12f839a87685c313a84c924"
SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=feature/s3/manager/v1.20.19;shallow=1;rev=dcbed91b6c6235022f15eda6ea526dbb91e1cb81;name=git_0a897d51_5;destsuffix=vcs_cache/c4afe1adcb115986c2c2ed96ccc6e241595c09932af5115ebabef158c7970918"
SRC_URI += "git://github.com/open-policy-agent/opa;protocol=https;nobranch=1;tag=v1.14.1;shallow=1;rev=3d1bac44a21906cc7f118ae535b78e39185214a5;name=git_345563a6_0;destsuffix=vcs_cache/f28e493068391b1299f22361437e5d1f7269e7a58587b24ecb78243729f9d470"
SRC_URI += "git://github.com/rogpeppe/fastuuid;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=10c3923834d38e951ae8f627bfec2dc632c5b6cb;name=git_8a779c11_0;destsuffix=vcs_cache/20ca2e2cf2990cc136cad7958992d06abd356dc16a58362afd2bd51be48ae0ac"
SRC_URI += "git://github.com/rogpeppe/go-internal;protocol=https;nobranch=1;tag=v1.14.1;shallow=1;rev=9ee3698d19c525c9cefe855433e5f6096b77c6f5;name=git_2748cdc3_0;destsuffix=vcs_cache/84674da628e57d1722274a512e0879c23e8465ad7ef7e016c3bc39c8ea13175b"
SRC_URI += "git://github.com/bytecodealliance/wasmtime-go;protocol=https;nobranch=1;tag=v39.0.1;shallow=1;rev=21fba6ac1b26ac8506bc2f6b2402dba326c3c862;name=git_698a3e53_0;destsuffix=vcs_cache/29bd4967228cfeae6f6e378b91b3d489da8953e18b22573fbc341d1977bc971e"
SRC_URI += "git://github.com/zeebo/errs;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=13450ab50383c5857164d564544fa0bef3ff689d;name=git_1cced855_0;destsuffix=vcs_cache/c48b3247a05cb20bf2a81d75ef369d317463f64a4267ed1c3e73da685dd8fa09"
SRC_URI += "git://github.com/cncf/xds;protocol=https;branch=main;rev=ee656c7534f5d7dc23d44dd611689568f72017a6;name=git_02e4abb9_0;destsuffix=vcs_cache/435954769a254a102c631bb1d8bcead9b217385136a42fc400889bf3c53118fc"
SRC_URI += "git://github.com/cncf/udpa;protocol=https;branch=main;rev=269d4d468f6f798d803d140c3016ed6fc6b735c5;name=git_6dce3e52_0;destsuffix=vcs_cache/2d4bb3719cd74b7802454af2a99a01288222b8d83502e76ab100cd853a9f4b62"
SRC_URI += "git://github.com/pseudomuto/protokit;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=c63c13958542d70af1d1ef7826d30b25cd5bf6e9;name=git_87c3720f_0;destsuffix=vcs_cache/cd9a5b01879c4526734bd42b5aa62f6c6f5aafb046996ddefa47d8ab4b1e304e"
SRC_URI += "git://github.com/pseudomuto/protoc-gen-doc;protocol=https;nobranch=1;tag=v1.5.1;shallow=1;rev=2d899c268a140682f87a2d330fd4d805d99ed121;name=git_bd1b3d74_0;destsuffix=vcs_cache/26a781c1c7b961404ab78e933655b58bf5ea21d8c41c924b13e587032a18c68d"
SRC_URI += "git://github.com/niemeyer/pretty;protocol=https;branch=master;rev=a10e7caefd8e0d600cea437f5c3613aeb1553d56;name=git_2ab93bd0_0;destsuffix=vcs_cache/7b69594221f05faea56a0d177d0ca9efaac2b2e4ba4f7539c68b87cfe214c6ef"
SRC_URI += "git://github.com/puzpuzpuz/xsync;protocol=https;nobranch=1;tag=v3.5.1;shallow=1;rev=800e3a0ceeab7d9a5c17df16241c1a4cca0da524;name=git_1c5103e9_0;destsuffix=vcs_cache/e0ad38b71cf95c4b6214da9867c59c7ef5110d6fcee27239b1aa4851267ed402"
SRC_URI += "git://github.com/puzpuzpuz/xsync;protocol=https;nobranch=1;tag=v2.5.1;shallow=1;rev=c3b502018e15a1ef54a4e2ced12a1c392746a5bc;name=git_1c5103e9_1;destsuffix=vcs_cache/ccec89d1caebecb07c79daed6c02935ff3464a6ba9c349fc86eba55125edaa58"
SRC_URI += "git://github.com/AdamKorcz/go-fuzz-headers-1;protocol=https;branch=main;rev=8b5d3ce2d11de86b1af0054d9187b6261d0d69d3;name=git_0cb49e87_0;destsuffix=vcs_cache/35f7e61c7c2bd9148d054dac589ec9b9299c5b19dfcb1f364908d12c3c56da6b"
SRC_URI += "git://github.com/vbatts/tar-split;protocol=https;nobranch=1;tag=v0.12.2;shallow=1;rev=e93e90127321a61ddca6df0d1dcc786684d75b74;name=git_b8e88960_0;destsuffix=vcs_cache/748e9d5ff174cd19acc98de6dc7f6c3d780e0ffcf645aea8c246a36eaa6cac37"
SRC_URI += "git://github.com/MakeNowJust/heredoc;protocol=https;nobranch=1;tag=v2.0.1;shallow=1;rev=efb6ca8de9d5385c3963279701760e37637cf238;name=git_c0f465ee_0;destsuffix=vcs_cache/8afa829f04064040c879c49eda82f6dd6ff68294f4208701005a6ac10050c80a"
SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.7.1;shallow=1;rev=083ff1c0449867d0d8d456483ee5fab8e0c0e1e6;name=git_aa93f7ee_0;destsuffix=vcs_cache/719be8c83742fcd5ea6c60cce03388f5367bceeb8522379d83d0110c884426a5"
SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.8.0;shallow=1;rev=181cea6eab8b2de7071383eca4be32a424db38dd;name=git_aa93f7ee_1;destsuffix=vcs_cache/39798af0c50431f2d4ce305d1aea9c6d13ad19d1ab6af227d59ebb3580e7a7f0"
SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.11.1;shallow=1;rev=2a57335dc9cd6833daa820bc94d9b40c26a7917d;name=git_aa93f7ee_2;destsuffix=vcs_cache/ba91b84762300277627df761c9f004ffcc560434a1a1c2e613269b0c2e378278"
SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.5.1;shallow=1;rev=3ebf1ddaeb260c4b1ae502a01c7844fa8c1fa0e9;name=git_aa93f7ee_3;destsuffix=vcs_cache/725790d9265526f327bc846ba6025be038cd5cdf6367be0f622409ad58ac9aa0"
SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.7.2;shallow=1;rev=41453c009af9a942261b7a25a88521d0d6804e7f;name=git_aa93f7ee_4;destsuffix=vcs_cache/4805fd660d5ebf46efcecca310f821c693d07cae282d3900f04fc04a9dc59587"
SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.7.0;shallow=1;rev=acba37e5db06f0093b465a7d47822bf13644b66c;name=git_aa93f7ee_5;destsuffix=vcs_cache/f87883f9ef1ad6bd6ecb844fe9108ae126c4dfab49080e5fb37bd27ca64417be"
SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.8.2;shallow=1;rev=f36bfe3c337aa95c86f04c721acdbafb5ffb1611;name=git_aa93f7ee_6;destsuffix=vcs_cache/5eed4f7019d77fd1a97b264bb91f3668f2495d84acd03b9b60d32e894e4518a5"
SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.8.4;shallow=1;rev=f97607b89807936ac4ff96748d766cf4b9711f78;name=git_aa93f7ee_7;destsuffix=vcs_cache/cec0eadb3ceb93408aae446eb0c115ea4a39cd4ba2048947ee55e1f8969c3872"
SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=ffdc059bfe9ce6a4e144ba849dbedead332c6053;name=git_aa93f7ee_8;destsuffix=vcs_cache/15f4be955793ecb9ef81031cf64191211271265868a72e4bf25c409e978a8ce8"
SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.5.2;shallow=1;rev=307d0db21292676ac9d469826525c3630f47f63a;name=git_7987da5d_0;destsuffix=vcs_cache/fe4a57d26379977ebf461da8c71a20095b9f973a91d55076b67fa0de48206a1e"
SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=50a2c064be99303c5dddf725da60e30fbc4f6ede;name=git_7987da5d_1;destsuffix=vcs_cache/956998068f3cc530e52afae6bcb80d92158cdaee2b707bdfdaf132ff05de3b4f"
SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=5dbb4e6c708f7eb56fc184f7c5dd5e482b555f69;name=git_7987da5d_2;destsuffix=vcs_cache/4ca532f3c50e5c7c19e3dc9316d05026ba007fe253a359de8b2a8492d16f1faa"
SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=ea4fe68685ee0d3cee7032121851b57e7494e8ea;name=git_7987da5d_3;destsuffix=vcs_cache/982a1df420b1f34eee71122e02865aa89e1ea251dc09362265917bd0e0ca3995"
SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=facf9a85c22f48d2f52f2380e4efce1768749a89;name=git_7987da5d_4;destsuffix=vcs_cache/39828321881a0709a36a2d1edde8fc9928ddd471ebd0bbdf7012076e7214bb02"
SRC_URI += "git://github.com/smartystreets/assertions;protocol=https;branch=master;rev=b2de0cb4f26d0705483a2f495d89896d0b808573;name=git_4e704c3e_0;destsuffix=vcs_cache/310f2954c5f2a924abf876fdb6f582c35eb0e0522caa0f6d5922ebd1f4d98f70"
SRC_URI += "git://github.com/smartystreets/assertions;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=b63c46aebc02f130a052a785f4f27bc938f2a4f3;name=git_4e704c3e_1;destsuffix=vcs_cache/6f94044dd3f8c4d4a0c2d46b6b4a4032aabe760b1b7a5871f75e81282040e714"
SRC_URI += "git://github.com/smartystreets/goconvey;protocol=https;nobranch=1;tag=v1.6.4;shallow=1;rev=505e419363375c0dc132d3ac02632a4ee32199ca;name=git_c0891693_0;destsuffix=vcs_cache/b127d43981f2610691c976c5bd9e08cf42a14d62b5938fc97bc7194327185236"
SRC_URI += "git://github.com/jmoiron/sqlx;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=bc916999dc0011f5caf1f0d40e898ea9f839f4ea;name=git_9aee2e24_0;destsuffix=vcs_cache/6f1b34d3dd34a2e424db7e43d9e1950c1573f990b2bdeb2f85dd035e3c2eb1bd"
SRC_URI += "git://github.com/gliderlabs/ssh;protocol=https;nobranch=1;tag=v0.3.8;shallow=1;rev=a8ecd3ed244fb77c863c0cf30ccdcca44436974a;name=git_39665195_0;destsuffix=vcs_cache/29768f04f3e8c9319949f7cb8383e935d815e26fc8c83306857e281f8c2d2bd0"
SRC_URI += "git://github.com/clipperhouse/uax29;protocol=https;nobranch=1;tag=v2.6.0;shallow=1;rev=18e08f6aeebae9d6cf1c4c90b05f2b81ad1bd9d9;name=git_284cb950_0;destsuffix=vcs_cache/3eb09cba10899deec8f228f35a30fe2bd9c666215800fc40e9b33b7381e295d1"
SRC_URI += "git://github.com/clipperhouse/displaywidth;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=154f35ad571b4de99a6e1f4924fd013727a70f99;name=git_68657095_0;destsuffix=vcs_cache/c40d1f11fec7901d3446e1942bbe1d52f03b06b4129f6a95f9f8013620ecc048"
SRC_URI += "git://github.com/peterh/liner;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=58a158787cd552b11ce4a45f589a5452072c1fc0;name=git_3122f780_0;destsuffix=vcs_cache/1f8f18a9b5f0eb2b3fb41eed21ef1d732ac4c585b926e04b2cb73f2551aace77"
SRC_URI += "git://github.com/inconshreveable/mousetrap;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=4e8053ee7ef85a6bd26368364a6d27f1641c1d21;name=git_b31cc6ad_0;destsuffix=vcs_cache/a9f0ac4cf05240ceb9790811cbd8ab3cbdcd404501a9ca5a402a28033e7235d8"
SRC_URI += "git://github.com/cpuguy83/go-md2man;protocol=https;nobranch=1;tag=v2.0.7;shallow=1;rev=061b6c7cbecd6752049221aa15b7a05160796698;name=git_af686cb3_0;destsuffix=vcs_cache/44790142f31974c97a48f51298f4d80d17cdea0211947e7cbfe90054a7fe7774"
SRC_URI += "git://github.com/cpuguy83/go-md2man;protocol=https;nobranch=1;tag=v2.0.6;shallow=1;rev=441631534462b74c098953dbd8d5f6210994b0bf;name=git_af686cb3_1;destsuffix=vcs_cache/0b9036af46cc50aa9433a461266e6ef3b3645807c3d1fa49cc53eb201e011781"
SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=93d7e1c227c83ca0f49a9dbf053069aa8df30c03;name=git_09ca63ed_0;destsuffix=vcs_cache/994235dd15b0fe3f1f6929ffaad19803d748bf717abf3185bb700d75af65e53f"
SRC_URI += "git://github.com/hpcloud/tail;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=a30252cb686a21eb2d0b98132633053ec2f7f1e5;name=git_eb7f53a1_0;destsuffix=vcs_cache/9dfd08c5a4f07a465c8fe6fd4e5e96ac82ccaeba87143831c1a6290e944a3c84"
SRC_URI += "git://github.com/redis/go-redis;protocol=https;nobranch=1;tag=v9.18.0;shallow=1;rev=90faf0692313160b1140f96716763227912aec44;name=git_a422c501_0;destsuffix=vcs_cache/79c459d4fc5cc1799a9039004a96f117f273ffcfed4ca2843505600826e84d28"
SRC_URI += "git://github.com/redis/go-redis;protocol=https;nobranch=1;tag=extra/redisotel/v9.5.3;shallow=1;rev=f752b9a9d5cc158381c2ffe5b13c531037426b39;name=git_a422c501_1;destsuffix=vcs_cache/b57dac149c01ce6c7183ade505f86a67f490f6871026f050288146474568fa30"
SRC_URI += "git://github.com/xiang90/probing;protocol=https;branch=master;rev=a49e3df8f510ee8b42e68345ca4636dbb161bd0a;name=git_dd17c416_0;destsuffix=vcs_cache/d2061d68c832996bd0e67cf52556c9e8923750fb34190a39eba1a85e96d63c26"
SRC_URI += "git://github.com/peterbourgon/diskv;protocol=https;nobranch=1;tag=v3.0.1;shallow=1;rev=2566386005f64f58f34e1ff32907800a64537e6a;name=git_de2c9c21_0;destsuffix=vcs_cache/7cb93d2e0b7662dc208e62e027863616321a00595f129a7459025c262d712268"
SRC_URI += "git://github.com/peterbourgon/diskv;protocol=https;nobranch=1;tag=v2.0.1;shallow=1;rev=5f041e8faa004a95c88a202771f4cc3e991971e6;name=git_de2c9c21_1;destsuffix=vcs_cache/8625edde317f1f22cc2818a98d9abcbe70bd7594027c378d1af3b3b0354ac6fe"
SRC_URI += "git://github.com/cespare/xxhash;protocol=https;nobranch=1;tag=v2.3.0;shallow=1;rev=998dce232f17418a7a5721ecf87ca714025a3243;name=git_9d94b3ef_0;destsuffix=vcs_cache/4cf9134295bfe252b2146507759140e7050e00021c322cfd0d38a231ef3c0b20"
SRC_URI += "git://github.com/go-chi/chi;protocol=https;nobranch=1;tag=v5.2.5;shallow=1;rev=05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723;name=git_672f73a6_0;destsuffix=vcs_cache/2db5f35f57b05f42889bb9a478902cad9dbdf344d6e97e04073eb7b4388549b4"
SRC_URI += "git://github.com/santhosh-tekuri/jsonschema;protocol=https;nobranch=1;tag=v5.3.1;shallow=1;rev=16bce71af51f6a4a775f11e649a347a8803940d3;name=git_3ace93c7_0;destsuffix=vcs_cache/9964fa94eb99b405ebcfa3af19e0e16d07aef590c7af497cdfc6743aa4544776"
SRC_URI += "git://github.com/uber/mock;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=2d1c58167e30f380cf78e44a43b100a14767e817;name=git_d59a22ac_0;destsuffix=vcs_cache/03540ab2f6f54b62764f09a177ce039608b19eb6106bf7b67da770000fde2a48"
SRC_URI += "git://github.com/uber-go/goleak;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=31095c657c34bba405a8d480db27989aa5f60b9c;name=git_aa00c2c2_0;destsuffix=vcs_cache/358840d6c8d4d8a268b95a505fd6f93da14af34041c0824fe51920b4cd523ae2"
SRC_URI += "git://github.com/uber-go/multierr;protocol=https;nobranch=1;tag=v1.11.0;shallow=1;rev=de75ae527b39a27afcb50a84427ec7b84021d5f4;name=git_56156e5c_0;destsuffix=vcs_cache/9e9b72c633d0ee4d572aa2aef1a020bd0d0430b461457342ecf9ba78885e216c"
SRC_URI += "git://github.com/uber-go/automaxprocs;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=1ea14c35ce47a73089b824e504d1c92eeb61a5a6;name=git_58e615b6_0;destsuffix=vcs_cache/8ab31d7b6c65257de48f8b07a1403dfaa497f722b374c5c6ddcb0804a3c02e9a"
SRC_URI += "git://github.com/uber-go/atomic;protocol=https;nobranch=1;tag=v1.11.0;shallow=1;rev=76f817c8b7e771cdffc2b9f11a7ebb80333ca92b;name=git_dc3074ea_0;destsuffix=vcs_cache/d00c989f8bb8a9438dd86b0aa36df5fb6d45f6e7fc0c9a3e46fb1aa00c952c73"
SRC_URI += "git://github.com/uber-go/zap;protocol=https;nobranch=1;tag=v1.27.1;shallow=1;rev=7b755a3910491932656b01f2013b8bf41e74d4e8;name=git_d94f6782_0;destsuffix=vcs_cache/67e343786276ffdcabe10fced1cc35f12935c34465b4aa9b7a745028a33b44b5"
SRC_URI += "git://github.com/FiloSottile/edwards25519;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=d1c650afb95fad0742b98d95f2eb2cf031393abb;name=git_41754dd3_0;destsuffix=vcs_cache/2cae1fc2d308175e4aa6553fe690ddca793e894f25ee318895edb644a8e5093c"
SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;protocol=https;nobranch=1;tag=v4.4.2;shallow=1;rev=ccf7a061f165cd3feee92af191157c053154d8bc;name=git_68ce0dfe_0;destsuffix=vcs_cache/bd07b477e76c25bb800db70142fb1436fe8ef483195e7de25f8f31a1eda2c37d"
SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;protocol=https;nobranch=1;tag=v6.3.0;shallow=1;rev=d3e4dc6f630e155d2fbfdac465eb0da8a737245f;name=git_68ce0dfe_1;destsuffix=vcs_cache/d66ac94ec61bd2ff1830ecd910c5ba59307d9987a0b5e8bc4d43eed2a9670e03"
SRC_URI += "git://github.com/kubernetes-sigs/json;protocol=https;branch=main;rev=2d320260d730f3842fef7b08d9a807bdbc617824;name=git_5671cdf3_0;destsuffix=vcs_cache/464b6144a42f16f67617e6ae70c780fa6b3663ca909d664a33af0b61e7456764"
SRC_URI += "git://github.com/kubernetes-sigs/release-utils;protocol=https;nobranch=1;tag=v0.12.4;shallow=1;rev=c5ec6799727ec38d90da965dcaf599e0757e0b33;name=git_2679f03f_0;destsuffix=vcs_cache/629defb1abd971fbda44482b5e65c18d8a58bf5c3286b98e3e7d92a6875c04d3"
SRC_URI += "git://github.com/kubernetes-sigs/yaml;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=048d724aca2d37ddb5b03c90b5b4550a3a48766d;name=git_a731a2aa_0;destsuffix=vcs_cache/289ff1bc36e2275d8f58e8de4b1e27b0cabf0d8bfcb2058f040045490a48f9fc"
SRC_URI += "git://github.com/kubernetes-sigs/randfill;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=1b6128de8ceabf6d20c4d81d770bf439c1494960;name=git_8dcba602_0;destsuffix=vcs_cache/64598686d0dc1d499a7860fd9d58ec01370c353b03b4e9377d668d615af13dc6"
SRC_URI += "git://github.com/DrJosh9000/zzglob;protocol=https;nobranch=1;tag=v0.4.2;shallow=1;rev=4c52e8be6c7ca112af798934546e76642ad89f69;name=git_6a3626f8_0;destsuffix=vcs_cache/ac9025b22c8566bb4c6f44e580f9918fdf2bd59c55de93296cef91b12f95655c"
SRC_URI += "git://github.com/census-ecosystem/opencensus-go-exporter-stackdriver;protocol=https;nobranch=1;tag=v0.13.14;shallow=1;rev=f4930fe4385b9779b1263ec654804a045d506d56;name=git_43e6af14_0;destsuffix=vcs_cache/33676bfb76aa7b607f54f7758c4caa957fb883597a88f4d903cfc1d0ba3bd1e2"
SRC_URI += "git://cue.gerrithub.io/cue-labs/oci;protocol=https;branch=main;rev=3adeb866381942f8fcc777812752a5a9e8869b68;name=git_4ee70a55_0;destsuffix=vcs_cache/f5ea1832e12267457017bd0240cd5e93e4116345dbf2f71141e58674ff1142a5"
SRC_URI += "git://github.com/google/cel-spec;protocol=https;nobranch=1;tag=v0.25.1;shallow=1;rev=7f3c4c513b42d471d0be9439bf5bde38f45f8404;name=git_9b911644_0;destsuffix=vcs_cache/aa7727faf6d3d07cc2dd703f32ef5e153071a4e80bc7a5f4ff31cf427863a8ce"
SRC_URI += "git://github.com/google/go-cloud;protocol=https;nobranch=1;tag=v0.45.0;shallow=1;rev=7cc909bdc2f6bf42daeec2e463fa2e38d467b14e;name=git_cc187c9c_0;destsuffix=vcs_cache/34ee63157d31df5e2b20b20e0474c693a09263f77e10a1492a6f8ccf0514f3f9"
SRC_URI += "git://github.com/census-instrumentation/opencensus-go;protocol=https;nobranch=1;tag=v0.24.0;shallow=1;rev=b1a01ee95db0e690d91d7193d037447816fae4c5;name=git_aae3ac7b_0;destsuffix=vcs_cache/8607148e6fbec2ab3d0020ea3ffb8bdce7bc15dae97ebec60385afa6ddb97c29"
SRC_URI += "git://github.com/gonum/gonum;protocol=https;nobranch=1;tag=v0.17.0;shallow=1;rev=fc402bc485e3a92f8d4f1f0ee5a49e2edf232ed2;name=git_63b91e23_0;destsuffix=vcs_cache/97e0ee36296f2cb2f3d1791623b4a81368a81b9887e637d57840b4152a64f400"
SRC_URI += "git://github.com/chainguard-dev/sdk;protocol=https;nobranch=1;tag=v0.1.45;shallow=1;rev=e21af8901a1aa1b6c4b3430dfc3f9d3bf63b4476;name=git_626350b5_0;destsuffix=vcs_cache/1942a3670ce1ca9cae29605ced32c3ced4d1f67d72cecf4a29eb23d8792f296d"
SRC_URI += "git://github.com/chainguard-dev/go-grpc-kit;protocol=https;nobranch=1;tag=v0.17.15;shallow=1;rev=4050e677c8fe606ebe2f9881e3423de6b5b2047a;name=git_8189fdc0_0;destsuffix=vcs_cache/9fc37384166e6c03fc03c066b492112afeb5ff606b8a0e4fe9430533fe7c5a91"
SRC_URI += "git://github.com/yaml/go-yaml;protocol=https;nobranch=1;tag=v2.4.3;shallow=1;rev=3b57511c5e469cd030f5df7705d1f4208aa8b339;name=git_780106c7_0;destsuffix=vcs_cache/2408eeac30b1574986dd0e17458ada4d251f9845f816637202936da13fcdab91"
SRC_URI += "git://github.com/yaml/go-yaml;protocol=https;nobranch=1;tag=v3.0.4;shallow=1;rev=c3552c15f996075a7634df5159d9161c67bf3d76;name=git_780106c7_1;destsuffix=vcs_cache/28af0e86ac86bfc3e00873c91eee3b58eb4f82e4f4c0f7963ccfc8872fd4a4a5"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=04245dca01dae530ad36275d662a90d6b8a5ee29;name=git_da0444fc_0;destsuffix=vcs_cache/9b60b37567defa9ab3ce9a92538852c39dedfb0055e40f9d0573de15b731e84d"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=1d35b9e2eb4edf581781c7f3e2a36fac701f0a24;name=git_da0444fc_1;destsuffix=vcs_cache/c2f90f78280ac7ca73e6b4b4597cfa69ed82a1efda74bf57a6f9054174f9172e"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.13.0;shallow=1;rev=2964e1e4b1dbd55a8ac69a4c9e3004a8038515b6;name=git_da0444fc_2;destsuffix=vcs_cache/e6d69ebf27d5262733f08946c94bfe8e17eee9d04aa9a201bf1c5bfa3a2ca66f"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=33da011f77ade50ff5b6a6fb4a9a1e6d6b285809;name=git_da0444fc_3;destsuffix=vcs_cache/144d2f77c6aa06af51d5820df4e7506c5ecad01c86e770e0027b682ff0d3f9a9"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=489259a85091f60ac24636e6f0eeda70f530a981;name=git_da0444fc_4;destsuffix=vcs_cache/e029b6116c54d42beede5228f464ee04073cc9623956921b65451e7aa1b3afb5"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=49385e6e15226593f68b26af201feec29d5bba22;name=git_da0444fc_5;destsuffix=vcs_cache/9039de5e2ba775addafc7d6cd06d2390dd60ba6ff11978f6f7708e792ae9b202"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=55b11dcdae8194618ad245a452849aa95e461114;name=git_da0444fc_6;destsuffix=vcs_cache/d903497f6dd22f0e8eea790109f0baad6d19f1470b3999c60c952bfa6e26f87d"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=59db8d763f22395595c26ee1cae0886b57141b3a;name=git_da0444fc_7;destsuffix=vcs_cache/34a6c6ff0efd234ebc0cc2a5cfdad07405fca7403da460f8d25bfb69091bc0c5"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=62eef0e2fa9b2c385f7b2778e763486da6880d37;name=git_da0444fc_8;destsuffix=vcs_cache/3a7c7117bfc5f35b548f910eca45ea79f9cdf95d622ffdec9d6558b5cafb4197"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=665e8c7367d1ecf644cea2d163019ef59c13d554;name=git_da0444fc_9;destsuffix=vcs_cache/7389e79775019a8b50e34efbdfd1a6f9ee910ef3822e04963ba444b3d04db399"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=6aff5f38e54f06f432ddfd9b4af5bf0de052bc08;name=git_da0444fc_10;destsuffix=vcs_cache/49dd8fca659329042cac2d9c30b873bc5f1b2f44b6e7fd4d6cdac86083d41979"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=749cb33beabd9aa6d3178e3de05bcc914f70b2bf;name=git_da0444fc_11;destsuffix=vcs_cache/85264864acfe88751a9792e7f09fdc367309f145049f9d27238de8933df49364"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=85ca7c5b95cdf1e557abb38a283d1e61a5959c31;name=git_da0444fc_12;destsuffix=vcs_cache/e96cdab86f9bbbd262bddd0a9bc3f4aa35bc1cf702672a6bc6c39fadecbdacea"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=8c9f86f7a55f5af45a9080f6ed3ac915382d369c;name=git_da0444fc_13;destsuffix=vcs_cache/2b23297aec08f23623501029a20a4eee604e87ce090001ef6ad0a5930d799dd5"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=90c8f94a055257f9ab343137cbada4e658750fbb;name=git_da0444fc_14;destsuffix=vcs_cache/b402dcf4abb8c639432471f2cec9e99460d32185589fe7bdc4e9cbaf4cbfbbef"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=95e765b1cc43ac521bd4fd501e00774e34401449;name=git_da0444fc_15;destsuffix=vcs_cache/b1e9a27b98fa2dd77074f2947aa9586de17609eb0bdd77672fccab342a0f1a77"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=97732733099d6a942a73b889770774366de963ed;name=git_da0444fc_16;destsuffix=vcs_cache/aa620878a9f9f2576616d28b01af853869a5a014c70f6b2966e79beae63baeae"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=aed5e4c7ecf9f069775e08834fb724544628d38d;name=git_da0444fc_17;destsuffix=vcs_cache/76c8b59c51f75579a2bf90e92cc57e8f4e2a500ed3725ed80a3658d53656f5a9"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=b874c991c1a50803422b257fb721b0b2dee3cf72;name=git_da0444fc_18;destsuffix=vcs_cache/7fc6194a6eb552fe8a04fcd9de7f21b28047a0ebf0efd51c5557201a5f2f03dd"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=bc2c85ada10aa9b6aa9607e9ac9ad0761b95cf1d;name=git_da0444fc_19;destsuffix=vcs_cache/f1ca944a9f749f11954489cf91646b40418e0abb15fdadc5040f1dbba7b6ee33"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=bd437916bb0eb726b873ee8e9b2dcf212d32e2fd;name=git_da0444fc_20;destsuffix=vcs_cache/253eeaed31139dc6c6092c9677b29b309c54686acef6519ba8e7423b19d0c65e"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.8.0;shallow=1;rev=ca59edaa5a761e1d0ea91d6c07b063f85ef24f78;name=git_da0444fc_21;destsuffix=vcs_cache/aedaafe73d2d04f8ec6f72bf045d67462baa8cb261dd5ba7cee843d028806a97"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=ce4227a45e2eb77e5c847278dcc6a626742e2945;name=git_da0444fc_22;destsuffix=vcs_cache/2d4d3c85c670be13ab91f6602ebc0a1892bb1d1ae5f03a88fe4f3645248e0a4a"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=d0b11bdaac8adb652bff00e49bcacf992835621a;name=git_da0444fc_23;destsuffix=vcs_cache/f12e98c7124bdf27aa44290b851a1ac08039087a76b23733d63312bc784b1556"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=d0be0721c37eeb5299f245a996a483160fc36940;name=git_da0444fc_24;destsuffix=vcs_cache/e23d421c76c78ddc7b91228f72ce5f09a2820d7648b887aa27f4e1b7ffe9f8a4"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.42.0;shallow=1;rev=eaaaaee1dc1aacededf4a89bc4544558f425d5f1;name=git_da0444fc_25;destsuffix=vcs_cache/8e0c29133c55549f2a5ccd9da93c1f00cb94b6e82a15ed2bf8a2406448f69c37"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=f84b799fce68db3cb46a8f6f819c1e56377181df;name=git_da0444fc_26;destsuffix=vcs_cache/5e73009c1afca32127ea1cb27ff11e49ac3eab70df61f2738a4e4d8f95e48511"
SRC_URI += "git://go.googlesource.com/sys;protocol=https;branch=master;rev=fdedc70b468f679c263a3ccaefc1faeed3239939;name=git_da0444fc_27;destsuffix=vcs_cache/782e11bb6bc760c1f6beebcc00039d583f0f5dce996fff1adc7a3eac70c2c65b"
SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.34.0;shallow=1;rev=1ac721dff8591283e59aba6412a0eafc8b950d83;name=git_13df7481_0;destsuffix=vcs_cache/1af1d21eb7fa2b5e8a9a6a7d5808842d0eea82c835de520cff0561f026a05912"
SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=859b3ef565e237f9f1a0fb6b55385c497545680d;name=git_13df7481_1;destsuffix=vcs_cache/c7adf8bcca55c1652cddd18c7e949788e387f878482d2553dd5f0a8b63dae8ba"
SRC_URI += "git://go.googlesource.com/mod;protocol=https;branch=master;rev=86c51ed26bb44749b7d60a57bab0e7524656fe8a;name=git_13df7481_2;destsuffix=vcs_cache/8d01fb415e3ecdf7c1c57243ebaa9b07a2cecd87ea1574f747bbc2ab686be373"
SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.8.0;shallow=1;rev=b71060237c896c7c9fc602ab66e33ea6079659fa;name=git_13df7481_3;destsuffix=vcs_cache/7ef51338d8e623e736e20c1b31c1b901aaec9b92183668719ead1a38003fbd8c"
SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=ed3ec21bb8e252814c380df79a80f366440ddb2d;name=git_13df7481_4;destsuffix=vcs_cache/d8ce3a26ef11a4e81bfc12391c4d0bf865766bcb2812acb31931c12ee0d326f8"
SRC_URI += "git://go.googlesource.com/oauth2;protocol=https;nobranch=1;tag=v0.36.0;shallow=1;rev=4d954e69a88d9e1ccb8439f8d5b6cbef230c4ef9;name=git_d7a72cb8_0;destsuffix=vcs_cache/864afddc69fad1ce0a681e3dd141ae639e4d432bb2054f4e23bade98cd28e520"
SRC_URI += "git://go.googlesource.com/oauth2;protocol=https;branch=master;rev=d2e6202438beef2727060aa7cabdd924d92ebfd9;name=git_d7a72cb8_1;destsuffix=vcs_cache/aa7163e3ef1faa055e8f431a679121b6aa4ca8647ee8b06ea68618e819017713"
SRC_URI += "git://go.googlesource.com/term;protocol=https;branch=master;rev=03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50;name=git_2e975dd2_0;destsuffix=vcs_cache/39b5e1daf17afc894da71452dbc3a21bfd60c2a69143fd621e2f4c38e90360ea"
SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.8.0;shallow=1;rev=119f7033984f028b159c6167aa5afc38c0f9a585;name=git_2e975dd2_1;destsuffix=vcs_cache/986b18b424003ddda556bb95340ddc7abb3f0f6bf5c651aa8cfd40f0ac99f6c3"
SRC_URI += "git://go.googlesource.com/term;protocol=https;branch=master;rev=7de9c90e9dd184706b838f536a1cbf40a296ddb7;name=git_2e975dd2_2;destsuffix=vcs_cache/ead0d27eba7bab1501c9338f4e8f06fcaeada49e20ae7ea11b3242a3e7e99835"
SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.41.0;shallow=1;rev=9d2dc074d2bdcb2229cbbaa0a252eace245a6489;name=git_2e975dd2_3;destsuffix=vcs_cache/7bae64b3057af373aecee34a2667fba2aff1e229ff6472c080e93e65458ffe5a"
SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=d974fe83263b348b6fa9fb95bebc2ff93997880a;name=git_2e975dd2_4;destsuffix=vcs_cache/8c925145fa5ca5db53f91e3399c9a423d5164629af4b7130510ea7c1f232da88"
SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.13.0;shallow=1;rev=ea6303ae752eaacd897fec4b7534b74c56e1d787;name=git_2e975dd2_5;destsuffix=vcs_cache/96b54224a1da567f23b6296b65688c0d3c0b5d52054167a077829f86815129c4"
SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=f6de4a13df88c8a1db88fc651737d7ff8b144a5f;name=git_2e975dd2_6;destsuffix=vcs_cache/cf3b7d49004279c34bcdada288c1eefe6f861733143f66f3e8fdae90d38f0c7c"
SRC_URI += "git://go.googlesource.com/sync;protocol=https;branch=master;rev=112230192c580c3556b8cee6403af37a4fc5f28c;name=git_d7307bee_0;destsuffix=vcs_cache/b68e56943c8c12324ce0414e7075fd80f016eafe879c0c69e6b25893ebb49bce"
SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=14be23e5b48bec28285f8a694875175ecacfddb3;name=git_d7307bee_1;destsuffix=vcs_cache/ee5f66a740cf90c02e7e970c3568863387f64bb7461b46cd2e1b321f0f2cedd5"
SRC_URI += "git://go.googlesource.com/sync;protocol=https;branch=master;rev=1d60e4601c6fd243af51cc01ddf169918a5407ca;name=git_d7307bee_2;destsuffix=vcs_cache/a474d88ee14fcd89b314b779d02a4628461aebbfc6613a6ba90e583c35e15b02"
SRC_URI += "git://go.googlesource.com/sync;protocol=https;branch=master;rev=42b317875d0fa942474b76e1b46a6060d720ae6e;name=git_d7307bee_3;destsuffix=vcs_cache/19d48188f5a03164bde06d13dc555c6a2ebc78aafd3dabc7439ec4c9dcca3519"
SRC_URI += "git://go.googlesource.com/sync;protocol=https;branch=master;rev=43a5402ce75a95522677f77c619865d66b8c57ab;name=git_d7307bee_4;destsuffix=vcs_cache/32b2418d90427c02e56a995b913942d75791bb2c01e6fe4bf4397ff7373d9d58"
SRC_URI += "git://go.googlesource.com/sync;protocol=https;branch=master;rev=67f06af15bc961c363a7260195bcd53487529a21;name=git_d7307bee_5;destsuffix=vcs_cache/63c5dce6fecd17ec0193ec4ee4221b61ccd0834c745a066128df4000c7ec583e"
SRC_URI += "git://go.googlesource.com/sync;protocol=https;branch=master;rev=886fb9371eb4b47af10bff9c8025a8c9e1554b92;name=git_d7307bee_6;destsuffix=vcs_cache/ca22f14e147dd49170157c4d70861fe830bc43b62113fa8da7da7806f515979b"
SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=8fcdb60fdcc0539c5e357b2308249e4e752147f1;name=git_d7307bee_7;destsuffix=vcs_cache/82c5f68308634d71f14642af33f7cae6ce2af441f244d3c2d379f3b81e8912f8"
SRC_URI += "git://go.googlesource.com/sync;protocol=https;branch=master;rev=cd5d95a43a6e21273425c7ae415d3df9ea832eeb;name=git_d7307bee_8;destsuffix=vcs_cache/eaa2921285a7524f3154ea98a551847767b259c18f901ed97668900b204aa7a6"
SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.20.0;shallow=1;rev=ec11c4a93de22cde2abe2bf74d70791033c2464c;name=git_d7307bee_9;destsuffix=vcs_cache/7832f0aec63a5b5bc0fa1a349a5a6f0126ede331ea71a528ecb5f3968f2b000c"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;branch=master;rev=06a226fb4e3765ef3f48aa2852b401bc7b98e981;name=git_f72f7a6f_0;destsuffix=vcs_cache/c49e5a188ec00e1b191be2bd19551e5eb9d9aeec031879192c1a233cf0c395c2"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;branch=master;rev=089bfa5675191fd96a44247682f76ebca03d7916;name=git_f72f7a6f_1;destsuffix=vcs_cache/8258f387b3f95c16a93a968ff7903b11adbad1c1d4845a7649fe56982fde63d8"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;branch=master;rev=630584e8d5aaa1472863b49679b2d5548d80dcba;name=git_f72f7a6f_2;destsuffix=vcs_cache/611d0401c33ecdf51e8182bfd8bc3f628561edb957be179dbfbee2a60632d873"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;branch=master;rev=75b288015ac94e66e3d6715fb68a9b41bf046ec2;name=git_f72f7a6f_3;destsuffix=vcs_cache/53f32142c6ae91d9eb1970827fb761d947fb13c8e1584e0aab69bbe8abe723b0"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;branch=master;rev=84dcc777aaee85807c99afb056f496a3a8b3d8de;name=git_f72f7a6f_4;destsuffix=vcs_cache/9911727dc6d7bedd371820da8b7d2145e49f4ef4fe7c4daeab06c7815ec11f86"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;branch=master;rev=87dc89f01550277dc22b74ffcf4cd89fa2f40f4c;name=git_f72f7a6f_5;destsuffix=vcs_cache/2c240249311dd23ac0e4519a6b3e14d9e797e206ecba3d5d123e8908b8493c0e"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=8e447d8cc585b0089d1938b8747264783295e65f;name=git_f72f7a6f_6;destsuffix=vcs_cache/03604c90c615af0bf122fb98b697e974b0a35346cfeba4a2bf664a4c0c340d21"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;nobranch=1;tag=v0.49.0;shallow=1;rev=982eaa62dfb7273603b97fc1835561450096f3bd;name=git_f72f7a6f_7;destsuffix=vcs_cache/23dac2d7085396c124998bcb52ef3e320806e49ca8538858dc73b51f3a6b50c9"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=a9f661cb6e1b78478731da332a7b82f1e2fd779c;name=git_f72f7a6f_8;destsuffix=vcs_cache/1f4de74df25d254a331f014913e7e4bff9ea9b9243245a41ab2cd542d2f6cab6"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;branch=master;rev=becbf705a91575484002d598f87d74f0002801e7;name=git_f72f7a6f_9;destsuffix=vcs_cache/6bcfdbf9c989f589fe1bf63ece25eeb182c0be8e08ef6c30ef7ad58509c94dcd"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;branch=master;rev=c2843e01d9a2bc60bb26ad24e09734fdc2d9ec58;name=git_f72f7a6f_10;destsuffix=vcs_cache/6aba404d0e9e7095b3cccdd40e1c510f30f0db39f1a1159675c50a2e098effa6"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;nobranch=1;tag=v0.14.0;shallow=1;rev=e3cc52e598e302f8c613a645bb7231264d8ec995;name=git_f72f7a6f_11;destsuffix=vcs_cache/94c550089cb8c110e388eea126345f7e5ce4dd0ad7cdd447489b3ecfd8d52b5d"
SRC_URI += "git://go.googlesource.com/crypto;protocol=https;branch=master;rev=e495a2d5b3d3be43468d0ebb413f46eeaedf7eb3;name=git_f72f7a6f_12;destsuffix=vcs_cache/a56309297164f4de1a38474afd0f660413a402a991afcc349f3b14f514431b89"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=0de0cce0169b09b364e001f108dc0399ea8630b3;name=git_ed42bd05_0;destsuffix=vcs_cache/4a83ce2ea03f8d39736df96f33e3c12c6f2736e4e2d7c83f96b043f96b097451"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=161cd47e91fd58ac17490ef4d742dc98bb4cf60e;name=git_ed42bd05_1;destsuffix=vcs_cache/babc11e479dde015dda8f2983ff3d34baeca8fc3c8f903c8cdb86bbe5bd33276"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=27dd8689420fcde088514397d015e4fea5174e0e;name=git_ed42bd05_2;destsuffix=vcs_cache/e71dbc2480c69faa2e636df8111d0db2a797d257a616e7e4ab6d75fa265f92af"
SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.52.0;shallow=1;rev=316e20ce34d380337f7983808c26948232e16455;name=git_ed42bd05_3;destsuffix=vcs_cache/8d3e280d3345387bdd35c143197391bbd4383d486ebe6282af075a83bafb973d"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=3673e40ba22529d22c3fd7c93e97b0ce50fa7bdd;name=git_ed42bd05_4;destsuffix=vcs_cache/645542ab30875dc13b8cd02d69294c39bfb243c2b7a5924217909131e99f8b30"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=3a22650c66bd7f4fb6d1e8072ffd7b75c8a27898;name=git_ed42bd05_5;destsuffix=vcs_cache/7fc88000c7c9a3a6439d5b27a58b149d3380e568a6d6928be7bd8ebe28174e5b"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=3b0461eec859c4b73bb64fdc8285971fd33e3938;name=git_ed42bd05_6;destsuffix=vcs_cache/3c84774e4b117bf9ca7f463a9106bc672447617fbfdf58b268e7a74cb79b8882"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=4f7140c49acb4c7e276e0b67dea953d5344ae064;name=git_ed42bd05_7;destsuffix=vcs_cache/53493c50fee07205ea3e9e185cc57dba084e4a0bbedb7284b612c11272f67ece"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=59133d7f0dd7cb4ec46ee7b17b1b71cff79e0309;name=git_ed42bd05_8;destsuffix=vcs_cache/7937e992c0d1f0b4be1e1ea7667ca1b3e9e990a50dc56eb27dfd87719dc91839"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=69e39bad7dc2bbb411fa35755c46020969029fa7;name=git_ed42bd05_9;destsuffix=vcs_cache/c6b36b0a823fd504b152a69d2c500bc29f970b2c7a68833bbaa05cdf6220aa34"
SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.11.0;shallow=1;rev=6c96ca5daff89298060438c3b5d24e1bd0900a52;name=git_ed42bd05_10;destsuffix=vcs_cache/e6ad3bc40ade98fbe7f7ba618b072fa651059f2adf1cdda1e36b356c977aa688"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=7e3656a0809f6f95abd88ac65313578f80b00df2;name=git_ed42bd05_11;destsuffix=vcs_cache/a1bbc21b37faf7d1ede5ef6a8ea7ae9df3d51426d3b2eade960e923ffa0fe5c9"
SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=87ce33ecb484cbb6bcfc8e506ce0330ef72e0847;name=git_ed42bd05_12;destsuffix=vcs_cache/b7ae66e3510d0f80f4750c2913d64e3dfa0ebbeb04ef2448d5d9f7485751d7a6"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=89ef3d95e781148a0951956029c92a211477f7f9;name=git_ed42bd05_13;destsuffix=vcs_cache/4c610f5d1ad731e2395f6a96a5b82e650eea4600164e9e15e4edbf35567b3034"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=8a410e7b638dca158bf9e766925842f6651ff828;name=git_ed42bd05_14;destsuffix=vcs_cache/e31ab9c9a7277e166a279e2fceb43f80960020ca579fa9fb048ecf231b9c8448"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=a158d28d115bfbcc1583374c5ae12ba6415bb93e;name=git_ed42bd05_15;destsuffix=vcs_cache/2de939cb01f6e50973e8ce809ddfa5b8ceec4f7d5e7a3aef65caea692eb1f5b5"
SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.17.0;shallow=1;rev=b225e7ca6dde1ef5a5ae5ce922861bda011cfabd;name=git_ed42bd05_16;destsuffix=vcs_cache/60398892b1fdf7a88cddd97b207408ff1232fd3bc87e65ef87223bd426f22305"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=c690dde0001d31e2a1d8b57f9763890c01fb6db0;name=git_ed42bd05_17;destsuffix=vcs_cache/1f322b061efa7e1794fe238a723931ad6e75421ccb8db7c539f27c2cfd891049"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=d8887717615a059821345a5c23649351b52a1c0b;name=git_ed42bd05_18;destsuffix=vcs_cache/714bec1e4a790e75c4d5f275f6cc3299377b76073bf188eb3f7cafe8d758a77d"
SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=daac0cec0cf964a628a29bb4b82940c225b921ed;name=git_ed42bd05_19;destsuffix=vcs_cache/ef893f7ed2797af547df6a271db0743593abf4c5e07ef52033e9b3e5a585dff9"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=e18ecbb051101a46fc263334b127c89bc7bff7ea;name=git_ed42bd05_20;destsuffix=vcs_cache/376d3afffd1f62bc65b76e58fc724fe033367b5c6b239fa6c7d0367687a2bfbd"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=eb5bcb51f2a31c7d5141d810b70815c05d9c9146;name=git_ed42bd05_21;destsuffix=vcs_cache/ae86d4593bf8e0a0514f77d1f3831f0f2f4214c3d1e77cc50661343ba4fcdebe"
SRC_URI += "git://go.googlesource.com/net;protocol=https;branch=master;rev=f5854403a9740e74b2e9e725e6cd7c8a57711905;name=git_ed42bd05_22;destsuffix=vcs_cache/fc8ecf11eddaf279509465d2c0dde9c76fb90ea7c097356e83c6ed4c375e1c16"
SRC_URI += "git://go.googlesource.com/exp;protocol=https;branch=master;rev=509febef88a4b4fad613c9cc84ac7e982f22e774;name=git_879ce674_0;destsuffix=vcs_cache/24a92c0230c7a99a0620162cfb1c9889faa209539dc7a8d6c83fe5ce9072c5a3"
SRC_URI += "git://go.googlesource.com/exp;protocol=https;branch=master;rev=a4bb9ffd2546b4ac9773d60f1e9a6ff4ba82ad23;name=git_879ce674_1;destsuffix=vcs_cache/e45227fc1231b7be1608b94a9286f61be5a4516ceb381a9208ec9e99c0010667"
SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.3;shallow=1;rev=23ae387dee1f90d29a23c0e87ee0b46038fbed0e;name=git_38515699_0;destsuffix=vcs_cache/fc27daff31c5f47a26c7ef94196bf8cee86c79308480edbe7cf8e4dc0c447e43"
SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.2;shallow=1;rev=342b2e1fbaa52c93f31447ad2c6abc048c63e475;name=git_38515699_1;destsuffix=vcs_cache/7b34b135bbda1292ea284d86dfed6e5bdf5fc64fa2fe19d2299467019e4d1944"
SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.7;shallow=1;rev=383b2e75a7a4198c42f8f87833eefb772868a56f;name=git_38515699_2;destsuffix=vcs_cache/3b8a76fcf794a9f1d2139606900fb5805f666e19e7234b234fc05ccf35ef6a06"
SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=3a7a2557e7386e7e39d8b31290c3e8962c39e0fc;name=git_38515699_3;destsuffix=vcs_cache/1cc9e0f1ff2b837234418566a8f6c2d5269620b493d44c7ac004e13c143075ed"
SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=48e4a4a957429d31328a685863b594ca9a06b552;name=git_38515699_4;destsuffix=vcs_cache/3967a908774b78ac4accafb04231e416ce132dfa549184a51d5d00981ace0f45"
SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=71a9c9afc4cd710b9412f7f99f0d8e35b10e488a;name=git_38515699_5;destsuffix=vcs_cache/96612e2431a1761ab2f4e3efdfda115a56ed517010d61db70a8407c43037c89f"
SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.35.0;shallow=1;rev=7ca2c6d99153f6456168837916829c735c67d355;name=git_38515699_6;destsuffix=vcs_cache/ebd21b780d473b9c6279389bf7828889387f448497e2613cddf2feabfcde4ea8"
SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.6;shallow=1;rev=e328d63cff14134669501e0e154e4f141c784322;name=git_38515699_7;destsuffix=vcs_cache/4b522f9dc77a0e02cea9ffd3b10d3f85a766a1f7900b412ab5c3f6a41718c2ea"
SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=f21a4dfb5e38f5895301dc265a8def02365cc3d0;name=git_38515699_8;destsuffix=vcs_cache/e9ec4c6af0acd56750bc559cb32d09c01276f0ac22e70bb84dd122fdfa9e2db7"
SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.13.0;shallow=1;rev=f488e191e67ed95a5b9b7b39024e5a5f5f1ffd02;name=git_38515699_9;destsuffix=vcs_cache/ed54a0e184a3b90d3ba2af01ba5f552a6df0a6e921276bc3891efe8bd8c3d81e"
SRC_URI += "git://go.googlesource.com/time;protocol=https;nobranch=1;tag=v0.15.0;shallow=1;rev=812b343c8714c317b0dad633efa6d103e554c006;name=git_e2f6844a_0;destsuffix=vcs_cache/4f7b813c442e7a003dce36760b55a7302a49070bef2e7a1fb30ccb0f444eee98"
SRC_URI += "git://go.googlesource.com/xerrors;protocol=https;branch=master;rev=1b5146add8981d58be77b16229c0ff0f8bebd8c1;name=git_e8cbb9fc_0;destsuffix=vcs_cache/8c142112d3bf2046dde4cb3dda11db03c95a8ab51bfb424b4d31be45594f7e6a"
SRC_URI += "git://go.googlesource.com/xerrors;protocol=https;branch=master;rev=5ec99f83aff198f5fbd629d6c8d8eb38a04218ca;name=git_e8cbb9fc_1;destsuffix=vcs_cache/1a7eef0babb47828059471e537bef1e9023bf22cd1c23e5fcaf7523b68332e82"
SRC_URI += "git://go.googlesource.com/xerrors;protocol=https;branch=master;rev=7835f813f4da395c9a1f7c0fe732a63d1c79d331;name=git_e8cbb9fc_2;destsuffix=vcs_cache/85f1ddb5366a63575b400fe71b8e71e61442686574ec1bd9cbe86a4d29b14eaa"
SRC_URI += "git://go.googlesource.com/xerrors;protocol=https;branch=master;rev=9bdfabe68543c54f90421aeb9a60ef8061b5b544;name=git_e8cbb9fc_3;destsuffix=vcs_cache/a190c0bd506167cc1631eefeb81697d88fd666066c0d35abb4f058915f9881cd"
SRC_URI += "git://go.googlesource.com/xerrors;protocol=https;branch=master;rev=a985d3407aa71f30cf86696ee0a2f409709f22e1;name=git_e8cbb9fc_4;destsuffix=vcs_cache/19bf66358270f1db6b287805895c6fc8385236e01234a96b3da1d15fe70245f7"
SRC_URI += "git://go.googlesource.com/xerrors;protocol=https;branch=master;rev=f3a8303e98df87cf4205e70f82c1c3c19f345f91;name=git_e8cbb9fc_5;destsuffix=vcs_cache/b58a4cb0d6e1fba648c1252d9b2defce5bc798b0687f24402e56035456e8856c"
SRC_URI += "git://go.googlesource.com/telemetry;protocol=https;branch=master;rev=579e4da9a98c27e12794ba808942ab5e581c20c0;name=git_fe729624_0;destsuffix=vcs_cache/7ed0b7495d855a1adca18eebc24961ad0903de6c26a5eecb97e329d8584443cd"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;branch=master;rev=11955173bddd0ab0afcd688e6dc9c1b7c28fb546;name=git_7d9b3b49_0;destsuffix=vcs_cache/844d4dad510f2c01dc0afd28d06c23ff2ffc385ddf161fb554c91479292e1856"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;branch=master;rev=2212a7e161a54c76aa397a96d267a553b8aeda7c;name=git_7d9b3b49_1;destsuffix=vcs_cache/53acb10a67b5da14b1419240266b5748e1efb87d307ea8aeeebb8c782226d856"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.43.0;shallow=1;rev=24a8e95f9d7ae2696f66314da5e50c0d98ccaa90;name=git_7d9b3b49_2;destsuffix=vcs_cache/b4e15c2bd2ae70b346d536f2c90da575e37fb9ee7f4a4623803ae6c7cab66d75"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;branch=master;rev=298f0cb1881e71e68bc5bc17757fabe78a426460;name=git_7d9b3b49_3;destsuffix=vcs_cache/4bdade122172b6644bff0ea433cdb68d5460d8b894432e030ced235888ac6fdc"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;branch=master;rev=2b0845dc783e36ae26d683f4915a5840ef01ab0f;name=git_7d9b3b49_4;destsuffix=vcs_cache/da5f801626b8ecc7f643f170be0442e698401205c545c04533826fc759af9266"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;branch=master;rev=2c0ae70061356820330c96810d9483beb9a6da8e;name=git_7d9b3b49_5;destsuffix=vcs_cache/4c8a444f6107791541908255bd50e11af470e356ff01ab9ac1f463decf2926fe"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;branch=master;rev=90fa682c2a6e6a37b3a1364ce2fe1d5e41af9d6d;name=git_7d9b3b49_6;destsuffix=vcs_cache/e396d41e128acc62cbad331ee090a99e470d23a3611d8b07d3c2cc41a1cc0b49"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=go/packages/packagestest/v0.1.1-deprecated;shallow=1;rev=9b68bc9966ee62cbe4704dea268ca17f0d2cd8a7;name=git_7d9b3b49_7;destsuffix=vcs_cache/8e3caf6560e23534404ba0ab07b0c731a8ce6b61a9e6f462e08b6981ef496441"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=go/expect/v0.1.0-deprecated;shallow=1;rev=a5f2a1893145b1c54ec841e1c5cae7f9853e724a;name=git_7d9b3b49_8;destsuffix=vcs_cache/2eb3287db940156bd2959401e8d48cb2fb49c63aa67526d9ceb95c021e217faa"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;branch=master;rev=ab21143f238442efbf2d6acedb69eaddbb43d088;name=git_7d9b3b49_9;destsuffix=vcs_cache/7120c62aa1f536f776c11268e04c38e6f605d466d77fdee84ce605103cb163c9"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.1.12;shallow=1;rev=b3b5c13b291f9653da6f31b95db100a2e26bd186;name=git_7d9b3b49_10;destsuffix=vcs_cache/caef14ab3734fcbf0d05c7a9aab8ffc3dee6066c109316257d37ec9c806f1482"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;branch=master;rev=bf090417da8b6150dcfe96795325f5aa78fff718;name=git_7d9b3b49_11;destsuffix=vcs_cache/af3c08c9017348d0a11699087455e33b9a2822c39bdbae5ffe5757b448be7d38"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=d0863f03daeff79ab917de5768285bb077f77b20;name=git_7d9b3b49_12;destsuffix=vcs_cache/9cceea9495e6089f0c928f6375a5a449bcc62a88cb95dab0e1f31915000449d9"
SRC_URI += "git://go.googlesource.com/tools;protocol=https;branch=master;rev=f727befe758c04ce68d52abc6e69ad111e2c6797;name=git_7d9b3b49_13;destsuffix=vcs_cache/4e56e084dd75c8283bc4445105a474a9f715b9fd5d860b0e5c12c567ddd9f950"
SRC_URI += "git://github.com/kubernetes/apimachinery;protocol=https;nobranch=1;tag=v0.35.3;shallow=1;rev=72d71eac265e06713c6d83d7034aac609450243f;name=git_d6490ebc_0;destsuffix=vcs_cache/3607284db090a16c797d866e0afc2f5981016fa804bf28b6ae61b062c6e6c8c3"
SRC_URI += "git://github.com/kubernetes/api;protocol=https;nobranch=1;tag=v0.35.3;shallow=1;rev=3897036a444c440b15bde423702caab885c2b8bd;name=git_91745483_0;destsuffix=vcs_cache/4c866a946bb10a93a8bae39b56bf25058d2c96270c3d1178d4e983bc3486de8d"
SRC_URI += "git://github.com/kubernetes/klog;protocol=https;nobranch=1;tag=v2.130.1;shallow=1;rev=75663bb798999a49e3e4c0f2375ed5cca8164194;name=git_9d03197d_0;destsuffix=vcs_cache/eaab5e8e1958570d9bced9a912298fdaa9472cecec794161f58aebf8c4d1e963"
SRC_URI += "git://github.com/kubernetes/kube-openapi;protocol=https;branch=master;rev=589584f1c912f4367fe8954f649a59a98b912da5;name=git_dbee483c_0;destsuffix=vcs_cache/d52ae18a0311c6102c8f6db1458120357ba6824e0af66b6ec92f343cd130aab6"
SRC_URI += "git://github.com/kubernetes/gengo;protocol=https;branch=master;rev=85fd79dbfd9fc7a328697266cbb852e1857ec2a0;name=git_c68f8a69_0;destsuffix=vcs_cache/fecf0b6497c8938df1af06bac17e71f9443e9b53c193ded4d9ff97fae707fc02"
SRC_URI += "git://github.com/kubernetes/utils;protocol=https;branch=master;rev=bc988d571ff40eb17793769e9c1b71ecf8ee9c0f;name=git_9da930f9_0;destsuffix=vcs_cache/fb4c92184a0c1cd25830e66a6860cd9ba95d39bd4c7299f50c01f78da028780a"
SRC_URI += "git://github.com/kubernetes/client-go;protocol=https;nobranch=1;tag=v0.35.3;shallow=1;rev=4f1f0a2dce40946d7376d2d490fb09f8f45d702a;name=git_0356f569_0;destsuffix=vcs_cache/8b529e801b17536e65f6c58983c445925f7a0e10978ed051ee16bf15e3820efa"
SRC_URI += "git://cue.gerrithub.io/cue-lang/cue;protocol=https;nobranch=1;tag=v0.16.0;shallow=1;rev=de47a5efb4a5ee1129a470e73717f59ac03ba535;name=git_1f81a115_0;destsuffix=vcs_cache/a4ef1a252d7128ec04733d4143795d91569a88b65d1b47de67c8b8ccfb3844ac"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;protocol=https;nobranch=1;tag=instrumentation/google.golang.org/grpc/otelgrpc/v0.63.0;shallow=1;rev=80c9316336ebb4f4c67d8e1011a3add889213fb7;name=git_9cecf883_0;destsuffix=vcs_cache/a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;protocol=https;nobranch=1;tag=detectors/gcp/v1.40.0;shallow=1;rev=a89d958e7a2575cf539ffca09657cfd90821d6e4;name=git_9cecf883_1;destsuffix=vcs_cache/46a62e6140fa598420e0a297538ad174673a7a4fa4a227316738de156f481d75"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;protocol=https;nobranch=1;tag=bridges/otelzap/v0.10.0;shallow=1;rev=bc53d2b4eb4de79471bc54f64a5c3dcefa8720d7;name=git_9cecf883_2;destsuffix=vcs_cache/e68cfa240102a0ba411506ff8b1aa264dbdc8d1fde95e16ea08f3695aad05b0b"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-collector;protocol=https;nobranch=1;tag=component/v1.31.0;shallow=1;rev=42a3ae04a72f69119f052ef9593dfc2ea537ebbf;name=git_0783a203_0;destsuffix=vcs_cache/26861e0711d29ae45824510dad0ba06a5a1b36bb0500efb005cd76ac362089f3"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-instrumentation;protocol=https;nobranch=1;tag=sdk/v1.2.1;shallow=1;rev=715f58ce2f17e2176b8e53b871e47531a259cc1d;name=git_0cf36a85_0;destsuffix=vcs_cache/1fd877c6ad92470308433b00b2458aacc47c259fb28a0596272d30410c77f412"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;protocol=https;nobranch=1;tag=otlp/v1.9.0;shallow=1;rev=88af9ba7bb5502c916618f4d654911dd64262855;name=git_430aa893_0;destsuffix=vcs_cache/48dd3b051b2ade937fb3ae600f1d49e4d17f78f386f08b2de9f4df57cbb13d0b"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;nobranch=1;tag=trace/v1.41.0;shallow=1;rev=4575a9774dd9415ffc858dd34955493b0031065a;name=git_120ed83a_0;destsuffix=vcs_cache/65f39d9f974075161c61a33f1161ce41c95fe7119a6d6994fd694d98d647e286"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;nobranch=1;tag=log/v0.11.0;shallow=1;rev=5ba5e7a449f36c1c02710bbaa517263797046db0;name=git_120ed83a_1;destsuffix=vcs_cache/b9cfff93834a1198be78227766ecca2711856b6b1b0c7afbad371f153e4a7552"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;nobranch=1;tag=exporters/otlp/otlptrace/otlptracegrpc/v1.40.0;shallow=1;rev=a3a5317c5caed1656fb5b301b66dfeb3c4c944e0;name=git_120ed83a_2;destsuffix=vcs_cache/2c9ea599ff73e5f744f217415379b3ace9e1fc6da96e40b4e9f8b4b0dde1d494"
SRC_URI += "git://gitlab.com/cznic/sqlite;protocol=https;nobranch=1;tag=v1.44.3;shallow=1;rev=bb6a17d8df4bb5fe2c530d512ca14e8ddfeffc47;name=git_348f6c58_0;destsuffix=vcs_cache/3ba95426e5b11c92894a628a1ce667ac8811711e8c832c87c14692301c893392"
SRC_URI += "git://gitlab.com/cznic/mathutil;protocol=https;nobranch=1;tag=v1.7.1;shallow=1;rev=28129eec384c30a304561c3c8779e4bb29cbff12;name=git_6d5eb6f7_0;destsuffix=vcs_cache/d9fcb4a707a5528902c43a333ebcd4a79ad8983a639c0e7d1b83b7844659041f"
SRC_URI += "git://gitlab.com/cznic/memory;protocol=https;nobranch=1;tag=v1.11.0;shallow=1;rev=0a6f7544739330ad95572cc272626a60176f2faf;name=git_5a4efa70_0;destsuffix=vcs_cache/2caa87ea35c8a729d5b00b040a7f8ad66258dd180945be426f986dc7d295f65b"
SRC_URI += "git://gitlab.com/cznic/libc;protocol=https;nobranch=1;tag=v1.67.6;shallow=1;rev=101bbe5e52da02db41b56fc69a8fa5f7f21e373c;name=git_f682a46d_0;destsuffix=vcs_cache/1defb59588828d7a735ee8508d9f384969ff4cdf661c5fbf02228cf24eb1aa4b"
SRC_URI += "git://github.com/etcd-io/bbolt;protocol=https;nobranch=1;tag=v1.4.3;shallow=1;rev=68e6b96e6b74ebc396ac1aa7186c92e616960bd1;name=git_bd7d6031_0;destsuffix=vcs_cache/5983ea71bb9e5e22aede686f4e2d57552e937bd9f2a5a3ca5e595c01b957c33a"
SRC_URI += "git://github.com/etcd-io/gofail;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=ed9ca8045cc22a3045168306f2039e9f0a5b397e;name=git_1b9be237_0;destsuffix=vcs_cache/94af41cb3791d3446ad2efcce59de525d2df0ae4cf689775b2914bcf4100d3a8"
SRC_URI += "git://github.com/etcd-io/etcd;protocol=https;nobranch=1;tag=etcdctl/v3.6.8;shallow=1;rev=4e814e204934c3c682d9e185db1dfb646d2510b3;name=git_8d0c8c2e_0;destsuffix=vcs_cache/1bdac8be56518513f69c74fe2b8e1ae1be48990f4715e000b654cb74c518ff5d"
SRC_URI += "git://github.com/etcd-io/etcd;protocol=https;nobranch=1;tag=raft/v3.5.19;shallow=1;rev=815eaba08570ab0a123d65c12ef419e5b3f8e250;name=git_8d0c8c2e_1;destsuffix=vcs_cache/e7eee5b3b41d8bd477ae42e2d3c4a4a9c00e7b2431af9a84ee3f8525a8644509"
SRC_URI += "git://github.com/etcd-io/raft;protocol=https;nobranch=1;tag=v3.6.0;shallow=1;rev=f35a02212416d045c574e30aa59d4b07c4b8d732;name=git_7745a5ad_0;destsuffix=vcs_cache/021b1761a70a4212e4f2b025e054475e53e23fb505ca7d877de026578df975ca"
SRC_URI += "git://github.com/go-check/check;protocol=https;branch=v1;rev=10cb98267c6cb43ea9cd6793f29ff4089c306974;name=git_fc1e328f_0;destsuffix=vcs_cache/b8ed7c01feb15e76511fd0dcf4b7d5e0ab535f96b5fe0e22cd9854a758a6c38d"
SRC_URI += "git://github.com/go-check/check;protocol=https;branch=v1;rev=20d25e2804050c1cd24a7eea1e7a6447dd0e74ec;name=git_fc1e328f_1;destsuffix=vcs_cache/f6f7125ac7ef086ca6395a14a9a28c8c11cd6f8790a8be7cfd6475d1acd0f40b"
SRC_URI += "git://github.com/go-check/check;protocol=https;branch=v1;rev=8fa46927fb4f5b54d48bde78c6c08db205b2298c;name=git_fc1e328f_2;destsuffix=vcs_cache/23da246e09df0cfb88f7874f3e8ab42f1563033c51f59b8fd9f88f708ab87083"
SRC_URI += "git://github.com/go-inf/inf;protocol=https;nobranch=1;tag=v0.9.1;shallow=1;rev=d2d2541c53f18d2a059457998ce2876cc8e67cbf;name=git_989ffae9_0;destsuffix=vcs_cache/61185ca91404d2e09a193aede807b4a9ededd43199f58cd49ec4cef480d7bc7f"
SRC_URI += "git://gopkg.in/DataDog/dd-trace-go.v1;protocol=https;nobranch=1;tag=v1.74.8;shallow=1;rev=7fa94017b8c42ea34fc3febf4ce98cbee633c18c;name=git_eb431e16_0;destsuffix=vcs_cache/b1812ace11427e4e4a7ff6aeb101492a2840329d1d8c69a0c2a9d59d8fee19a0"
SRC_URI += "git://github.com/go-tomb/tomb;protocol=https;branch=v1;rev=dd632973f1e7218eb1089048e0798ec9ae7dceb8;name=git_40f32ad0_0;destsuffix=vcs_cache/3eb09c53457860b46e591b55bd3d381c6c4ceb426eeef3c43e3b3eac38964c0d"
SRC_URI += "git://gopkg.in/evanphx/json-patch.v4;protocol=https;nobranch=1;tag=v4.13.0;shallow=1;rev=84a4bb100ade42a86fce2647c95a7dbcbf569cb2;name=git_6e26e914_0;destsuffix=vcs_cache/664c761587abdd7a37f78115c7dbea5a3bcbea104244f81430c0e47dc5396047"
SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.3.0;shallow=1;rev=0b1645d91e851e735d3e23330303ce81f70adbe3;name=git_b0089ab1_0;destsuffix=vcs_cache/47818511ee2bfcfc1a926b574cbc1b54e0a5d07acab371acfa6c419d7cbe812e"
SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.2;shallow=1;rev=51d6538a90f86fe93ac480b35f37b2be17fef232;name=git_b0089ab1_1;destsuffix=vcs_cache/8a100ce674e65e72daf096e45d53f5beec9f9123c742acb89993de84b6414834"
SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.8;shallow=1;rev=53403b58ad1b561927d19068c655246f2db79d48;name=git_b0089ab1_2;destsuffix=vcs_cache/400816c86851106c70bff651cdce4df77403b9659ec70d1d1bbe2d3211dfa942"
SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.4.0;shallow=1;rev=7649d4548cb53a614db133b2a8ac1f31859dda8c;name=git_b0089ab1_3;destsuffix=vcs_cache/84e688efadb8602ec1990d3cd251d5818e95c14682a169266ac9a1edadfe5424"
SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;branch=v3;rev=9f266ea9e77c4c7aab4cf02650570e7c7b3031a5;name=git_b0089ab1_4;destsuffix=vcs_cache/ae6e6119974a43d5668501b6efe7e743408319dee4094d1929d3e75a4f5dac98"
SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.4;shallow=1;rev=f221b8435cfb71e54062f6c6e99e9ade30b124d5;name=git_b0089ab1_5;destsuffix=vcs_cache/16ad1bc1035b50f99a688a97524eadf6fc6a8b09612f99dd2ef19e0889b7935a"
SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v3.0.1;shallow=1;rev=f6f7691b1fdeb513f56608cd2c32c51f8194bf51;name=git_b0089ab1_6;destsuffix=vcs_cache/8d340fff421a1861f196061b40e49b2f9e802647204935d08e1062b8ecd90b0d"
SRC_URI += "git://gopkg.in/natefinch/lumberjack.v2;protocol=https;nobranch=1;tag=v2.2.1;shallow=1;rev=4cb27fcfbb0f35cb48c542c5ea80b7c1d18933d0;name=git_0445b355_0;destsuffix=vcs_cache/77a6dec8af06a8bf3eb517dd856ae09528093b19ff97b50a057dcd174887232f"
SRC_URI += "git://github.com/go-ini/ini;protocol=https;nobranch=1;tag=v1.56.0;shallow=1;rev=ad8a10643d24d67f464955e42b23e0d42d60fcb4;name=git_833ca107_0;destsuffix=vcs_cache/957d2b955742effb82d03e5ecffe6e1ffc47c7f7ab9379af803488e4a6ef2f35"
SRC_URI += "git://gopkg.in/ini.v1;protocol=https;nobranch=1;tag=v1.67.1;shallow=1;rev=5a14e1849dc27ddf6e829a5eacef8867f2de9d5a;name=git_b7879a4b_0;destsuffix=vcs_cache/0f99adc0e17933a4dc811a68416c5c2664e524c354fcc8c6df74de8b2f396682"
SRC_URI += "git://github.com/googleapis/google-api-go-client;protocol=https;nobranch=1;tag=v0.269.0;shallow=1;rev=312ac01a523ef2f8ea1eff4280bfc2a5e9de45c7;name=git_14bb952c_0;destsuffix=vcs_cache/0ebdae9ac31741dae934238d756d6199cac810ac8145a12caaadd2ae112b5517"
SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=v1.25.1;shallow=1;rev=1a3960e4bd028ac0cec0a2afd27d7d8e67c11514;name=git_6bc32f05_0;destsuffix=vcs_cache/418d54448e9be6e664bfa3e3e2514e15f092e4297963eed5c1e3c7e7e569c464"
SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=v1.19.0;shallow=1;rev=2fdaae294f38ed9a121193c51ec99fecd3b13eb7;name=git_6bc32f05_1;destsuffix=vcs_cache/a0c196f14d37fa5876674ce232fea42efebf6c35dc46d41f266e22b2c7e30959"
SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=v1.80.0;shallow=1;rev=397e45edaa68f8763773bbaaf539cf7894169cd2;name=git_6bc32f05_2;destsuffix=vcs_cache/51178c1cf97da46d378c9936542b9684a39613d55ba64759f758f991aeee32c7"
SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=v1.23.0;shallow=1;rev=6eaf6f47437a6b4e2153a190160ef39a92c7eceb;name=git_6bc32f05_3;destsuffix=vcs_cache/ffbc3aa648503af50d3781760eb60394842a0f05e745dbb7f28b5246843e0675"
SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=cmd/protoc-gen-go-grpc/v1.6.1;shallow=1;rev=830c9098e4d034e0c7641e1fbc6001c2570bbc0f;name=git_6bc32f05_4;destsuffix=vcs_cache/b08ce2f5a629d5626d65170de4be0c453af030a85e00bc304ecf0df1ddb809d3"
SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;branch=master;rev=b368379ef8f6fbe8b3b856d38dbb34a50fbfbe9a;name=git_6bc32f05_5;destsuffix=vcs_cache/a90ec14e8552849de27e7bb1f82f671cf1498f3d8c507c389b5d77585301e981"
SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=v1.31.0;shallow=1;rev=bde0263672f027525e2950992a4c7db7af572b59;name=git_6bc32f05_6;destsuffix=vcs_cache/25958acc82abe0402e2a00368865127290031e756b729cdfbe495b6092056de0"
SRC_URI += "git://github.com/golang/appengine;protocol=https;nobranch=1;tag=v1.6.8;shallow=1;rev=aa58fcd18e4ab7ac816760ee266fa30a0907ab9e;name=git_aeb473be_0;destsuffix=vcs_cache/24e06ca0a32817f590c2e899f465938d32d463c11d4ae310636e7a4be7117a85"
SRC_URI += "git://github.com/golang/appengine;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=b1f26356af11148e710935ed1ac8a7f5702c7612;name=git_aeb473be_1;destsuffix=vcs_cache/002b5670204043ccd079efb6d63593281adeda7cdb3438553d5f59123714dd9d"
SRC_URI += "git://github.com/golang/appengine;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=e9657d882bb81064595ca3b56cbe2546bbabf7b1;name=git_aeb473be_2;destsuffix=vcs_cache/6985551872e9385a78906b511015e4428f8582eda7da3fa8b99f12fc9e94e0e3"
SRC_URI += "git://github.com/googleapis/go-genproto;protocol=https;branch=main;rev=24fa4b261c55da65468f2abfdae2b024eef27dfb;name=git_461a63b9_0;destsuffix=vcs_cache/8c877fcc5f4a5bef6db5a87334d34f9165c6d6c864a08e9fe01ad2e1269bb030"
SRC_URI += "git://github.com/googleapis/go-genproto;protocol=https;branch=main;rev=42d3e9bedb6da5d5d2b4544419dae6f55f246ffa;name=git_461a63b9_1;destsuffix=vcs_cache/1faa1c5e45595467563cffac7ebacb2041e120bbc5e7bb3366ae00feb45d5e01"
SRC_URI += "git://github.com/googleapis/go-genproto;protocol=https;branch=main;rev=546029d2fa208ba17c02114cc5b8ae9ec1f0cb12;name=git_461a63b9_2;destsuffix=vcs_cache/4a87aab8f7c73e590ab227629d935eff038a686d0408240aa3c708f787d20454"
SRC_URI += "git://github.com/googleapis/go-genproto;protocol=https;branch=main;rev=8636f8732409467ddc8453f81f4429397739bb17;name=git_461a63b9_3;destsuffix=vcs_cache/8664b01a39a923b83280873e381002f1bf056fdc7de72640f84de6c79d82b165"
SRC_URI += "git://github.com/googleapis/go-genproto;protocol=https;branch=main;rev=c66870c02cf823ceb633bcd05be3c7cda29976f4;name=git_461a63b9_4;destsuffix=vcs_cache/2e90a35366d1da1bf52aba5763ec05ba14e4ec06446cdfe1a754af830eb9fc4a"
SRC_URI += "git://github.com/protocolbuffers/protobuf-go;protocol=https;nobranch=1;tag=v1.26.0-rc.1;shallow=1;rev=1c57cacb0336ff4ba2035968a176d0a310be8e09;name=git_5d5fe344_0;destsuffix=vcs_cache/f1a03aacb1afd3779b8ede2d7fc7ef21b6b219f30f2b619b139876293b42dd48"
SRC_URI += "git://github.com/protocolbuffers/protobuf-go;protocol=https;nobranch=1;tag=v1.21.0;shallow=1;rev=3b9eee12916ce611400f93d6c2fed2fc2911b0ad;name=git_5d5fe344_1;destsuffix=vcs_cache/b66e2f94014f3dadd38321a8ae33347a24d4580a57d66c71189f792e6fbdccb2"
SRC_URI += "git://github.com/protocolbuffers/protobuf-go;protocol=https;branch=master;rev=4d8936d0db64b6e6de56ba714c942542cca031fb;name=git_5d5fe344_2;destsuffix=vcs_cache/5ff0520fa4067b911a561ac5bd9b5c4aef35ed0b28bc716a0d7503df6f292fba"
SRC_URI += "git://github.com/protocolbuffers/protobuf-go;protocol=https;branch=master;rev=ab0ca4ff8a60eb84ec53793ee6cfb4e7c0c67d17;name=git_5d5fe344_3;destsuffix=vcs_cache/bc64bffea0101db18ce198fe50ccee1b34ede4bbe6df0daf4943785f88a2665f"
SRC_URI += "git://github.com/protocolbuffers/protobuf-go;protocol=https;nobranch=1;tag=v1.23.0;shallow=1;rev=d165be301fb1e13390ad453281ded24385fd8ebc;name=git_5d5fe344_4;destsuffix=vcs_cache/fe9b8770004b8051ad2328d8bc677057a91d457f03b0a432dda814855d97d008"
SRC_URI += "git://github.com/protocolbuffers/protobuf-go;protocol=https;branch=master;rev=e05f789c09678a21d72233703c0027e1958343e7;name=git_5d5fe344_5;destsuffix=vcs_cache/5be79d49c339af2a47aec21e2a6c3827a854579ce046e58eb12c45b13cc54dfb"
SRC_URI += "git://github.com/protocolbuffers/protobuf-go;protocol=https;branch=master;rev=ec00e32a8dfdf9c92bb2f5946450a42874aa9244;name=git_5d5fe344_6;destsuffix=vcs_cache/11dd3abcdf0bca5a664e8bbb4cfe97a029b0429be1f3ffa36c3ff6291d482fe6"
SRC_URI += "git://github.com/protocolbuffers/protobuf-go;protocol=https;nobranch=1;tag=v1.26.0;shallow=1;rev=f2d1f6cbe10b90d22296ea09a7217081c2798009;name=git_5d5fe344_7;destsuffix=vcs_cache/370ff55436487ce8327607354d76a2fe5c1bea3a9995f9dae41280231ebd4e59"
SRC_URI += "git://go.googlesource.com/protobuf;protocol=https;nobranch=1;tag=v1.36.11;shallow=1;rev=96a179180f0ad6bba9b1e7b6e38d0affb0168e9a;name=git_a6c5d6b8_0;destsuffix=vcs_cache/d5e44d171a0e43b2572231e7dad4dbb2fbeb34ff9c7aaf7a36a393294ff3d55d"
SRC_URI += "git://github.com/mongodb/mongo-go-driver.git;protocol=https;nobranch=1;tag=v1.17.6;shallow=1;rev=d2fa0ab6f3ba0579b7bca7912d30e23907ffec9a;name=git_7f8fc3cf_0;destsuffix=vcs_cache/e629113ada68e74e78e8cccbe5f20cfc312b1982f3b922205f92ed2458babd7f"
SRC_URI += "git://bitbucket.org/creachadair/shell;protocol=https;nobranch=1;tag=v0.0.8;shallow=1;rev=e395e2d7c36a2a3a0e9d23cb294f07845b8d87f0;name=git_36cdcb47_0;destsuffix=vcs_cache/61e84484097fb6e7918fa9bb7fcbcc82dd80040a0660bfe31d8b16800920cecf"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=pubsub/v2.4.0;shallow=1;rev=1846e4eda448d25ae8fcbe3f82721f3b95b30500;name=git_8ce8c847_0;destsuffix=vcs_cache/1e2bc8e1d37a2b055926604b4ff67885b45e31006cb47b94abbf2cb8d549c86b"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=aiplatform/v1.114.0;shallow=1;rev=1b342444869b8a605e68100dc0d6a5a754401e90;name=git_8ce8c847_1;destsuffix=vcs_cache/449f73df264ef4d9e31f197b56f4793105dff5814b43173571f20642201e6647"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=dataqna/v0.9.8;shallow=1;rev=1c6338385e04c4784327b7427df99b2d6dc380fd;name=git_8ce8c847_2;destsuffix=vcs_cache/dd2327ceb3385fe14f59836b2368cc301e1b4f42a235a30e2c9dfad827c8ce95"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=kms/v1.26.0;shallow=1;rev=1f49e87101d3f9945cd9364affa8915f12a6dfa6;name=git_8ce8c847_3;destsuffix=vcs_cache/3c3c29b1195ad5cf67a43c90fed34319a3b95ed4a9c5434910351f6b89034b49"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=bigtable/v1.41.0;shallow=1;rev=241610876ef040fce8750103cc9b64149ae5bf68;name=git_8ce8c847_4;destsuffix=vcs_cache/09d1ff7d9573d20e0fb1b432c16fcccd022a2bd95306ca594323a9461224e8af"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=dataflow/v0.11.1;shallow=1;rev=2930b5c509e774a071de56d1610ad5510e55fc01;name=git_8ce8c847_5;destsuffix=vcs_cache/b6d8c54babe3665af352e292b2e2fdf826f6d45023c02f7c1c695ca9e7f61109"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=storagetransfer/v1.13.1;shallow=1;rev=2b75879c22bfbd56868f07324746aee526c96a1b;name=git_8ce8c847_6;destsuffix=vcs_cache/35c2fa1fcb826c3bd075bd300994fd27fc880ce7c0d09515188ff2309d2fca2e"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=channel/v1.21.0;shallow=1;rev=320d8318ba75335e26c24983d0fd76e8d3f3271f;name=git_8ce8c847_7;destsuffix=vcs_cache/5a080a4404e2fd2516c4605063ea6590116a97c226b67e965a99cb0fea2fbdbe"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=spanner/v1.87.0;shallow=1;rev=3851406ed4fdeea789c8aa04056418777ee2b685;name=git_8ce8c847_8;destsuffix=vcs_cache/44f914e1f2e90952dfcca683ede582c855e862606981759d63663351b03d11ca"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=secretmanager/v1.16.0;shallow=1;rev=3d8d0a9ced2b9302e18185d0ea06a90f0bfbb887;name=git_8ce8c847_9;destsuffix=vcs_cache/0628f1b8b514c594149704f6cf5aaa4e4c174a2da6dd6c159baefdcce347f286"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=pubsub/v1.50.1;shallow=1;rev=43375a0822ef7f64f1ccc43d83c804589a364f5f;name=git_8ce8c847_10;destsuffix=vcs_cache/cb5e54f6c229558cc7e3a9102afdbc1cf777d7ac883a4a39bb2597a3811bdc11"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=artifactregistry/v1.19.0;shallow=1;rev=49073154416d786efceee671eb128a710d095a0a;name=git_8ce8c847_11;destsuffix=vcs_cache/71d8251cf559bd4bed4bedfb1dc70530b7f7b0ce7458c63c07bc8f3e8e1450ca"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=v0.123.0;shallow=1;rev=4e8373586a5e48c18fbfd4bb0a3e259184e49a91;name=git_8ce8c847_12;destsuffix=vcs_cache/0d5d16f0820e1a355a7489464a687676cdb569ea829fadc38fd4151d9cd275f8"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=logging/v1.13.1;shallow=1;rev=50789153a4c0bd6a4c1f87d58107bfeea9acacde;name=git_8ce8c847_13;destsuffix=vcs_cache/9a4a9486061db7700061b0ac7993e04811d79c756449befac5d76c7b26bca6a1"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=firestore/v1.21.0;shallow=1;rev=55244fffbb17915c08761157e6342aad88a27e34;name=git_8ce8c847_14;destsuffix=vcs_cache/f3e10b1cdd0119b163d0771b9f3f17356a70d347ace227ee167a3d94039bcb95"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;branch=main;shallow=1;rev=5e73b866f95cfad43f023576fa7a395d49db9248;name=git_8ce8c847_15;destsuffix=vcs_cache/d3b61b696b599464544a6bc01e097c82212a66f320a0b0d7cf5f8292f3bd7f89"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=v0.26.0;shallow=1;rev=64a2037ec6be8a4b0c1d1f706ed35b428b989239;name=git_8ce8c847_16;destsuffix=vcs_cache/9baabd0f71699c684812b7f389cd3d568e37a0683bd02d5556e7076b96b7c14c"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=texttospeech/v1.16.0;shallow=1;rev=71ca6d913fc9fe5b4fe6d7dba788936448a9dc9b;name=git_8ce8c847_17;destsuffix=vcs_cache/b0814f16f95c82734497f461977a8d9db72df4f2ddc4a7e7342bae7332736fd9"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=auth/v0.18.2;shallow=1;rev=75e6b63c37d2b97010a2ccaa20239cae237e5d10;name=git_8ce8c847_18;destsuffix=vcs_cache/ba3b6ef6e68413a94833cc5038845ec631f582441ee01616dfc369f17f502b64"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=redis/v1.18.3;shallow=1;rev=7608c1a388c92eac30e5e6dbcc03c6e697b45314;name=git_8ce8c847_19;destsuffix=vcs_cache/05f6ad842f4809f139b0df8c411b9b040c22016d69414c9025e096a8a4a43d62"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=apigateway/v1.7.7;shallow=1;rev=79f41c3f8b4f2ed7e299adc919650082598d4405;name=git_8ce8c847_20;destsuffix=vcs_cache/190a3f0a5e82b0454cbe425097ec36836e98d3fd2079da8ac19183b78bf24371"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=compute/metadata/v0.9.0;shallow=1;rev=7b2365446764b0bba37198a55644954b437bddd0;name=git_8ce8c847_21;destsuffix=vcs_cache/ef8ad73ce6cafa3fbb115b0895d2b391fa5aefa58dac151c1ff06e7279185884"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=auth/oauth2adapt/v0.2.8;shallow=1;rev=7e600b964c1cae3ba47fc7d1d340a536723d18cb;name=git_8ce8c847_22;destsuffix=vcs_cache/85c196ba7a00f8c42b8abd6f5a7d70e0d659e64e36505e2ec8398441bb2c8985"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=billing/v1.21.0;shallow=1;rev=8ebb89625c08f6c1920171046812c72ef087750a;name=git_8ce8c847_23;destsuffix=vcs_cache/1beab6b76e58b73b9fbd1a9e68739567e51520be368034c46f7a74051759d79f"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=datafusion/v1.8.7;shallow=1;rev=989469b636cc4c337b2549f57d548720d5a43252;name=git_8ce8c847_24;destsuffix=vcs_cache/2b868b8a903d10214cdb945dd8a9cdbee0dc4f9f4d39724cfbc7ad1c5db6d4a2"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=resourcesettings/v1.8.3;shallow=1;rev=b7a7787ebf5e1521d2dab685a3a37bb0ea7732d8;name=git_8ce8c847_25;destsuffix=vcs_cache/ebb02825cfe69809a8c9fec5f7095807254fee68a8cfd77fdf549bccf6df6f6f"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=iam/v1.5.3;shallow=1;rev=bf00b9db931a52688d14eb44d4fdf4443338dc9a;name=git_8ce8c847_26;destsuffix=vcs_cache/6254d0865f56a16b8c1ab467ec5334bea06e5b28bf370972c3fc98749e922f2b"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=storage/v1.59.2;shallow=1;rev=cf3fbcb2ae899fea1c6651bb2fcbc28a2a05a79e;name=git_8ce8c847_27;destsuffix=vcs_cache/3563ef78fb332c86b69068f9ae2b0e4c884619f7b403ba54710636d532efb54a"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=gkehub/v0.16.0;shallow=1;rev=d8078f0b64a205ee77cdc45816e0badd79d1f410;name=git_8ce8c847_28;destsuffix=vcs_cache/155a8c5857d71921d4d48a9064b1d1db849d4dba3424d79ae5b9f8bed6d5c196"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=dataplex/v1.28.0;shallow=1;rev=d9049492b24c79561b32a4a4a867f472d9466d5a;name=git_8ce8c847_29;destsuffix=vcs_cache/a664909afdc163e532fc90dcd652c3f30e9f66e5b9ae015ed3b8387b26316d8f"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=dlp/v1.28.0;shallow=1;rev=da03b210d2dc127b4dd5f21de8467d471773ac8f;name=git_8ce8c847_30;destsuffix=vcs_cache/9d877d64b9f837bdac8b6623322f15f3b8fb932294396fb92a7e6da825df8d86"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=pubsublite/v1.8.2;shallow=1;rev=de9872df85656737539e3b4116832bf230e83424;name=git_8ce8c847_31;destsuffix=vcs_cache/cd52cec5862dfcf08e56c99b4b313a0276a9b14d94262cbff2d9cf2bae9475f2"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=bigquery/v1.72.0;shallow=1;rev=e2eb708a7a2a303b74ac1e298b0919cc0143683b;name=git_8ce8c847_32;destsuffix=vcs_cache/110fcfe4b7022fade70c8221bffd44a278b6db124753b75857115117a9f3f0e6"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=managedidentities/v1.7.7;shallow=1;rev=f557e308cb70fa4fde7104ebe9327892729a8d36;name=git_8ce8c847_33;destsuffix=vcs_cache/64e3b33b498653a365f4dafb2a49300830715d9708bfa4c535bf36eca97ee256"
SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=datastore/v1.21.0;shallow=1;rev=fc172bd3994788c1b4d1eb11e41423b3bdc64994;name=git_8ce8c847_34;destsuffix=vcs_cache/7cb3b36bcc0d3f2b2d2967b296aa111f3f61be016c6196781d4e23666efe08ff"
SRC_URI += "git://github.com/gotestyourself/gotest.tools;protocol=https;nobranch=1;tag=v3.5.2;shallow=1;rev=0b81523ff268a1f1b0baf4a5da67e42fbb86880b;name=git_6a558ec9_0;destsuffix=vcs_cache/0059a65e8d8f001755ae605517342ab3e098223b600f512103941850dfee7cc5"
SRC_URI += "git://github.com/gotestyourself/gotestsum;protocol=https;nobranch=1;tag=v1.13.0;shallow=1;rev=c4a0df2e75a225d979a444342dd3db752b53619f;name=git_919b7aef_0;destsuffix=vcs_cache/429a63b7b1d1dfa80fee0ca076ab9e18b5826e13744a14a0aecf0437b1c58577"
SRC_URI += "git://github.com/smallstep/crypto;protocol=https;nobranch=1;tag=v0.76.2;shallow=1;rev=8a17bfe55b646bff19f5a887fa35a53ef8bf6695;name=git_d39db5a9_0;destsuffix=vcs_cache/65e0b8b246a35216fc23e3c6d4562c0d60edfd5616841f94c94d3acd1b768e72"
SRC_URI += "git://github.com/bufbuild/protovalidate-go;protocol=https;nobranch=1;tag=v1.1.3;shallow=1;rev=61167be38186a7d4b333823cdb6f014625be7ec5;name=git_f2552920_0;destsuffix=vcs_cache/9ba3cf55a26ac9b2a72ad6b39a11c6c547594e85e57aba625a6e68114e4f8960"
SRC_URI += "git://github.com/bufbuild/protoyaml-go;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=688eb3d25504a64ca6c7c6f88ba5e77406bbb8a5;name=git_9de992c8_0;destsuffix=vcs_cache/ac0e158f8d9bf560f84436952debbe8b5eab7478802481f9d08ac064a1b4e540"
SRC_URI += "git://go.googlesource.com/lint;protocol=https;branch=master;rev=5b3e6a55c961c61f4836ae6868c17b070744c590;name=git_716d0082_0;destsuffix=vcs_cache/5dbf106b5fa49944ed578a1d4dd6e6bc1b88cb0bf1f588495a8e835681de3445"
SRC_URI += "git://go.googlesource.com/lint;protocol=https;branch=master;rev=c67002cb31c3a748b7688c27f20d8358b4193582;name=git_716d0082_1;destsuffix=vcs_cache/6b2abb729597bb5430a8004e6adf93f29a65335edf3dd4666738bb06a30ac3c8"
SRC_URI += "git://go.googlesource.com/lint;protocol=https;branch=master;rev=d0100b6bd8b389f0385611eb39152c4d7c3a7905;name=git_716d0082_2;destsuffix=vcs_cache/1579e0152a59419ec03794703218d5fb2fa620626cecad2e79ddd1fdd861441d"
SRC_URI += "git://gopkg.in/cheggaaa/pb.v1;protocol=https;branch=master;rev=f907f6f5dd81f77c2bbc1cde92e4c5a04720cb11;name=git_6e3700df_0;destsuffix=vcs_cache/5efaf6746bd1a20b3f338c432682e43b7cc1f695f4a6b99ef2b0744fa8240372"
SRC_URI += "git://github.com/dominikh/go-tools;protocol=https;branch=release.2019.1;rev=c2f93a96b099cbbec1de36336ab049ffa620e6d7;name=git_f1a8947f_0;destsuffix=vcs_cache/1c8623cf2c7ebfeee0aad3729998ea1016b99ce59691f48e992f1fbd376fe06b"
SRC_URI += "git://github.com/dominikh/go-tools;protocol=https;branch=master;rev=ea95bdfd59fc14c1c9afa08716e0cd013eae4e12;name=git_f1a8947f_1;destsuffix=vcs_cache/995bdd0e708de1678d46517c89bc37c3a96f080c46f8be3ca8451c42cf0fb77c"