summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-12-09 01:53:47 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-12-08 20:57:44 -0500
commit175bf1f03c02a7ab968b906e45da7ede49d3ce59 (patch)
tree204bbb0b2042b5eac9dc8e65766f6b35089fc666
parent2bee001d6ddcafba7d384ac7ee241b16a1449681 (diff)
downloadmeta-virtualization-175bf1f03c02a7ab968b906e45da7ede49d3ce59.tar.gz
docker-compose: convert to hybrid gmod-vcs
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/docker-compose/docker-compose_git.bb13
-rw-r--r--recipes-containers/docker-compose/go-mod-hybrid-cache.inc37
-rw-r--r--recipes-containers/docker-compose/go-mod-hybrid-git.inc35
-rw-r--r--recipes-containers/docker-compose/go-mod-hybrid-gomod.inc513
4 files changed, 596 insertions, 2 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb
index 05f31a21..ccb36a16 100644
--- a/recipes-containers/docker-compose/docker-compose_git.bb
+++ b/recipes-containers/docker-compose/docker-compose_git.bb
@@ -11,8 +11,17 @@ SRCREV_FORMAT = "compose"
11 11
12SRC_URI = "git://github.com/docker/compose;branch=main;name=compose;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" 12SRC_URI = "git://github.com/docker/compose;branch=main;name=compose;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}"
13 13
14include go-mod-git.inc 14# GO_MOD_FETCH_MODE: "vcs" (all git://) or "hybrid" (gomod:// + git://)
15include go-mod-cache.inc 15GO_MOD_FETCH_MODE ?= "hybrid"
16
17# VCS mode: all modules via git://
18include ${@ "go-mod-git.inc" if d.getVar("GO_MOD_FETCH_MODE") == "vcs" else ""}
19include ${@ "go-mod-cache.inc" if d.getVar("GO_MOD_FETCH_MODE") == "vcs" else ""}
20
21# Hybrid mode: gomod:// for most, git:// for selected
22include ${@ "go-mod-hybrid-gomod.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""}
23include ${@ "go-mod-hybrid-git.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""}
24include ${@ "go-mod-hybrid-cache.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""}
16 25
17LICENSE = "Apache-2.0" 26LICENSE = "Apache-2.0"
18LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f607e" 27LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
diff --git a/recipes-containers/docker-compose/go-mod-hybrid-cache.inc b/recipes-containers/docker-compose/go-mod-hybrid-cache.inc
new file mode 100644
index 00000000..623bb019
--- /dev/null
+++ b/recipes-containers/docker-compose/go-mod-hybrid-cache.inc
@@ -0,0 +1,37 @@
1# Generated by oe-go-mod-fetcher-hybrid.py
2# Metadata for git-fetched modules (VCS path)
3# Used by go-mod-vcs.bbclass to build module cache from git checkouts
4
5inherit go-mod-vcs
6
7# Module metadata for cache building (one module per line)
8GO_MODULE_CACHE_DATA = '[\
9{"module":"github.com/containerd/accelerated-container-image","version":"v1.3.0","vcs_hash":"3c38450d2e9b921d8073a5c5afb9472d94858098bc1fe7d691687d51d0ede1ff","timestamp":"2025-02-13T08:02:42Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
10{"module":"github.com/containerd/btrfs/v2","version":"v2.0.0","vcs_hash":"8a2ee3ce7d871ae06962c07984197acdfd6035091884c9db0791378ac0229823","timestamp":"2023-02-10T01:01:25Z","subdir":"","vcs_ref":"refs/tags/v2.0.0"},\
11{"module":"github.com/containerd/cgroups/v3","version":"v3.1.0","vcs_hash":"afcdc6b74bd9b0d30fcd801d4175ef54783d125d29b7cf31da1bed7135dae03e","timestamp":"2025-10-27T22:43:47Z","subdir":"","vcs_ref":"refs/tags/v3.1.0"},\
12{"module":"github.com/containerd/console","version":"v1.0.5","vcs_hash":"a38aca664db28f607862e39301d2fd06b3c58312662cbd189f451215c3eb9894","timestamp":"2025-05-20T06:25:07Z","subdir":"","vcs_ref":"refs/tags/v1.0.5"},\
13{"module":"github.com/containerd/containerd/api","version":"v1.10.0","vcs_hash":"4ae09c91c596d23f3127d6821ac6178aa6512e66eba4da3a39e7c94903e2407b","timestamp":"2025-11-05T15:11:32Z","subdir":"api","vcs_ref":"refs/tags/api/v1.10.0"},\
14{"module":"github.com/containerd/containerd/v2","version":"v2.2.1-0.20251115011841-efd86f2b0bc2","vcs_hash":"ef6d3af0b4d38d1e023e66d374c8efb4bb6ef25956191f4927cfe680a5aed74d","timestamp":"2025-11-15T01:18:41Z","subdir":"","vcs_ref":""},\
15{"module":"github.com/containerd/continuity","version":"v0.4.5","vcs_hash":"ef286b146362aa5da58f9ef4e88323a32e1ea45eda78c6d484875972ce0a81e0","timestamp":"2024-10-30T04:18:59Z","subdir":"","vcs_ref":"refs/tags/v0.4.5"},\
16{"module":"github.com/containerd/errdefs","version":"v1.0.0","vcs_hash":"d9d1c9949e837f39205605237b656e944c7d0cd69e48a906fabdb6bebe0edb66","timestamp":"2024-10-08T13:10:09Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
17{"module":"github.com/containerd/errdefs/pkg","version":"v0.3.0","vcs_hash":"d9d1c9949e837f39205605237b656e944c7d0cd69e48a906fabdb6bebe0edb66","timestamp":"2024-10-08T13:10:09Z","subdir":"pkg","vcs_ref":"refs/tags/pkg/v0.3.0"},\
18{"module":"github.com/containerd/fifo","version":"v1.1.0","vcs_hash":"e4b0152cde11b075ce8a8a9f0db77d54abb72ee1bab1036ab0c157b678aade47","timestamp":"2023-02-17T21:37:13Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
19{"module":"github.com/containerd/fuse-overlayfs-snapshotter/v2","version":"v2.1.6","vcs_hash":"d6462a2e449413e1dd1cf0af4cad9575f645aa1bdbde1b40c8a967fe3de781cf","timestamp":"2025-05-20T18:05:52Z","subdir":"","vcs_ref":"refs/tags/v2.1.6"},\
20{"module":"github.com/containerd/go-cni","version":"v1.1.13","vcs_hash":"42aaa61d2bb4bd3a1eb278daa53bed3b31e3af601d35dafceb8b7714333cef05","timestamp":"2025-07-01T22:01:58Z","subdir":"","vcs_ref":"refs/tags/v1.1.13"},\
21{"module":"github.com/containerd/go-runc","version":"v1.1.0","vcs_hash":"9044e9e240020298712a51a4db4736afc66d70b1870cf11cac73c0661be06842","timestamp":"2023-05-17T04:55:20Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
22{"module":"github.com/containerd/imgcrypt/v2","version":"v2.0.1","vcs_hash":"cf07f49bde1cc9b1c042dfb7055d38c832cb69592e89521daa5ad46b367e047b","timestamp":"2025-03-18T01:41:40Z","subdir":"","vcs_ref":"refs/tags/v2.0.1"},\
23{"module":"github.com/containerd/log","version":"v0.1.0","vcs_hash":"697be36d9b8a0eb34f8591d0f69b6d596e1e9341b5944ebf81ddd334b1907bc6","timestamp":"2023-09-09T00:27:15Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
24{"module":"github.com/containerd/nri","version":"v0.10.0","vcs_hash":"9e8aeba250dfc002831e46adace86815de4667ce3a2125acdbc5818f536de05c","timestamp":"2025-08-16T08:15:07Z","subdir":"","vcs_ref":"refs/tags/v0.10.0"},\
25{"module":"github.com/containerd/nydus-snapshotter","version":"v0.15.4","vcs_hash":"3371554120d7414305ee7e2a1039afc3c4fe1e65619e9593558857b842b7ed84","timestamp":"2025-09-15T05:35:06Z","subdir":"","vcs_ref":"refs/tags/v0.15.4"},\
26{"module":"github.com/containerd/otelttrpc","version":"v0.1.0","vcs_hash":"c27d4a7087a7f4624cdf40c161f9707dbb90cd2d71159840f7c7b610260e9f24","timestamp":"2025-01-09T19:17:17Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
27{"module":"github.com/containerd/platforms","version":"v1.0.0-rc.2","vcs_hash":"a5b697e2dcecbe42edb518786dede1d257aecc63276621eb03e3917cae97e344","timestamp":"2025-08-21T22:24:38Z","subdir":"","vcs_ref":"refs/tags/v1.0.0-rc.2"},\
28{"module":"github.com/containerd/plugin","version":"v1.0.0","vcs_hash":"f786b847c888d27ca5c517b566772c78216ed963d31d5119a32ebad7494855ea","timestamp":"2024-10-20T22:03:21Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
29{"module":"github.com/containerd/stargz-snapshotter","version":"v0.17.0","vcs_hash":"24a2796839044959bbf030bb3fd1172f4a49c4577d48199b4f7087d3952367d6","timestamp":"2025-07-22T06:57:12Z","subdir":"","vcs_ref":"refs/tags/v0.17.0"},\
30{"module":"github.com/containerd/stargz-snapshotter/estargz","version":"v0.17.0","vcs_hash":"24a2796839044959bbf030bb3fd1172f4a49c4577d48199b4f7087d3952367d6","timestamp":"2025-07-22T06:57:12Z","subdir":"estargz","vcs_ref":"refs/tags/estargz/v0.17.0"},\
31{"module":"github.com/containerd/ttrpc","version":"v1.2.7","vcs_hash":"89e0e59ec2637becf69ff869326d460e7b3aa5c251d58a6d42981bc9c12360fd","timestamp":"2024-12-28T23:29:38Z","subdir":"","vcs_ref":"refs/tags/v1.2.7"},\
32{"module":"github.com/containerd/typeurl/v2","version":"v2.2.3","vcs_hash":"60bc9255cadbea28631b3293cd629cbe0b9a9cffb987712231cdc4f9dc75a2cb","timestamp":"2024-11-07T03:45:23Z","subdir":"","vcs_ref":"refs/tags/v2.2.3"},\
33{"module":"github.com/containerd/zfs/v2","version":"v2.0.0-rc.0","vcs_hash":"760d9b417b3649f7335a5437c1ddc3ce9a7d15632bcac73a7aabc3c145104a12","timestamp":"2024-10-24T13:31:35Z","subdir":"","vcs_ref":"refs/tags/v2.0.0-rc.0"},\
34{"module":"k8s.io/api","version":"v0.34.1","vcs_hash":"5c4bbd0617f6f594b275f1999f97eca8f79dbb30e908e7d6b5c7a80fd5b9b0d2","timestamp":"2025-09-10T04:39:36Z","subdir":"","vcs_ref":"refs/tags/v0.34.1"},\
35{"module":"k8s.io/apimachinery","version":"v0.34.1","vcs_hash":"9131e9ebe36078f01c5a5e8e9866300b853aa46fab527d00fc089d4c16938663","timestamp":"2025-08-16T07:57:26Z","subdir":"","vcs_ref":"refs/tags/v0.34.1"},\
36{"module":"k8s.io/client-go","version":"v0.34.1","vcs_hash":"25b2ca19570dcf36fcfa8a5388cc7647944fee1a9a445671e69704dbd6f452b5","timestamp":"2025-09-10T04:55:33Z","subdir":"","vcs_ref":"refs/tags/v0.34.1"},\
37{"module":"k8s.io/kube-openapi","version":"v0.0.0-20250710124328-f3f2b991d03b","vcs_hash":"bbdfcb1726af92c510f587baa66600e18719a63bbabc846728d7c2ff829a2146","timestamp":"2025-07-10T12:43:28Z","subdir":"","vcs_ref":""}]'
diff --git a/recipes-containers/docker-compose/go-mod-hybrid-git.inc b/recipes-containers/docker-compose/go-mod-hybrid-git.inc
new file mode 100644
index 00000000..5b770922
--- /dev/null
+++ b/recipes-containers/docker-compose/go-mod-hybrid-git.inc
@@ -0,0 +1,35 @@
1# Generated by oe-go-mod-fetcher-hybrid.py
2# Go modules fetched from git repositories (VCS path)
3#
4# These modules are fetched directly from their git repositories.
5# They provide full VCS provenance and allow easy SRCREV bumping.
6
7SRC_URI += "git://github.com/containerd/accelerated-container-image;protocol=https;nobranch=1;shallow=1;rev=c5dd4fa383f2a932ab7d0b974f05a4e90eb46604;name=git_c15853d7_0;destsuffix=vcs_cache/3c38450d2e9b921d8073a5c5afb9472d94858098bc1fe7d691687d51d0ede1ff"
8SRC_URI += "git://github.com/containerd/btrfs;protocol=https;nobranch=1;rev=f611cf12b33f43269574b2ad82bcb55e4d6f9982;name=git_afc7f4f6_0;destsuffix=vcs_cache/8a2ee3ce7d871ae06962c07984197acdfd6035091884c9db0791378ac0229823"
9SRC_URI += "git://github.com/containerd/cgroups;protocol=https;nobranch=1;shallow=1;rev=fa024e5d81b610f004f42857e696d94b8961475a;name=git_85a7d8f6_0;destsuffix=vcs_cache/afcdc6b74bd9b0d30fcd801d4175ef54783d125d29b7cf31da1bed7135dae03e"
10SRC_URI += "git://github.com/containerd/console;protocol=https;nobranch=1;rev=c8d962180f543ac07c008ecc79a413406ea10c0b;name=git_7dc259a2_0;destsuffix=vcs_cache/a38aca664db28f607862e39301d2fd06b3c58312662cbd189f451215c3eb9894"
11SRC_URI += "git://github.com/containerd/containerd;protocol=https;nobranch=1;rev=8b34ce391bd114e080892cccfa956ef3807c207c;name=git_c2fd43eb_0;destsuffix=vcs_cache/4ae09c91c596d23f3127d6821ac6178aa6512e66eba4da3a39e7c94903e2407b"
12SRC_URI += "git://github.com/containerd/containerd;protocol=https;branch=release/2.2;rev=efd86f2b0bc2ab918d26768a78afa8b979f346ce;name=git_c2fd43eb_1;destsuffix=vcs_cache/ef6d3af0b4d38d1e023e66d374c8efb4bb6ef25956191f4927cfe680a5aed74d"
13SRC_URI += "git://github.com/containerd/continuity;protocol=https;nobranch=1;shallow=1;rev=44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e;name=git_b4d76115_0;destsuffix=vcs_cache/ef286b146362aa5da58f9ef4e88323a32e1ea45eda78c6d484875972ce0a81e0"
14SRC_URI += "git://github.com/containerd/errdefs;protocol=https;nobranch=1;shallow=1;rev=4817405e4a3caeb7aee9dac68ed55339c59cb635;name=git_070120f7_0;destsuffix=vcs_cache/d9d1c9949e837f39205605237b656e944c7d0cd69e48a906fabdb6bebe0edb66"
15SRC_URI += "git://github.com/containerd/errdefs;protocol=https;nobranch=1;shallow=1;rev=4817405e4a3caeb7aee9dac68ed55339c59cb635;name=git_070120f7_0;destsuffix=vcs_cache/d9d1c9949e837f39205605237b656e944c7d0cd69e48a906fabdb6bebe0edb66"
16SRC_URI += "git://github.com/containerd/fifo;protocol=https;nobranch=1;rev=151b205263c29d471e0d55c787d2ce9f5343fd46;name=git_6f3d1077_0;destsuffix=vcs_cache/e4b0152cde11b075ce8a8a9f0db77d54abb72ee1bab1036ab0c157b678aade47"
17SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;protocol=https;nobranch=1;rev=8b4beab359e7d031f06783f60a34f2a9b7297ef5;name=git_923d9d3e_0;destsuffix=vcs_cache/d6462a2e449413e1dd1cf0af4cad9575f645aa1bdbde1b40c8a967fe3de781cf"
18SRC_URI += "git://github.com/containerd/go-cni;protocol=https;nobranch=1;shallow=1;rev=784f94e654944e41f86cf33ad49bfe07014c2e7e;name=git_cab8b449_0;destsuffix=vcs_cache/42aaa61d2bb4bd3a1eb278daa53bed3b31e3af601d35dafceb8b7714333cef05"
19SRC_URI += "git://github.com/containerd/go-runc;protocol=https;nobranch=1;rev=df3c22d088ca919d1943efa8ae0cfc0514da0542;name=git_84c96084_0;destsuffix=vcs_cache/9044e9e240020298712a51a4db4736afc66d70b1870cf11cac73c0661be06842"
20SRC_URI += "git://github.com/containerd/imgcrypt;protocol=https;nobranch=1;rev=c377ec98ff79ec9205eabf555ebd2ea784738c6c;name=git_3f4049aa_0;destsuffix=vcs_cache/cf07f49bde1cc9b1c042dfb7055d38c832cb69592e89521daa5ad46b367e047b"
21SRC_URI += "git://github.com/containerd/log;protocol=https;nobranch=1;shallow=1;rev=0fc1e28871fdf2786e2cc51bbe4133db6547a199;name=git_b70b7359_0;destsuffix=vcs_cache/697be36d9b8a0eb34f8591d0f69b6d596e1e9341b5944ebf81ddd334b1907bc6"
22SRC_URI += "git://github.com/containerd/nri;protocol=https;nobranch=1;rev=a2eea2bc19ada59eafdb1237a4720ef8ab11e5b1;name=git_523249c2_0;destsuffix=vcs_cache/9e8aeba250dfc002831e46adace86815de4667ce3a2125acdbc5818f536de05c"
23SRC_URI += "git://github.com/containerd/nydus-snapshotter;protocol=https;nobranch=1;shallow=1;rev=7317cffb615fb1409cf5e2ea06e83590d1113df0;name=git_c4766add_0;destsuffix=vcs_cache/3371554120d7414305ee7e2a1039afc3c4fe1e65619e9593558857b842b7ed84"
24SRC_URI += "git://github.com/containerd/otelttrpc;protocol=https;nobranch=1;shallow=1;rev=fa91cafe17adf59a0edc10650135dfd1dfb761c2;name=git_69c055ed_0;destsuffix=vcs_cache/c27d4a7087a7f4624cdf40c161f9707dbb90cd2d71159840f7c7b610260e9f24"
25SRC_URI += "git://github.com/containerd/platforms;protocol=https;nobranch=1;shallow=1;rev=2e51fd9435bd985e1753954b24f4b0453f4e4767;name=git_96693f8e_0;destsuffix=vcs_cache/a5b697e2dcecbe42edb518786dede1d257aecc63276621eb03e3917cae97e344"
26SRC_URI += "git://github.com/containerd/plugin;protocol=https;nobranch=1;shallow=1;rev=19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd;name=git_0f1fd608_0;destsuffix=vcs_cache/f786b847c888d27ca5c517b566772c78216ed963d31d5119a32ebad7494855ea"
27SRC_URI += "git://github.com/containerd/stargz-snapshotter;protocol=https;nobranch=1;shallow=1;rev=6f6aacb044960a0820a2d2954f5cbcc40b17fbdb;name=git_0c473532_0;destsuffix=vcs_cache/24a2796839044959bbf030bb3fd1172f4a49c4577d48199b4f7087d3952367d6"
28SRC_URI += "git://github.com/containerd/stargz-snapshotter;protocol=https;nobranch=1;shallow=1;rev=6f6aacb044960a0820a2d2954f5cbcc40b17fbdb;name=git_0c473532_0;destsuffix=vcs_cache/24a2796839044959bbf030bb3fd1172f4a49c4577d48199b4f7087d3952367d6"
29SRC_URI += "git://github.com/containerd/ttrpc;protocol=https;nobranch=1;shallow=1;rev=3b8c8b75577584e412043afb7b561193a4a47d2e;name=git_1deba031_0;destsuffix=vcs_cache/89e0e59ec2637becf69ff869326d460e7b3aa5c251d58a6d42981bc9c12360fd"
30SRC_URI += "git://github.com/containerd/typeurl;protocol=https;nobranch=1;shallow=1;rev=5b047adad57d172afa9654c019fe65bf0540cc4d;name=git_94e812bb_0;destsuffix=vcs_cache/60bc9255cadbea28631b3293cd629cbe0b9a9cffb987712231cdc4f9dc75a2cb"
31SRC_URI += "git://github.com/containerd/zfs;protocol=https;nobranch=1;rev=ac25940eac8d55a66eb07b5444da0bd98ab03f2b;name=git_62ef0568_0;destsuffix=vcs_cache/760d9b417b3649f7335a5437c1ddc3ce9a7d15632bcac73a7aabc3c145104a12"
32SRC_URI += "git://github.com/kubernetes/api;protocol=https;nobranch=1;rev=77c9e29b068e14d4bcca2d6a4c85b2cc9da5a923;name=git_91745483_0;destsuffix=vcs_cache/5c4bbd0617f6f594b275f1999f97eca8f79dbb30e908e7d6b5c7a80fd5b9b0d2"
33SRC_URI += "git://github.com/kubernetes/apimachinery;protocol=https;nobranch=1;rev=b72d93d174332f952a8d431419fece5e6f044bcb;name=git_d6490ebc_0;destsuffix=vcs_cache/9131e9ebe36078f01c5a5e8e9866300b853aa46fab527d00fc089d4c16938663"
34SRC_URI += "git://github.com/kubernetes/client-go;protocol=https;nobranch=1;rev=d033c497ffef47be9b4f81abde5c3d94dd78089a;name=git_0356f569_0;destsuffix=vcs_cache/25b2ca19570dcf36fcfa8a5388cc7647944fee1a9a445671e69704dbd6f452b5"
35SRC_URI += "git://github.com/kubernetes/kube-openapi;protocol=https;branch=master;rev=f3f2b991d03be98072466d6aff0880ad93184b2c;name=git_dbee483c_0;destsuffix=vcs_cache/bbdfcb1726af92c510f587baa66600e18719a63bbabc846728d7c2ff829a2146"
diff --git a/recipes-containers/docker-compose/go-mod-hybrid-gomod.inc b/recipes-containers/docker-compose/go-mod-hybrid-gomod.inc
new file mode 100644
index 00000000..d1ed54c2
--- /dev/null
+++ b/recipes-containers/docker-compose/go-mod-hybrid-gomod.inc
@@ -0,0 +1,513 @@
1# Generated by oe-go-mod-fetcher-hybrid.py
2# Go modules fetched from proxy.golang.org (fast path)
3#
4# These modules are fetched as pre-built zip files from the Go proxy.
5# They do not provide VCS commit-level provenance but are much faster.
6
7inherit go-mod
8
9SRC_URI += "gomod://cel.dev/expr;version=v0.24.0;sha256sum=4456189315133136b72bfb40312d731c8957cce38a2807ac21d09f5158259bb7"
10SRC_URI += "gomod://cloud.google.com/go/compute/metadata;version=v0.9.0;sha256sum=f97e35d1c96239b8574054a77e312c95d2c82a89c21daf46ffeaea6d5fc59eca"
11SRC_URI += "gomod://dario.cat/mergo;version=v1.0.2;sha256sum=67d2e9d83ca57d3a8ce1a0e0e626a7c03753b3966b58b41b95e97ca4e7b2c640"
12SRC_URI += "gomod://github.com/AdaLogics/go-fuzz-headers;version=v0.0.0-20240806141605-e8a1dd7889d6;sha256sum=2fc1bca9461db8f106c8b73652d51ab2b7f8a2620b2d453ffcb813bbadf587b6"
13SRC_URI += "gomod://github.com/AlecAivazis/survey/v2;version=v2.3.7;sha256sum=613a49c86cab69b67fbc8fb0f0b183c23bfdc2700122330c6b53020e01ebad60"
14SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/azcore;version=v1.18.2;sha256sum=32ef7f9d0f751ef90c8d95d46271dd4925a9bb8729002440f9a4fa7bc6151b4b"
15SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/azidentity;version=v1.11.0;sha256sum=31cd0ed0a36c70b3ceaf994978eaf10df34e2e875affbb655d357e828172a5b9"
16SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/internal;version=v1.11.2;sha256sum=88c28c7f95f1ab392d5bf5e98569b30b834721978e2d7d4dc2eed1bc08f6f4e8"
17SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/storage/azblob;version=v1.5.0;sha256sum=a248c1b377cbdb1f9b80fbc7ce27ffc151d65678c364ce4058d7825d6130c4e2"
18SRC_URI += "gomod://github.com/Azure/go-ansiterm;version=v0.0.0-20250102033503-faa5f7b0171c;sha256sum=53babc36db77d2d8af41cf86bddcf6203747335054c26b44165a6725c5455c34"
19SRC_URI += "gomod://github.com/AzureAD/microsoft-authentication-library-for-go;version=v1.4.2;sha256sum=fac45e46444a67927badf5747e1a761561d1f08f6bcd3f97e6609062769bc295"
20SRC_URI += "gomod://github.com/BurntSushi/toml;version=v0.3.1;sha256sum=815c6e594745f2d8842ff9a4b0569c6695e6cdfd5e07e5b3d98d06b72ca41e3c"
21SRC_URI += "gomod://github.com/DefangLabs/secret-detector;version=v0.0.0-20250403165618-22662109213e;sha256sum=fd03688ccd0deeedaea6e38e3279298d79876d58afa8f403ebb2badb445a3c93"
22SRC_URI += "gomod://github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp;version=v1.30.0;sha256sum=d74de494fd880eac405aa1cdc136f032c8c3c1732ac6f1e3b73898113e544c85"
23SRC_URI += "gomod://github.com/Masterminds/semver/v3;version=v3.4.0;sha256sum=20cf1a0cf1820860c47cb87a0daa1422824e39ca15f47bb59a52b33bce31a239"
24SRC_URI += "gomod://github.com/Microsoft/go-winio;version=v0.6.2;sha256sum=cd007bdb877a578efde2780bf5dd2f57dd557b5b08c3614597b820d0369ebb0f"
25SRC_URI += "gomod://github.com/Microsoft/hcsshim;version=v0.14.0-rc.1;sha256sum=c5201e908e6dabcfad1ea91f93a73dadaa53cc41f3284b915da1bd1d15973d89"
26SRC_URI += "gomod://github.com/Netflix/go-expect;version=v0.0.0-20220104043353-73e0943537d2;sha256sum=040ba69510995f02859c5651f5d22f73aab87dc5b41bc0c0ae63dee08650c48c"
27SRC_URI += "gomod://github.com/ProtonMail/go-crypto;version=v1.3.0;sha256sum=b909c7c3b5d0b7a0879e640bc01382dbc9166bbca6fbf53ee12f2c045b9c5028"
28SRC_URI += "gomod://github.com/Shopify/logrus-bugsnag;version=v0.0.0-20170309145241-6dbc35f2c30d;sha256sum=6f26c3b63a796fb30080fdf4c436e56e49f49e4934e1d77c718d7251a74ffc13"
29SRC_URI += "gomod://github.com/StackExchange/wmi;version=v0.0.0-20190523213315-cbe66965904d;sha256sum=68f499ad4c3f45fc6c286fd2a5966e8e15c0f3abc1f96fbf4a979245df936e16"
30SRC_URI += "gomod://github.com/acarl005/stripansi;version=v0.0.0-20180116102854-5a71ef0e047d;sha256sum=5169858a54f6f06f3089c45db233290fbaf1ebc2c9776649705b6cd9dc58a40c"
31SRC_URI += "gomod://github.com/agext/levenshtein;version=v1.2.3;sha256sum=f24dcae174b3418f6340fb8f54797788a71130b960da4f07d3e08206cbcbdc02"
32SRC_URI += "gomod://github.com/alecthomas/kingpin/v2;version=v2.4.0;sha256sum=ef1ea6fead21e5fcc9e1532187888c8c7c4f3ebbdb00587ab67a19245206ca66"
33SRC_URI += "gomod://github.com/alecthomas/template;version=v0.0.0-20160405071501-a0175ee3bccc;sha256sum=86de3337a475e323a0fb54ef03386a4e495682201f42795bd7be646c05298692"
34SRC_URI += "gomod://github.com/alecthomas/units;version=v0.0.0-20151022065526-2efee857e7cf;sha256sum=2c955e4d09c1208f4542e08515b5b409c36ff8c70cf471ad56859eb5e86f7271"
35SRC_URI += "gomod://github.com/alecthomas/units;version=v0.0.0-20211218093645-b94a6e3cc137;sha256sum=b62437d74a523089af46ba0115ece1ce11bca5e321fe1e1d4c976ecca6ee78aa"
36SRC_URI += "gomod://github.com/anchore/go-struct-converter;version=v0.0.0-20221118182256-c68fdcfa2092;sha256sum=39c9a3f557aa5486c08681a626858bc9d7c333af34f6ce22142fb157828d00f1"
37SRC_URI += "gomod://github.com/antihax/optional;version=v1.0.0;sha256sum=15ab4d41bdbb72ee0ac63db616cdefc7671c79e13d0f73b58355a6a88219c97f"
38SRC_URI += "gomod://github.com/apparentlymart/go-cidr;version=v1.0.1;sha256sum=5af128e1ecdf5f2203fda104a653f13fb2e46acc3f68b2d7634a760a8f556ea0"
39SRC_URI += "gomod://github.com/apparentlymart/go-textseg/v15;version=v15.0.0;sha256sum=4886c2e43b8cd2f6ffbd3a78ef436bd7bc8da7825ab7426257969f346e7bb7eb"
40SRC_URI += "gomod://github.com/armon/circbuf;version=v0.0.0-20190214190532-5111143e8da2;sha256sum=c8b7ba977844b5378a2413c123c3e55d0885fb67f64ad6cf06575a791a36b827"
41SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2;version=v1.38.1;sha256sum=e6e26aa9cf8f00260501d54d1e1a3d74ca7f4230fbe037337395792999a4d74d"
42SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream;version=v1.7.0;sha256sum=51f06bb486a7271c3c6714a6f531646c474034c15a7281506d108ca633e1b2a0"
43SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/config;version=v1.31.3;sha256sum=1ac9b4f99365d03e3ce2b21f3114b7a20c6200b9745fbf3acecb97a13a3ce360"
44SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/credentials;version=v1.18.7;sha256sum=9fdeb65230d9cda7c415649a4760bafe55cc897eab6520fb7df4c3e645dafc3f"
45SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/feature/ec2/imds;version=v1.18.4;sha256sum=ea0c9dad6cff8ed9435353cb2a0e8ba5db6e24b399a7b5d7d282f10dcaae00f1"
46SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/feature/s3/manager;version=v1.17.10;sha256sum=e4ff6e115f4d1261ef0a1d503c100a161e48f9632ee79ab2ef6b818175e502a2"
47SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/configsources;version=v1.4.4;sha256sum=08c8583ecd8a088c51038bd855dfc1e99c6e4ff40df3c7726da83c9c229bf7c5"
48SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/endpoints/v2;version=v2.7.4;sha256sum=680ecedd8d91f262418ba3b188b09aceff70305b29574de320e1548bf2016a09"
49SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/ini;version=v1.8.3;sha256sum=7c134d09366b976ea1362c3dca8a394e130182af739a792d7b16089eefa8a514"
50SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/v4a;version=v1.4.4;sha256sum=0bba07ce03c9836ede3250590c4ab9b7a078567dfecbc34b74d3defcdd081a17"
51SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding;version=v1.13.0;sha256sum=3698d63c385276ae27a1e2fe54ed50abed2016a35f5296c1f702babb4be11d39"
52SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/checksum;version=v1.8.4;sha256sum=9db6e59213902c81ce36035efba04bf1299ea0a095b6706714afc340ac9df356"
53SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/presigned-url;version=v1.13.4;sha256sum=62ec11fe1d7764148736c03f48e74e097a017ae97c6cc8b113e57e4b2393ae52"
54SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/s3shared;version=v1.19.4;sha256sum=92176f37be2b3cca975834c4a568dd9108e4126ad37d4370c28540d34b4bc627"
55SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/s3;version=v1.87.1;sha256sum=d0f024176fdc8738037963a829123cb749f91516a85a557301431d6de0526de2"
56SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/sso;version=v1.28.2;sha256sum=ec1eb04c3557694088831232ed654b78aea2f442f38523908274905ef045dfc8"
57SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/ssooidc;version=v1.34.0;sha256sum=3cc2085b3295fd315fa0a466cc63c0df52d61c507ef3cd588fbce49bc0534adb"
58SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/sts;version=v1.38.0;sha256sum=f0f7df436d0a4b9e92c83e010f5f4047b60be2d8d26aa1844ed802c11762ea19"
59SRC_URI += "gomod://github.com/aws/smithy-go;version=v1.22.5;sha256sum=51e3e8cd878571ee947de927505805fe425ab8743a1aad05bfad7bbc0b747a29"
60SRC_URI += "gomod://github.com/beorn7/perks;version=v1.0.0;sha256sum=a7ec6164e31ea8e10c601abb9793753ec43cb218283b226800c134fb23cea409"
61SRC_URI += "gomod://github.com/beorn7/perks;version=v1.0.1;sha256sum=25bd9e2d94aca770e6dbc1f53725f84f6af4432f631d35dd2c46f96ef0512f1a"
62SRC_URI += "gomod://github.com/beorn7/perks;version=v0.0.0-20150223135152-b965b613227f;sha256sum=c2d9b3d7a26c1cd6b384c2f6cbd00f0174524c0146a0425cd8e37dfc828ee262"
63SRC_URI += "gomod://github.com/beorn7/perks;version=v0.0.0-20180321164747-3a771d992973;sha256sum=536e7c15d3bddfce923ebc7f55b87bf4c7af6920bcebdbf24d3969e624eb7537"
64SRC_URI += "gomod://github.com/bitly/go-hostpool;version=v0.1.0;sha256sum=61f1e8da2233dd51565308a45116522db5ee21e515dfbea0867c5399d4fcda75"
65SRC_URI += "gomod://github.com/bitly/go-simplejson;version=v0.5.0;sha256sum=53930281dc7fba8947c1b1f07c82952a38dcaefae23bd3c8e71d70a6daa6cb40"
66SRC_URI += "gomod://github.com/bmizerany/assert;version=v0.0.0-20160611221934-b7ed37b82869;sha256sum=2532a167df77ade7e8012f07c0e3db4d4c15abdb7ffa7b05e1d961408da9a539"
67SRC_URI += "gomod://github.com/buger/goterm;version=v1.0.4;sha256sum=31b6218bc6cf81df99d4a71228284756e027ad6186fb5186ec00a596524e6a2e"
68SRC_URI += "gomod://github.com/bugsnag/bugsnag-go;version=v1.0.5-0.20150529004307-13fd6b8acda0;sha256sum=ae7062064da9737d52d9d0bb76f074a0c3018fe0c84888434bdb9aa50cfe31a8"
69SRC_URI += "gomod://github.com/bugsnag/osext;version=v0.0.0-20130617224835-0dd3f918b21b;sha256sum=b29adb2508906ea508ba91f404ba33e709d43e037cec96d550335b8e756108bf"
70SRC_URI += "gomod://github.com/bugsnag/panicwrap;version=v0.0.0-20151223152923-e2c28503fcd0;sha256sum=c88454a2204604baecd45fa06bab717034e501b406c15470dba4bc8902356401"
71SRC_URI += "gomod://github.com/cenkalti/backoff/v4;version=v4.3.0;sha256sum=ef220b1ebf3bff4c46bbad5b2e123030e812b722b9e9dc88bc35956f9c622c2a"
72SRC_URI += "gomod://github.com/cenkalti/backoff/v5;version=v5.0.3;sha256sum=58e4d9014277bc1c5c7ab64539137923964cc3920303a4f771d02a532939bedb"
73SRC_URI += "gomod://github.com/cespare/xxhash/v2;version=v2.3.0;sha256sum=145a26cdc7c49db566017b807c4989ee7f7ddeb569423e9cb99f995fac3621d3"
74SRC_URI += "gomod://github.com/checkpoint-restore/checkpointctl;version=v1.4.0;sha256sum=a5a483923a7751ae70270337070e049e13ef6a26a6d013a4f1cb824e2b203f42"
75SRC_URI += "gomod://github.com/checkpoint-restore/go-criu/v7;version=v7.2.0;sha256sum=6e88d29322c7665fdac2b5ed9c9a30b44fc2fb254e460241d9dee71d564c5ac3"
76SRC_URI += "gomod://github.com/cilium/ebpf;version=v0.16.0;sha256sum=94f18289e55ece887579f7f3bd5117301c02a4413837fd6b5ff956962c8995cf"
77SRC_URI += "gomod://github.com/cloudflare/cfssl;version=v0.0.0-20180223231731-4e2dcbde5004;sha256sum=937cbafe6c37ade60fc77687092e1fae2f2e24a59530d59369729278a022c6cb"
78SRC_URI += "gomod://github.com/cloudflare/circl;version=v1.6.0;sha256sum=7836c8b3b0d93f739fb350d30b3f619d91ce68f250359f391c05d70dac3a17aa"
79SRC_URI += "gomod://github.com/cncf/xds/go;version=v0.0.0-20251022180443-0feb69152e9f;sha256sum=d688e9a17f9558c41939fea8895a51c5b7963173c5f021dc33e2b1be36e51839"
80SRC_URI += "gomod://github.com/codahale/rfc6979;version=v0.0.0-20141003034818-6a90f24967eb;sha256sum=b15238554e2e66e045df44125055b8cf57fad45a0321b25b47c9fca48ecc8e32"
81SRC_URI += "gomod://github.com/compose-spec/compose-go/v2;version=v2.10.0;sha256sum=e5aa05965799dbd5aa3e6df54ff24b7fc61e3aecf97b23f7e5b4e4dc6b245e40"
82SRC_URI += "gomod://github.com/containernetworking/cni;version=v1.3.0;sha256sum=7badb83e3b25468653c98f63f5d57ecfee92ef9022f203773de79fa777e445db"
83SRC_URI += "gomod://github.com/containernetworking/plugins;version=v1.8.0;sha256sum=836cc30b9327cbf24395bb40c3b971fe98ba65a02b0cfdbb1ab2494de1b736f1"
84SRC_URI += "gomod://github.com/containers/ocicrypt;version=v1.2.1;sha256sum=9b36e2235a5009b5e2efcb1374a55ca156c5798d68d09dca25b238e233860183"
85SRC_URI += "gomod://github.com/coreos/go-systemd/v22;version=v22.6.0;sha256sum=7759d251cb9c2f020d8b7b5fa075653cb11cad4861e3e194bf3484267bbabc2f"
86SRC_URI += "gomod://github.com/cpuguy83/go-md2man/v2;version=v2.0.6;sha256sum=b8059316e38bcfd28b69d2c2b32d34b9e800ccaa1ff4b5a61022cbe98fa7c710"
87SRC_URI += "gomod://github.com/cpuguy83/go-md2man/v2;version=v2.0.7;sha256sum=9ad5f2cbc644c0bb648a9b182d6b70f92e7ac4dfab5cf0ef746bbeef944fda59"
88SRC_URI += "gomod://github.com/creack/pty;version=v1.1.24;sha256sum=754e25253e76a5583b80d57d3add3afe68fc4d9f2a490968a9d1eda8c8fd8815"
89SRC_URI += "gomod://github.com/creack/pty;version=v1.1.17;sha256sum=c6b0820b35c25f7d782f86c00545045b28992b6de894930634191feec56fc484"
90SRC_URI += "gomod://github.com/creack/pty;version=v1.1.9;sha256sum=20edfcc27afd7991780bc91ca523d26999ea025e41f60bc5ed71bbac00e175e2"
91SRC_URI += "gomod://github.com/danieljoos/wincred;version=v1.2.2;sha256sum=5cad35b62beb448347a6c7422b1ed25936aea3edf6c57f198286282a4ce8df6a"
92SRC_URI += "gomod://github.com/davecgh/go-spew;version=v1.1.1;sha256sum=6b44a843951f371b7010c754ecc3cabefe815d5ced1c5b9409fb2d697e8a890d"
93SRC_URI += "gomod://github.com/davecgh/go-spew;version=v1.1.0;sha256sum=0b5a691aeb8b6af31bd2bb640973ea7e8bf1ed9bc5889da220bf44dc06d9692c"
94SRC_URI += "gomod://github.com/denisenkom/go-mssqldb;version=v0.0.0-20191128021309-1d7a30a10f73;sha256sum=99f13ab8797314edeec7f48b1df9b674769607dd3502c3189cd4d29dcd268d33"
95SRC_URI += "gomod://github.com/dimchansky/utfbom;version=v1.1.1;sha256sum=0c1a11101602d5f57ac3e790c0b72e09ff87d8d535535f43fbee9e6a42327350"
96SRC_URI += "gomod://github.com/distribution/reference;version=v0.6.0;sha256sum=08232852a7a908263599777daab50e4306bd877e2467df036206367496122bcc"
97SRC_URI += "gomod://github.com/dlclark/regexp2;version=v1.11.0;sha256sum=2a93432600feacb866669789bb7910ff283e1af764fcd03d70c6592f9619aeb4"
98SRC_URI += "gomod://github.com/docker/buildx;version=v0.30.1;sha256sum=50f4cd612a8cada0826eaec64bd968671e093817e8281a5ac91286d9220b1f9b"
99SRC_URI += "gomod://github.com/docker/cli;version=v28.5.2+incompatible;sha256sum=ae8f0f3ffa308bcee47cc2cb85e087ff082ba0a6c4a5cb379bfdcaa18d62d411"
100SRC_URI += "gomod://github.com/docker/cli-docs-tool;version=v0.10.0;sha256sum=258ad124838ef59f53895f8e090aa57167110e216cd4559e2a1a7ffd22e66b0a"
101SRC_URI += "gomod://github.com/docker/compose/v5;version=v5.0.1-0.20251205141902-9fada6cc23fb;sha256sum=8dca731645c2dfc46c43bd6bb71cb0de7d59969ae225af90c4dea0d1ca9d9107"
102SRC_URI += "gomod://github.com/docker/distribution;version=v2.8.3+incompatible;sha256sum=8f08722c5459cb4d9aa006e1fae094997da372098f4e14a59215b1ed3d48738a"
103SRC_URI += "gomod://github.com/docker/distribution;version=v2.7.1+incompatible;sha256sum=be78bc43d74873b67afe05a6b244490088680dab75bdfaf26d0fd4d054595bc7"
104SRC_URI += "gomod://github.com/docker/docker;version=v28.5.2+incompatible;sha256sum=eb2091e8336c55b1996489eccbc01c06b1b9fed028b5b38e0499b49c9fa0d468"
105SRC_URI += "gomod://github.com/docker/docker-credential-helpers;version=v0.9.3;sha256sum=d1d7e8680253fa217273bf0df542ae9183b07716a7e52582b7d51347db4db661"
106SRC_URI += "gomod://github.com/docker/go;version=v1.5.1-1.0.20160303222718-d30aec9fd63c;sha256sum=d27ddf744cd27e687a8dd0bf4d32af037d0398b2372b0ec8e7599f36d5b8a0bf"
107SRC_URI += "gomod://github.com/docker/go-connections;version=v0.6.0;sha256sum=c9847dae346c572e5e35cbd910ab3cb8ba7bf2bf2bb63a733e53031dd6d17127"
108SRC_URI += "gomod://github.com/docker/go-connections;version=v0.4.0;sha256sum=570ebcee7e6fd844e00c89eeab2b1922081d6969df76078dfe4ffacd3db56ada"
109SRC_URI += "gomod://github.com/docker/go-events;version=v0.0.0-20190806004212-e31b211e4f1c;sha256sum=0f654eb0e7e07c237a229935ea3488728ddb5b082af2918b64452a1129dccae3"
110SRC_URI += "gomod://github.com/docker/go-metrics;version=v0.0.0-20180209012529-399ea8c73916;sha256sum=575c4b852669f83c4b7b58eebde69908fb4b7699359f170939c830524b03c719"
111SRC_URI += "gomod://github.com/docker/go-metrics;version=v0.0.1;sha256sum=4efab3706215f5b2d29ba823d3991fd6e2f81c02ce45ef0c73c019ebc90e020b"
112SRC_URI += "gomod://github.com/docker/go-units;version=v0.5.0;sha256sum=039d53ebe64af1aefa0be94ce42c621a17a3052c58ad15e5b3f357529beeaff6"
113SRC_URI += "gomod://github.com/docker/libtrust;version=v0.0.0-20160708172513-aabc10ec26b7;sha256sum=bf1c1230a3b5c0dadb2c9366aabc99181e708369d735dc83c3eb89f597f42adb"
114SRC_URI += "gomod://github.com/dvsekhvalnov/jose2go;version=v0.0.0-20170216131308-f21a8cedbbae;sha256sum=3c122f66601d78857f9f002fa46d9fbbfd6f23794d549996f4255c3fd4bb9519"
115SRC_URI += "gomod://github.com/eiannone/keyboard;version=v0.0.0-20220611211555-0d226195f203;sha256sum=d7fb345124c63dc9076c80f16cc33d40d4ffd567fd03763ea6f03b0169a651d3"
116SRC_URI += "gomod://github.com/emicklei/go-restful/v3;version=v3.13.0;sha256sum=06bd60484b324de0b8e4366d4ed326db2e1dc730459b46e19a5306a108439c77"
117SRC_URI += "gomod://github.com/envoyproxy/go-control-plane;version=v0.13.5-0.20251024222203-75eaa193e329;sha256sum=3e8a2ecc33384a446b7da7afcc1823c54b45999bbd7913f915a58130ed956584"
118SRC_URI += "gomod://github.com/envoyproxy/go-control-plane/envoy;version=v1.35.0;sha256sum=e9fa9b000b19989956d0c16b93c461f88138316d1c5d384d00b250c30c462519"
119SRC_URI += "gomod://github.com/envoyproxy/go-control-plane/ratelimit;version=v0.1.0;sha256sum=1165c3cf1efb096a04a3d65b345f3780adce78f126583f7b98465c413a440766"
120SRC_URI += "gomod://github.com/envoyproxy/protoc-gen-validate;version=v1.2.1;sha256sum=ad9d2639aff17db6be291069c5463c46ed8ac37a0c6c1b57fae5465c5effb567"
121SRC_URI += "gomod://github.com/erikstmartin/go-testdb;version=v0.0.0-20160219214506-8d10e4a1bae5;sha256sum=471feb426b2a7ec1df29cc21c66aef34c9e7aabea751328644d1362593983d21"
122SRC_URI += "gomod://github.com/fatih/color;version=v1.18.0;sha256sum=4dc6907b7f6807b37c21ad527d966437d398f03472115f471eaa8fe5875363d3"
123SRC_URI += "gomod://github.com/felixge/fgprof;version=v0.9.3;sha256sum=2c83268087acf8b767be69dbc37c099fa85856763c2e88fb99637d46eb6ac23c"
124SRC_URI += "gomod://github.com/felixge/httpsnoop;version=v1.0.4;sha256sum=75aa471311265e9860df0e523400b4650ed0c1a33262786a421f07226792e494"
125SRC_URI += "gomod://github.com/fsnotify/fsevents;version=v0.2.0;sha256sum=d239917e6efe35a1dc89a219abca5084c57eb78b83815fda47b6452d27f03749"
126SRC_URI += "gomod://github.com/fsnotify/fsnotify;version=v1.9.0;sha256sum=94e64824b23591b7aa504e3321d5ec3f57de88f4d49882eaefbbf6820dab746e"
127SRC_URI += "gomod://github.com/fsnotify/fsnotify;version=v1.4.7;sha256sum=1d09ad8f3dc41cb6e0288023b47272c1c9393ca411e48f4b5009bca6662dc3ad"
128SRC_URI += "gomod://github.com/fvbommel/sortorder;version=v1.1.0;sha256sum=a4dbc58d2f72212474a7b5e1894b11d6712b687f4cc66ca1f6e202a375d252f7"
129SRC_URI += "gomod://github.com/fxamacker/cbor/v2;version=v2.9.0;sha256sum=5b0ec6424bd522aeeeab30cbdcad6f40bf976a9a2ddf125ab27b97826140d97a"
130SRC_URI += "gomod://github.com/go-jose/go-jose/v3;version=v3.0.0;sha256sum=936e00c9abdd3bb365124807201bff21f90c36710beca458d7b1830ff3bea449"
131SRC_URI += "gomod://github.com/go-jose/go-jose/v4;version=v4.1.3;sha256sum=ec019b110f6cdc3f55f067f52573be4474d5051b9b7c7fc11eb846b13c56beb4"
132SRC_URI += "gomod://github.com/go-kit/kit;version=v0.8.0;sha256sum=73ae40db4bcb0326a9bc1cc66a59f72129c55d14e4b7eba2b8a1f994e8c038ff"
133SRC_URI += "gomod://github.com/go-logfmt/logfmt;version=v0.3.0;sha256sum=58cdd9d64c5650048b1ef3a4cec6fefd6b245206cdc154ad2dbb41a6edf427f4"
134SRC_URI += "gomod://github.com/go-logfmt/logfmt;version=v0.4.0;sha256sum=d678198dc0eeaed28736e0d71b919a0bd98501b7275c69a7917122f6de9e0d1c"
135SRC_URI += "gomod://github.com/go-logr/logr;version=v1.2.2;sha256sum=3d8ad5428394dcea7ecd1e9b9750011341e9043412326f53138677f9eac84567"
136SRC_URI += "gomod://github.com/go-logr/logr;version=v1.4.3;sha256sum=523d7a3587fe73f61ef41c8bc627f7d7f38de8104d46278154b307e60770ad70"
137SRC_URI += "gomod://github.com/go-logr/stdr;version=v1.2.2;sha256sum=9dd6893bf700198485ae699640b49bc1efbc6c73b37cb5792a0476e1fd8f7fef"
138SRC_URI += "gomod://github.com/go-ole/go-ole;version=v1.2.6;sha256sum=95b192df81ca16f0fb7d2d98ff6596d70256d73e49e899c55fabd511fd6768ef"
139SRC_URI += "gomod://github.com/go-openapi/jsonpointer;version=v0.21.0;sha256sum=8a36ba84f6f6148834875fff96da79fcc2b383ace69cc34d71756b3fa84b9952"
140SRC_URI += "gomod://github.com/go-openapi/jsonreference;version=v0.20.2;sha256sum=27afd0bef56453e463eba6093afb04dc08d97b5ad0e15b2266cac867d062ae1b"
141SRC_URI += "gomod://github.com/go-openapi/swag;version=v0.23.0;sha256sum=a604425d0d3ff6936ffd056e86cd776c80e06874ef026e53da528208a986df94"
142SRC_URI += "gomod://github.com/go-sql-driver/mysql;version=v1.3.0;sha256sum=c315f6495b933a60baa96199e15f75d87a4b416f2133a05f11083a5b1ae458f4"
143SRC_URI += "gomod://github.com/go-stack/stack;version=v1.8.0;sha256sum=78c2667c710f811307038634ffa43af442619acfeaf1efb593aa4e0ded9df48f"
144SRC_URI += "gomod://github.com/go-viper/mapstructure/v2;version=v2.4.0;sha256sum=33e0398e34eca4b1b8c9d91318dd3be871811aee6e2ababc82c02280dcca296a"
145SRC_URI += "gomod://github.com/godbus/dbus/v5;version=v5.1.0;sha256sum=03dfa8e71089a6f477310d15c4d3a036d82d028532881b50fee254358e782ad9"
146SRC_URI += "gomod://github.com/gofrs/flock;version=v0.13.0;sha256sum=171560e83110e199cc9f4f8959d442c563c8ab6b26c100dd67b7a2fe265339ce"
147SRC_URI += "gomod://github.com/gogo/protobuf;version=v1.1.1;sha256sum=918dce96f1b5c897ecb15e79c741d3088abf0c481ca084b6686109a39f53f52e"
148SRC_URI += "gomod://github.com/gogo/protobuf;version=v1.0.0;sha256sum=c6e334947d037fdb111d145ed33a1c4d77398557e3ecb3c95e8ca02af286a307"
149SRC_URI += "gomod://github.com/gogo/protobuf;version=v1.3.2;sha256sum=dd2b73f163c8183941626360196c8f844addd95423d341a0412e1b22d0104ff7"
150SRC_URI += "gomod://github.com/golang-jwt/jwt/v5;version=v5.3.0;sha256sum=7de1cf03d836b3fcb32e02011d148fe94533e52dd54d521cadc61bcdf068eb1c"
151SRC_URI += "gomod://github.com/golang-sql/civil;version=v0.0.0-20190719163853-cb61b32ac6fe;sha256sum=22fcd1e01cabf6ec75c6b6c8e443de029611c9dd5cc4673818d52dac465ac688"
152SRC_URI += "gomod://github.com/golang/glog;version=v1.2.5;sha256sum=99f5736dc4fd976a0691361b57ed853cb459070ba4c42ace6e3f5ebd0d154f8e"
153SRC_URI += "gomod://github.com/golang/groupcache;version=v0.0.0-20241129210726-2c02b8208cf8;sha256sum=163367355442a630b12b0b452892cd98e99fcfdf7e40b68d358be73479cc1c23"
154SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.1;sha256sum=963c1727816dcd6b474158a8a23f26115e0fb610aaf6363233d5b3e317b2193e"
155SRC_URI += "gomod://github.com/golang/protobuf;version=v1.2.0;sha256sum=7574e650f6f12186def8b31b0e8d980ccb88a6a365b99fbf36515f6e7b99fd09"
156SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.4;sha256sum=177c9ae8d07fea0ae1ca3dd771ac299cc66705211720fd9714ddf680aabbe886"
157SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.2;sha256sum=a004ba3acb85e012cb9e468e1d445a81cfeeb4b4db7e9802f30aa500a8341851"
158SRC_URI += "gomod://github.com/golang/protobuf;version=v1.5.4;sha256sum=9a2f43d3eac8ceda506ebbeb4f229254b87235ce90346692a0e233614182190b"
159SRC_URI += "gomod://github.com/google/certificate-transparency-go;version=v1.0.10-0.20180222191210-5ab67e519c93;sha256sum=ab30ce449613db2703e7579d53d654a8d4e55748e3797a129de010a1473d96ab"
160SRC_URI += "gomod://github.com/google/certtostore;version=v1.0.6;sha256sum=3c63648be1e9310760545f27f023889967b638ce095697a71b0d4668adbc5e2e"
161SRC_URI += "gomod://github.com/google/deck;version=v0.0.0-20230104221208-105ad94aa8ae;sha256sum=2c19caf0916f6fb02b6c7de4de36d70bc60cab8926ee66012b6d56a3abd76b6a"
162SRC_URI += "gomod://github.com/google/gnostic-models;version=v0.7.0;sha256sum=797a05cd73a30624ece79633c4db4631676adc1f30f07a0a7051ab39beca96c8"
163SRC_URI += "gomod://github.com/google/go-cmp;version=v0.7.0;sha256sum=64a9ce046f2c320e3783fba0d1f4a15f8a18f0b009b67bf27f7630919db3f539"
164SRC_URI += "gomod://github.com/google/go-cmp;version=v0.3.0;sha256sum=129f65af6e54abc08a9b867ef48e5fb69ef560fa67e540067a8cfaefc6977626"
165SRC_URI += "gomod://github.com/google/go-dap;version=v0.12.0;sha256sum=47e50b9d8a3888476fcbf0f76ce81f860ca5026b364c2513e5243726d2c86b50"
166SRC_URI += "gomod://github.com/google/gofuzz;version=v1.0.0;sha256sum=752570262575bbcb5f0107dbd80a463abacaf51e94e15f96f5bc4166ff2d33e1"
167SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20250820193118-f64d9cf942d6;sha256sum=6d7ecf87165c2b026dee6aeb708516f76b7ea077ed7b13496fbb5d801e22d2b1"
168SRC_URI += "gomod://github.com/google/shlex;version=v0.0.0-20191202100458-e7afc7fbc510;sha256sum=1bf70bdb4c889b47b1976370832da79060c36cad282f278f279603200623775c"
169SRC_URI += "gomod://github.com/google/uuid;version=v1.6.0;sha256sum=d0f02f377217f42702e259684e06441edbf5140dddcc34ba9bea56038b38a6ed"
170SRC_URI += "gomod://github.com/gorilla/mux;version=v1.7.0;sha256sum=826a3f5b8acb2d10f53dcdcd2f2ccb48eb934a7a3012276acf50766af50fb841"
171SRC_URI += "gomod://github.com/gorilla/mux;version=v1.8.1;sha256sum=728243623caa67f64e4a0b6c59dde3f762918d9e729266167ba46d8df56c193a"
172SRC_URI += "gomod://github.com/gorilla/websocket;version=v1.5.4-0.20250319132907-e064f32e3674;sha256sum=81809e9741b37f386c8d28c9c6a23511f4a2465fd024a690a4c44a439e32e832"
173SRC_URI += "gomod://github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus;version=v1.1.0;sha256sum=8a0bfef1332e102be67d5599bd7c006bebf5f0823f2a9d11aa5cf22a74dbafb4"
174SRC_URI += "gomod://github.com/grpc-ecosystem/go-grpc-middleware/v2;version=v2.1.0;sha256sum=77e8fb88b8089ff917f6d409984c1d90f825d8e3dc996a0d68113493e32c96b8"
175SRC_URI += "gomod://github.com/grpc-ecosystem/grpc-gateway/v2;version=v2.27.2;sha256sum=6dae1ad81ee4d0941b9eee20d0899886c32747de8c71565a7310a039d81e13be"
176SRC_URI += "gomod://github.com/hailocab/go-hostpool;version=v0.0.0-20160125115350-e80d13ce29ed;sha256sum=faf2b985681cda77ab928976b620b790585e364b6aff351483227d474db85e9a"
177SRC_URI += "gomod://github.com/hanwen/go-fuse/v2;version=v2.8.0;sha256sum=ac0a357028e533e764cb25fd359e18e867a0bca09adaef79245658399797d56c"
178SRC_URI += "gomod://github.com/hashicorp/errwrap;version=v1.0.0;sha256sum=ccdf4c90f894d8a5fde4e79d5828c5d27a13e9f7ce3006dd72ce76e6e17cdeb2"
179SRC_URI += "gomod://github.com/hashicorp/errwrap;version=v1.1.0;sha256sum=209ae99bc039443e28e4d6bb66517d1756d9468b7578d31f1b63a28103d8e18c"
180SRC_URI += "gomod://github.com/hashicorp/go-cleanhttp;version=v0.5.2;sha256sum=e9f3dcfcb33172ba499b4f8e888169252d7f1e072082182124a6e2053523f7df"
181SRC_URI += "gomod://github.com/hashicorp/go-cty-funcs;version=v0.0.0-20250818135842-6aab67130928;sha256sum=2327c2ddc72ca6a0c8d88b7fd360f27dbc0e168d8a9f21d95a4d36a2890666f3"
182SRC_URI += "gomod://github.com/hashicorp/go-immutable-radix/v2;version=v2.1.0;sha256sum=60e7f581c8055e474b1ff5a9d88a68a9f755d0b3dc6d8e05fc0556b6e86de995"
183SRC_URI += "gomod://github.com/hashicorp/go-multierror;version=v1.1.1;sha256sum=972cd841ee51fdeac69c5a301e57f8ea27aebf15fddd7f621d5c240f28c3000c"
184SRC_URI += "gomod://github.com/hashicorp/go-retryablehttp;version=v0.7.8;sha256sum=9e2c175e4af37cdfeba28ed89250ad1fd691eda0fab167fafa9928222646b71e"
185SRC_URI += "gomod://github.com/hashicorp/go-version;version=v1.8.0;sha256sum=1edce7bf2cd763e2a02ebd44db8c806c50b38570e41c994f2e756bba19caf84c"
186SRC_URI += "gomod://github.com/hashicorp/golang-lru/v2;version=v2.0.7;sha256sum=2eb92ff13970bccd460efae14255bfc03bb51474da0137e477a60f95561acc30"
187SRC_URI += "gomod://github.com/hashicorp/hcl/v2;version=v2.24.0;sha256sum=53fd4e96ac9c190e192759daf49b63397865214d337ab5f6dbf6e68c1b0f4810"
188SRC_URI += "gomod://github.com/hiddeco/sshsig;version=v0.2.0;sha256sum=f1acfab01317d2d1d9b269774de433993e452659ece865ad4009692d06e5a9a3"
189SRC_URI += "gomod://github.com/hinshun/vt10x;version=v0.0.0-20220119200601-820417d04eec;sha256sum=ac69741b34c166012c5516db17bc6325ec0efc23105776b7728b9a53ae6746de"
190SRC_URI += "gomod://github.com/hpcloud/tail;version=v1.0.0;sha256sum=3cba484748e2e2919d72663599b8cc6454058976fbca96f9ac78d84f195b922a"
191SRC_URI += "gomod://github.com/in-toto/in-toto-golang;version=v0.9.0;sha256sum=08e1ed5fef21fed93b5acdf8cdae7e9ed51dbd1a6fd65858ee905963db81be5a"
192SRC_URI += "gomod://github.com/inconshreveable/mousetrap;version=v1.0.0;sha256sum=c3fa0813e78f5cef10dc0e9912c43e68e06ff970a98e98c4050fe14dbbfd18c7"
193SRC_URI += "gomod://github.com/inconshreveable/mousetrap;version=v1.1.0;sha256sum=526674de624d7db108cfe7653ef110ccdfd97bc85026254224815567928ed243"
194SRC_URI += "gomod://github.com/inhies/go-bytesize;version=v0.0.0-20220417184213-4913239db9cf;sha256sum=58bdba8f721840cd401529022a3019d02e68e996da678a2a705919329f5ac232"
195SRC_URI += "gomod://github.com/intel/goresctrl;version=v0.10.0;sha256sum=8e5c0fc4254f765833f451c9b29d808714f5419e049d36f4c8adc1362d6c604f"
196SRC_URI += "gomod://github.com/jinzhu/gorm;version=v0.0.0-20170222002820-5409931a1bb8;sha256sum=b1ceaea5bf93839f64b509ea18fb7879418260ff6d4e6ecfddfee2392341c69a"
197SRC_URI += "gomod://github.com/jinzhu/inflection;version=v0.0.0-20170102125226-1c35d901db3d;sha256sum=07cb007039c9451099cdd62eb7200c75745f240655b1ac22347a1a607087b289"
198SRC_URI += "gomod://github.com/jinzhu/now;version=v1.1.1;sha256sum=8c56b1bd3f10b4597c75e1a880bc37c02df633b2afa8d576ab484d681c4c9609"
199SRC_URI += "gomod://github.com/jonboulle/clockwork;version=v0.5.0;sha256sum=f6b22626f17e5d4be7c755f83f97b575764da4c9ea4deccd5c5794912ce508aa"
200SRC_URI += "gomod://github.com/josharian/intern;version=v1.0.0;sha256sum=5679bfd11c14adccdb45bd1a0f9cf4b445b95caeed6fb507ba96ecced11c248d"
201SRC_URI += "gomod://github.com/jpillora/backoff;version=v1.0.0;sha256sum=f856692c725143c49b9cceabfbca8bc93d3dbde84a0aaa53fb26ed3774c220cc"
202SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.12;sha256sum=d001ea57081afd0e378467c8f4a9b6a51259996bb8bb763f78107eaf12f99501"
203SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.6;sha256sum=1e0ddaa3c493f343c11925cd7d3701f58b4339ea38a0d2c34370c672dec640b5"
204SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.7;sha256sum=95bbe51bbf1e88095e604700f354dab03bcbc00f2377b0ab893618d2976d82dd"
205SRC_URI += "gomod://github.com/juju/loggo;version=v0.0.0-20190526231331-6e530bcce5d8;sha256sum=3db058c07ced25b8689f5d3e462d344ffb965c6f371eabc0396ce94d927e6206"
206SRC_URI += "gomod://github.com/julienschmidt/httprouter;version=v1.2.0;sha256sum=bf0a269697dfe7ebdc6544a2734e76a699505eb7316e34ba2ed53e88e85abf4a"
207SRC_URI += "gomod://github.com/julienschmidt/httprouter;version=v1.3.0;sha256sum=e457dccd7015f340664e3b8cfd41997471382da2f4a743ee55be539abc6ca1f9"
208SRC_URI += "gomod://github.com/kballard/go-shellquote;version=v0.0.0-20180428030007-95032a82bc51;sha256sum=ae4cb7b097dc4eb0c248dff00ed3bbf0f36984c4162ad1d615266084e58bd6cc"
209SRC_URI += "gomod://github.com/keybase/go-keychain;version=v0.0.1;sha256sum=9514a68da08d39d60a47640bef049e44c829aab5dbbddd03d272e9252039a5c7"
210SRC_URI += "gomod://github.com/kisielk/errcheck;version=v1.5.0;sha256sum=e15bd181a3f384da89fed079dc4ec4d1f431fc20db758fdbe4abb38d7ddee06b"
211SRC_URI += "gomod://github.com/kisielk/gotool;version=v1.0.0;sha256sum=089dbba6e3aa09944fdb40d72acc86694e8bdde01cfc0f40fe0248309eb80a3f"
212SRC_URI += "gomod://github.com/klauspost/compress;version=v1.18.1;sha256sum=9f233a4929ef02a58da534cd7c91e170548b90f5a69e221829531e9588e4da23"
213SRC_URI += "gomod://github.com/knqyf263/go-plugin;version=v0.9.0;sha256sum=ef80e801ff7ed5fc5ebf0a78423a39b876fee0d3df6dc69056277eb1238475e0"
214SRC_URI += "gomod://github.com/konsorten/go-windows-terminal-sequences;version=v1.0.1;sha256sum=7fd0273fc0855ed08172c150f756e708d6e43c4a6d52ca4939a8b43d03356091"
215SRC_URI += "gomod://github.com/konsorten/go-windows-terminal-sequences;version=v1.0.2;sha256sum=4d00d71b8de60bcaf454f8f867210ebcd05e75c0a7c2725904f71aa2f20fb08e"
216SRC_URI += "gomod://github.com/kr/logfmt;version=v0.0.0-20140226030751-b84e30acd515;sha256sum=ebd95653aaca6182184a1b9b309a65d55eb4c7c833c5e790aee11efd73d4722c"
217SRC_URI += "gomod://github.com/kr/pretty;version=v0.1.0;sha256sum=06063d21457e06dc2aba4a5bd09771147ec3d8ab40b224f26e55c5a76089ca43"
218SRC_URI += "gomod://github.com/kr/pretty;version=v0.3.1;sha256sum=ecf5a4af24826c3ad758ce06410ca08e2d58e4d95053be3b9dde2e14852c0cdc"
219SRC_URI += "gomod://github.com/kr/pty;version=v1.1.1;sha256sum=10474d7a875cbd2b9d74c9bb8fb99264b7863f204c7610607797ff18d580bf00"
220SRC_URI += "gomod://github.com/kr/text;version=v0.1.0;sha256sum=9363a4c8f1f3387a36014de51b477b831a13981fc59a5665f9d21609bea9e77c"
221SRC_URI += "gomod://github.com/kr/text;version=v0.2.0;sha256sum=368eb318f91a5b67be905c47032ab5c31a1d49a97848b1011a0d0a2122b30ba4"
222SRC_URI += "gomod://github.com/kylelemons/godebug;version=v1.1.0;sha256sum=dbbd0ce8c2f4932bb03704d73026b21af12bd68d5b8f4798dbf10a487a2b6d13"
223SRC_URI += "gomod://github.com/lib/pq;version=v0.0.0-20150723085316-0dad96c0b94f;sha256sum=0946c2b1df11f908d6bbe11da9a86f65f10149038cecf082d37ca1e67a9fc6e4"
224SRC_URI += "gomod://github.com/magiconair/properties;version=v1.5.3;sha256sum=be1987e9a8dac8f197a091b734c1d1a2f91f17b614f52b2d5b13b7d584abf163"
225SRC_URI += "gomod://github.com/magiconair/properties;version=v1.8.9;sha256sum=8361b76b967090e33192173d91fb3de5f5ea43f6b8d23e927bf6d698fc8a0250"
226SRC_URI += "gomod://github.com/mailru/easyjson;version=v0.7.7;sha256sum=139387981a220d499c9f47cece42a2002f105e4ee3ab9c74188a7fb8a9be711e"
227SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.1.2;sha256sum=6f64967892df6c491738811a76842998dfbdf631199a0236346dd59b36d42322"
228SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.1.14;sha256sum=5e0e7925a070bb5bd11b4097e1a7b608167f0217ee83901b44c135f6e5e85c78"
229SRC_URI += "gomod://github.com/mattn/go-isatty;version=v0.0.8;sha256sum=0e55980f57ba3e77c8051f46e607adee55ca85f2179e1b78e30f5683007c93ba"
230SRC_URI += "gomod://github.com/mattn/go-isatty;version=v0.0.20;sha256sum=f2d5f89ca451577e17464b9bb596dc0d0ecececb5eaa63622c41b57cd0b7b8cc"
231SRC_URI += "gomod://github.com/mattn/go-runewidth;version=v0.0.16;sha256sum=179d2d900c76ee3560fbeda60d0237a3be6acb734d0cb7423b55e5ccb0cedbca"
232SRC_URI += "gomod://github.com/mattn/go-shellwords;version=v1.0.12;sha256sum=6d35c3edc92e47a06988788d683c1ad389719b55ef19d5a7f239ab4708b6da11"
233SRC_URI += "gomod://github.com/mattn/go-sqlite3;version=v1.6.0;sha256sum=98494f3b32464346ba4f90b0e96d06976f10079a65759f82bdb47abd7c2aa928"
234SRC_URI += "gomod://github.com/matttproud/golang_protobuf_extensions;version=v1.0.1;sha256sum=e64dc58023f4b8c4472d05a44f2719b84d6c2cc364cc682820c9f72b233c9cdc"
235SRC_URI += "gomod://github.com/mdlayher/socket;version=v0.5.1;sha256sum=f0f07bdd9811f8571c7864cf5e0f06d85cfb3edbb254d6094a31e7f1d427e2a2"
236SRC_URI += "gomod://github.com/mdlayher/vsock;version=v1.2.1;sha256sum=cd25f9f33aa4fb945502351caeeed6994e1f34824cc826ca2daa1b21c45bc0d1"
237SRC_URI += "gomod://github.com/mgutz/ansi;version=v0.0.0-20170206155736-9520e82c474b;sha256sum=d7c0ff88c53dfca384bb82108a6e5fdc9e11b358d68b67144ff6a285be20a16a"
238SRC_URI += "gomod://github.com/miekg/pkcs11;version=v1.1.1;sha256sum=81cfc2922f7d5c59dc1e688d6247ec8dc35246d646ab27088847a232570c76e6"
239SRC_URI += "gomod://github.com/miekg/pkcs11;version=v1.0.2;sha256sum=c5c58837d47fbf38e37b7b8bac2f00769bda35f67f80fd394bdd3cb22cdc058b"
240SRC_URI += "gomod://github.com/mistifyio/go-zfs/v3;version=v3.0.1;sha256sum=32ad6d8e2b2dbe8cb73a8be96e93eb4947cb23bbdf7328ed7533cbb87495e0f8"
241SRC_URI += "gomod://github.com/mitchellh/go-ps;version=v1.0.0;sha256sum=f2f0400b1d5e136419daed275c27a930b0f5447ac12bb8acd3ddbe39547b2834"
242SRC_URI += "gomod://github.com/mitchellh/go-wordwrap;version=v1.0.1;sha256sum=5f96426c4b3b3e90a9b7471568cb1d61d6a306744f5d4765a30fa8a61e1c0b47"
243SRC_URI += "gomod://github.com/mitchellh/hashstructure/v2;version=v2.0.2;sha256sum=ef2ff4040e1877ba620c0c3f6d64b21f9b1fbcee551d211701c43f694bfd20ab"
244SRC_URI += "gomod://github.com/mitchellh/mapstructure;version=v1.5.0;sha256sum=118d5b2cb65c50dba967fb6d708f450a9caf93f321f8fc99080675b2ee374199"
245SRC_URI += "gomod://github.com/mitchellh/mapstructure;version=v0.0.0-20150613213606-2caf8efc9366;sha256sum=540c288003dcb86a3a2837bfb0dae8a30f0fc315f0a69c48a8e711630dad6d03"
246SRC_URI += "gomod://github.com/moby/buildkit;version=v0.26.2;sha256sum=5e89793899f3be6adc66cb053b058855f07420a9dbe931d4241591d94ae7dcc6"
247SRC_URI += "gomod://github.com/moby/docker-image-spec;version=v1.3.1;sha256sum=e3fe212be410465c0cae032baa7e2c7282b9bb878f081f00549333edc260c306"
248SRC_URI += "gomod://github.com/moby/go-archive;version=v0.1.0;sha256sum=17cd0776ad62e2aee3082c26d1805dc6c355c0a1528e1119c6eab909e4ce6b3d"
249SRC_URI += "gomod://github.com/moby/locker;version=v1.0.1;sha256sum=f07361346d12a24e168db7fb2f21281883bee6060f1aedf7507bccf20c4a793f"
250SRC_URI += "gomod://github.com/moby/patternmatcher;version=v0.6.0;sha256sum=5c3e4605f977523322c23c6e17332862689c564b1930dfbcbc74e9004721fcf9"
251SRC_URI += "gomod://github.com/moby/policy-helpers;version=v0.0.0-20251105011237-bcaa71c99f14;sha256sum=9fdca4221e4d7faf431070209e660386e5b6c46d687dc6afdaec21c75205f2e1"
252SRC_URI += "gomod://github.com/moby/profiles/seccomp;version=v0.1.0;sha256sum=8025f81f4e0decdf0edae68ae096f98731413fd2723cc4652cffb8db6a588c9d"
253SRC_URI += "gomod://github.com/moby/spdystream;version=v0.5.0;sha256sum=0919457a3bba34fb4ee5eff1645830648e26ea9757f27b293f1f7bb9f1ec65a2"
254SRC_URI += "gomod://github.com/moby/sys/atomicwriter;version=v0.1.0;sha256sum=a43a7148f3866be0752c515f32bd9ca1c96a4cc336b7e61af31932ee434da873"
255SRC_URI += "gomod://github.com/moby/sys/capability;version=v0.4.0;sha256sum=3502bba106a402fd440d1d4e8eb5ca741da4d70a674e8313725838ec8e22b44c"
256SRC_URI += "gomod://github.com/moby/sys/mount;version=v0.3.4;sha256sum=d6395b6c77113f33cfc2edc749f0b79a6040ff5a8466991a7d8094ae3846646c"
257SRC_URI += "gomod://github.com/moby/sys/mountinfo;version=v0.7.2;sha256sum=94f79687bc3b72ca4cc60fafda851454fefc0ef04bdb4499e8c7c2b2e231b5d3"
258SRC_URI += "gomod://github.com/moby/sys/reexec;version=v0.1.0;sha256sum=3d9e1e4628e61f0e86aab5a0f4f947396686e12102721590bd0966f3600bae22"
259SRC_URI += "gomod://github.com/moby/sys/sequential;version=v0.6.0;sha256sum=7870e47447a7e81a360d5d323bb9d52aaa951cbe70c267bea46b19ff1ed48bab"
260SRC_URI += "gomod://github.com/moby/sys/signal;version=v0.7.1;sha256sum=8c3853bc4ba4f283f7fccde5c548e93c3613db46f5209394a60cdbbc3eaf4f42"
261SRC_URI += "gomod://github.com/moby/sys/symlink;version=v0.3.0;sha256sum=c0036c97c9b7b7a246468165a968fedd974691161b083f1e7e99bafc58e57451"
262SRC_URI += "gomod://github.com/moby/sys/user;version=v0.4.0;sha256sum=4b96521752263905b26acd41c982be7bfb73d45243d070707e3cdd57f9fb3a91"
263SRC_URI += "gomod://github.com/moby/sys/userns;version=v0.1.0;sha256sum=24c102bcc418dedc378fbcaa53b10251b35042f2e86bf088f773250064fe3080"
264SRC_URI += "gomod://github.com/moby/term;version=v0.5.2;sha256sum=f8d6e5c53992c640512ee45a9b6147a765bebe3d8d50e3bfe1e4ec3e052cd688"
265SRC_URI += "gomod://github.com/modern-go/concurrent;version=v0.0.0-20180228061459-e0a39a4cb421;sha256sum=7879936219694facd98a70748597a091690b34e1384a9c6987bd0b2c53c2a052"
266SRC_URI += "gomod://github.com/modern-go/concurrent;version=v0.0.0-20180306012644-bacd9c7ef1dd;sha256sum=91ef49599bec459869d94ff3dec128871ab66bd2dfa61041f1e1169f9b4a8073"
267SRC_URI += "gomod://github.com/modern-go/reflect2;version=v1.0.3-0.20250322232337-35a7c28c31ee;sha256sum=49f3fb0f76b1b98b52b5e6e8eab2a48454eab33904b937625941c28138a7fea4"
268SRC_URI += "gomod://github.com/modern-go/reflect2;version=v1.0.1;sha256sum=6af8268206d037428a4197bd421bbe5399c19450ef53ae8309a083f34fb7ac05"
269SRC_URI += "gomod://github.com/modern-go/reflect2;version=v0.0.0-20180701023420-4b7aa43c6742;sha256sum=ff641a4cb8a664211221f09d9fe4aeafedcaacd6042b0d5ead69ae3becbf2a72"
270SRC_URI += "gomod://github.com/morikuni/aec;version=v1.0.0;sha256sum=c14eeff6945b854edd8b91a83ac760fbd95068f33dc17d102c18f2e8e86bcced"
271SRC_URI += "gomod://github.com/munnerz/goautoneg;version=v0.0.0-20191010083416-a7dc8b61c822;sha256sum=3d7ce17916779890be02ea6b3dd6345c3c30c1df502ad9d8b5b9b310e636afd9"
272SRC_URI += "gomod://github.com/mwitkow/go-conntrack;version=v0.0.0-20161129095857-cc309e4a2223;sha256sum=9b3c27b7b954d5d3e09e51e4aa8da7486584b1247d9b592e9a59bf5e502caf90"
273SRC_URI += "gomod://github.com/mwitkow/go-conntrack;version=v0.0.0-20190716064945-2f068394615f;sha256sum=d6fc513490d5c73e3f64ede3cf18ba973a4f8ef4c39c9816cc6080e39c8c480a"
274SRC_URI += "gomod://github.com/mxk/go-flowrate;version=v0.0.0-20140419014527-cca7078d478f;sha256sum=bd0701ef9115469a661c07a3e9c2e572114126eb2d098b01eda34ebf62548492"
275SRC_URI += "gomod://github.com/niemeyer/pretty;version=v0.0.0-20200227124842-a10e7caefd8e;sha256sum=2dcb7053faf11c28cad7d84fcfa3dd7f93e3d236b39d83cff0934f691f860d7a"
276SRC_URI += "gomod://github.com/onsi/ginkgo;version=v1.12.0;sha256sum=527bc60953da80718a3afae08d12802a67c7de84937ea54ed5b81230beaa545c"
277SRC_URI += "gomod://github.com/onsi/ginkgo;version=v1.6.0;sha256sum=04ccd635943d80d8767d83738e9058091d50517860dce86f7f8ac7a55f6c2959"
278SRC_URI += "gomod://github.com/onsi/gomega;version=v1.7.1;sha256sum=0a245e719f17cc2bc399aa7c2005cca84f1cfba5373b0c96f5c64673f758a712"
279SRC_URI += "gomod://github.com/onsi/gomega;version=v1.9.0;sha256sum=7b8a44d3e9d2beee947ced1b5a4227f875337828089d1165c1c65f7610a4faaf"
280SRC_URI += "gomod://github.com/opencontainers/go-digest;version=v0.0.0-20170106003457-a6d0ee40d420;sha256sum=a8c121c810839900b7f6d8d35741f438795bc116b9b969cf681df63fb46e7983"
281SRC_URI += "gomod://github.com/opencontainers/go-digest;version=v1.0.0;sha256sum=615efb31ff6cd71035b8aa38c3659d8b4da46f3cd92ac807cb50449adfe37c86"
282SRC_URI += "gomod://github.com/opencontainers/image-spec;version=v1.1.1;sha256sum=3a32eeb459719172947c20be78b5b7293c6ea84f4039184e846f6b676bc19574"
283SRC_URI += "gomod://github.com/opencontainers/image-spec;version=v1.0.1;sha256sum=ebb2dca711a137fbfb717158b0368792f834000f4308d9ea259d06c6804c677c"
284SRC_URI += "gomod://github.com/opencontainers/runtime-spec;version=v1.2.1;sha256sum=847dfbbec37aef7d1e14caebacb0ea036ecd22fa84bca96a0da3dfebfc16ef31"
285SRC_URI += "gomod://github.com/opencontainers/runtime-tools;version=v0.9.1-0.20250523060157-0ea5ed0382a2;sha256sum=6128d4734ad019b6e856fc2813a05d3b8d94bc7facbd3e324fababc024d756e9"
286SRC_URI += "gomod://github.com/opencontainers/selinux;version=v1.12.0;sha256sum=dd7f55f0302d69a221e5db8e80d2c3d4d2c9088d111ebe4074e1fdc54009541a"
287SRC_URI += "gomod://github.com/opentracing/opentracing-go;version=v1.1.0;sha256sum=3e0f42d035019fa037991d340da9677a802f8182792770c38e87906d33e06629"
288SRC_URI += "gomod://github.com/otiai10/copy;version=v1.14.1;sha256sum=49097038e9011a539645a60a6da9c49ad3d53ec7ffb1a254b1bdc77f8a9bf5d4"
289SRC_URI += "gomod://github.com/otiai10/mint;version=v1.6.3;sha256sum=a6bc9eebf7f25b75c480eac49ffa90bbda43559e31def54576a679fffc8a1a33"
290SRC_URI += "gomod://github.com/package-url/packageurl-go;version=v0.1.1;sha256sum=1384471a00f0e026c5e45d9fccc0da363e9423267cef93398db16fcf24bdb860"
291SRC_URI += "gomod://github.com/pelletier/go-toml;version=v1.9.5;sha256sum=de3dcda660cc800cd86d03273a25956d67f416e8fcbe4d2001a2cb4a01e6ac60"
292SRC_URI += "gomod://github.com/pelletier/go-toml/v2;version=v2.2.4;sha256sum=82162be7b85077f3be49bfe0f1e01f308b9c9554c72a980a22a34432f94885f0"
293SRC_URI += "gomod://github.com/petermattis/goid;version=v0.0.0-20240813172612-4fcff4a6cae7;sha256sum=3f47ab8e5713c36ec5b4295956a5ef012a192bc19198ae1b6591408c061e97ab"
294SRC_URI += "gomod://github.com/pkg/browser;version=v0.0.0-20240102092130-5ac0b6a4141c;sha256sum=8524ae36d809564d1f218978593b5c565cf3ee8dccd035d66b336ad0c56e60d1"
295SRC_URI += "gomod://github.com/pkg/errors;version=v0.8.0;sha256sum=e4fa69ba057356614edbc1da881a7d3ebb688505be49f65965686bcb859e2fae"
296SRC_URI += "gomod://github.com/pkg/errors;version=v0.9.1;sha256sum=d4c36b8bcd0616290a3913215e0f53b931bd6e00670596f2960df1b44af2bd07"
297SRC_URI += "gomod://github.com/pkg/errors;version=v0.8.1;sha256sum=4e47d021340b7396a7dee454f527552faf7360a9fc34038b1dc32ba3b5a951d8"
298SRC_URI += "gomod://github.com/pkg/profile;version=v1.7.0;sha256sum=57a65d6ca3ae5df11653052de9e74052feb2d802fd8c4cb10d9a56f0466cc85f"
299SRC_URI += "gomod://github.com/planetscale/vtprotobuf;version=v0.6.1-0.20240319094008-0393e58bdf10;sha256sum=6fdbac53c6ace58d732be8ec29c1aae928639eb12960cc4c52a9f7a25395ca05"
300SRC_URI += "gomod://github.com/pmezard/go-difflib;version=v1.0.0;sha256sum=de04cecc1a4b8d53e4357051026794bcbc54f2e6a260cfac508ce69d5d6457a0"
301SRC_URI += "gomod://github.com/prometheus/client_golang;version=v1.23.2;sha256sum=dfcc6c52ad09e3d0dca2e9f41de7f8d1c0dde7baae4b867353d112918a1511de"
302SRC_URI += "gomod://github.com/prometheus/client_golang;version=v0.9.1;sha256sum=c326b8fbdf5acbc10ec0b5897554c485d579b63638548ca5237a9f8fea06ca5b"
303SRC_URI += "gomod://github.com/prometheus/client_golang;version=v1.0.0;sha256sum=f6f37b8178ced8795d16d9a1f8291f36485edbc5baf89d9e457aa21708893b09"
304SRC_URI += "gomod://github.com/prometheus/client_golang;version=v1.1.0;sha256sum=98db3394cdeee8f8ff9262a2363f18dc825368b169bb893df9dfbc2acd226913"
305SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.6.2;sha256sum=67017b19f220c6ab91ecfdd10a93824e2a8b09fcb6390054dbdc49df3354a9ca"
306SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.0.0-20190129233127-fd36f4220a90;sha256sum=1991d7054e7ce33e74158ed4a93fc3e434d06aa652aff122d87f94099af2f730"
307SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.0.0-20171117100541-99fa1f4be8e5;sha256sum=eb051e03089062114ceed192c97fcd7ca354d6f79723538c004a4850dd552f6a"
308SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.0.0-20180712105110-5c3871d89910;sha256sum=7aaee32659f78fcc032fd1e6a0308e8a7b386bd55b571cb6a6fff29b3b6abaac"
309SRC_URI += "gomod://github.com/prometheus/common;version=v0.0.0-20180110214958-89604d197083;sha256sum=796855d655242a4d2b0217c93d02c28219bb674ed739a9ed9d098d32f82da352"
310SRC_URI += "gomod://github.com/prometheus/common;version=v0.6.0;sha256sum=6fb74cce1a5bd84cf36954493d6157b1bd2231b20ba2587c224df9737b579314"
311SRC_URI += "gomod://github.com/prometheus/common;version=v0.66.1;sha256sum=05d9e8e5c289209245dc22a7d07812b1b72472c67f372b5579dfabc3774e17b4"
312SRC_URI += "gomod://github.com/prometheus/common;version=v0.4.1;sha256sum=74a1ed44813329ec8a4f37ae35b89f6b2d538f46228aba4032dcd78e9baf8929"
313SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.0.2;sha256sum=d5e9430b0a3209ccd75569f7c6f9c9fcfc48f554557f44562352adab9c617464"
314SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.0.0-20180125133057-cb4147076ac7;sha256sum=e5a9ec53a73c510710d022b65c8ee41f67b5db43eeca006ffbe2681463674027"
315SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.0.3;sha256sum=ab1223d5b58bd1a8d197c8a1f73b39de8573b89c25b97497a64645fb00d80005"
316SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.0.0-20181005140218-185b4288413d;sha256sum=8562cfc0ef6d6a6cf5a48ab7b7fa7489a3c2694000fb1de0ad580761da688db1"
317SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.16.1;sha256sum=e4b74815566cbf5aa372d23e1de32f16ac5c3c4c80bc94a31fdee60a1de6074a"
318SRC_URI += "gomod://github.com/rivo/uniseg;version=v0.2.0;sha256sum=3199d94be50284142220662ca3b00e19ddd1debe4e80ddc745ff4203ecb601c0"
319SRC_URI += "gomod://github.com/rogpeppe/fastuuid;version=v1.2.0;sha256sum=f9b8293f5e20270e26fb4214ca7afec864de92c73d03ff62b5ee29d1db4e72a1"
320SRC_URI += "gomod://github.com/rogpeppe/go-internal;version=v1.14.1;sha256sum=ab3d18283cef2f46ddfd489b6b14b970eb7dbbb642786f025ee1ac5291dc4e70"
321SRC_URI += "gomod://github.com/russross/blackfriday;version=v1.6.0;sha256sum=8dbd018a896577afef870d49adc9a7cbdcef54f6edd97dcbbe1b53e7cd6d66d4"
322SRC_URI += "gomod://github.com/russross/blackfriday/v2;version=v2.1.0;sha256sum=7852750d58a053ce38b01f2c203208817564f552ebf371b2b630081d7004c6ae"
323SRC_URI += "gomod://github.com/santhosh-tekuri/jsonschema/v5;version=v5.3.1;sha256sum=6c953c3751cca3003d0e7f6d775c7c3b2e4b1eeb1fa2e8d68786ead53b083094"
324SRC_URI += "gomod://github.com/santhosh-tekuri/jsonschema/v6;version=v6.0.1;sha256sum=8652f1086fd29ca90f42aa367fd6020bc77a4eef14c1a6bb402f071084c0f745"
325SRC_URI += "gomod://github.com/sasha-s/go-deadlock;version=v0.3.5;sha256sum=b927f67dd9a6dc183bac7249c019775e689aee67dc52bfa53354137139d722a1"
326SRC_URI += "gomod://github.com/secure-systems-lab/go-securesystemslib;version=v0.9.1;sha256sum=3502bcf0e6b1640646fd801f2c1d2d4486fb6ffbe960810ebf35fe1c9b157a0b"
327SRC_URI += "gomod://github.com/serialx/hashring;version=v0.0.0-20200727003509-22c0c7ab6b1b;sha256sum=23dc67499d52b7b55a5a8f9d35e976052166da0cd0d499c1cc8be041e56789a4"
328SRC_URI += "gomod://github.com/shibumi/go-pathspec;version=v1.3.0;sha256sum=1ac9091ebe9ff4154ddc39b2b3436c5b6b268d5cdc1e8462c9790485cd76a58f"
329SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.0.6;sha256sum=6d869343dc5ea60f79247eeda7c5888911cad8b477b8836ee40419dfc4137d97"
330SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.4.1;sha256sum=03b84b4966e358a46156b3e826e62a2be8ad9077b169b6f396852e440095ee9a"
331SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.2.0;sha256sum=35be8800012d00fa02635817e6d9d2f3182482f05aac42ca9818680529c53b3a"
332SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.9.3;sha256sum=4501f4e6b858bfdd997671fcdd2f647a3178b29b6b4d1344caa7c07517121dd0"
333SRC_URI += "gomod://github.com/skratchdot/open-golang;version=v0.0.0-20200116055534-eef842397966;sha256sum=3ad7f856621f78b370a47bb05ce12c31bdee1014e596b7f565ee20dc8ac80c66"
334SRC_URI += "gomod://github.com/smallstep/pkcs7;version=v0.1.1;sha256sum=bc9cd16c7d8306edc4a7b0ca0d841236e6f9e7481ec6ccc5c460a86468cd7b42"
335SRC_URI += "gomod://github.com/spdx/tools-golang;version=v0.5.5;sha256sum=7658b96ca7814e0af98362ff7e944e0e1bae7c305574c03c85a7fddda15018f3"
336SRC_URI += "gomod://github.com/spf13/cast;version=v0.0.0-20150508191742-4d07383ffe94;sha256sum=d4a39d9ae8302cf2b9a5f8a068bebd3026eb7a6945dfd31f7219b22102e4505b"
337SRC_URI += "gomod://github.com/spf13/cobra;version=v1.10.1;sha256sum=00955783267c9ced54274df456377a15bc1b658362f93f85dfda0708b54f9a28"
338SRC_URI += "gomod://github.com/spf13/cobra;version=v0.0.1;sha256sum=648fae0e6ed7a985bf52d51f894869429557a387f81a230a4032dcd3db3b1dd7"
339SRC_URI += "gomod://github.com/spf13/jwalterweatherman;version=v0.0.0-20141219030609-3d60171a6431;sha256sum=1e3e803ab9ba1e70522621412c2b50e07255fc3552b36ab65c859b4b8c966e13"
340SRC_URI += "gomod://github.com/spf13/pflag;version=v1.0.10;sha256sum=a246b8c9d3daa87d6c634cdfee1bdf7fa53d5817eeef4fa0c6da43edd12de4ca"
341SRC_URI += "gomod://github.com/spf13/pflag;version=v1.0.0;sha256sum=7d233934958f344c429939fa76ee680aae781cddb8c5eea96b14376628762b8d"
342SRC_URI += "gomod://github.com/spf13/pflag;version=v1.0.9;sha256sum=83910188d8735f84a48a80ab78351edac0b569896f2b3a244c696a07da9aa5ed"
343SRC_URI += "gomod://github.com/spf13/viper;version=v0.0.0-20150530192845-be5ff3e4840c;sha256sum=437908d1251b536aefc7cc1b056cf863aaf12ba0dd8df92be1bff1a37b1a05d1"
344SRC_URI += "gomod://github.com/spiffe/go-spiffe/v2;version=v2.6.0;sha256sum=b90f378c70e2c985f61893ca20bf3e8258bb4f66920af759276d330513d0d7d6"
345SRC_URI += "gomod://github.com/stefanberger/go-pkcs11uri;version=v0.0.0-20230803200340-78284954bff6;sha256sum=5c5bca74afcdf246740b246cdf6de4244ff25e70f3ca2f31f0c1783e94777bb1"
346SRC_URI += "gomod://github.com/stretchr/objx;version=v0.1.0;sha256sum=1fa10dab404ed7fc8ed2a033f8784187d5df3513ced3841ce39e46d37850eb1d"
347SRC_URI += "gomod://github.com/stretchr/objx;version=v0.2.0;sha256sum=5517d43cfb7e628b9c2c64010b934e346cd24726e3d6eaf02b7f86e10752e968"
348SRC_URI += "gomod://github.com/stretchr/objx;version=v0.1.1;sha256sum=03599ec1d6888e9bf0429346d95a6c07c64d60614b5e4af36f234cce220c7ca0"
349SRC_URI += "gomod://github.com/stretchr/objx;version=v0.5.2;sha256sum=3c22c1d1c4c4024eb16a12f0187775640bf35d51b0a06649febc7797119451c0"
350SRC_URI += "gomod://github.com/stretchr/testify;version=v1.7.0;sha256sum=5a46ccebeff510df3e2f6d3842ee79d3f68d0e7b1554cd6ee93390d68b6c6b34"
351SRC_URI += "gomod://github.com/stretchr/testify;version=v1.4.0;sha256sum=0400c42ab95389bb4f4577bc09917a040a97f0f4251db2a54a7f6f5e65065b73"
352SRC_URI += "gomod://github.com/stretchr/testify;version=v1.6.1;sha256sum=e3c77324195658ead0289c507966fec55c69a7b1b8e3aac13c587dc50932fbc3"
353SRC_URI += "gomod://github.com/stretchr/testify;version=v1.5.1;sha256sum=b0d1f439dfc42208b7c120dfdecee61c697496c1688361aeb100b01366d945f7"
354SRC_URI += "gomod://github.com/stretchr/testify;version=v1.2.2;sha256sum=a0d1278e9b49f73e770bdf20a2af5f232b6df6b9f0e557707db00efca6eda9ed"
355SRC_URI += "gomod://github.com/stretchr/testify;version=v1.11.1;sha256sum=b7325b561ead5304b72b9f32aebc871ff49b3823667d530a49fd6c8f3adfc96e"
356SRC_URI += "gomod://github.com/stretchr/testify;version=v1.3.0;sha256sum=8c935aed71cc334d5bfdf04b34909d9965cf28f80198dec13fb954dc292e6588"
357SRC_URI += "gomod://github.com/syndtr/gocapability;version=v0.0.0-20200815063812-42c35b437635;sha256sum=91ff91da1936e17aa68fc13756e40ba4db1d7c9375a4ef0969fe19c9aa281195"
358SRC_URI += "gomod://github.com/tchap/go-patricia/v2;version=v2.3.3;sha256sum=37591393b0ea113849eacbc292886ea6978798a596164510c5834c2edc374067"
359SRC_URI += "gomod://github.com/tetratelabs/wazero;version=v1.9.0;sha256sum=caa5349be0eeac1d14b0faee72e5a9b2de198374e064fb9158e39d1d891217b7"
360SRC_URI += "gomod://github.com/theupdateframework/notary;version=v0.7.0;sha256sum=777f6c85ead0970109c5ad033574bc048cc114e60173976e3c3efedddd6aae40"
361SRC_URI += "gomod://github.com/tilt-dev/fsnotify;version=v1.4.8-0.20220602155310-fff9c274a375;sha256sum=a8b2240a525abfefb1293c160737384529b0bd0cbeda2eb863d1224396690574"
362SRC_URI += "gomod://github.com/tonistiigi/dchapes-mode;version=v0.0.0-20250318174251-73d941a28323;sha256sum=251cf604bd1301b75e8dc6d3f6061fccd250f4b3648813ba57793cac799c91ed"
363SRC_URI += "gomod://github.com/tonistiigi/fsutil;version=v0.0.0-20250605211040-586307ad452f;sha256sum=53e807a685cbaf6d5435781a04d899e17bb3e7f57dc49d724520f84583cda0c9"
364SRC_URI += "gomod://github.com/tonistiigi/go-actions-cache;version=v0.0.0-20250626083717-378c5ed1ddd9;sha256sum=cc941d28d09be2b5f64843469a10f8a7cf466699b4b4ca789e647025a02dee28"
365SRC_URI += "gomod://github.com/tonistiigi/go-archvariant;version=v1.0.0;sha256sum=039db13b93c017cdcdf50aa675146b470b012ec8673a9bd65ec83bb8f1f36550"
366SRC_URI += "gomod://github.com/tonistiigi/go-csvvalue;version=v0.0.0-20240814133006-030d3b2625d0;sha256sum=51bce4d81fe31cb3edfcfaa124a74e2cff5ef08ed8d6f54afb054b39dc0ed89a"
367SRC_URI += "gomod://github.com/tonistiigi/jaeger-ui-rest;version=v0.0.0-20250408171107-3dd17559e117;sha256sum=e7597599b676a442100ccc97cd871a8f20bf24580e25b92d225063356b787207"
368SRC_URI += "gomod://github.com/tonistiigi/units;version=v0.0.0-20180711220420-6950e57a87ea;sha256sum=79524e0da4048adabf5fd4ca21bfca226ab45a601c5ec9d299f0e0385814b0e6"
369SRC_URI += "gomod://github.com/tonistiigi/vt100;version=v0.0.0-20240514184818-90bafcd6abab;sha256sum=de7d217ec5bf807a23eabce963d56d73f7975f754eb8bc3321b354d34f340af3"
370SRC_URI += "gomod://github.com/urfave/cli;version=v1.22.17;sha256sum=eb2629ff4d93a527036f0ebb57cf67caa10e97fdd9181740f8877936528bf6a9"
371SRC_URI += "gomod://github.com/urfave/cli/v2;version=v2.27.7;sha256sum=a9a4175ab5d550f093f716e8971a5c8539aa738675a210f6321cfb5905f0488a"
372SRC_URI += "gomod://github.com/vbatts/tar-split;version=v0.12.2;sha256sum=1f3bcd7cebbe3b67a4e7d5d4226f7127ea11bf652ed3b41cc1a0a24cf15e0dd7"
373SRC_URI += "gomod://github.com/vishvananda/netlink;version=v1.3.1;sha256sum=213c83dcc66cbeca2b83eca59d08649fa5ea96f463a8c014e8d6b6d5e601887e"
374SRC_URI += "gomod://github.com/vishvananda/netns;version=v0.0.5;sha256sum=07804b88c922c2a6780efe392ffef9d126eac584384eb3eb17bcadd34cfa9422"
375SRC_URI += "gomod://github.com/x448/float16;version=v0.8.4;sha256sum=73b24a41037ea999ab66851e3798a0973dbb1f214925915b01f0820f7b2f1500"
376SRC_URI += "gomod://github.com/xhit/go-str2duration/v2;version=v2.1.0;sha256sum=907db1bdf362568191e659f82339c21a4031d433bc5ac52f36de23eeceb8cb26"
377SRC_URI += "gomod://github.com/xrash/smetrics;version=v0.0.0-20240521201337-686a1a2994c1;sha256sum=6061d9a61e863c9b8a4ed3e34b00d6784dae4ca7ec64a0e6f0e5c4bb8574328d"
378SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.2.1;sha256sum=e07c8cb16aa0b42dc9eaf0f922e25e330af3a39d8e8404c8c6e04bba406aa7b2"
379SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.4.13;sha256sum=bb41a602b174345fda392c8ad83fcc93217c285c763699677630be90feb7a5e3"
380SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.1.27;sha256sum=ed37f29dd392d8b532daf4e3391a917a2cc21c5a281756f7fcd00c17976c38a7"
381SRC_URI += "gomod://github.com/zclconf/go-cty;version=v1.17.0;sha256sum=04999081dd92af910fd343acc2b500e60b338c935c9fb1df9956afe2281acfaf"
382SRC_URI += "gomod://github.com/zeebo/errs;version=v1.3.0;sha256sum=eb442a20007e679a7602ca4316083aad883374bdd49be304f25b76b5136c2cd7"
383SRC_URI += "gomod://go.etcd.io/bbolt;version=v1.4.3;sha256sum=3110374ed5e6984200e6360b6488312803fb41516fff556b350d2a1abaa5ecb5"
384SRC_URI += "gomod://go.opencensus.io;version=v0.24.0;sha256sum=203a767d7f8e7c1ebe5588220ad168d1e15b14ae70a636de7ca9a4a88a7e0d0c"
385SRC_URI += "gomod://go.opentelemetry.io/auto/sdk;version=v1.2.1;sha256sum=a08a16fc0a7041cdb875f47a260a56000632212c85f65a302a043c76380c8335"
386SRC_URI += "gomod://go.opentelemetry.io/contrib/detectors/gcp;version=v1.38.0;sha256sum=3bc606bb6ce32b4b349ae0259da212552a087b81f6f96847448181764d82eb69"
387SRC_URI += "gomod://go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc;version=v0.63.0;sha256sum=a093449439c5be2ecaa0c25a4690281445954876a8d4f3396e6d27561d5479dc"
388SRC_URI += "gomod://go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace;version=v0.63.0;sha256sum=dfd5da60e9e8cfe612af8dd27a1bceea9b580d2a3d9793b371fe484dd5195456"
389SRC_URI += "gomod://go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp;version=v0.63.0;sha256sum=bf6c9a7e1596e1939c28395f588a4a8dc9bbb69ffa7f2ed17e20878126bc06ee"
390SRC_URI += "gomod://go.opentelemetry.io/otel;version=v1.38.0;sha256sum=1f9f344b9f15382834c7f2ea15f13ca1d0516c98116c59e7bb29fed0b4748d8a"
391SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/jaeger;version=v1.17.0;sha256sum=c9ef13da33fd0e1bf4df89b5ccf61f2922c55040cf2a991b177a72b22717e5f3"
392SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc;version=v1.38.0;sha256sum=e0844b61c393d38ac7f7c7628df5b1dcd99c6ec84ad64932b429ac2834c9f772"
393SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp;version=v1.38.0;sha256sum=45165407959e5c7e24719a9387c1a4b7b9ecd89c8dfffd14f1af10665f58645d"
394SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace;version=v1.38.0;sha256sum=83b5d32615fe56dac7aac330e90127f1bb3516948ddd71f386c4698e80802e82"
395SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc;version=v1.38.0;sha256sum=87881b6e9bef4146abbbafd328bded951d44654961152fb8455621398726140a"
396SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp;version=v1.38.0;sha256sum=5175fcf722b9cabc90d6edb106b28bb5ed785d159325ba2c3636f136a8b9a8d3"
397SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/prometheus;version=v0.42.0;sha256sum=a7a3f332f7902d7cf54607ebedc3ea1591aa4f6793d772e90e794d2e90fb52df"
398SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/stdout/stdouttrace;version=v1.31.0;sha256sum=184b2057b6e8f2449bc725a257cc2c851fe88bbe282b38d07612dd23daf97fd8"
399SRC_URI += "gomod://go.opentelemetry.io/otel/metric;version=v1.38.0;sha256sum=39dc88030971236b0cbba0d94a834c448d9301ceec749f717994a2a7f9ab838d"
400SRC_URI += "gomod://go.opentelemetry.io/otel/sdk;version=v1.38.0;sha256sum=a3e822297026d4171ed2260a6f4ed9e125f1ea59396162b1f80620a058b02b26"
401SRC_URI += "gomod://go.opentelemetry.io/otel/sdk/metric;version=v1.38.0;sha256sum=1b9026686549a952ff49acd68b2781ca822f657050a3b6a23784d740fe0852d7"
402SRC_URI += "gomod://go.opentelemetry.io/otel/trace;version=v1.38.0;sha256sum=f040f84581707a0123aec182596cd34700860e7866f556e7900ac4c17233150e"
403SRC_URI += "gomod://go.opentelemetry.io/proto/otlp;version=v1.7.1;sha256sum=15692d8e0dea5eadfad0aa451ab3ba1c7ed20af1d19075306db2301664695dd9"
404SRC_URI += "gomod://go.uber.org/goleak;version=v1.3.0;sha256sum=70edef0ce7d830d992f024e527fd3452069b884f94a27787a718bd68dd620702"
405SRC_URI += "gomod://go.uber.org/mock;version=v0.6.0;sha256sum=64e9c159c974cd05c09eae2e0fa1558e7f5eef0c85434208526b052785e1b90f"
406SRC_URI += "gomod://go.yaml.in/yaml/v2;version=v2.4.2;sha256sum=ed63e181cbb5a991c104639b0e6d48d45fd951f22b47d4c5d1a36156d8ed06ee"
407SRC_URI += "gomod://go.yaml.in/yaml/v3;version=v3.0.4;sha256sum=0317dae56eaa9e9954467c8768fd6a89ba2005f1534e2c26fce5163ad8d2ef31"
408SRC_URI += "gomod://go.yaml.in/yaml/v4;version=v4.0.0-rc.3;sha256sum=d5ca6a029979bc52760f17ed1a9393637a46095b9e0e8f504f1dc5d70ece46ac"
409SRC_URI += "gomod://golang.org/x/crypto;version=v0.45.0;sha256sum=416335b9102df16747b29fe58d034d6d9fb70af314740136fb0a37ae8c568705"
410SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20250911091902-df9299821621;sha256sum=b1fc4c9639d9da1d1797342ee6c5beb564aa874fc523eebc9ec93cca333c3548"
411SRC_URI += "gomod://golang.org/x/mod;version=v0.29.0;sha256sum=7c736672c72aa571b65c1106bbb2a64e587dd4265a18f0059c990f95c5117962"
412SRC_URI += "gomod://golang.org/x/mod;version=v0.2.0;sha256sum=0903f5c7fceebffde791f39210a210fab59d8d0b8c7f4c492793549a846552f5"
413SRC_URI += "gomod://golang.org/x/mod;version=v0.3.0;sha256sum=0b125ae21eba0eec0d857cd0641d9fc7f07168575f062c0e1df1bac02bec044f"
414SRC_URI += "gomod://golang.org/x/mod;version=v0.6.0-dev.0.20220419223038-86c51ed26bb4;sha256sum=2b7471ed34a349f91055527c5328acd40e9aba006b644e51d40a8627efa76a92"
415SRC_URI += "gomod://golang.org/x/net;version=v0.47.0;sha256sum=3444c04eff1dc7a41a6386cb6a0b0b1facebfc7e222bae523043ed4b14039f76"
416SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20180906233101-161cd47e91fd;sha256sum=2f0db1734f80677059b44bf3337f3b957b01b7acc97b274b3510f804204ba1a2"
417SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20181114220301-adae6a3d119a;sha256sum=32c3d82168e804ca5e150acbd8b274e46c3687c3e86a126be192c1b6195b4ed0"
418SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190404232315-eb5bcb51f2a3;sha256sum=3be13704bcdb3eb79a25459f6116bd627bc90589176a9c8495b58a38c320ec0f"
419SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190613194153-d28f0bde5980;sha256sum=d8a3dd4cb78d8e81f30d48c3ff4290b39a613a538f5efa386425b94172c93439"
420SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190620200207-3b0461eec859;sha256sum=8b437b88ece68e61336150fbdd2a4c0e8d80f143bcdc86ce4ef047c4c93f3caa"
421SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200226121028-0de0cce0169b;sha256sum=cf00229a0ab910e519d829fd9192aa77e7e7a486d06ba2311f681965001589dd"
422SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20201021035429-f5854403a974;sha256sum=079b484fd6bef7305d6ca5a2e0b86869042459c6b18535873015f193380a4b18"
423SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20210226172049-e18ecbb05110;sha256sum=17ae555c0bec70b583d84ec7a099db3fdc5b3b688cb2814f8c388d174e7ada15"
424SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20220722155237-a158d28d115b;sha256sum=1decf7a324a0916bc66304da1b68a834ce679379422de3a2855f3031f6dc39bd"
425SRC_URI += "gomod://golang.org/x/oauth2;version=v0.32.0;sha256sum=64c855b335cc2e90b2d88c1fe6c3a31de53c3ca76fc9c89e6ce266c7334b768b"
426SRC_URI += "gomod://golang.org/x/sync;version=v0.18.0;sha256sum=939a1a573cd83df56836b637052a45f6a60f78b86a5a375fc0c6c298a868a14d"
427SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20180314180146-1d60e4601c6f;sha256sum=7aa0e816b3ecae3535411b3ca9ea6a46530a9da2e6d160a420da331e55e159ba"
428SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20181108010431-42b317875d0f;sha256sum=d5076321ff392792568bb8ec9e582778a602aeebf3d27c6ab99f148ead0bf1b3"
429SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20181221193216-37e7f081c4d4;sha256sum=229561e23557d40cad949c6e09ddf994e73f5fb64605b5d96ce2c154664dd360"
430SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20190423024810-112230192c58;sha256sum=dc105c2b4d6c7ab48e54946ce2f624e8d1f5d47270eff1e88fed06cc65f91fb4"
431SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20190911185100-cd5d95a43a6e;sha256sum=9c63fe51b0c533b258d3acc30d9319fe78679ce1a051109c9dea3105b93e2eef"
432SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20201020160332-67f06af15bc9;sha256sum=a62c30f9e46c28636239041d7bfa1583a24378bc408554ec0670196cbac9858e"
433SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20220722155255-886fb9371eb4;sha256sum=39d2431ae1db11be34b4012b719e7bcec1572006a122d44509da038a5b498ff1"
434SRC_URI += "gomod://golang.org/x/sys;version=v0.1.0;sha256sum=e7cbe58ed3745ba63d482fe82603119bd635f9a5dd914ed95a4c1826fdcf54a7"
435SRC_URI += "gomod://golang.org/x/sys;version=v0.6.0;sha256sum=8c15860e3850e3cea5a7186bb79b8cf98f513d9ac5498099d3bddfd49c6dfc3f"
436SRC_URI += "gomod://golang.org/x/sys;version=v0.38.0;sha256sum=dacd7c9aa2b298f966822da214c6d601da08f14d41b29032bcac4bc503887a49"
437SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20180905080454-ebe1bf3edb33;sha256sum=c7fe0999b203656c51d186d020cdbbc57325867d3fab576e61821a1e2d02ad09"
438SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20180909124046-d0be0721c37e;sha256sum=8559dba9822345355af253f83f61a9c02e1e19f3b420d49153d81bcdd472f1bf"
439SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20181116152217-5ac8a444bdc5;sha256sum=fe2230d5098e8bbdb2f82a7370a4941e59746bdea9fd661bb476e5b5c0d08348"
440SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190215142949-d0b11bdaac8a;sha256sum=d6bf74e7bc64e245a75dd666e62160a8446242b1cde4e66b2e5f93399950a97f"
441SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190222072716-a9d3bda3a223;sha256sum=aa2f05e0db018e860d80e30e9381e9bcbe86b6d01b4006e8b6cfd64a0f873251"
442SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190412213103-97732733099d;sha256sum=4c8da803e35ab98f8621b26998717976415c9ccd17ada7183933974be40c7edb"
443SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190801041406-cbf593c0f2f3;sha256sum=a0314cae7bd991b39528e740a930deb3859ad7b6a7afa4a755cc4893e324020e"
444SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20191026070338-33540a1f6037;sha256sum=cd0ef9c0a4e8a9ee9269c4787eeefa4e1225ac4367bb444ffa8d53a3ae98879e"
445SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20191120155948-bd437916bb0e;sha256sum=daccb9e6eae0a17d26d2edb6152e8ee24350b5bca51bde63f065f0d89e204734"
446SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200930185726-fdedc70b468f;sha256sum=8f2ee97b1515c27788a17a8e9f88c9d1a4aa62380a1d9a210a53460a8503c00d"
447SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20201119102817-f84b799fce68;sha256sum=2681eb52677683be3760258aafe13c91c1c83888442e9c6545334ae97a02b386"
448SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210331175145-43e1dd70ce54;sha256sum=08f1929456fc6463ad8585f2974fab7437c354b9f47bff54d06d359d20cf6b10"
449SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210615035016-665e8c7367d1;sha256sum=0d25c11d65a4ac84a6e2c3bd56a6afeb1da3923d2752a5aa59b7e99a94359fcb"
450SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210616094352-59db8d763f22;sha256sum=c4f9c81ce8f1b8ccfd9ce34305d8c7eb7d94c87c7e0d88394ebd6298730ebe38"
451SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220412211240-33da011f77ad;sha256sum=ffb4b3488ab203e6a883355e57fd1c4a84983c41fb0880ef520587863d47219c"
452SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220520151302-bc2c85ada10a;sha256sum=734caf189549ea9b85dd93f58e87e3f3bceaec72229449f5879c3c067a2ad60e"
453SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220715151400-c0bba94af5f8;sha256sum=3b180937216e93559f16b6076d09baf54a5707378f11b867b6eb914c56b09b91"
454SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220722155257-8c9f86f7a55f;sha256sum=f4480597a942160a2aaeb761d41ee67f610287785c263f1df253a3e157c98594"
455SRC_URI += "gomod://golang.org/x/term;version=v0.37.0;sha256sum=ffd8a74e9a9fd13e1080fa4e8f807693e438fda98f336992cb2a2420d2e95e61"
456SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20201117132131-f5c789dd3221;sha256sum=a2924e91808629fbbbc12aeb91278a90ed57c21fda56f8ddea83e99d9ab4eb67"
457SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20201126162022-7de9c90e9dd1;sha256sum=475a86f11dd148b474ce405c5dbdd5f6bcae056c3e44e52445a45926dd69a552"
458SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20210927222741-03fcf44c2211;sha256sum=3adf713afa49fe26580ffe4adb1f4fb2f4921c945301aa5a9fb6d34031fa30cd"
459SRC_URI += "gomod://golang.org/x/text;version=v0.4.0;sha256sum=16af01ae1aacbb027662d39662bd52e92e288ba4ce104ea0116534a81dfd3c30"
460SRC_URI += "gomod://golang.org/x/text;version=v0.31.0;sha256sum=10d76a358ae35fae9523ffef7b378ec30f2e73bc3f99ba40e46a6cb722ad888a"
461SRC_URI += "gomod://golang.org/x/text;version=v0.3.0;sha256sum=ea3068395503d3c7ef8ce16a286f75c8c93882c25a66c2aa6c8e2ad4da7a9ae0"
462SRC_URI += "gomod://golang.org/x/text;version=v0.3.3;sha256sum=8a896da346baf94ab4f24b0e396df0b79393c93aa05c50ef07cddd561a1ff8d7"
463SRC_URI += "gomod://golang.org/x/text;version=v0.3.7;sha256sum=e1a9115e61a38da8bdc893d0ba83b65f89cc1114f152a98eb572c5ea6551e8d4"
464SRC_URI += "gomod://golang.org/x/time;version=v0.14.0;sha256sum=0e2d2e47d107859130c7088346966d99a14ec0f7a42290c4acc0e2cc568e7a81"
465SRC_URI += "gomod://golang.org/x/tools;version=v0.38.0;sha256sum=7f58700da5c39d8d19587227d2421011d4cca04076c1c13ebbbe148b851677c6"
466SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20180917221912-90fa682c2a6e;sha256sum=6673fe06662fcbee5f246f12af8ed860328bf08fd016fd490987cd76acb1b4fe"
467SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191119224855-298f0cb1881e;sha256sum=092e06323d7a55880ee4387905ebf35a021fffdf2b7f72d80fb3c36e48668651"
468SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20200619180055-7c47624df98f;sha256sum=9d537dcdb68b2c06db15a0e712b2c52ed1a57555cb642608da891164f33f3fe4"
469SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20210106214847-113979e3529a;sha256sum=8baa1d9f9ac7455f2070cd542bbd3a6eeab6e8c9028a1b83905e9b47712f08d1"
470SRC_URI += "gomod://golang.org/x/tools;version=v0.1.12;sha256sum=4b122e0e4703bc4014cb1cf8c014fcf93ea7d72f01da79499365346f54cbb851"
471SRC_URI += "gomod://golang.org/x/xerrors;version=v0.0.0-20200804184101-5ec99f83aff1;sha256sum=380aaa3368ae165628bb487cf4e695a55c1420072b8b7a6f59c122f6a23bb255"
472SRC_URI += "gomod://golang.org/x/xerrors;version=v0.0.0-20190717185122-a985d3407aa7;sha256sum=c4e9f063cfed546c90f00a9657deac4f915a8994f8cbe6dbd3f18e79eb8302cf"
473SRC_URI += "gomod://golang.org/x/xerrors;version=v0.0.0-20191011141410-1b5146add898;sha256sum=5059c7b7e95f139b8c42d9001972fa5fa688b3581ef946c912c1dbc52415ff16"
474SRC_URI += "gomod://golang.org/x/xerrors;version=v0.0.0-20191204190536-9bdfabe68543;sha256sum=a93010abd3c4f483710c37fb87511a776942f709b4c1820a28d099d448680390"
475SRC_URI += "gomod://gonum.org/v1/gonum;version=v0.16.0;sha256sum=ee1800f8323d1edd76d6864d67a5d00c79f9a3d56afea46f6a3e7f1328e5d790"
476SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20230223222841-637eb2293923;sha256sum=7d5a5483afb003ad17881d7c797973f63b4876dd50cb20b1aba0adac20f00c7a"
477SRC_URI += "gomod://google.golang.org/genproto/googleapis/api;version=v0.0.0-20251022142026-3a174f9686a8;sha256sum=4c844565199076b7315ed7a507caf1bce1187b1319eb257eb5daf7dca1b5aa73"
478SRC_URI += "gomod://google.golang.org/genproto/googleapis/rpc;version=v0.0.0-20251022142026-3a174f9686a8;sha256sum=31e3f6f4389617db20b509ae1394fe08a01585659dac99728ea93428580cdd1c"
479SRC_URI += "gomod://google.golang.org/grpc;version=v1.0.5;sha256sum=4764088ccec922d322a50719232261d8499e3481f26ae0468fccc5727bf57280"
480SRC_URI += "gomod://google.golang.org/grpc;version=v1.77.0;sha256sum=2c92a3b507d34c72c6314f0b8c79c096b2468ce183f7fa63dba7e450c214fea5"
481SRC_URI += "gomod://google.golang.org/grpc/cmd/protoc-gen-go-grpc;version=v1.5.1;sha256sum=997320e3e21562ef67d72888c0b1506d1c2a0255baac7227a9b191a15627a8b2"
482SRC_URI += "gomod://google.golang.org/protobuf;version=v1.36.10;sha256sum=9265fbe7d073ca8571f1a9c4b8e8f20b244c35ad913346892d688e58fe4b1f22"
483SRC_URI += "gomod://gopkg.in/airbrake/gobrake.v2;version=v2.0.9;sha256sum=2db903664908e5a9afafefba94821b9579bbf271e2929c1f0b7b1fdd23f7bbcf"
484SRC_URI += "gomod://gopkg.in/alecthomas/kingpin.v2;version=v2.2.6;sha256sum=638080591aefe7d2642f2575b627d534c692606f02ea54ba89f42db112ba8839"
485SRC_URI += "gomod://gopkg.in/cenkalti/backoff.v2;version=v2.2.1;sha256sum=9617138c353a516cb2f8fa08b6952a8fbe7f9d855ef8dd9b1b42573520bb3c10"
486SRC_URI += "gomod://gopkg.in/check.v1;version=v0.0.0-20161208181325-20d25e280405;sha256sum=4e1817f964ca34e545b81afda0325a5e89cf58de2e413d8207c0afddd0fdc15c"
487SRC_URI += "gomod://gopkg.in/check.v1;version=v1.0.0-20200227125254-8fa46927fb4f;sha256sum=dbd4ccdf6e1740df06b141ff0cf6bd4b24e5a659adb5174cb3f7bfc798a21ed1"
488SRC_URI += "gomod://gopkg.in/check.v1;version=v1.0.0-20201130134442-10cb98267c6c;sha256sum=f555684e5c5dacc2850dddb345fef1b8f93f546b72685589789da6d2b062710e"
489SRC_URI += "gomod://gopkg.in/evanphx/json-patch.v4;version=v4.12.0;sha256sum=eccb52c37cbf4a38d392101f2b31d424eca68bfebab3de4265d0cf595ca07b51"
490SRC_URI += "gomod://gopkg.in/fsnotify.v1;version=v1.4.7;sha256sum=ce003d540f42b3c0a3dec385deb387b255b536b25ea4438baa65b89458b28f75"
491SRC_URI += "gomod://gopkg.in/gemnasium/logrus-airbrake-hook.v2;version=v2.1.2;sha256sum=ce35c69d2a1f49d8672447bced4833c02cc7af036aa9df94d5a6a0f5d871cccd"
492SRC_URI += "gomod://gopkg.in/inf.v0;version=v0.9.1;sha256sum=08abac18c95cc43b725d4925f63309398d618beab68b4669659b61255e5374a0"
493SRC_URI += "gomod://gopkg.in/ini.v1;version=v1.67.0;sha256sum=bd845dfc762a87a56e5a32a07770dc83e86976db7705d7f89c5dbafdc60b06c6"
494SRC_URI += "gomod://gopkg.in/rethinkdb/rethinkdb-go.v6;version=v6.2.1;sha256sum=abe9dd6ce6093b9dec25de8f92e25f234e76311040b1cc884efa6737f8f6c9d0"
495SRC_URI += "gomod://gopkg.in/tomb.v1;version=v1.0.0-20141024135613-dd632973f1e7;sha256sum=34898dc0e38ba7a792ab74a3e0fa113116313fd9142ffb444b011fd392762186"
496SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.8;sha256sum=c27f198b4d9580d4418cc6f7e0abb756ebb48344534be601db95476de52fe6d1"
497SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.2;sha256sum=9e0e5492ee218d0b415a33648cdb32c2f544485ac4ebfa0589ebb53d1a841096"
498SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.4;sha256sum=815be785649ae218b51efd8e40b3b75de8f9b57dd43162386ffe3e76709f2a5d"
499SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.1;sha256sum=fbfd8b7212222175af0c190e510e112934e397a6850c63d93f72779e3250f360"
500SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.1;sha256sum=aab8fbc4e6300ea08e6afe1caea18a21c90c79f489f52c53e2f20431f1a9a015"
501SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.0-20200313102051-9f266ea9e77c;sha256sum=acf19ccb4fca983b234a39ef032faf9ab70e759680673bb3dff077e77fee20fe"
502SRC_URI += "gomod://gotest.tools/v3;version=v3.5.2;sha256sum=d7c40ae135e4a34dee9ca4847ad18208f138847721e693647b897259287a1d4b"
503SRC_URI += "gomod://k8s.io/cri-api;version=v0.34.1;sha256sum=575f04bf04c09e2f1442a881113536a4411066a1cfd075751f77826603ec00ef"
504SRC_URI += "gomod://k8s.io/klog/v2;version=v2.130.1;sha256sum=262b961175bbe8cf6ecf227d06303df2eb47bfb890e19d516846422f7d406cb9"
505SRC_URI += "gomod://k8s.io/utils;version=v0.0.0-20250604170112-4c0f3b243397;sha256sum=3687c33444d57ee4b35e7e7e6baa2627096057dd4d2819a82ac73d3823bced28"
506SRC_URI += "gomod://kernel.org/pub/linux/libs/security/libcap/cap;version=v1.2.76;sha256sum=375924cfe96275d6e703470e19fe3994ec3df8e447525c2859c085813d699298"
507SRC_URI += "gomod://kernel.org/pub/linux/libs/security/libcap/psx;version=v1.2.76;sha256sum=13a7ac858c339f36b5ca66b11f52de8759418ee3a4f6e9b600b08d512e8d315d"
508SRC_URI += "gomod://sigs.k8s.io/json;version=v0.0.0-20241014173422-cfa47c3a1cc8;sha256sum=4a5cb30c1b7406bd9684b3dbe118308cb565ba57157f7242b06a4815fbc24ed7"
509SRC_URI += "gomod://sigs.k8s.io/randfill;version=v1.0.0;sha256sum=31dbbfc44ce12f78f1b68d6bbeed8526aa73c53243353d44d50b2532c828f5f1"
510SRC_URI += "gomod://sigs.k8s.io/structured-merge-diff/v6;version=v6.3.0;sha256sum=bcb0e662e31cfbd06b4cb52eb59eef6f0da101bce5aedca7dbce1f78c34d637a"
511SRC_URI += "gomod://sigs.k8s.io/yaml;version=v1.6.0;sha256sum=cf88648a471581817b00a42ee8d24fd73eb0e3503998cf46d8e63787e11e5052"
512SRC_URI += "gomod://tags.cncf.io/container-device-interface;version=v1.0.1;sha256sum=7fa76151f62f9afe72b5fe8caa6e0d1b2bbede65047d1c9080957f858eb88d32"
513SRC_URI += "gomod://tags.cncf.io/container-device-interface/specs-go;version=v1.0.0;sha256sum=61d634151ae879323697dc8ae58de4a7514131758815c15547b787c22be9ff64"