summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-18 14:08:15 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-18 17:33:43 +0000
commitc5efa4ec5cfee3bc312bdd521f7d0cb4fa9efdd4 (patch)
tree803bdc2cd8fdeae6cdd2affa9f55dbb9e6990e0b
parentc7aaf1433692ec429def52c96e928c0baf381d9c (diff)
downloadmeta-virtualization-c5efa4ec5cfee3bc312bdd521f7d0cb4fa9efdd4.tar.gz
docker-compse: update to v5.1.0
Bumping compose to version v2.26.1-948-ge8c214349, which comprises the following commits: e8c214349 build(deps): bump github.com/moby/moby/client from 0.2.2 to 0.3.0 0ffb17117 build(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0 eb6afa8d3 build(deps): bump github.com/containerd/containerd/v2 79d4fe3c1 build(deps): bump golang.org/x/sys from 0.41.0 to 0.42.0 d7ec1eca9 update to go1.25.8 ffa8576d9 build(deps): bump github.com/moby/moby/api from 1.53.0 to 1.54.0 4915b775e fix: only pass ConsoleSize to ExecAttach when TTY is enabled 85d6770b7 Fix panic when watch rebuilds without up 81d7d3c60 fix: execute post_start hooks in docker compose run f9828dfab modernize some code da691c7cc pkg/compose: un-export consts fefdc9522 pkg/compose: defaultNetworkSettings: slight refactor 08c32e903 pkg/compose: defaultNetworkSettings: return early for unsupported feature bdb630fb8 pkg/compose: format layer push progress 3697b128a pkg/compose: format layer pull progress b285e4897 pkg/compose: remove unused consts 8193d86d2 pkg/bridge: remove uses of go-connections bfb5511d0 go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2 7abaa0661 build(deps): bump go.yaml.in/yaml/v4 from 4.0.0-rc.3 to 4.0.0-rc.4 3b0e8f538 build(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 af376603c update to go1.25.7 7f8814f4c Fix invalid path error when using OCI artifacts on Windows af0029afe ci: use bin-image edge tag directly for e2e tests b76feb66e ci: fix missing dependency on bin-image job 9dc7f1e70 ci: use docker/github-builder to build, sign and push bin image 03205124f ci: use docker/github-builder to build, sign binaries 8b769bad6 pkg/compose: remove dependency on github.com/docker/buildx/driver 671507a8b fix panic 56ab28aef compose: recreate container when mounted image digest changes Until now, mustRecreate logic only checked for divergence in TypeVolume mounts but ignored TypeImage mounts. This inconsistency caused containers to erroneously retain stale images even after the source image was rebuilt. This commit updates ensureImagesExists to resolve image volume sources to their digests using the official reference package. This enables ServiceHash (config hash) to naturally detect underlying image digest changes, triggering recreation via the standard convergence logic. An E2E test case is added to verify this behavior. Fixes #13547 e7d870a10 update to go1.25.6 d5bb3387c Fix potential nil pointer dereference in container event monitoring d91fc6381 Upgrade GitHub Actions to latest versions c51b1fea2 replace some uses of strings.Split(N) for strings.Cut fa7549a85 Dockerfile: update golangci-lint to v2.8.0 a061c1773 fix: emit container status events after network reconnection c5e7d9158 update to go1.24.12 3783b8ada fsnotify is set in Dockerfile c428a7711 set fsnotify build tag when building for OSX 04b4a832d chore(lint): add forbidigo rules to enforce t.Context() in tests 27faa3b84 test: replace os.MkdirTemp with t.TempDir() bcc0401e0 test: replace os.Setenv with t.Setenv() 093205121 test: replace context.Background()/context.TODO() with t.Context() b92b87dd9 fix: robustly handle large file change batches in watch mode 06e128748 fix: update github.com/moby/term to indirect dependency d7bdb34ff refactor(attach): remove unused stdin from getContainerStream 79d7a8acd refactor(attach): simplify attachContainerStreams signature abd99be4f refactor(attach): remove unused detach watcher and keep attach behavior 2672d3421 Improve error handling in attach.go 27bf40357 Bump compose to v2.10.1 c8d687599 Fixed progress UI to adapt to terminal width 2f108ffaa handle healthcheck.disable true in isServiceHealthy 0a07df0e5 build(deps): bump github.com/sirupsen/logrus v1.9.4 02b606ef8 use go-compose instead Signed-off-by: tensorworker <tensorworker@proton.me> 985680294 fix: expand tilde in --env-file paths to user home directory 63ae7eb0f Replace tabbed indentation in sdk.md f17d0dfc6 build(deps): bump github.com/go-viper/mapstructure/v2 ef14cfcfe build(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 b760afaf9 refactor: extract API version constants to dedicated file a2a5c86f5 build(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 98e82127b build(deps): bump github.com/containerd/containerd/v2 to v2.2.1 03e19e4a8 go.mod: remove exclude rules b2c17ff11 build(deps): bump github.com/klauspost/compress to v1.18.2 ec88588cd Removed build warning when no explicit build has been requested. 7d5913403 add service name completion to down command d95aa57f0 fix: avoid setting timeout when waitTimeout is not positive ee4c01b66 fix: correctly use errgroup.WithContext d7a65f53f fix: correct typo in isSwarmEnabled method name 4520bcbaf fix: clean up temporary compose files after conversion 327be1fcd add unit test 59f04b85a remove duplicated version field b4574c8bd do not strip build metadata 29d6c918c use github.com/docker/docker/api/types/versions for comparing versions and store plugin version obtained by pluginManager in newModelAPI 58403169f Only append RuntimeFlags if docker model CLI version is >= v1.0.6 6aee7f837 gets back runtime flags when configuring models c89b8a2d6 warn user no service has been selected to build aec9f5417 check model plugin is successfully loaded and store version 232197d36 build(deps): bump github.com/moby/buildkit from 0.26.2 to 0.26.3 81ba889be build(deps): bump tags.cncf.io/container-device-interface 8e5b25c0f Restored support for BUILDKIT_PROGRESS. d4c198763 Prevented incorrect progress metrics to break compose display. 1297f97ae prefer aec library over raw ANSI sequences 55cded180 Avoid reassigning err variable 6c043929a Fix missing error handling in setEnvWithDotEnv 275033056 doc: do not mention v2 on README e22426443 Introduced fsnotify build tag to select watcher implementation 6599f8ad8 add 'configured' event at the end of model configuration phase Currently when using models, the final message is 'confugiring' which could let users think the DMR configuration is still pending 3853ad391 prefer *task for memory efficiency updating tasks 02008a009 Restored image layer download progress details on pull. 4f419e509 build(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 b62cbed87 Fixed status alignment in progress UI. aa9a71f37 run finalization synchronously ac211e6e5 build(deps): bump github.com/docker/cli-docs-tool from 0.10.0 to 0.11.0 778a627b8 Set Go min version to absolute minimum version required 359d2f076 ci: use .go-version file for actions/setup-go c9e0d83e1 ci: upgrade actions/setup-go from v5 to v6 3e206fdcc build(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 d12947e9f Fixed broken run --quiet. 0878c59a7 chore: fix grammatical errors and improve clarity in code c0345e4f4 restore support for COMPOSE_COMPATIBILITY 9fada6cc2 Bumped build images: tonistiigi/xx:1.9.0, crazymax/osxcross:15.5 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/docker-compose/docker-compose_git.bb4
-rw-r--r--recipes-containers/docker-compose/go-mod-cache.inc1007
-rw-r--r--recipes-containers/docker-compose/go-mod-git.inc995
-rw-r--r--recipes-containers/docker-compose/go-mod-hybrid-cache.inc15
-rw-r--r--recipes-containers/docker-compose/go-mod-hybrid-git.inc19
-rw-r--r--recipes-containers/docker-compose/go-mod-hybrid-gomod.inc281
6 files changed, 1346 insertions, 975 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb
index 1c39c862..1c519029 100644
--- a/recipes-containers/docker-compose/docker-compose_git.bb
+++ b/recipes-containers/docker-compose/docker-compose_git.bb
@@ -6,7 +6,7 @@ DEPENDS = " \
6 go-md2man \ 6 go-md2man \
7" 7"
8 8
9SRCREV_compose = "9fada6cc23fb95113d5a5475ea63e09144be466e" 9SRCREV_compose = "e8c214349819cc14804e8946adb8ae3576b7139c"
10SRCREV_FORMAT = "compose" 10SRCREV_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}"
@@ -28,7 +28,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60
28 28
29GO_IMPORT = "import" 29GO_IMPORT = "import"
30 30
31PV = "v5.0.0" 31PV = "5.0.0"
32 32
33COMPOSE_PKG = "github.com/docker/compose/v2" 33COMPOSE_PKG = "github.com/docker/compose/v2"
34 34
diff --git a/recipes-containers/docker-compose/go-mod-cache.inc b/recipes-containers/docker-compose/go-mod-cache.inc
index 40f35dbb..f7e51153 100644
--- a/recipes-containers/docker-compose/go-mod-cache.inc
+++ b/recipes-containers/docker-compose/go-mod-cache.inc
@@ -8,518 +8,654 @@ inherit go-mod-vcs
8 8
9# Module metadata for cache building (one module per line) 9# Module metadata for cache building (one module per line)
10GO_MODULE_CACHE_DATA = '[\ 10GO_MODULE_CACHE_DATA = '[\
11{"module":"go.uber.org/mock","version":"v0.6.0","vcs_hash":"03540ab2f6f54b62764f09a177ce039608b19eb6106bf7b67da770000fde2a48","timestamp":"2025-08-18T14:58:04Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\ 11{"module":"github.com/go-sql-driver/mysql","version":"v1.3.0","vcs_hash":"732613cefc15b1adbb2c7aeb63e0c9bbf2708050a30ce547a2df82727da51371","timestamp":"2016-12-01T11:50:36Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
12{"module":"go.uber.org/goleak","version":"v1.3.0","vcs_hash":"358840d6c8d4d8a268b95a505fd6f93da14af34041c0824fe51920b4cd523ae2","timestamp":"2023-10-24T16:28:03Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\ 12{"module":"github.com/go-sql-driver/mysql","version":"v1.9.3","vcs_hash":"8d8b13db0a1aeb458c063fdae5bc8310ea4fe3f080f94fad773cad52094745d9","timestamp":"2025-06-13T06:20:32Z","subdir":"","vcs_ref":"refs/tags/v1.9.3"},\
13{"module":"go.etcd.io/bbolt","version":"v1.4.3","vcs_hash":"5983ea71bb9e5e22aede686f4e2d57552e937bd9f2a5a3ca5e595c01b957c33a","timestamp":"2025-08-19T17:17:23Z","subdir":"","vcs_ref":"refs/tags/v1.4.3"},\ 13{"module":"github.com/zclconf/go-cty","version":"v1.17.0","vcs_hash":"47f07e849f1a52fb6afc5ce8207515cf79885a5863c3f77672e2e24bc0ed8ce3","timestamp":"2025-09-05T21:16:50Z","subdir":"","vcs_ref":"refs/tags/v1.17.0"},\
14{"module":"gonum.org/v1/gonum","version":"v0.16.0","vcs_hash":"525f00d6116e74b77041f8bb562564ec0e4c1d66d02a48c7b8093f8f931ae1c4","timestamp":"2025-03-21T18:40:20Z","subdir":"","vcs_ref":"refs/tags/v0.16.0"},\ 14{"module":"github.com/julienschmidt/httprouter","version":"v1.2.0","vcs_hash":"2c4d0627c16989284c34f4435f85eda929435309b1f35e089deeada06cba6920","timestamp":"2018-07-15T16:18:54Z","subdir":"","vcs_ref":"refs/tags/v1.2.0"},\
15{"module":"cel.dev/expr","version":"v0.24.0","vcs_hash":"22be8bab702f88ee991b30c18c7bac8535814d8de3215c69ac9ee1e73da82c45","timestamp":"2025-05-07T15:31:15Z","subdir":"","vcs_ref":"refs/tags/v0.24.0"},\ 15{"module":"github.com/julienschmidt/httprouter","version":"v1.3.0","vcs_hash":"14612f57dd95aeae83955a7b4f9b44d716f96bdef922732f059430cdff278e10","timestamp":"2019-09-29T23:21:22Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
16{"module":"gopkg.in/check.v1","version":"v1.0.0-20200227125254-8fa46927fb4f","vcs_hash":"23da246e09df0cfb88f7874f3e8ab42f1563033c51f59b8fd9f88f708ab87083","timestamp":"2020-02-27T12:52:54Z","subdir":"","vcs_ref":""},\ 16{"module":"github.com/rivo/uniseg","version":"v0.2.0","vcs_hash":"711d6ce77fb103240fb5d501f7548a0f9a576d48e783647cd7fed297fccb112a","timestamp":"2020-10-19T13:44:17Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\
17{"module":"gopkg.in/check.v1","version":"v0.0.0-20161208181325-20d25e280405","vcs_hash":"f6f7125ac7ef086ca6395a14a9a28c8c11cd6f8790a8be7cfd6475d1acd0f40b","timestamp":"2016-12-08T18:13:25Z","subdir":"","vcs_ref":""},\ 17{"module":"github.com/rivo/uniseg","version":"v0.4.7","vcs_hash":"1e062c5a8f3a8c313cef582853dc2ed0687bb0632f4cf127d7aaad85b7ce642f","timestamp":"2024-02-08T13:16:15Z","subdir":"","vcs_ref":"refs/tags/v0.4.7"},\
18{"module":"gopkg.in/check.v1","version":"v1.0.0-20201130134442-10cb98267c6c","vcs_hash":"b8ed7c01feb15e76511fd0dcf4b7d5e0ab535f96b5fe0e22cd9854a758a6c38d","timestamp":"2020-11-30T13:44:42Z","subdir":"","vcs_ref":""},\ 18{"module":"github.com/spiffe/go-spiffe/v2","version":"v2.6.0","vcs_hash":"aca54385906c3e38bd7515a2b0b52e4b6be402d2333e38eb4d2484305552aca4","timestamp":"2025-08-21T14:57:50Z","subdir":"","vcs_ref":"refs/tags/v2.6.0"},\
19{"module":"gopkg.in/tomb.v1","version":"v1.0.0-20141024135613-dd632973f1e7","vcs_hash":"3eb09c53457860b46e591b55bd3d381c6c4ceb426eeef3c43e3b3eac38964c0d","timestamp":"2014-10-24T13:56:13Z","subdir":"","vcs_ref":""},\ 19{"module":"github.com/distribution/reference","version":"v0.6.0","vcs_hash":"ac2c94a9c45cfe172807163d3f9ae441bf0db0b30e528660d1b5db49678ed93a","timestamp":"2024-03-20T17:09:59Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\
20{"module":"gopkg.in/fsnotify.v1","version":"v1.4.7","vcs_hash":"cc44f7bf337eee80812ff411465b4e87c78887003ae940c1b27adb151bbed7d2","timestamp":"2018-01-10T05:33:47Z","subdir":"","vcs_ref":"refs/tags/v1.4.7"},\ 20{"module":"github.com/modern-go/reflect2","version":"v1.0.3-0.20250322232337-35a7c28c31ee","vcs_hash":"b0f41ee692517b4a6786fb48ce9d49e532c4f77cac6cacadd6ff49dcb7325931","timestamp":"2025-03-22T23:23:37Z","subdir":"","vcs_ref":""},\
21{"module":"gopkg.in/yaml.v2","version":"v2.2.8","vcs_hash":"400816c86851106c70bff651cdce4df77403b9659ec70d1d1bbe2d3211dfa942","timestamp":"2020-01-21T17:19:40Z","subdir":"","vcs_ref":"refs/tags/v2.2.8"},\ 21{"module":"github.com/modern-go/reflect2","version":"v1.0.1","vcs_hash":"5f837a9261606850c86cb464d91848cb7e2e334be529f812891c080cfd881b9a","timestamp":"2018-07-18T01:23:57Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
22{"module":"gopkg.in/yaml.v2","version":"v2.2.4","vcs_hash":"16ad1bc1035b50f99a688a97524eadf6fc6a8b09612f99dd2ef19e0889b7935a","timestamp":"2019-10-02T18:33:36Z","subdir":"","vcs_ref":"refs/tags/v2.2.4"},\ 22{"module":"github.com/modern-go/reflect2","version":"v0.0.0-20180701023420-4b7aa43c6742","vcs_hash":"8af4d54440b1b6703cd1b26845d1f5914958f01a18064501f7b77554b973b677","timestamp":"2018-07-01T02:34:20Z","subdir":"","vcs_ref":""},\
23{"module":"gopkg.in/yaml.v2","version":"v2.2.1","vcs_hash":"0fa3b98a4c1a3d9bd017c1d1c94874fecbc693d1400e5f002f53d4444a42664c","timestamp":"2018-03-28T19:50:20Z","subdir":"","vcs_ref":"refs/tags/v2.2.1"},\ 23{"module":"github.com/modern-go/concurrent","version":"v0.0.0-20180228061459-e0a39a4cb421","vcs_hash":"720429d876e0c333185ab19ebc83ff389edac9e5b459d07c74e7a18cae1c5b7a","timestamp":"2018-02-28T06:14:59Z","subdir":"","vcs_ref":""},\
24{"module":"gopkg.in/yaml.v2","version":"v2.2.2","vcs_hash":"8a100ce674e65e72daf096e45d53f5beec9f9123c742acb89993de84b6414834","timestamp":"2018-11-15T11:05:04Z","subdir":"","vcs_ref":"refs/tags/v2.2.2"},\ 24{"module":"github.com/modern-go/concurrent","version":"v0.0.0-20180306012644-bacd9c7ef1dd","vcs_hash":"09a996e0549b43adaeb1c40a8dc339563ed1a8dcc831e5cb074441a30d502d23","timestamp":"2018-03-06T01:26:44Z","subdir":"","vcs_ref":""},\
25{"module":"gopkg.in/ini.v1","version":"v1.67.0","vcs_hash":"35aca96c4c1dbe28b4a68dd8f9ad52ed4d311b137ae51f57e5f73034281e5da5","timestamp":"2022-08-08T11:35:30Z","subdir":"","vcs_ref":"refs/tags/v1.67.0"},\ 25{"module":"github.com/DefangLabs/secret-detector","version":"v0.0.0-20250403165618-22662109213e","vcs_hash":"42b5e6f1ae54867a47bbe7535a965b97260d8282064da67b0f3d9d82d7524ad4","timestamp":"2025-04-03T16:56:18Z","subdir":"","vcs_ref":""},\
26{"module":"gopkg.in/inf.v0","version":"v0.9.1","vcs_hash":"61185ca91404d2e09a193aede807b4a9ededd43199f58cd49ec4cef480d7bc7f","timestamp":"2018-03-26T17:23:32Z","subdir":"","vcs_ref":"refs/tags/v0.9.1"},\ 26{"module":"github.com/spf13/jwalterweatherman","version":"v0.0.0-20141219030609-3d60171a6431","vcs_hash":"3516ad16d930d5653a48f59083d5a5851f1503e64d5f3e4f03dd5094d044ceba","timestamp":"2014-12-19T03:06:09Z","subdir":"","vcs_ref":""},\
27{"module":"gopkg.in/yaml.v3","version":"v3.0.0-20200313102051-9f266ea9e77c","vcs_hash":"ae6e6119974a43d5668501b6efe7e743408319dee4094d1929d3e75a4f5dac98","timestamp":"2020-03-13T10:20:51Z","subdir":"","vcs_ref":""},\ 27{"module":"github.com/spf13/cast","version":"v0.0.0-20150508191742-4d07383ffe94","vcs_hash":"61ca87f5a674dbb7719ca6806869cee44c68d3463ca0ee867270c61ef55016c5","timestamp":"2015-05-08T19:17:42Z","subdir":"","vcs_ref":""},\
28{"module":"gopkg.in/yaml.v3","version":"v3.0.1","vcs_hash":"8d340fff421a1861f196061b40e49b2f9e802647204935d08e1062b8ecd90b0d","timestamp":"2022-05-27T08:35:30Z","subdir":"","vcs_ref":"refs/tags/v3.0.1"},\ 28{"module":"github.com/spf13/cobra","version":"v1.10.2","vcs_hash":"a79409fa1813cac46edeefb925df9a65bfd1c4cf3dd47dbb576c385d5f527685","timestamp":"2025-12-03T23:51:15Z","subdir":"","vcs_ref":"refs/tags/v1.10.2"},\
29{"module":"gotest.tools/v3","version":"v3.5.2","vcs_hash":"0059a65e8d8f001755ae605517342ab3e098223b600f512103941850dfee7cc5","timestamp":"2024-09-05T03:48:22Z","subdir":"","vcs_ref":"refs/tags/v3.5.2"},\ 29{"module":"github.com/spf13/cobra","version":"v1.10.1","vcs_hash":"54a02856b15938777c687441dc6597bc487549c163521b5850e769bee67bc2af","timestamp":"2025-09-01T16:19:51Z","subdir":"","vcs_ref":"refs/tags/v1.10.1"},\
30{"module":"kernel.org/pub/linux/libs/security/libcap/cap","version":"v1.2.76","vcs_hash":"68fcf96342d6b57dcc3e6c818463c707e806599087dedf19a4eb9d818367df61","timestamp":"2025-04-13T16:47:12Z","subdir":"cap","vcs_ref":"refs/tags/cap/v1.2.76"},\ 30{"module":"github.com/spf13/cobra","version":"v0.0.1","vcs_hash":"a6573b02628ec0c919f90bba89f525eac2b0bda84d9dccdcb78b3f07c92b918e","timestamp":"2017-10-12T18:25:33Z","subdir":"","vcs_ref":"refs/tags/v0.0.1"},\
31{"module":"kernel.org/pub/linux/libs/security/libcap/psx","version":"v1.2.76","vcs_hash":"68fcf96342d6b57dcc3e6c818463c707e806599087dedf19a4eb9d818367df61","timestamp":"2025-04-13T16:47:12Z","subdir":"psx","vcs_ref":"refs/tags/psx/v1.2.76"},\ 31{"module":"github.com/spf13/viper","version":"v0.0.0-20150530192845-be5ff3e4840c","vcs_hash":"6b7187b929229be5c3959df1ee113d9acd19aff47b973e42b64e50cdf8a0e740","timestamp":"2015-05-30T19:28:45Z","subdir":"","vcs_ref":""},\
32{"module":"google.golang.org/genproto/googleapis/api","version":"v0.0.0-20251022142026-3a174f9686a8","vcs_hash":"b5ce4250f6640d334872a72f3816006a60b60061151262fb86636fdb602cb7f6","timestamp":"2025-10-22T14:20:26Z","subdir":"googleapis/api","vcs_ref":""},\ 32{"module":"github.com/spf13/pflag","version":"v1.0.10","vcs_hash":"737f239b3c3bd4e75040785cfc62b8349a547b1425bba1698b712866455bce75","timestamp":"2025-09-02T06:08:29Z","subdir":"","vcs_ref":"refs/tags/v1.0.10"},\
33{"module":"google.golang.org/genproto/googleapis/rpc","version":"v0.0.0-20251022142026-3a174f9686a8","vcs_hash":"b5ce4250f6640d334872a72f3816006a60b60061151262fb86636fdb602cb7f6","timestamp":"2025-10-22T14:20:26Z","subdir":"googleapis/rpc","vcs_ref":""},\ 33{"module":"github.com/spf13/pflag","version":"v1.0.0","vcs_hash":"160c6a820138c13e769bbec879294544287b8dfde6af77776f81536ff3f43df9","timestamp":"2017-05-08T18:44:08Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
34{"module":"google.golang.org/genproto","version":"v0.0.0-20230223222841-637eb2293923","vcs_hash":"21c46bcd2e99306470dba32b1498445db51b8fb0eb86d97f796374b8d215eb9c","timestamp":"2023-02-23T22:28:41Z","subdir":"","vcs_ref":""},\ 34{"module":"github.com/spf13/pflag","version":"v1.0.9","vcs_hash":"241e9025159bbbea2f54722542a86c03ff35968a42a753a0a4e0738690720a54","timestamp":"2025-09-01T07:27:15Z","subdir":"","vcs_ref":"refs/tags/v1.0.9"},\
35{"module":"google.golang.org/grpc","version":"v1.77.0","vcs_hash":"6a4d91efb4524dab3f60e9d933cded144ffbbfe78825b7b8af87b3f8ac1f948f","timestamp":"2025-11-17T23:10:58Z","subdir":"","vcs_ref":"refs/tags/v1.77.0"},\ 35{"module":"github.com/jinzhu/gorm","version":"v0.0.0-20170222002820-5409931a1bb8","vcs_hash":"e51ea32193aeb2a5bfab92442113de19e13f387509f58c7979e704306087d5d2","timestamp":"2017-02-22T00:28:20Z","subdir":"","vcs_ref":""},\
36{"module":"google.golang.org/grpc","version":"v1.0.5","vcs_hash":"a8f63cb0b9589a8734365d4e15d54811da5f80c7314224f78f912146fcb9e1d8","timestamp":"2016-12-02T18:43:27Z","subdir":"","vcs_ref":"refs/tags/v1.0.5"},\ 36{"module":"github.com/jinzhu/now","version":"v1.1.1","vcs_hash":"3a2e9d8aa645efa2980908fbe342f3eb31a21421aeacd8a821f15d5775cb129f","timestamp":"2019-10-25T01:43:59Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\
37{"module":"google.golang.org/grpc/cmd/protoc-gen-go-grpc","version":"v1.5.1","vcs_hash":"ce5a862c22ded840bff7b7ec1016804cb0af284075ea09fb5fe73b9866532a3a","timestamp":"2024-07-29T17:04:12Z","subdir":"cmd/protoc-gen-go-grpc","vcs_ref":"refs/tags/cmd/protoc-gen-go-grpc/v1.5.1"},\ 37{"module":"github.com/jinzhu/inflection","version":"v0.0.0-20170102125226-1c35d901db3d","vcs_hash":"3bf372ac0a41f41eb6c408c719a9f71d1a31a5cd8260a8135fa90085e5d6c0ce","timestamp":"2017-01-02T12:52:26Z","subdir":"","vcs_ref":""},\
38{"module":"google.golang.org/protobuf","version":"v1.36.10","vcs_hash":"3436497d01a86cde43a5e76c997e02e0547f362e8f0246dcbb7680acad79157f","timestamp":"2025-10-02T08:56:10Z","subdir":"","vcs_ref":"refs/tags/v1.36.10"},\ 38{"module":"github.com/json-iterator/go","version":"v1.1.12","vcs_hash":"bdb67d21e426f2274ff76d4829ac60348539016b1aa54fa98cfccc554be12f3b","timestamp":"2021-09-11T02:17:26Z","subdir":"","vcs_ref":"refs/tags/v1.1.12"},\
39{"module":"go.opencensus.io","version":"v0.24.0","vcs_hash":"8607148e6fbec2ab3d0020ea3ffb8bdce7bc15dae97ebec60385afa6ddb97c29","timestamp":"2022-11-03T20:13:50Z","subdir":"","vcs_ref":"refs/tags/v0.24.0"},\ 39{"module":"github.com/json-iterator/go","version":"v1.1.6","vcs_hash":"49dd68855c9609b742b2b0b4f38fc7310fe801de54098c1919a0a64c7a0df65f","timestamp":"2019-03-06T14:29:09Z","subdir":"","vcs_ref":"refs/tags/v1.1.6"},\
40{"module":"go.yaml.in/yaml/v2","version":"v2.4.2","vcs_hash":"8e5c657c86d0e182b5f4d6ed3715a0ec93dfb998d8ef94555af035578a3aba8d","timestamp":"2025-06-02T16:37:17Z","subdir":"","vcs_ref":"refs/tags/v2.4.2"},\ 40{"module":"github.com/json-iterator/go","version":"v1.1.7","vcs_hash":"bc41490320f388f56ca605b559e022840691077e82ae0ad6dd62b7ea000f0603","timestamp":"2019-06-21T16:12:01Z","subdir":"","vcs_ref":"refs/tags/v1.1.7"},\
41{"module":"go.yaml.in/yaml/v3","version":"v3.0.4","vcs_hash":"28af0e86ac86bfc3e00873c91eee3b58eb4f82e4f4c0f7963ccfc8872fd4a4a5","timestamp":"2025-06-29T14:09:51Z","subdir":"","vcs_ref":"refs/tags/v3.0.4"},\ 41{"module":"github.com/hailocab/go-hostpool","version":"v0.0.0-20160125115350-e80d13ce29ed","vcs_hash":"9c4bc4176e756c26e2cdff114a1c5597225ee9e1831b7404408096c667ad9031","timestamp":"2016-01-25T11:53:50Z","subdir":"","vcs_ref":""},\
42{"module":"go.yaml.in/yaml/v4","version":"v4.0.0-rc.3","vcs_hash":"bb6f6ec483049dba1843496880df5682fc52f28cc7a78c0fd6884e70812d5903","timestamp":"2025-11-04T17:29:07Z","subdir":"","vcs_ref":"refs/tags/v4.0.0-rc.3"},\ 42{"module":"github.com/vishvananda/netlink","version":"v1.3.1","vcs_hash":"add152ec680cd6ba7b1daeb50425ed8986ca51024d78c50810923119dbf60a49","timestamp":"2025-05-09T18:59:25Z","subdir":"","vcs_ref":"refs/tags/v1.3.1"},\
43{"module":"go.opentelemetry.io/proto/otlp","version":"v1.7.1","vcs_hash":"7362aea1b94649c9ad7d031fd6fe79b2310f347d865614b0be2b844894e28013","timestamp":"2025-07-31T08:38:46Z","subdir":"otlp","vcs_ref":"refs/tags/otlp/v1.7.1"},\ 43{"module":"github.com/vishvananda/netns","version":"v0.0.5","vcs_hash":"9f1ef5c3417729b4f24554f4b88d06d9e7cdeb771a5d62000cc1344bb1c985d8","timestamp":"2024-08-13T19:31:45Z","subdir":"","vcs_ref":"refs/tags/v0.0.5"},\
44{"module":"go.opentelemetry.io/otel/sdk/metric","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"sdk/metric","vcs_ref":"refs/tags/sdk/metric/v1.38.0"},\ 44{"module":"github.com/AlecAivazis/survey/v2","version":"v2.3.7","vcs_hash":"915e6ad876675eb96b188d35f754bc931b786c20b8e9ce8142ab278092473e7c","timestamp":"2022-12-08T15:41:06Z","subdir":"","vcs_ref":"refs/tags/v2.3.7"},\
45{"module":"go.opentelemetry.io/otel/sdk","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"sdk","vcs_ref":"refs/tags/sdk/v1.38.0"},\ 45{"module":"github.com/konsorten/go-windows-terminal-sequences","version":"v1.0.1","vcs_hash":"2044bc70056f083f4686548aca8c8ea39dc8943c0d28ac6ef38cfa1fa5ee7fd0","timestamp":"2018-10-04T22:41:46Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
46{"module":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/otlp/otlptrace/otlptracegrpc","vcs_ref":"refs/tags/exporters/otlp/otlptrace/otlptracegrpc/v1.38.0"},\ 46{"module":"github.com/konsorten/go-windows-terminal-sequences","version":"v1.0.2","vcs_hash":"1987ad3f256034b9d0fc3590868bb91e717f53fd7ee6de10cff3948645fcd530","timestamp":"2019-02-26T22:47:05Z","subdir":"","vcs_ref":"refs/tags/v1.0.2"},\
47{"module":"go.opentelemetry.io/otel/exporters/otlp/otlptrace","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/otlp/otlptrace","vcs_ref":"refs/tags/exporters/otlp/otlptrace/v1.38.0"},\ 47{"module":"github.com/fatih/color","version":"v1.18.0","vcs_hash":"5d3a7d46049b39f7f5f80bbbcaf1d95f84b393dcee5978948fd4ca3a5abb4461","timestamp":"2024-10-03T07:06:28Z","subdir":"","vcs_ref":"refs/tags/v1.18.0"},\
48{"module":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/otlp/otlptrace/otlptracehttp","vcs_ref":"refs/tags/exporters/otlp/otlptrace/otlptracehttp/v1.38.0"},\ 48{"module":"github.com/sigstore/sigstore","version":"v1.10.0","vcs_hash":"90a23575b9b82145605cec4e4b156c7b3b15899d7413a82ddc582ea17239f81e","timestamp":"2025-11-19T11:41:27Z","subdir":"","vcs_ref":"refs/tags/v1.10.0"},\
49{"module":"go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/otlp/otlpmetric/otlpmetrichttp","vcs_ref":"refs/tags/exporters/otlp/otlpmetric/otlpmetrichttp/v1.38.0"},\ 49{"module":"github.com/sigstore/rekor-tiles/v2","version":"v2.0.1","vcs_hash":"b8d43475ba70ac8bfe320e5e8116e30c762256078fcd60b87e28d27c91db426d","timestamp":"2025-11-10T15:43:15Z","subdir":"","vcs_ref":"refs/tags/v2.0.1"},\
50{"module":"go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/otlp/otlpmetric/otlpmetricgrpc","vcs_ref":"refs/tags/exporters/otlp/otlpmetric/otlpmetricgrpc/v1.38.0"},\ 50{"module":"github.com/sigstore/rekor","version":"v1.4.3","vcs_hash":"32b94a917cfae30ffab23353a3ce5a1a5f15f908aa8b9c06f99d20126185113c","timestamp":"2025-11-14T20:56:20Z","subdir":"","vcs_ref":"refs/tags/v1.4.3"},\
51{"module":"go.opentelemetry.io/otel/exporters/jaeger","version":"v1.17.0","vcs_hash":"7257a93ca31d121ae8fee06e2ce5824c46e65e351d7b2daf9b1a27a10d8bb60d","timestamp":"2023-08-28T14:50:03Z","subdir":"exporters/jaeger","vcs_ref":"refs/tags/exporters/jaeger/v1.17.0"},\ 51{"module":"github.com/sigstore/timestamp-authority/v2","version":"v2.0.2","vcs_hash":"bbb892dff7b9581efdf6e165444a2c5962eaa7b0c04a76b0600e19cdcd041baa","timestamp":"2025-11-19T17:54:54Z","subdir":"","vcs_ref":"refs/tags/v2.0.2"},\
52{"module":"go.opentelemetry.io/otel/exporters/stdout/stdouttrace","version":"v1.31.0","vcs_hash":"32a87864cfa3320f417f47862642c312d2c19908839bd781f0f1073a0a9b899e","timestamp":"2024-10-11T16:59:27Z","subdir":"exporters/stdout/stdouttrace","vcs_ref":""},\ 52{"module":"github.com/sigstore/sigstore-go","version":"v1.1.4-0.20251124094504-b5fe07a5a7d7","vcs_hash":"9f990573ca42c039488a500e573851a0afe9e058a594f47e8e914198f1bed87e","timestamp":"2025-11-24T09:45:04Z","subdir":"","vcs_ref":""},\
53{"module":"go.opentelemetry.io/otel/exporters/prometheus","version":"v0.42.0","vcs_hash":"5781e823bcdbe01100cd1dc8d89e81f073e0a26cb157df3e236c81af5d21f7e4","timestamp":"2023-09-28T19:28:51Z","subdir":"exporters/prometheus","vcs_ref":"refs/tags/exporters/prometheus/v0.42.0"},\ 53{"module":"github.com/sigstore/protobuf-specs","version":"v0.5.0","vcs_hash":"4be3492e50d1e30ee1365286244a71456814ed25f2b112ffae504266afbecb00","timestamp":"2025-07-10T06:03:26Z","subdir":"","vcs_ref":"refs/tags/v0.5.0"},\
54{"module":"go.opentelemetry.io/otel/trace","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"trace","vcs_ref":"refs/tags/trace/v1.38.0"},\ 54{"module":"github.com/stefanberger/go-pkcs11uri","version":"v0.0.0-20230803200340-78284954bff6","vcs_hash":"38fa201d7d655497d33723d139ffc3ec2ee78d3caab251015a1c3a5190f5e073","timestamp":"2023-08-03T20:03:40Z","subdir":"","vcs_ref":""},\
55{"module":"go.opentelemetry.io/otel/metric","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"metric","vcs_ref":"refs/tags/metric/v1.38.0"},\ 55{"module":"github.com/letsencrypt/boulder","version":"v0.20251110.0","vcs_hash":"89895769acf16e855d1bc7c1ebcd35d23b4fa6c168fa619c2bfd2e9291e7b0aa","timestamp":"2025-11-06T21:18:46Z","subdir":"","vcs_ref":"refs/tags/v0.20251110.0"},\
56{"module":"go.opentelemetry.io/otel","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"","vcs_ref":"refs/tags/v1.38.0"},\ 56{"module":"github.com/fxamacker/cbor/v2","version":"v2.9.0","vcs_hash":"a2e55d2b4fdba69f8a4cfc76758713247ee27c62d5ad4168e8c14369f3c94c36","timestamp":"2025-07-14T04:00:34Z","subdir":"","vcs_ref":"refs/tags/v2.9.0"},\
57{"module":"go.opentelemetry.io/contrib/detectors/gcp","version":"v1.38.0","vcs_hash":"a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7","timestamp":"2025-08-29T20:56:25Z","subdir":"detectors/gcp","vcs_ref":"refs/tags/detectors/gcp/v1.38.0"},\ 57{"module":"github.com/bmizerany/assert","version":"v0.0.0-20160611221934-b7ed37b82869","vcs_hash":"56f05fc81a59fa58a710a7972b156c07636f5719c2c74f5fe694e2cf49ca2576","timestamp":"2016-06-11T22:19:34Z","subdir":"","vcs_ref":""},\
58{"module":"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc","version":"v0.63.0","vcs_hash":"a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7","timestamp":"2025-08-29T20:56:25Z","subdir":"instrumentation/google.golang.org/grpc/otelgrpc","vcs_ref":"refs/tags/instrumentation/google.golang.org/grpc/otelgrpc/v0.63.0"},\ 58{"module":"github.com/tetratelabs/wazero","version":"v1.9.0","vcs_hash":"8184e4b8a52d22bbf7a3100e9a800f7f69b67c8a4a0349fa457cf7c0f1833060","timestamp":"2025-02-18T15:24:27Z","subdir":"","vcs_ref":"refs/tags/v1.9.0"},\
59{"module":"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp","version":"v0.63.0","vcs_hash":"a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7","timestamp":"2025-08-29T20:56:25Z","subdir":"instrumentation/net/http/otelhttp","vcs_ref":"refs/tags/instrumentation/net/http/otelhttp/v0.63.0"},\ 59{"module":"github.com/tetratelabs/wazero","version":"v1.10.1","vcs_hash":"e4664efba21af44c61be56ad7d3196dbe0733019a000bd28a0efd72c3fe50858","timestamp":"2025-11-09T00:23:12Z","subdir":"","vcs_ref":"refs/tags/v1.10.1"},\
60{"module":"go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace","version":"v0.63.0","vcs_hash":"a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7","timestamp":"2025-08-29T20:56:25Z","subdir":"instrumentation/net/http/httptrace/otelhttptrace","vcs_ref":"refs/tags/instrumentation/net/http/httptrace/otelhttptrace/v0.63.0"},\ 60{"module":"github.com/bugsnag/bugsnag-go","version":"v1.0.5-0.20150529004307-13fd6b8acda0","vcs_hash":"fcdbd0f3bb5816415e92fba0ccef0363d33bb9f4dd92baf939f44c15d7ff15dc","timestamp":"2015-05-29T00:43:07Z","subdir":"","vcs_ref":""},\
61{"module":"go.opentelemetry.io/auto/sdk","version":"v1.2.1","vcs_hash":"1fd877c6ad92470308433b00b2458aacc47c259fb28a0596272d30410c77f412","timestamp":"2025-09-15T16:53:44Z","subdir":"sdk","vcs_ref":"refs/tags/sdk/v1.2.1"},\ 61{"module":"github.com/bugsnag/osext","version":"v0.0.0-20130617224835-0dd3f918b21b","vcs_hash":"1e7b9a7b360bb8c03ff73c6b542ec4fc9da0aaa3491621e3f0709df81b41c883","timestamp":"2013-06-17T22:48:35Z","subdir":"","vcs_ref":""},\
62{"module":"github.com/niemeyer/pretty","version":"v0.0.0-20200227124842-a10e7caefd8e","vcs_hash":"7b69594221f05faea56a0d177d0ca9efaac2b2e4ba4f7539c68b87cfe214c6ef","timestamp":"2020-02-27T12:48:42Z","subdir":"","vcs_ref":""},\ 62{"module":"github.com/bugsnag/panicwrap","version":"v0.0.0-20151223152923-e2c28503fcd0","vcs_hash":"262d5e88587cf547192faef1ff5a62313964f5302529d3b47078409890f656b8","timestamp":"2015-12-23T15:29:23Z","subdir":"","vcs_ref":""},\
63{"module":"github.com/go-logfmt/logfmt","version":"v0.4.0","vcs_hash":"ba8d08b7a7c3160ce690a9887ce68303c6e395cb41e8669e5b9c7423dbb2e6d8","timestamp":"2018-11-22T01:56:15Z","subdir":"","vcs_ref":"refs/tags/v0.4.0"},\ 63{"module":"github.com/prometheus/common","version":"v0.0.0-20180110214958-89604d197083","vcs_hash":"6fa554cea5eccb087d26785c06f579b8594dbf658c4a1288c2a78398383fed0f","timestamp":"2018-01-10T21:49:58Z","subdir":"","vcs_ref":""},\
64{"module":"github.com/go-logfmt/logfmt","version":"v0.3.0","vcs_hash":"87ea6a9e239f17f704d8539912edf62249556b50b823ce9b513c614350572831","timestamp":"2016-11-15T14:25:13Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 64{"module":"github.com/prometheus/common","version":"v0.6.0","vcs_hash":"866ac186da10c19f814988a847f2b46d07b11981edcd6fec98970325a2803af4","timestamp":"2019-06-17T21:11:42Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\
65{"module":"github.com/go-stack/stack","version":"v1.8.0","vcs_hash":"b165c1e0ccf05d91f62b1ae66d83365c5d96f152e956573fb16040ab15370424","timestamp":"2018-08-26T13:48:48Z","subdir":"","vcs_ref":"refs/tags/v1.8.0"},\ 65{"module":"github.com/prometheus/common","version":"v0.66.1","vcs_hash":"4004fe14db85cf2a2119d66ea225f2b9d7d14ea63e1e3bfa539d1d2440d107c4","timestamp":"2025-09-05T07:53:47Z","subdir":"","vcs_ref":"refs/tags/v0.66.1"},\
66{"module":"github.com/keybase/go-keychain","version":"v0.0.1","vcs_hash":"82b6722ae37ce95c4a4f5c5d543a436be413fa68f322f3be86191b0953905603","timestamp":"2025-02-27T17:52:03Z","subdir":"","vcs_ref":"refs/tags/v0.0.1"},\ 66{"module":"github.com/prometheus/common","version":"v0.4.1","vcs_hash":"892c75be05216c8a166e1dfe11c12f4563f5c0830e193268bcf9f7511010bcc7","timestamp":"2019-05-16T16:00:40Z","subdir":"","vcs_ref":"refs/tags/v0.4.1"},\
67{"module":"github.com/inconshreveable/mousetrap","version":"v1.0.0","vcs_hash":"bdd1bbf309f6078c2e930609779f6207bad79817ed60bcb7a66df8a5735580f3","timestamp":"2014-10-17T20:07:13Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 67{"module":"github.com/prometheus/client_model","version":"v0.6.2","vcs_hash":"ce4113e6c8f9de1c05a5198a36f67001c5b8ac458bbdbca291a0800fa698d5b1","timestamp":"2025-04-11T05:38:16Z","subdir":"","vcs_ref":"refs/tags/v0.6.2"},\
68{"module":"github.com/inconshreveable/mousetrap","version":"v1.1.0","vcs_hash":"a9f0ac4cf05240ceb9790811cbd8ab3cbdcd404501a9ca5a402a28033e7235d8","timestamp":"2022-11-27T22:01:53Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\ 68{"module":"github.com/prometheus/client_model","version":"v0.0.0-20190129233127-fd36f4220a90","vcs_hash":"86bc615fe75b2ce98cd8c130b2a77b88c6ddb4a708b29321848472d9dd871940","timestamp":"2019-01-29T23:31:27Z","subdir":"","vcs_ref":""},\
69{"module":"github.com/mdlayher/vsock","version":"v1.2.1","vcs_hash":"a7b2ec13026e78d41b91e1e452aab0a78ae155b70966624ec8e5e52ba56a0b08","timestamp":"2023-04-29T14:19:24Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\ 69{"module":"github.com/prometheus/client_model","version":"v0.0.0-20171117100541-99fa1f4be8e5","vcs_hash":"b20883069672740ec9f8b88232be489d4e077ea06970f02fdd7280e57e070c26","timestamp":"2017-11-17T10:05:41Z","subdir":"","vcs_ref":""},\
70{"module":"github.com/mdlayher/socket","version":"v0.5.1","vcs_hash":"ade2a4b5630096b489828944f4f75b866125a6d37fc95c3524f0cc002cbe8cf9","timestamp":"2024-03-15T15:39:10Z","subdir":"","vcs_ref":"refs/tags/v0.5.1"},\ 70{"module":"github.com/prometheus/client_model","version":"v0.0.0-20180712105110-5c3871d89910","vcs_hash":"f6f51abd7b0f905d6b844652733802c893708c937a90eddb39855a9027e795ef","timestamp":"2018-07-12T10:51:10Z","subdir":"","vcs_ref":""},\
71{"module":"github.com/prometheus/otlptranslator","version":"v0.0.2","vcs_hash":"960b1c139109bf5cf4e2953ce32e8fe37a7785666f0a1b74e4e2555f1458a873","timestamp":"2025-08-01T14:53:39Z","subdir":"","vcs_ref":"refs/tags/v0.0.2"},\
72{"module":"github.com/prometheus/client_golang","version":"v1.23.2","vcs_hash":"d9bbeca592abd4abe4a9bb304c93ff338301ffcad964694c918522126d52a1d2","timestamp":"2025-09-05T14:03:59Z","subdir":"","vcs_ref":"refs/tags/v1.23.2"},\
73{"module":"github.com/prometheus/client_golang","version":"v0.9.1","vcs_hash":"5b7494e1e1baac9b65067e6f77ebb97bd97f8ea769f7093cc8cb23ca7d5ab93e","timestamp":"2018-11-03T14:23:28Z","subdir":"","vcs_ref":"refs/tags/v0.9.1"},\
74{"module":"github.com/prometheus/client_golang","version":"v1.0.0","vcs_hash":"607ef8649c55f0756537573f8975af1867f26f93a7f97eb4ff594fc98c467f83","timestamp":"2019-06-15T20:44:27Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
75{"module":"github.com/prometheus/client_golang","version":"v1.1.0","vcs_hash":"4e44bd818fd07e6368ea60f26721c00dad401136a0e4742f5b167d5755f25168","timestamp":"2019-08-01T13:37:03Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
76{"module":"github.com/prometheus/procfs","version":"v0.0.2","vcs_hash":"99df38a3259da6d3172d2228188bc6bb7c0f8033d40d03436c89d71e754acf1e","timestamp":"2019-06-03T02:31:54Z","subdir":"","vcs_ref":"refs/tags/v0.0.2"},\
77{"module":"github.com/prometheus/procfs","version":"v0.0.0-20180125133057-cb4147076ac7","vcs_hash":"d6e1327c0735ef125d48a5e4da87d9573ffbc383c27ca670995682b478f20009","timestamp":"2018-01-25T13:30:57Z","subdir":"","vcs_ref":""},\
78{"module":"github.com/prometheus/procfs","version":"v0.0.3","vcs_hash":"300598e31c95698a764cc0dc7edf8fdfc8ab21a3296c0c5a34791af504e1a038","timestamp":"2019-06-25T16:31:10Z","subdir":"","vcs_ref":"refs/tags/v0.0.3"},\
79{"module":"github.com/prometheus/procfs","version":"v0.0.0-20181005140218-185b4288413d","vcs_hash":"6f855d6fe4ec2b6948e8c511b7c537693831aa71f3427a1625d4a9a01260e77d","timestamp":"2018-10-05T14:02:18Z","subdir":"","vcs_ref":""},\
80{"module":"github.com/prometheus/procfs","version":"v0.17.0","vcs_hash":"bd38c110e95e59c4551170b1bdd1a77f0c2d3bfb31346fe6c34a3ff9a2d59911","timestamp":"2025-07-03T09:39:02Z","subdir":"","vcs_ref":"refs/tags/v0.17.0"},\
81{"module":"github.com/prometheus/procfs","version":"v0.16.1","vcs_hash":"c5636022955615867ff5e898a254c352486ff4f35f8066d4296d4561c4ef4d2e","timestamp":"2025-04-19T15:43:08Z","subdir":"","vcs_ref":"refs/tags/v0.16.1"},\
82{"module":"github.com/compose-spec/compose-go/v2","version":"v2.10.1","vcs_hash":"540724791cad2555f778786ca9d0adbdb0be7b773c591ca036bd86ca2053a063","timestamp":"2026-01-16T07:37:13Z","subdir":"","vcs_ref":"refs/tags/v2.10.1"},\
83{"module":"github.com/compose-spec/compose-go/v2","version":"v2.10.0","vcs_hash":"d8fd5c67a84d5ea37d52775ed8dea1df6cf236cab46b058f80a0e7ca6bfd75d5","timestamp":"2025-11-25T16:15:06Z","subdir":"","vcs_ref":"refs/tags/v2.10.0"},\
84{"module":"github.com/sasha-s/go-deadlock","version":"v0.3.5","vcs_hash":"fa29175221f16401d041954c9a07bc5aa8b90d585d480873eaa15a18b5fa8e6d","timestamp":"2024-08-14T18:50:39Z","subdir":"","vcs_ref":"refs/tags/v0.3.5"},\
85{"module":"github.com/syndtr/goleveldb","version":"v1.0.1-0.20220721030215-126854af5e6d","vcs_hash":"e235339a3b62d86588980eea53546b06c36a7d1f4f68f0c427c52dbe4d251657","timestamp":"2022-07-21T03:02:15Z","subdir":"","vcs_ref":""},\
71{"module":"github.com/syndtr/gocapability","version":"v0.0.0-20200815063812-42c35b437635","vcs_hash":"4480911d3d4457413aedb0be556a8ab2b064c475167177096e4dec65342505e9","timestamp":"2020-08-15T06:38:12Z","subdir":"","vcs_ref":""},\ 86{"module":"github.com/syndtr/gocapability","version":"v0.0.0-20200815063812-42c35b437635","vcs_hash":"4480911d3d4457413aedb0be556a8ab2b064c475167177096e4dec65342505e9","timestamp":"2020-08-15T06:38:12Z","subdir":"","vcs_ref":""},\
72{"module":"github.com/gogo/protobuf","version":"v1.3.2","vcs_hash":"e07d7c0e03a0e2831dd973581be0944984030693bc73f0b67a64e53b4c690635","timestamp":"2021-01-10T08:01:47Z","subdir":"","vcs_ref":"refs/tags/v1.3.2"},\ 87{"module":"github.com/alecthomas/units","version":"v0.0.0-20151022065526-2efee857e7cf","vcs_hash":"7a070bc84b00c7dd5b58f997285cd94232a9fb500b03e849c7be9017203e4d51","timestamp":"2015-10-22T06:55:26Z","subdir":"","vcs_ref":""},\
73{"module":"github.com/gogo/protobuf","version":"v1.0.0","vcs_hash":"cea9fa9f6f83d88736f95389bf744ac714093c67292cefcf1607497c27a1dc2b","timestamp":"2018-02-02T16:19:00Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 88{"module":"github.com/alecthomas/units","version":"v0.0.0-20211218093645-b94a6e3cc137","vcs_hash":"fd740bbc9bdec5b8bf13526eff2ee852c365b4c2a8feb66c89e2aa4b36a0d677","timestamp":"2021-12-18T09:36:45Z","subdir":"","vcs_ref":""},\
89{"module":"github.com/alecthomas/template","version":"v0.0.0-20160405071501-a0175ee3bccc","vcs_hash":"c18e6411468e7b9fa8d3eaacbe26c05c650393a6ed02eded4f8a729fcbdf3278","timestamp":"2016-04-05T07:15:01Z","subdir":"","vcs_ref":""},\
90{"module":"github.com/alecthomas/kingpin/v2","version":"v2.4.0","vcs_hash":"ae34e4803d18ba03ac4e70e84f5e737ec48634b725413ad5282fb01d6fc47dda","timestamp":"2023-09-30T22:59:49Z","subdir":"","vcs_ref":"refs/tags/v2.4.0"},\
91{"module":"github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp","version":"v1.30.0","vcs_hash":"d73039b2dd906a0889a3850d34d408fe2a98553d7bcdfe853ca194f24d0d76ca","timestamp":"2025-09-25T17:18:32Z","subdir":"detectors/gcp","vcs_ref":"refs/tags/detectors/gcp/v1.30.0"},\
92{"module":"github.com/decred/dcrd/dcrec/secp256k1/v4","version":"v4.4.0","vcs_hash":"dea203beeafba9300d7341afcdd38985621ebd2ec9d4c5a8a7d262cbb2c2bc41","timestamp":"2025-02-20T17:33:47Z","subdir":"dcrec/secp256k1","vcs_ref":"refs/tags/dcrec/secp256k1/v4.4.0"},\
74{"module":"github.com/gogo/protobuf","version":"v1.1.1","vcs_hash":"a909192a924253d08799dcf162d9ceb6acdb194f1201fee2872972a79ca6668d","timestamp":"2018-07-17T14:19:46Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\ 93{"module":"github.com/gogo/protobuf","version":"v1.1.1","vcs_hash":"a909192a924253d08799dcf162d9ceb6acdb194f1201fee2872972a79ca6668d","timestamp":"2018-07-17T14:19:46Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\
75{"module":"github.com/compose-spec/compose-go/v2","version":"v2.10.0","vcs_hash":"d8fd5c67a84d5ea37d52775ed8dea1df6cf236cab46b058f80a0e7ca6bfd75d5","timestamp":"2025-11-25T16:15:06Z","subdir":"","vcs_ref":"refs/tags/v2.10.0"},\ 94{"module":"github.com/gogo/protobuf","version":"v1.0.0","vcs_hash":"cea9fa9f6f83d88736f95389bf744ac714093c67292cefcf1607497c27a1dc2b","timestamp":"2018-02-02T16:19:00Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
76{"module":"github.com/kylelemons/godebug","version":"v1.1.0","vcs_hash":"070cd2056d33748c34b60876b93e86d0f8bcfa86a4dee28d6da2a6f3aaea66ac","timestamp":"2019-05-05T01:16:37Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\ 95{"module":"github.com/gogo/protobuf","version":"v1.3.2","vcs_hash":"e07d7c0e03a0e2831dd973581be0944984030693bc73f0b67a64e53b4c690635","timestamp":"2021-01-10T08:01:47Z","subdir":"","vcs_ref":"refs/tags/v1.3.2"},\
77{"module":"github.com/rogpeppe/fastuuid","version":"v1.2.0","vcs_hash":"20ca2e2cf2990cc136cad7958992d06abd356dc16a58362afd2bd51be48ae0ac","timestamp":"2019-07-08T15:05:45Z","subdir":"","vcs_ref":"refs/tags/v1.2.0"},\ 96{"module":"github.com/antihax/optional","version":"v1.0.0","vcs_hash":"535a79fbd6ec4a2d00a2eaeb938554011f822f57d36bc924215af19f4bab0697","timestamp":"2019-10-10T23:37:20Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
78{"module":"github.com/rogpeppe/go-internal","version":"v1.14.1","vcs_hash":"84674da628e57d1722274a512e0879c23e8465ad7ef7e016c3bc39c8ea13175b","timestamp":"2025-02-25T12:37:03Z","subdir":"","vcs_ref":"refs/tags/v1.14.1"},\ 97{"module":"github.com/eiannone/keyboard","version":"v0.0.0-20220611211555-0d226195f203","vcs_hash":"c7ad216919ed9d1db40a1a79054fb70019f12275ddb216094b1aefbdd44e8744","timestamp":"2022-06-11T21:15:55Z","subdir":"","vcs_ref":""},\
79{"module":"github.com/dvsekhvalnov/jose2go","version":"v0.0.0-20170216131308-f21a8cedbbae","vcs_hash":"3bed371de2aaaf0cbb9c346c5f01b8240e14c9e194179639d31b29aef3704b71","timestamp":"2017-02-16T13:13:08Z","subdir":"","vcs_ref":""},\ 98{"module":"github.com/mwitkow/go-conntrack","version":"v0.0.0-20161129095857-cc309e4a2223","vcs_hash":"0ff4a51de5f43065c774026c897e99f6a207c66edef943350fa92176ccaf3982","timestamp":"2016-11-29T09:58:57Z","subdir":"","vcs_ref":""},\
80{"module":"github.com/fsnotify/fsnotify","version":"v1.4.7","vcs_hash":"cc44f7bf337eee80812ff411465b4e87c78887003ae940c1b27adb151bbed7d2","timestamp":"2018-01-10T05:33:47Z","subdir":"","vcs_ref":"refs/tags/v1.4.7"},\ 99{"module":"github.com/mwitkow/go-conntrack","version":"v0.0.0-20190716064945-2f068394615f","vcs_hash":"0c95da896ecaf67638f45eea2282c2c840e57fd5bef90b1316645fe86914c177","timestamp":"2019-07-16T06:49:45Z","subdir":"","vcs_ref":""},\
100{"module":"github.com/hinshun/vt10x","version":"v0.0.0-20220119200601-820417d04eec","vcs_hash":"7a79a11a6f7d736423313fcb1bc2d2203d7d9e66baa86d1f4440c872a4349d6d","timestamp":"2022-01-19T20:06:01Z","subdir":"","vcs_ref":""},\
101{"module":"github.com/inhies/go-bytesize","version":"v0.0.0-20220417184213-4913239db9cf","vcs_hash":"33f6338637f180574a557944ab4ae6a88bed881181e11b615b313307b6b045e7","timestamp":"2022-04-17T18:42:13Z","subdir":"","vcs_ref":""},\
102{"module":"github.com/google/deck","version":"v0.0.0-20230104221208-105ad94aa8ae","vcs_hash":"9c43c7ddfa82c3fc0dbcab5945f7f810fa68c290504895ba9a331c514051c140","timestamp":"2023-01-04T22:12:08Z","subdir":"","vcs_ref":""},\
103{"module":"github.com/google/go-cmp","version":"v0.7.0","vcs_hash":"460ed71bde70f3a932cad8d9044d3f12302bf8b6e95353bd17c44189712e2763","timestamp":"2025-01-14T18:15:44Z","subdir":"","vcs_ref":"refs/tags/v0.7.0"},\
104{"module":"github.com/google/go-cmp","version":"v0.3.0","vcs_hash":"ae58fd0d54f7194cd02ff68b9600f09892901604ebd985b881c9860505e91785","timestamp":"2019-03-12T03:24:27Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
105{"module":"github.com/google/go-dap","version":"v0.12.1-0.20250904181021-d7a2259b058b","vcs_hash":"38f72ab7a67c1167bc8d252743ea0a437199a1cf9828b348cb7e07c45be9f9b9","timestamp":"2025-09-04T18:10:21Z","subdir":"","vcs_ref":""},\
106{"module":"github.com/google/go-dap","version":"v0.12.0","vcs_hash":"7d0defb60f3f577e67d765314ac295225706f0b4958436b28cf163f2170e3ff7","timestamp":"2024-02-22T16:17:01Z","subdir":"","vcs_ref":"refs/tags/v0.12.0"},\
107{"module":"github.com/google/certtostore","version":"v1.0.6","vcs_hash":"03eab8e8fd9152de179043ef32fd09e4375ad5a3b8e25efbeeba6b44d1ca9d4f","timestamp":"2025-09-02T15:28:35Z","subdir":"","vcs_ref":"refs/tags/v1.0.6"},\
108{"module":"github.com/google/go-containerregistry","version":"v0.20.6","vcs_hash":"38887873d29addecf3cfdeff62087a1dcb2a611b31e4e0df927d8504b7bad507","timestamp":"2025-06-13T21:51:07Z","subdir":"","vcs_ref":"refs/tags/v0.20.6"},\
109{"module":"github.com/google/uuid","version":"v1.6.0","vcs_hash":"1743dd7863ebf20fb946ec26a0525a27c91536f2d01acf863b0a99566cd8f3e5","timestamp":"2024-01-23T18:54:04Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
110{"module":"github.com/google/pprof","version":"v0.0.0-20250820193118-f64d9cf942d6","vcs_hash":"b4a3cf22b289c100dae58764b0f35b0c0af89950e35274a0659c15b4340bc322","timestamp":"2025-08-20T19:31:18Z","subdir":"","vcs_ref":""},\
111{"module":"github.com/google/gofuzz","version":"v1.0.0","vcs_hash":"3b10b16f3e547f9036aa468f5a846c1e873d084728258048c32c4afc2a1bb2cf","timestamp":"2019-04-08T17:44:45Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
112{"module":"github.com/google/shlex","version":"v0.0.0-20191202100458-e7afc7fbc510","vcs_hash":"6317e931b780de46077449706d69a38f426197406a504d848e3500a0d06b7299","timestamp":"2019-12-02T10:04:58Z","subdir":"","vcs_ref":""},\
113{"module":"github.com/google/certificate-transparency-go","version":"v1.0.10-0.20180222191210-5ab67e519c93","vcs_hash":"0fd69fa049b1061cd5c090184fa587afb10ae78ca64762f4b915f363cf226599","timestamp":"2018-02-22T19:12:10Z","subdir":"","vcs_ref":""},\
114{"module":"github.com/google/certificate-transparency-go","version":"v1.3.2","vcs_hash":"c0a53496e7fb547e3eb9df58eee5ef548371f97a21a52d73b7106de59ad52699","timestamp":"2025-06-13T09:05:08Z","subdir":"","vcs_ref":"refs/tags/v1.3.2"},\
115{"module":"github.com/google/trillian","version":"v1.7.2","vcs_hash":"e8d401f7e3b6be0101aac286ab5237fe0b10c1bcc3605c934a1f0aeae0914ed1","timestamp":"2025-04-25T16:18:12Z","subdir":"","vcs_ref":"refs/tags/v1.7.2"},\
116{"module":"github.com/google/gnostic-models","version":"v0.7.0","vcs_hash":"88a05eeac87ac843d53bbad4f86c891fbd1a6eb73d10d5b2c7381c229c0a25ab","timestamp":"2025-06-26T15:23:00Z","subdir":"","vcs_ref":"refs/tags/v0.7.0"},\
117{"module":"github.com/go-logfmt/logfmt","version":"v0.3.0","vcs_hash":"87ea6a9e239f17f704d8539912edf62249556b50b823ce9b513c614350572831","timestamp":"2016-11-15T14:25:13Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
118{"module":"github.com/go-logfmt/logfmt","version":"v0.4.0","vcs_hash":"ba8d08b7a7c3160ce690a9887ce68303c6e395cb41e8669e5b9c7423dbb2e6d8","timestamp":"2018-11-22T01:56:15Z","subdir":"","vcs_ref":"refs/tags/v0.4.0"},\
119{"module":"github.com/tchap/go-patricia/v2","version":"v2.3.3","vcs_hash":"196ec21f158dd5c10370dcd9b618d17460a5f3dec6cbc351a797a1a4f906b7bb","timestamp":"2025-07-01T06:30:56Z","subdir":"","vcs_ref":"refs/tags/v2.3.3"},\
120{"module":"github.com/bitly/go-hostpool","version":"v0.1.0","vcs_hash":"4fa48fb597b43d9ba89aa477912e73c8b6130aa0cda05b209201b071f25d10a4","timestamp":"2019-12-24T19:37:25Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
121{"module":"github.com/bitly/go-simplejson","version":"v0.5.0","vcs_hash":"c56b9fa4257469037ce41f652467339083e21d8cf63b420f7051f689474dcb9e","timestamp":"2015-09-15T16:53:35Z","subdir":"","vcs_ref":"refs/tags/v0.5.0"},\
122{"module":"github.com/cyberphone/json-canonicalization","version":"v0.0.0-20241213102144-19d51d7fe467","vcs_hash":"0e55f9f02847679b08922b4a88af3131cb189b333af41228fc1ceba858b5fceb","timestamp":"2024-12-13T10:21:44Z","subdir":"","vcs_ref":""},\
123{"module":"github.com/go-ini/ini","version":"v1.67.0","vcs_hash":"cad9f449f807ba878152dab9e71ba0f300b51a0a69390f502d55fb24a11f73a2","timestamp":"2022-08-08T11:35:30Z","subdir":"","vcs_ref":"refs/tags/v1.67.0"},\
124{"module":"github.com/package-url/packageurl-go","version":"v0.1.1","vcs_hash":"69e2d03e1f7870cf593ec577931a0c5fd11729307d2e00a0deabe610548fcd48","timestamp":"2023-06-19T06:37:43Z","subdir":"","vcs_ref":"refs/tags/v0.1.1"},\
125{"module":"github.com/serialx/hashring","version":"v0.0.0-20200727003509-22c0c7ab6b1b","vcs_hash":"9ad302311a59b7a00732c9d2e738e872440b07b223df6f9dc7104acafedb16ee","timestamp":"2020-07-27T00:35:09Z","subdir":"","vcs_ref":""},\
126{"module":"github.com/shibumi/go-pathspec","version":"v1.3.0","vcs_hash":"7d6286b09783f24f2ba2db51c2fd61c197637cee9cd88b2e7576338aa579825f","timestamp":"2021-10-17T22:38:10Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
127{"module":"github.com/gobwas/glob","version":"v0.2.3","vcs_hash":"9ea137b0f545be63130971285b3e0b109491f0a0c45197efd72385336ab0ed05","timestamp":"2018-02-08T21:06:56Z","subdir":"","vcs_ref":"refs/tags/v0.2.3"},\
128{"module":"github.com/fvbommel/sortorder","version":"v1.1.0","vcs_hash":"f31f7baba1030efc67be0125d6ea3670572de4cf9ef4162f66c110baedf2fc25","timestamp":"2023-03-18T20:06:58Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
81{"module":"github.com/fsnotify/fsnotify","version":"v1.9.0","vcs_hash":"e7e3eb9997b88b1856ec41676de694527bda7173c94d395822f6eec3ec2067e2","timestamp":"2025-04-04T15:13:49Z","subdir":"","vcs_ref":"refs/tags/v1.9.0"},\ 129{"module":"github.com/fsnotify/fsnotify","version":"v1.9.0","vcs_hash":"e7e3eb9997b88b1856ec41676de694527bda7173c94d395822f6eec3ec2067e2","timestamp":"2025-04-04T15:13:49Z","subdir":"","vcs_ref":"refs/tags/v1.9.0"},\
130{"module":"github.com/fsnotify/fsnotify","version":"v1.4.7","vcs_hash":"cc44f7bf337eee80812ff411465b4e87c78887003ae940c1b27adb151bbed7d2","timestamp":"2018-01-10T05:33:47Z","subdir":"","vcs_ref":"refs/tags/v1.4.7"},\
82{"module":"github.com/fsnotify/fsevents","version":"v0.2.0","vcs_hash":"fae61401b9b33d2f4bc3fb5a8898dd22623c392e69010b28dd2577454207e33b","timestamp":"2024-05-14T13:38:25Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\ 131{"module":"github.com/fsnotify/fsevents","version":"v0.2.0","vcs_hash":"fae61401b9b33d2f4bc3fb5a8898dd22623c392e69010b28dd2577454207e33b","timestamp":"2024-05-14T13:38:25Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\
83{"module":"github.com/jpillora/backoff","version":"v1.0.0","vcs_hash":"f3877637b1b0b11053bd3f6485df13672bc371749f756a13048e72298849b276","timestamp":"2019-10-03T12:57:08Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 132{"module":"github.com/ProtonMail/go-crypto","version":"v1.3.0","vcs_hash":"0bcc37d92aae5ed6a3baa05c154e2401eacb94df8b0aa4704a4ffb4fd7365ecf","timestamp":"2025-05-22T14:44:20Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
84{"module":"github.com/knqyf263/go-plugin","version":"v0.9.0","vcs_hash":"a8467353858eb68db6c0dd39ab99d740baa3155c9ebe2dee04be36a524fc48f7","timestamp":"2025-03-11T05:42:07Z","subdir":"","vcs_ref":"refs/tags/v0.9.0"},\ 133{"module":"github.com/jedisct1/go-minisign","version":"v0.0.0-20211028175153-1c139d1cc84b","vcs_hash":"ed26c8fb0a00d7b5743a1d1f1e95f5e4c4e9b2afeca92ceee48f41875b445e1e","timestamp":"2021-10-28T17:51:53Z","subdir":"","vcs_ref":""},\
85{"module":"github.com/skratchdot/open-golang","version":"v0.0.0-20200116055534-eef842397966","vcs_hash":"2049e06101e5abb574af5068dfb1255087c23cd963db0e1f0c82585b42e02bf4","timestamp":"2020-01-16T05:55:34Z","subdir":"","vcs_ref":""},\ 134{"module":"github.com/morikuni/aec","version":"v1.0.0","vcs_hash":"ed63d58cf112e0b59a076da22b09a7543de7421c2457060482db3ad8303454e1","timestamp":"2017-01-13T03:34:06Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
86{"module":"github.com/denisenkom/go-mssqldb","version":"v0.0.0-20191128021309-1d7a30a10f73","vcs_hash":"51d1448ae824a59e167bc4626cbed812ff98e24bad9ad0e55865452f35f4e32a","timestamp":"2019-11-28T02:13:09Z","subdir":"","vcs_ref":""},\ 135{"module":"github.com/morikuni/aec","version":"v1.1.0","vcs_hash":"0d08cd9576b9540a641376df67caa20435029f8a332a192fd25ac61685cb1764","timestamp":"2025-12-11T07:08:53Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
87{"module":"github.com/apparentlymart/go-cidr","version":"v1.0.1","vcs_hash":"78882067332ee02e3c72ccc9d03c697f04b24132ddd74da1593a953f0b833469","timestamp":"2019-08-17T16:12:28Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\ 136{"module":"github.com/urfave/cli","version":"v1.22.17","vcs_hash":"e30b4b6c880a60654fa02d3559f2088eddf5fbe9bc92870b9df3d72357f735d0","timestamp":"2025-06-14T02:43:22Z","subdir":"","vcs_ref":"refs/tags/v1.22.17"},\
88{"module":"github.com/apparentlymart/go-textseg/v15","version":"v15.0.0","vcs_hash":"2ad90a9579325698fb8eedc37a5bb5c32c0df927e2e2029b3cfa6369b0aad683","timestamp":"2023-08-29T15:35:34Z","subdir":"","vcs_ref":"refs/tags/v15.0.0"},\ 137{"module":"github.com/urfave/cli/v2","version":"v2.27.7","vcs_hash":"b063b9db6f64a681153d8de9f4474fe963c29b610e0cb156372dbc3dffad882a","timestamp":"2025-06-14T02:47:17Z","subdir":"","vcs_ref":"refs/tags/v2.27.7"},\
89{"module":"github.com/magiconair/properties","version":"v1.8.9","vcs_hash":"5d2d0e3a74034cdf4554cd9fa44a3186b4017a8f6ecc1823cdd7dc5202b0b8fb","timestamp":"2024-12-07T18:36:23Z","subdir":"","vcs_ref":"refs/tags/v1.8.9"},\
90{"module":"github.com/magiconair/properties","version":"v1.5.3","vcs_hash":"d96b4b0c7ecc137249800d1b95fece0b9fca1b6978650bd2a8be72d541a097fd","timestamp":"2015-06-01T22:12:01Z","subdir":"","vcs_ref":"refs/tags/v1.5.3"},\
91{"module":"github.com/DefangLabs/secret-detector","version":"v0.0.0-20250403165618-22662109213e","vcs_hash":"42b5e6f1ae54867a47bbe7535a965b97260d8282064da67b0f3d9d82d7524ad4","timestamp":"2025-04-03T16:56:18Z","subdir":"","vcs_ref":""},\
92{"module":"github.com/containers/ocicrypt","version":"v1.2.1","vcs_hash":"bec170205b8cb4f7646d21f6d05f4e78b62b540ff061d55788f38ccecc6313b7","timestamp":"2024-12-16T16:02:12Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\
93{"module":"github.com/hpcloud/tail","version":"v1.0.0","vcs_hash":"9dfd08c5a4f07a465c8fe6fd4e5e96ac82ccaeba87143831c1a6290e944a3c84","timestamp":"2016-04-28T00:30:50Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
94{"module":"github.com/munnerz/goautoneg","version":"v0.0.0-20191010083416-a7dc8b61c822","vcs_hash":"0f68eeb31e17a8fc96eede1943fe26be5835b08f5cc4a9eee4ed1b8eee4887ee","timestamp":"2019-10-10T08:34:16Z","subdir":"","vcs_ref":""},\
95{"module":"github.com/armon/circbuf","version":"v0.0.0-20190214190532-5111143e8da2","vcs_hash":"f44b726eafbedd3c7d5723dfd9850375946a0b78000629a3558aacfbb013cecb","timestamp":"2019-02-14T19:05:32Z","subdir":"","vcs_ref":""},\
96{"module":"github.com/julienschmidt/httprouter","version":"v1.3.0","vcs_hash":"14612f57dd95aeae83955a7b4f9b44d716f96bdef922732f059430cdff278e10","timestamp":"2019-09-29T23:21:22Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
97{"module":"github.com/julienschmidt/httprouter","version":"v1.2.0","vcs_hash":"2c4d0627c16989284c34f4435f85eda929435309b1f35e089deeada06cba6920","timestamp":"2018-07-15T16:18:54Z","subdir":"","vcs_ref":"refs/tags/v1.2.0"},\
98{"module":"github.com/secure-systems-lab/go-securesystemslib","version":"v0.9.1","vcs_hash":"10dbe58c8dc404f5f42a20a009cd93a99386ef2bc8e22ece06ffbaf572deb939","timestamp":"2025-08-02T20:27:47Z","subdir":"","vcs_ref":"refs/tags/v0.9.1"},\
99{"module":"github.com/Netflix/go-expect","version":"v0.0.0-20220104043353-73e0943537d2","vcs_hash":"421789c64dd51281a459815573a00c171d61889f5324c1701c37f5f2e8caa8a3","timestamp":"2022-01-04T04:33:53Z","subdir":"","vcs_ref":""},\
100{"module":"github.com/zeebo/errs","version":"v1.3.0","vcs_hash":"39db003c7dfcc8ee4cbaee7626cb0f113936318043f7a7b09d6fa4609f36e609","timestamp":"2022-03-17T17:23:02Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
101{"module":"github.com/pkg/browser","version":"v0.0.0-20240102092130-5ac0b6a4141c","vcs_hash":"10a8ed3a78b0663b7f54101de61f0c1b24ac55185382242b62e593e0b344d42e","timestamp":"2024-01-02T09:21:30Z","subdir":"","vcs_ref":""},\
102{"module":"github.com/pkg/profile","version":"v1.7.0","vcs_hash":"514b8b4f0dcd1ab4c812208028d6ffbd8ac9873c6f9fa22227d0537fe9f6af87","timestamp":"2022-10-20T01:34:01Z","subdir":"","vcs_ref":"refs/tags/v1.7.0"},\ 138{"module":"github.com/pkg/profile","version":"v1.7.0","vcs_hash":"514b8b4f0dcd1ab4c812208028d6ffbd8ac9873c6f9fa22227d0537fe9f6af87","timestamp":"2022-10-20T01:34:01Z","subdir":"","vcs_ref":"refs/tags/v1.7.0"},\
139{"module":"github.com/pkg/browser","version":"v0.0.0-20240102092130-5ac0b6a4141c","vcs_hash":"10a8ed3a78b0663b7f54101de61f0c1b24ac55185382242b62e593e0b344d42e","timestamp":"2024-01-02T09:21:30Z","subdir":"","vcs_ref":""},\
103{"module":"github.com/pkg/errors","version":"v0.8.0","vcs_hash":"ea5c82f11a22b952cd732b93d2e8a599298017272296a9232e4a97e26b3f3f27","timestamp":"2016-09-29T01:48:01Z","subdir":"","vcs_ref":"refs/tags/v0.8.0"},\ 140{"module":"github.com/pkg/errors","version":"v0.8.0","vcs_hash":"ea5c82f11a22b952cd732b93d2e8a599298017272296a9232e4a97e26b3f3f27","timestamp":"2016-09-29T01:48:01Z","subdir":"","vcs_ref":"refs/tags/v0.8.0"},\
104{"module":"github.com/pkg/errors","version":"v0.8.1","vcs_hash":"05a9ae48ad2a27ee2ace909fb6dfe443196ef4ba6b92bd0e3d2f6a9460fc8fea","timestamp":"2019-01-03T06:52:24Z","subdir":"","vcs_ref":"refs/tags/v0.8.1"},\
105{"module":"github.com/pkg/errors","version":"v0.9.1","vcs_hash":"58e525151c02acebc6662bf19060e7ee1112335787f1ffb059ea8d46a3164e5e","timestamp":"2020-01-14T19:47:44Z","subdir":"","vcs_ref":"refs/tags/v0.9.1"},\ 141{"module":"github.com/pkg/errors","version":"v0.9.1","vcs_hash":"58e525151c02acebc6662bf19060e7ee1112335787f1ffb059ea8d46a3164e5e","timestamp":"2020-01-14T19:47:44Z","subdir":"","vcs_ref":"refs/tags/v0.9.1"},\
106{"module":"github.com/BurntSushi/toml","version":"v0.3.1","vcs_hash":"c7591feaba0db5f458f0e6745283c8246ea0f50af4eb4714a53ff88805ecd88a","timestamp":"2018-08-15T10:47:33Z","subdir":"","vcs_ref":"refs/tags/v0.3.1"},\ 142{"module":"github.com/pkg/errors","version":"v0.8.1","vcs_hash":"05a9ae48ad2a27ee2ace909fb6dfe443196ef4ba6b92bd0e3d2f6a9460fc8fea","timestamp":"2019-01-03T06:52:24Z","subdir":"","vcs_ref":"refs/tags/v0.8.1"},\
107{"module":"github.com/dimchansky/utfbom","version":"v1.1.1","vcs_hash":"04f39ab86cb6ab9bf2a2278357fae9932b31f6cb8b07bf8e6ca02581cbf46ecf","timestamp":"2020-11-06T16:33:08Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\ 143{"module":"github.com/StackExchange/wmi","version":"v0.0.0-20190523213315-cbe66965904d","vcs_hash":"1fc27d9cac14b2a03bbb0b0458896762317bee884884ef85b821fa4cb18c6952","timestamp":"2019-05-23T21:33:15Z","subdir":"","vcs_ref":""},\
108{"module":"github.com/AdaLogics/go-fuzz-headers","version":"v0.0.0-20240806141605-e8a1dd7889d6","vcs_hash":"618ef3cd1ed01872674845eae25e7d6a50a3d70b49881ccd500327b0778fedb9","timestamp":"2024-08-06T14:16:05Z","subdir":"","vcs_ref":""},\ 144{"module":"github.com/hanwen/go-fuse/v2","version":"v2.8.0","vcs_hash":"9549fd67be856dc5565aa6f4996edb86a648510a1efb4dec609c4133bdba118c","timestamp":"2025-06-11T07:15:48Z","subdir":"","vcs_ref":"refs/tags/v2.8.0"},\
109{"module":"github.com/danieljoos/wincred","version":"v1.2.2","vcs_hash":"4c31e6f58d17a9dddc9ffae620bea8697c6f92b5c7db87875384a33fa8f2c46b","timestamp":"2024-07-14T14:39:00Z","subdir":"","vcs_ref":"refs/tags/v1.2.2"},\ 145{"module":"github.com/xeipuuv/gojsonpointer","version":"v0.0.0-20190905194746-02993c407bfb","vcs_hash":"4b0abfc7aeea962cf44836059fabc8aebf20db8d2e9ce317db13d42ade75c19f","timestamp":"2019-09-05T19:47:46Z","subdir":"","vcs_ref":""},\
146{"module":"github.com/xeipuuv/gojsonreference","version":"v0.0.0-20180127040603-bd5ef7bd5415","vcs_hash":"6cce19ebe3be9e8f13d8b3c5090971f010f3f3cda349fa51197c974450d133ee","timestamp":"2018-01-27T04:06:03Z","subdir":"","vcs_ref":""},\
147{"module":"github.com/xrash/smetrics","version":"v0.0.0-20240521201337-686a1a2994c1","vcs_hash":"39f621debd197a5e0bcda4514cb54d787e4e443693f317363918ceb70d590944","timestamp":"2024-05-21T20:13:37Z","subdir":"","vcs_ref":""},\
110{"module":"github.com/beorn7/perks","version":"v1.0.0","vcs_hash":"8dd89f9e3fbe68a081d37f37c6deba6f0c099069502b162148d0ede72f822a95","timestamp":"2019-04-14T22:11:40Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 148{"module":"github.com/beorn7/perks","version":"v1.0.0","vcs_hash":"8dd89f9e3fbe68a081d37f37c6deba6f0c099069502b162148d0ede72f822a95","timestamp":"2019-04-14T22:11:40Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
111{"module":"github.com/beorn7/perks","version":"v0.0.0-20180321164747-3a771d992973","vcs_hash":"b05d3659d70127d95ec0b6f7d3aa9b87a50009706e0919be0913fc61dc69e093","timestamp":"2018-03-21T16:47:47Z","subdir":"","vcs_ref":""},\
112{"module":"github.com/beorn7/perks","version":"v0.0.0-20150223135152-b965b613227f","vcs_hash":"bdca05a2672eea03731c25222db95561d1fad3ee6ccede612b305abb27b074ac","timestamp":"2015-02-23T13:51:52Z","subdir":"","vcs_ref":""},\
113{"module":"github.com/beorn7/perks","version":"v1.0.1","vcs_hash":"c20c7a1c80a243f687008566bc9b8a9517bdf7e3a4f9db15e17160ad20568e9d","timestamp":"2019-07-31T12:00:54Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\ 149{"module":"github.com/beorn7/perks","version":"v1.0.1","vcs_hash":"c20c7a1c80a243f687008566bc9b8a9517bdf7e3a4f9db15e17160ad20568e9d","timestamp":"2019-07-31T12:00:54Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
114{"module":"github.com/mailru/easyjson","version":"v0.7.7","vcs_hash":"5b802334c301c91bd13cee6264caa8c327300bfc16173c6074fc315244620dd8","timestamp":"2021-02-06T19:00:08Z","subdir":"","vcs_ref":"refs/tags/v0.7.7"},\ 150{"module":"github.com/beorn7/perks","version":"v0.0.0-20150223135152-b965b613227f","vcs_hash":"bdca05a2672eea03731c25222db95561d1fad3ee6ccede612b305abb27b074ac","timestamp":"2015-02-23T13:51:52Z","subdir":"","vcs_ref":""},\
115{"module":"github.com/xrash/smetrics","version":"v0.0.0-20240521201337-686a1a2994c1","vcs_hash":"39f621debd197a5e0bcda4514cb54d787e4e443693f317363918ceb70d590944","timestamp":"2024-05-21T20:13:37Z","subdir":"","vcs_ref":""},\ 151{"module":"github.com/beorn7/perks","version":"v0.0.0-20180321164747-3a771d992973","vcs_hash":"b05d3659d70127d95ec0b6f7d3aa9b87a50009706e0919be0913fc61dc69e093","timestamp":"2018-03-21T16:47:47Z","subdir":"","vcs_ref":""},\
116{"module":"github.com/fxamacker/cbor/v2","version":"v2.9.0","vcs_hash":"a2e55d2b4fdba69f8a4cfc76758713247ee27c62d5ad4168e8c14369f3c94c36","timestamp":"2025-07-14T04:00:34Z","subdir":"","vcs_ref":"refs/tags/v2.9.0"},\ 152{"module":"github.com/go-ole/go-ole","version":"v1.2.6","vcs_hash":"f8a37b093a9da7f7719abb71318560d985c5c38e6d58c2c73adde45616845d0c","timestamp":"2021-09-15T00:35:42Z","subdir":"","vcs_ref":"refs/tags/v1.2.6"},\
153{"module":"github.com/kylelemons/godebug","version":"v1.1.0","vcs_hash":"070cd2056d33748c34b60876b93e86d0f8bcfa86a4dee28d6da2a6f3aaea66ac","timestamp":"2019-05-05T01:16:37Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
154{"module":"github.com/mxk/go-flowrate","version":"v0.0.0-20140419014527-cca7078d478f","vcs_hash":"12c25c020a66ecc07c7c90ff8a8793d5462f3f4e58338c9b36012b25b4ed81b8","timestamp":"2014-04-19T01:45:27Z","subdir":"","vcs_ref":""},\
155{"module":"github.com/go-stack/stack","version":"v1.8.0","vcs_hash":"b165c1e0ccf05d91f62b1ae66d83365c5d96f152e956573fb16040ab15370424","timestamp":"2018-08-26T13:48:48Z","subdir":"","vcs_ref":"refs/tags/v1.8.0"},\
156{"module":"github.com/oklog/ulid","version":"v1.3.1","vcs_hash":"aad6b8a061fa553536e0c316a41769de0f2b7912cad69a71e0ea72d9bb262c8f","timestamp":"2018-10-02T12:43:06Z","subdir":"","vcs_ref":"refs/tags/v1.3.1"},\
157{"module":"github.com/creack/pty","version":"v1.1.24","vcs_hash":"a723ba2e04aa95258b42d73ca8ebfd0b4170ac8a314767e9e3f78318484bb93b","timestamp":"2024-10-31T18:56:50Z","subdir":"","vcs_ref":"refs/tags/v1.1.24"},\
158{"module":"github.com/creack/pty","version":"v1.1.17","vcs_hash":"2ae6946e9609d4012331fdd2a2f73d351d9fb15432db00d88ab4c508585a6d96","timestamp":"2021-10-16T17:41:19Z","subdir":"","vcs_ref":"refs/tags/v1.1.17"},\
159{"module":"github.com/creack/pty","version":"v1.1.9","vcs_hash":"90ab694bdf1c87cb7742c9e23a91280fd693f673a912c6ed840ff28d25b2d46e","timestamp":"2019-09-25T15:36:33Z","subdir":"","vcs_ref":"refs/tags/v1.1.9"},\
160{"module":"github.com/yashtewari/glob-intersection","version":"v0.2.0","vcs_hash":"f808bebdb4b58643c351139a2ad430afee40f2154d96cfe1086091dbffa08d35","timestamp":"2023-06-22T20:17:32Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\
161{"module":"github.com/erikstmartin/go-testdb","version":"v0.0.0-20160219214506-8d10e4a1bae5","vcs_hash":"94bdb322899f10502ca21756a20886b09fe0f8e8c7389a50bb21c7a2deb2d047","timestamp":"2016-02-19T21:45:06Z","subdir":"","vcs_ref":""},\
162{"module":"github.com/segmentio/asm","version":"v1.2.0","vcs_hash":"566c03708dcf507b46d508ec323393891b2da4fae7ab290cdeab1bb810334c5c","timestamp":"2022-04-27T20:45:16Z","subdir":"","vcs_ref":"refs/tags/v1.2.0"},\
163{"module":"github.com/mattn/go-colorable","version":"v0.1.2","vcs_hash":"c71b6f3acd50d510992b046a557833b9b03a5c1f131137523bd7a638b59e233e","timestamp":"2019-05-24T00:26:58Z","subdir":"","vcs_ref":"refs/tags/v0.1.2"},\
164{"module":"github.com/mattn/go-colorable","version":"v0.1.14","vcs_hash":"d115108e05252e00501d24555b70931860f5e2506c9b51436969923bc59f5dd0","timestamp":"2025-01-10T08:29:27Z","subdir":"","vcs_ref":"refs/tags/v0.1.14"},\
165{"module":"github.com/mattn/go-sqlite3","version":"v1.6.0","vcs_hash":"0bc060447a84109d178e936cf0287c198c9a1bcbf25d74362b7df7427a44fdda","timestamp":"2018-01-12T08:58:26Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
166{"module":"github.com/mattn/go-isatty","version":"v0.0.8","vcs_hash":"4963e35bcc64525b440c791c0eb22045df1ebb90bbcdf56256950a814d09f425","timestamp":"2019-05-22T01:25:13Z","subdir":"","vcs_ref":"refs/tags/v0.0.8"},\
167{"module":"github.com/mattn/go-isatty","version":"v0.0.20","vcs_hash":"d07760adabb0d05ba45e3c8997554326fa96668c12bc4572654f288670e1af35","timestamp":"2023-10-17T07:28:21Z","subdir":"","vcs_ref":"refs/tags/v0.0.20"},\
168{"module":"github.com/mattn/go-runewidth","version":"v0.0.16","vcs_hash":"1af9e649dfc4b15b3476c94bfc74f82df8afa71fae63a7efc761b8a649019d2d","timestamp":"2024-07-22T12:40:34Z","subdir":"","vcs_ref":"refs/tags/v0.0.16"},\
169{"module":"github.com/mattn/go-shellwords","version":"v1.0.12","vcs_hash":"3e9de7967c04a07a314669e56b72110ac8eee96a9646f5b9863c709575abe8d1","timestamp":"2021-06-04T13:07:19Z","subdir":"","vcs_ref":"refs/tags/v1.0.12"},\
170{"module":"github.com/sirupsen/logrus","version":"v1.0.6","vcs_hash":"e2b60414d6cf051bc156482dc25c0e442f2dcbaf755db11f95b165196e3a417d","timestamp":"2018-07-21T07:00:01Z","subdir":"","vcs_ref":"refs/tags/v1.0.6"},\
171{"module":"github.com/sirupsen/logrus","version":"v1.4.1","vcs_hash":"e7dadc55f17d7e5dd646b8a1408f0d5dc551bfbbbb8de273a6b6ceb927a05353","timestamp":"2019-04-02T16:14:07Z","subdir":"","vcs_ref":"refs/tags/v1.4.1"},\
172{"module":"github.com/sirupsen/logrus","version":"v1.2.0","vcs_hash":"f662f3bd248d63f5671cbf660c0fd3e5c3fc5389fca023c018b7c8fa63d75263","timestamp":"2018-11-01T07:39:56Z","subdir":"","vcs_ref":"refs/tags/v1.2.0"},\
173{"module":"github.com/sirupsen/logrus","version":"v1.9.3","vcs_hash":"a1230aee5f8f1a866199cbec636d1525e00a9b13cf2fe0023dcf6b874c525014","timestamp":"2023-05-21T12:59:35Z","subdir":"","vcs_ref":"refs/tags/v1.9.3"},\
174{"module":"github.com/sirupsen/logrus","version":"v1.9.4","vcs_hash":"7834dd2379c75b18a314ce35955486d0a20f3e960006fc4e8ce53625189de3b5","timestamp":"2025-10-23T12:47:52Z","subdir":"","vcs_ref":"refs/tags/v1.9.4"},\
175{"module":"github.com/theupdateframework/notary","version":"v0.7.0","vcs_hash":"0e83ed3cbdbbbd63c9ab62dc40651621a386fcaf575326772f2912b1279bfb2b","timestamp":"2021-01-14T13:39:57Z","subdir":"","vcs_ref":"refs/tags/v0.7.0"},\
176{"module":"github.com/theupdateframework/go-tuf","version":"v0.7.0","vcs_hash":"bbec9c5e97a26007b5a7ef626e437d1c9638f745eb3bcef1032e95a3a76097d3","timestamp":"2023-11-28T14:58:45Z","subdir":"","vcs_ref":"refs/tags/v0.7.0"},\
177{"module":"github.com/theupdateframework/go-tuf/v2","version":"v2.3.0","vcs_hash":"97ff561da38ed2349284442d498f6f0f3994debe9521efa5d581a46bfb851564","timestamp":"2025-11-04T16:20:07Z","subdir":"","vcs_ref":"refs/tags/v2.3.0"},\
178{"module":"github.com/AzureAD/microsoft-authentication-library-for-go","version":"v1.6.0","vcs_hash":"a614c17b982b55683fa48ad6af54eeb7a0d805b231482bbbc5a0075a03e060fc","timestamp":"2025-11-05T15:05:01Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
179{"module":"github.com/jackc/puddle/v2","version":"v2.2.2","vcs_hash":"f3334a91ad7dbb92655b9f37614612cc5df45c529576e03e8308dfed92ae9050","timestamp":"2024-09-10T11:12:31Z","subdir":"","vcs_ref":"refs/tags/v2.2.2"},\
180{"module":"github.com/jackc/pgpassfile","version":"v1.0.0","vcs_hash":"bcb7f6d6bafda56d4f5f42db214defa53f1769aa323ba6f941283d833ed326d1","timestamp":"2019-03-30T16:09:02Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
181{"module":"github.com/jackc/pgservicefile","version":"v0.0.0-20240606120523-5a60cdf6a761","vcs_hash":"ddeb106f0a503bc56c2377cf8c3863fd5b039a12e3472f1f499e89f689d70793","timestamp":"2024-06-06T12:05:23Z","subdir":"","vcs_ref":""},\
182{"module":"github.com/jackc/pgx/v5","version":"v5.7.5","vcs_hash":"7d428807020135278d6c041ab060af6cb7629a2458e8beedf6520c22a981521c","timestamp":"2025-05-17T22:14:14Z","subdir":"","vcs_ref":"refs/tags/v5.7.5"},\
117{"module":"github.com/otiai10/copy","version":"v1.14.1","vcs_hash":"6f52336953491d169a014c4906e3f17a4c78b425ca26804ae779c6167516d7d0","timestamp":"2025-01-05T09:29:22Z","subdir":"","vcs_ref":"refs/tags/v1.14.1"},\ 183{"module":"github.com/otiai10/copy","version":"v1.14.1","vcs_hash":"6f52336953491d169a014c4906e3f17a4c78b425ca26804ae779c6167516d7d0","timestamp":"2025-01-05T09:29:22Z","subdir":"","vcs_ref":"refs/tags/v1.14.1"},\
118{"module":"github.com/otiai10/mint","version":"v1.6.3","vcs_hash":"8e5429bf94b80c2f4aae87b33f4b4dd03b9d8a978004bf74b1fe4042dc0b5fad","timestamp":"2023-07-01T08:53:10Z","subdir":"","vcs_ref":"refs/tags/v1.6.3"},\ 184{"module":"github.com/otiai10/mint","version":"v1.6.3","vcs_hash":"8e5429bf94b80c2f4aae87b33f4b4dd03b9d8a978004bf74b1fe4042dc0b5fad","timestamp":"2023-07-01T08:53:10Z","subdir":"","vcs_ref":"refs/tags/v1.6.3"},\
119{"module":"github.com/matttproud/golang_protobuf_extensions","version":"v1.0.1","vcs_hash":"dd0fe058870feb088b8d2d88a7ff601f4c8c03aedeede7d837efcd311b5aea9b","timestamp":"2016-04-24T11:30:07Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\ 185{"module":"github.com/in-toto/in-toto-golang","version":"v0.9.0","vcs_hash":"2af10e1379ff951a497f89bf7bb202df095b1ff9be198f3787d92db04f8aa720","timestamp":"2023-05-04T15:06:05Z","subdir":"","vcs_ref":"refs/tags/v0.9.0"},\
120{"module":"github.com/golang-sql/civil","version":"v0.0.0-20190719163853-cb61b32ac6fe","vcs_hash":"cf48a794754d9a9b29ff84011cf01764f8e4e9140292e83b4154b89a13f0eee9","timestamp":"2019-07-19T16:38:53Z","subdir":"","vcs_ref":""},\ 186{"module":"github.com/in-toto/attestation","version":"v1.1.2","vcs_hash":"c9afe967ea4e5751fb018d13c01ee86a880270f07f46e7f6c38d9e86c07f25c2","timestamp":"2025-06-13T20:47:12Z","subdir":"","vcs_ref":"refs/tags/v1.1.2"},\
121{"module":"github.com/AzureAD/microsoft-authentication-library-for-go","version":"v1.4.2","vcs_hash":"fc947290892f17f055e056f1dae1433e69f5b9943314b1a2a158ed43b78ba03c","timestamp":"2025-03-26T13:07:05Z","subdir":"","vcs_ref":"refs/tags/v1.4.2"},\ 187{"module":"github.com/Masterminds/semver/v3","version":"v3.4.0","vcs_hash":"b69d3fcaea23340a3ee6fdc0c141ba3d247100353aee6eb28dd426e0d62498b3","timestamp":"2025-06-27T14:48:33Z","subdir":"","vcs_ref":"refs/tags/v3.4.0"},\
122{"module":"github.com/go-kit/kit","version":"v0.8.0","vcs_hash":"164d4eaa2f8107f0ad2f6559aac743c96ecce3f6eb17905b0e878385ede67301","timestamp":"2018-11-08T02:13:29Z","subdir":"","vcs_ref":"refs/tags/v0.8.0"},\ 188{"module":"github.com/envoyproxy/go-control-plane","version":"v0.13.5-0.20251024222203-75eaa193e329","vcs_hash":"16d730c776e5b5650a8f35d6f26efcb4548bf62ecba132bc934e522eec2a0508","timestamp":"2025-10-24T22:22:03Z","subdir":"","vcs_ref":""},\
123{"module":"github.com/ProtonMail/go-crypto","version":"v1.3.0","vcs_hash":"0bcc37d92aae5ed6a3baa05c154e2401eacb94df8b0aa4704a4ffb4fd7365ecf","timestamp":"2025-05-22T14:44:20Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\ 189{"module":"github.com/envoyproxy/go-control-plane/ratelimit","version":"v0.1.0","vcs_hash":"906f63aa0b71e9714823fdb45d45be4659d30de781b6a053c93f43371894845f","timestamp":"2024-12-23T15:25:59Z","subdir":"ratelimit","vcs_ref":"refs/tags/ratelimit/v0.1.0"},\
124{"module":"github.com/distribution/reference","version":"v0.6.0","vcs_hash":"ac2c94a9c45cfe172807163d3f9ae441bf0db0b30e528660d1b5db49678ed93a","timestamp":"2024-03-20T17:09:59Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\ 190{"module":"github.com/envoyproxy/go-control-plane/envoy","version":"v1.35.0","vcs_hash":"af904f5786ed9309afb305ff0ca3cddce08208c95ec3f9def0b074e767b05cb9","timestamp":"2025-07-22T12:54:42Z","subdir":"envoy","vcs_ref":"refs/tags/envoy/v1.35.0"},\
125{"module":"github.com/antihax/optional","version":"v1.0.0","vcs_hash":"535a79fbd6ec4a2d00a2eaeb938554011f822f57d36bc924215af19f4bab0697","timestamp":"2019-10-10T23:37:20Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 191{"module":"github.com/envoyproxy/protoc-gen-validate","version":"v1.2.1","vcs_hash":"d5f02e84a7cac6538441cf10353084bc8986687c4fb1dbec8ce868f36087a44c","timestamp":"2025-01-22T20:15:32Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\
126{"module":"github.com/miekg/pkcs11","version":"v1.1.1","vcs_hash":"cfc32d6973be9c203ec1d8480b59f61c59be67d146de9d920f82d4eb7c4d994a","timestamp":"2022-01-05T09:50:38Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\ 192{"module":"github.com/armon/circbuf","version":"v0.0.0-20190214190532-5111143e8da2","vcs_hash":"f44b726eafbedd3c7d5723dfd9850375946a0b78000629a3558aacfbb013cecb","timestamp":"2019-02-14T19:05:32Z","subdir":"","vcs_ref":""},\
127{"module":"github.com/miekg/pkcs11","version":"v1.0.2","vcs_hash":"eb5a56eb790cc3fc7850bf57682d3ac5831360a4496818de755c41ce63d505ba","timestamp":"2019-04-19T07:10:23Z","subdir":"","vcs_ref":"refs/tags/v1.0.2"},\
128{"module":"github.com/coreos/go-systemd/v22","version":"v22.6.0","vcs_hash":"cb3155042a873c409f7dda7401561f3206a5dc4225d8ce9335fd9da1ee482c05","timestamp":"2025-08-20T18:00:08Z","subdir":"","vcs_ref":"refs/tags/v22.6.0"},\ 193{"module":"github.com/coreos/go-systemd/v22","version":"v22.6.0","vcs_hash":"cb3155042a873c409f7dda7401561f3206a5dc4225d8ce9335fd9da1ee482c05","timestamp":"2025-08-20T18:00:08Z","subdir":"","vcs_ref":"refs/tags/v22.6.0"},\
129{"module":"github.com/jonboulle/clockwork","version":"v0.5.0","vcs_hash":"8a9b3a40ae13b2679138bcbfbe409f1586f92c23e873f4e219066c6596debc26","timestamp":"2024-11-29T18:02:53Z","subdir":"","vcs_ref":"refs/tags/v0.5.0"},\ 194{"module":"github.com/coreos/go-oidc/v3","version":"v3.16.0","vcs_hash":"03bf95d100c67404240716322c3671b3929db67ce58632e7f64b3830796b4b23","timestamp":"2025-10-03T19:37:06Z","subdir":"","vcs_ref":"refs/tags/v3.16.0"},\
130{"module":"github.com/cespare/xxhash/v2","version":"v2.3.0","vcs_hash":"4cf9134295bfe252b2146507759140e7050e00021c322cfd0d38a231ef3c0b20","timestamp":"2024-04-04T20:00:10Z","subdir":"","vcs_ref":"refs/tags/v2.3.0"},\ 195{"module":"github.com/mdlayher/socket","version":"v0.5.1","vcs_hash":"ade2a4b5630096b489828944f4f75b866125a6d37fc95c3524f0cc002cbe8cf9","timestamp":"2024-03-15T15:39:10Z","subdir":"","vcs_ref":"refs/tags/v0.5.1"},\
131{"module":"github.com/package-url/packageurl-go","version":"v0.1.1","vcs_hash":"69e2d03e1f7870cf593ec577931a0c5fd11729307d2e00a0deabe610548fcd48","timestamp":"2023-06-19T06:37:43Z","subdir":"","vcs_ref":"refs/tags/v0.1.1"},\ 196{"module":"github.com/mdlayher/vsock","version":"v1.2.1","vcs_hash":"a7b2ec13026e78d41b91e1e452aab0a78ae155b70966624ec8e5e52ba56a0b08","timestamp":"2023-04-29T14:19:24Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\
132{"module":"github.com/mitchellh/go-wordwrap","version":"v1.0.1","vcs_hash":"c6c7d05ba9f6db2637751fa2ce7bbc8bb04f632abc0b05363566319c8fd9c9b0","timestamp":"2020-09-25T18:08:01Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\ 197{"module":"github.com/mailru/easyjson","version":"v0.7.7","vcs_hash":"5b802334c301c91bd13cee6264caa8c327300bfc16173c6074fc315244620dd8","timestamp":"2021-02-06T19:00:08Z","subdir":"","vcs_ref":"refs/tags/v0.7.7"},\
133{"module":"github.com/mitchellh/mapstructure","version":"v1.5.0","vcs_hash":"d9f5489d4515cf23689f7c9a7a71a85fdd52671cf92601ea8e8c59bf3644b6b5","timestamp":"2022-04-20T22:31:31Z","subdir":"","vcs_ref":"refs/tags/v1.5.0"},\ 198{"module":"github.com/agext/levenshtein","version":"v1.2.3","vcs_hash":"f4186a1dba20fb3f51b9daaf116c010f10b94a0eb8114b084e25bb3b5649ecf6","timestamp":"2020-03-12T21:09:59Z","subdir":"","vcs_ref":"refs/tags/v1.2.3"},\
134{"module":"github.com/mitchellh/mapstructure","version":"v0.0.0-20150613213606-2caf8efc9366","vcs_hash":"5ad95eaf3fe770e7f704095dccb10123fc34e55570f7e163eb2e3e9a5c0586a6","timestamp":"2015-06-13T21:36:06Z","subdir":"","vcs_ref":""},\ 199{"module":"github.com/AdaLogics/go-fuzz-headers","version":"v0.0.0-20240806141605-e8a1dd7889d6","vcs_hash":"618ef3cd1ed01872674845eae25e7d6a50a3d70b49881ccd500327b0778fedb9","timestamp":"2024-08-06T14:16:05Z","subdir":"","vcs_ref":""},\
135{"module":"github.com/mitchellh/hashstructure/v2","version":"v2.0.2","vcs_hash":"7c1d661828ecf7a5daa9f90b02814e542e1ed4d474edc002d91d945df708a5be","timestamp":"2021-05-27T23:24:52Z","subdir":"v2","vcs_ref":"refs/tags/v2.0.2"},\ 200{"module":"github.com/ysmood/fetchup","version":"v0.2.3","vcs_hash":"8c9dd6ebf834d7256887c2d14a754cf11453f2f3a5e2b0c8c05110052b6ee3a1","timestamp":"2023-05-07T03:47:20Z","subdir":"","vcs_ref":"refs/tags/v0.2.3"},\
136{"module":"github.com/mitchellh/go-ps","version":"v1.0.0","vcs_hash":"e2954bb45e8e4304338ab2532158d042745f3a239202953369cef281beed32cb","timestamp":"2020-02-03T20:02:15Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 201{"module":"github.com/ysmood/gson","version":"v0.7.3","vcs_hash":"27ce5120c0465dfab869d1d5012071a3115381084f3a241d5de5330ed6bf71e6","timestamp":"2022-11-24T01:23:50Z","subdir":"","vcs_ref":"refs/tags/v0.7.3"},\
137{"module":"github.com/urfave/cli/v2","version":"v2.27.7","vcs_hash":"b063b9db6f64a681153d8de9f4474fe963c29b610e0cb156372dbc3dffad882a","timestamp":"2025-06-14T02:47:17Z","subdir":"","vcs_ref":"refs/tags/v2.27.7"},\ 202{"module":"github.com/ysmood/goob","version":"v0.4.0","vcs_hash":"9d85527d5325cd688787ce40dccb6ea83312b580a4e5eba11e779e213a9cb6c7","timestamp":"2022-04-09T04:13:26Z","subdir":"","vcs_ref":"refs/tags/v0.4.0"},\
138{"module":"github.com/urfave/cli","version":"v1.22.17","vcs_hash":"e30b4b6c880a60654fa02d3559f2088eddf5fbe9bc92870b9df3d72357f735d0","timestamp":"2025-06-14T02:43:22Z","subdir":"","vcs_ref":"refs/tags/v1.22.17"},\ 203{"module":"github.com/ysmood/got","version":"v0.40.0","vcs_hash":"eeb512ee1df2a3b4f92e5a5dc02e24f7963cec103929eec0113736a6ca67335b","timestamp":"2024-06-13T08:37:41Z","subdir":"","vcs_ref":"refs/tags/v0.40.0"},\
139{"module":"github.com/lib/pq","version":"v0.0.0-20150723085316-0dad96c0b94f","vcs_hash":"501779f1f37d5eedf7b5e73065f7d7847c6343baa947b47ab9335de358604a1c","timestamp":"2015-07-23T08:53:16Z","subdir":"","vcs_ref":""},\ 204{"module":"github.com/ysmood/leakless","version":"v0.9.0","vcs_hash":"ea236bef84d8f62f430439cdcf1cab367fcd2b2371ced56810ccd36d18be2dd9","timestamp":"2024-07-11T10:12:25Z","subdir":"","vcs_ref":"refs/tags/v0.9.0"},\
140{"module":"github.com/mgutz/ansi","version":"v0.0.0-20170206155736-9520e82c474b","vcs_hash":"f38805371ceca34945d620f33580bc80b8d8946d490670358956c3579639e7ad","timestamp":"2017-02-06T15:57:36Z","subdir":"","vcs_ref":""},\ 205{"module":"github.com/dvsekhvalnov/jose2go","version":"v0.0.0-20170216131308-f21a8cedbbae","vcs_hash":"3bed371de2aaaf0cbb9c346c5f01b8240e14c9e194179639d31b29aef3704b71","timestamp":"2017-02-16T13:13:08Z","subdir":"","vcs_ref":""},\
141{"module":"github.com/shibumi/go-pathspec","version":"v1.3.0","vcs_hash":"7d6286b09783f24f2ba2db51c2fd61c197637cee9cd88b2e7576338aa579825f","timestamp":"2021-10-17T22:38:10Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\ 206{"module":"github.com/opencontainers/runtime-spec","version":"v1.2.1","vcs_hash":"527ad6550cd654c758c3a90c33fba5de9598578a66be5e157153797cc1e49aa3","timestamp":"2025-02-25T22:46:15Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\
142{"module":"github.com/cloudflare/cfssl","version":"v0.0.0-20180223231731-4e2dcbde5004","vcs_hash":"3c8104b7da9d2e18832889b5c6a3e835075611b12d6602487addb722a70feac5","timestamp":"2018-02-23T23:17:31Z","subdir":"","vcs_ref":""},\ 207{"module":"github.com/opencontainers/runtime-spec","version":"v1.3.0","vcs_hash":"d9c05db6124626de7f86b5f7cf385d2a821699e74a3a1d784837399c70f4e1b9","timestamp":"2025-11-02T07:35:43Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
143{"module":"github.com/cloudflare/circl","version":"v1.6.0","vcs_hash":"6b1850dcf66e3b438754c6c9963b00daaa188378c7cb8c9c1ef005abe31f75f9","timestamp":"2025-02-04T23:02:19Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\ 208{"module":"github.com/opencontainers/go-digest","version":"v0.0.0-20170106003457-a6d0ee40d420","vcs_hash":"023b07658f561af4e33906504bb1dff6d66e7a4b8ef99fcf0927e6d101be98bd","timestamp":"2017-01-06T00:34:57Z","subdir":"","vcs_ref":""},\
144{"module":"github.com/AlecAivazis/survey/v2","version":"v2.3.7","vcs_hash":"915e6ad876675eb96b188d35f754bc931b786c20b8e9ce8142ab278092473e7c","timestamp":"2022-12-08T15:41:06Z","subdir":"","vcs_ref":"refs/tags/v2.3.7"},\ 209{"module":"github.com/opencontainers/go-digest","version":"v1.0.0","vcs_hash":"1a4d20c74c510ca00ecb86a3379c151579ed626508723e74a394480a71a0af24","timestamp":"2020-05-14T01:46:00Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
145{"module":"github.com/yuin/goldmark","version":"v1.1.27","vcs_hash":"fb45f805a799ac2f897942f334c68fc215fa5bfc06f4b0277d583fe78f6c36ca","timestamp":"2020-03-31T17:10:28Z","subdir":"","vcs_ref":"refs/tags/v1.1.27"},\ 210{"module":"github.com/opencontainers/selinux","version":"v1.12.0","vcs_hash":"4335d93e7b91bac4d4e22725cfaafc1cae44ef37a037022ea852d084e488e42a","timestamp":"2025-03-20T18:30:23Z","subdir":"","vcs_ref":"refs/tags/v1.12.0"},\
146{"module":"github.com/yuin/goldmark","version":"v1.4.13","vcs_hash":"fbec1a06cf7d810b36a87559756866f825159c4db030b543bd6359717d401035","timestamp":"2022-07-09T07:22:17Z","subdir":"","vcs_ref":"refs/tags/v1.4.13"},\ 211{"module":"github.com/opencontainers/selinux","version":"v1.13.1","vcs_hash":"19ef4b30214c57e5419f63e4397a9c0d90436c49b54e0ae99e1c9a4b964f28e2","timestamp":"2025-11-14T16:04:08Z","subdir":"","vcs_ref":"refs/tags/v1.13.1"},\
212{"module":"github.com/opencontainers/image-spec","version":"v1.1.1","vcs_hash":"5bb7cbac46d5df774d087c364c00445553d3db253ca80dc7050c4e57832c118d","timestamp":"2025-02-24T17:26:57Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\
213{"module":"github.com/opencontainers/image-spec","version":"v1.0.1","vcs_hash":"cc3b5f635a95bc8a8d17057e77e824e9203543710d27cab434eae6bda0ebd445","timestamp":"2017-10-30T17:47:40Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
214{"module":"github.com/opencontainers/runtime-tools","version":"v0.9.1-0.20250523060157-0ea5ed0382a2","vcs_hash":"f53bb2252a6ed943b856ebf9ca177b616be13e0631422a2c5167b1eeada6cc21","timestamp":"2025-05-23T06:01:57Z","subdir":"","vcs_ref":""},\
215{"module":"github.com/opencontainers/runtime-tools","version":"v0.9.1-0.20251114084447-edf4cb3d2116","vcs_hash":"9120451d0089ff79de31a4292e8836bebf3ee5e2d7e8c4852764fee040cbfc1e","timestamp":"2025-11-14T08:44:47Z","subdir":"","vcs_ref":""},\
147{"module":"github.com/yuin/goldmark","version":"v1.2.1","vcs_hash":"4c58efe0c28d74a0131cf65fc06af9bf723f3852cb20f81dce6ce9ae50793119","timestamp":"2020-07-30T13:33:42Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\ 216{"module":"github.com/yuin/goldmark","version":"v1.2.1","vcs_hash":"4c58efe0c28d74a0131cf65fc06af9bf723f3852cb20f81dce6ce9ae50793119","timestamp":"2020-07-30T13:33:42Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\
148{"module":"github.com/hanwen/go-fuse/v2","version":"v2.8.0","vcs_hash":"9549fd67be856dc5565aa6f4996edb86a648510a1efb4dec609c4133bdba118c","timestamp":"2025-06-11T07:15:48Z","subdir":"","vcs_ref":"refs/tags/v2.8.0"},\ 217{"module":"github.com/yuin/goldmark","version":"v1.4.13","vcs_hash":"fbec1a06cf7d810b36a87559756866f825159c4db030b543bd6359717d401035","timestamp":"2022-07-09T07:22:17Z","subdir":"","vcs_ref":"refs/tags/v1.4.13"},\
149{"module":"github.com/stefanberger/go-pkcs11uri","version":"v0.0.0-20230803200340-78284954bff6","vcs_hash":"38fa201d7d655497d33723d139ffc3ec2ee78d3caab251015a1c3a5190f5e073","timestamp":"2023-08-03T20:03:40Z","subdir":"","vcs_ref":""},\ 218{"module":"github.com/yuin/goldmark","version":"v1.1.27","vcs_hash":"fb45f805a799ac2f897942f334c68fc215fa5bfc06f4b0277d583fe78f6c36ca","timestamp":"2020-03-31T17:10:28Z","subdir":"","vcs_ref":"refs/tags/v1.1.27"},\
150{"module":"github.com/josharian/intern","version":"v1.0.0","vcs_hash":"273d42676826fc8f106c11c2800d01690a09463878fa115700b2e26df24a2440","timestamp":"2019-12-14T22:12:22Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 219{"module":"github.com/go-rod/rod","version":"v0.116.2","vcs_hash":"56a3074e00ed3cc5a312cd4b264c9070764ea81790bf8a1147690ab65ad79579","timestamp":"2024-07-12T02:40:37Z","subdir":"","vcs_ref":"refs/tags/v0.116.2"},\
151{"module":"github.com/json-iterator/go","version":"v1.1.7","vcs_hash":"bc41490320f388f56ca605b559e022840691077e82ae0ad6dd62b7ea000f0603","timestamp":"2019-06-21T16:12:01Z","subdir":"","vcs_ref":"refs/tags/v1.1.7"},\ 220{"module":"github.com/pelletier/go-toml","version":"v1.9.5","vcs_hash":"22bc2e212b193b23af04b0014dd6e6f15e66953913e88670099f8375927b48c7","timestamp":"2022-01-05T14:17:32Z","subdir":"","vcs_ref":"refs/tags/v1.9.5"},\
152{"module":"github.com/json-iterator/go","version":"v1.1.12","vcs_hash":"bdb67d21e426f2274ff76d4829ac60348539016b1aa54fa98cfccc554be12f3b","timestamp":"2021-09-11T02:17:26Z","subdir":"","vcs_ref":"refs/tags/v1.1.12"},\ 221{"module":"github.com/pelletier/go-toml/v2","version":"v2.2.4","vcs_hash":"024e6f520632e6be8a8fbc0202fdf0da2cfc0266ff95451a8e8d944dd0d8882f","timestamp":"2025-04-07T11:11:38Z","subdir":"","vcs_ref":"refs/tags/v2.2.4"},\
153{"module":"github.com/json-iterator/go","version":"v1.1.6","vcs_hash":"49dd68855c9609b742b2b0b4f38fc7310fe801de54098c1919a0a64c7a0df65f","timestamp":"2019-03-06T14:29:09Z","subdir":"","vcs_ref":"refs/tags/v1.1.6"},\ 222{"module":"github.com/x448/float16","version":"v0.8.4","vcs_hash":"e395eca01f11e874b5b2b165e3dc2620faa30374fb308657449d3a3023ce5cbb","timestamp":"2020-01-17T18:31:28Z","subdir":"","vcs_ref":"refs/tags/v0.8.4"},\
154{"module":"github.com/gorilla/websocket","version":"v1.5.4-0.20250319132907-e064f32e3674","vcs_hash":"722c87c831f4b73fd3a40f24d8693191974f7a5a180d73f29a05c9bb3f84589f","timestamp":"2025-03-19T13:29:07Z","subdir":"","vcs_ref":""},\ 223{"module":"github.com/valyala/fastjson","version":"v1.6.4","vcs_hash":"9f8bd53bfc32d2df39c0edaf1166015535c0b16676b7e9d5e385a8e22e796ccd","timestamp":"2022-12-29T18:27:00Z","subdir":"","vcs_ref":"refs/tags/v1.6.4"},\
224{"module":"github.com/go-viper/mapstructure/v2","version":"v2.5.0","vcs_hash":"3bfaa2e7553753ef9eb595609273310a8498c5d5f4d43000c69a7bd2bb39a3ef","timestamp":"2026-01-12T17:24:26Z","subdir":"","vcs_ref":"refs/tags/v2.5.0"},\
225{"module":"github.com/go-viper/mapstructure/v2","version":"v2.4.0","vcs_hash":"c8d654dc2b8f99ffd23c744af0b961737a283ddb83b110d144f8558b6ffa2ae1","timestamp":"2025-07-15T08:59:08Z","subdir":"","vcs_ref":"refs/tags/v2.4.0"},\
226{"module":"github.com/godbus/dbus/v5","version":"v5.1.0","vcs_hash":"64a1380eac8fb56f64570a9ee44f46ff49a8cfc74d31623d696b49699728d072","timestamp":"2022-02-27T11:53:47Z","subdir":"v5","vcs_ref":"refs/tags/v5.1.0"},\
227{"module":"github.com/acarl005/stripansi","version":"v0.0.0-20180116102854-5a71ef0e047d","vcs_hash":"337c48cf09adc53fe47bcae33dc8d5465a7dbf818b017054e53ee8ec11f2a73f","timestamp":"2018-01-16T10:28:54Z","subdir":"","vcs_ref":""},\
228{"module":"github.com/go-logr/logr","version":"v1.2.2","vcs_hash":"761d6b76e4ca57583edd8a7d6cf39d5a0c0dfd1fb4f82f099c044f754193f7d1","timestamp":"2021-12-05T13:02:31Z","subdir":"","vcs_ref":"refs/tags/v1.2.2"},\
229{"module":"github.com/go-logr/logr","version":"v1.4.3","vcs_hash":"5b4f8e13d26b7581594ade5c47d93fb87ebb7720ce23eff7afaed11743464e1f","timestamp":"2025-05-19T04:56:57Z","subdir":"","vcs_ref":"refs/tags/v1.4.3"},\
230{"module":"github.com/go-logr/stdr","version":"v1.2.2","vcs_hash":"e69aa58ea5f2f28aa8623652f5e6643b2299d9fe8ba1e6c73a8e3d602290ac67","timestamp":"2021-12-14T08:00:35Z","subdir":"","vcs_ref":"refs/tags/v1.2.2"},\
231{"module":"github.com/petermattis/goid","version":"v0.0.0-20240813172612-4fcff4a6cae7","vcs_hash":"28fe23d2ffb5463ca74406309be8d07f56f5b77b8f151b1f3d5a8edf6d6ae9be","timestamp":"2024-08-13T17:26:12Z","subdir":"","vcs_ref":""},\
232{"module":"github.com/blang/semver","version":"v3.5.1+incompatible","vcs_hash":"fb904b093dc37ee6efcaa2a562389f10a2411237cdeef7cddf15818be70366d1","timestamp":"2017-07-27T06:48:18Z","subdir":"","vcs_ref":"refs/tags/v3.5.1"},\
233{"module":"github.com/danieljoos/wincred","version":"v1.2.2","vcs_hash":"4c31e6f58d17a9dddc9ffae620bea8697c6f92b5c7db87875384a33fa8f2c46b","timestamp":"2024-07-14T14:39:00Z","subdir":"","vcs_ref":"refs/tags/v1.2.2"},\
234{"module":"github.com/danieljoos/wincred","version":"v1.2.3","vcs_hash":"27fc7633a915ecb9e3e3c6095cfd2d495010d4208024eefb538180b978864222","timestamp":"2025-10-02T18:24:04Z","subdir":"","vcs_ref":"refs/tags/v1.2.3"},\
235{"module":"github.com/transparency-dev/formats","version":"v0.0.0-20251017110053-404c0d5b696c","vcs_hash":"968921f38a5932901522d8dad3d99ef03c554eb958e6b809606dcae3d3a778dc","timestamp":"2025-10-17T11:00:53Z","subdir":"","vcs_ref":""},\
236{"module":"github.com/transparency-dev/merkle","version":"v0.0.2","vcs_hash":"11ca4461c55ebf4faefccb747a99c74860939f428aba666c5e7b7727ed758c08","timestamp":"2023-05-05T09:59:12Z","subdir":"","vcs_ref":"refs/tags/v0.0.2"},\
237{"module":"github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus","version":"v1.1.0","vcs_hash":"42aacc0b51ca4683515670ecfde267af8722802b2bb4d002d5647da7d38f9a47","timestamp":"2025-06-12T22:31:32Z","subdir":"providers/prometheus","vcs_ref":"refs/tags/providers/prometheus/v1.1.0"},\
238{"module":"github.com/grpc-ecosystem/go-grpc-middleware/v2","version":"v2.1.0","vcs_hash":"4e15ad209f57f1610bea03c67dbeef9ef7792fafe9b2902ca1a141277719f091","timestamp":"2024-02-22T15:43:25Z","subdir":"","vcs_ref":"refs/tags/v2.1.0"},\
239{"module":"github.com/grpc-ecosystem/grpc-gateway/v2","version":"v2.27.2","vcs_hash":"6c43ad48e059624148bd0ae0b851bb5d1200cd6574bdf1b8e9006ed161aaad3d","timestamp":"2025-08-20T14:35:35Z","subdir":"","vcs_ref":"refs/tags/v2.27.2"},\
240{"module":"github.com/grpc-ecosystem/grpc-gateway/v2","version":"v2.27.3","vcs_hash":"c03051a5b664a646468e73db0e79c783550c89b868b36ae69d3eed66aea682c1","timestamp":"2025-10-02T17:46:03Z","subdir":"","vcs_ref":"refs/tags/v2.27.3"},\
241{"module":"github.com/containernetworking/cni","version":"v1.3.0","vcs_hash":"6fa30880d920c48b1630347223a375694a450629a1037b649907b1ab1f2f237a","timestamp":"2025-04-07T15:37:53Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
242{"module":"github.com/containernetworking/plugins","version":"v1.8.0","vcs_hash":"f6503a87c1f81aa33a6d29c40a420afbc08e92fc8e1791dc7f439650e37194ca","timestamp":"2025-09-01T15:23:06Z","subdir":"","vcs_ref":"refs/tags/v1.8.0"},\
243{"module":"github.com/containernetworking/plugins","version":"v1.9.0","vcs_hash":"f1741bcddc19dacbe0697ac406a478c08fb3a5527dfb1c4a43b549a9c1a420d3","timestamp":"2025-11-13T11:10:49Z","subdir":"","vcs_ref":"refs/tags/v1.9.0"},\
244{"module":"github.com/opentracing/opentracing-go","version":"v1.1.0","vcs_hash":"ef2c56f0be025c9601f62c989b9bbcc2ccb4177a010b2d10139888b5762b9823","timestamp":"2019-03-23T20:25:03Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
245{"module":"github.com/go-kit/kit","version":"v0.8.0","vcs_hash":"164d4eaa2f8107f0ad2f6559aac743c96ecce3f6eb17905b0e878385ede67301","timestamp":"2018-11-08T02:13:29Z","subdir":"","vcs_ref":"refs/tags/v0.8.0"},\
246{"module":"github.com/go-openapi/jsonreference","version":"v0.21.3","vcs_hash":"06de1c7f0badb80ff65f2b8d602c41115cadba1eab00a3644a26c815fd9f97cc","timestamp":"2025-11-09T12:00:01Z","subdir":"","vcs_ref":"refs/tags/v0.21.3"},\
247{"module":"github.com/go-openapi/jsonreference","version":"v0.20.2","vcs_hash":"2b1f5e4abef192d562993c04982e0222c673c03ef641b68a8e86ea31eae7b8e4","timestamp":"2023-01-14T04:19:40Z","subdir":"","vcs_ref":"refs/tags/v0.20.2"},\
248{"module":"github.com/go-openapi/errors","version":"v0.22.4","vcs_hash":"e5716b375e23d3a59fd3d744fba14212d7d3d7434e874898258b45ea2aca6a07","timestamp":"2025-11-09T12:18:43Z","subdir":"","vcs_ref":"refs/tags/v0.22.4"},\
249{"module":"github.com/go-openapi/swag","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"","vcs_ref":"refs/tags/v0.25.3"},\
250{"module":"github.com/go-openapi/swag","version":"v0.23.0","vcs_hash":"c9cae28160c75921d2cb4ab3d1f827a75eff410d92b10dbdb59ee96851a11ee6","timestamp":"2024-03-09T18:11:11Z","subdir":"","vcs_ref":"refs/tags/v0.23.0"},\
251{"module":"github.com/go-openapi/swag/conv","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"conv","vcs_ref":"refs/tags/conv/v0.25.3"},\
252{"module":"github.com/go-openapi/swag/yamlutils","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"yamlutils","vcs_ref":"refs/tags/yamlutils/v0.25.3"},\
253{"module":"github.com/go-openapi/swag/netutils","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"netutils","vcs_ref":"refs/tags/netutils/v0.25.3"},\
254{"module":"github.com/go-openapi/swag/cmdutils","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"cmdutils","vcs_ref":"refs/tags/cmdutils/v0.25.3"},\
255{"module":"github.com/go-openapi/swag/typeutils","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"typeutils","vcs_ref":"refs/tags/typeutils/v0.25.3"},\
256{"module":"github.com/go-openapi/swag/stringutils","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"stringutils","vcs_ref":"refs/tags/stringutils/v0.25.3"},\
257{"module":"github.com/go-openapi/swag/fileutils","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"fileutils","vcs_ref":"refs/tags/fileutils/v0.25.3"},\
258{"module":"github.com/go-openapi/swag/jsonutils","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"jsonutils","vcs_ref":"refs/tags/jsonutils/v0.25.3"},\
259{"module":"github.com/go-openapi/swag/loading","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"loading","vcs_ref":"refs/tags/loading/v0.25.3"},\
260{"module":"github.com/go-openapi/swag/mangling","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"mangling","vcs_ref":"refs/tags/mangling/v0.25.3"},\
261{"module":"github.com/go-openapi/swag/jsonname","version":"v0.25.3","vcs_hash":"7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5","timestamp":"2025-11-17T21:56:48Z","subdir":"jsonname","vcs_ref":"refs/tags/jsonname/v0.25.3"},\
262{"module":"github.com/go-openapi/validate","version":"v0.25.1","vcs_hash":"634835de930cf49d86f8279271ac56663708df6630c75375676b7da12b0be051","timestamp":"2025-11-09T14:39:49Z","subdir":"","vcs_ref":"refs/tags/v0.25.1"},\
263{"module":"github.com/go-openapi/strfmt","version":"v0.25.0","vcs_hash":"1c34578346ff3d210d011d6cfe1401d10ad41c4367fffa74ef83da31a0dbd013","timestamp":"2025-11-09T12:54:25Z","subdir":"","vcs_ref":"refs/tags/v0.25.0"},\
264{"module":"github.com/go-openapi/analysis","version":"v0.24.1","vcs_hash":"ea08203f36c98c5717a34e77c7e63e5e7be53de3838e1348958eba4d2a2f8b14","timestamp":"2025-11-09T13:58:24Z","subdir":"","vcs_ref":"refs/tags/v0.24.1"},\
265{"module":"github.com/go-openapi/jsonpointer","version":"v0.21.0","vcs_hash":"eaab28eda54bc7b1675e90e5ebeb79d02f5b4b71c2430301297b1b41c648226c","timestamp":"2024-03-09T18:18:34Z","subdir":"","vcs_ref":"refs/tags/v0.21.0"},\
266{"module":"github.com/go-openapi/jsonpointer","version":"v0.22.1","vcs_hash":"6269b4927db8fb7b41c628d42e3863e247ac6ab2729a17f0ea71ecfef8b873ab","timestamp":"2025-09-26T17:03:54Z","subdir":"","vcs_ref":"refs/tags/v0.22.1"},\
267{"module":"github.com/go-openapi/spec","version":"v0.22.1","vcs_hash":"4092ffe95426c0c9bca5c198241300fcee8b81ca1c66da9b40ba1acb8768cf32","timestamp":"2025-11-09T13:27:19Z","subdir":"","vcs_ref":"refs/tags/v0.22.1"},\
268{"module":"github.com/go-openapi/loads","version":"v0.23.2","vcs_hash":"9c224bf4ee23cd9ccea3953edb8991bb14040f2a584059de1f1644613744997e","timestamp":"2025-11-09T13:46:48Z","subdir":"","vcs_ref":"refs/tags/v0.23.2"},\
269{"module":"github.com/go-openapi/runtime","version":"v0.29.2","vcs_hash":"b635f5b40e7ba10ae8c0cba6c904210f047c83113a12b45953d3e2f6f23d44e7","timestamp":"2025-11-09T19:45:35Z","subdir":"","vcs_ref":"refs/tags/v0.29.2"},\
270{"module":"github.com/emicklei/go-restful/v3","version":"v3.13.0","vcs_hash":"2b1cb5344031e14606bed4c9c1a5462fa536c12e0f7359188d69f5709fdff9a1","timestamp":"2025-08-14T12:44:48Z","subdir":"","vcs_ref":"refs/tags/v3.13.0"},\
155{"module":"github.com/gorilla/mux","version":"v1.7.0","vcs_hash":"e9f6dcbb74dd04784ade5364ce0688a4247bdb04e0cc5ea8774218e7cf8a65c5","timestamp":"2019-01-25T16:05:53Z","subdir":"","vcs_ref":"refs/tags/v1.7.0"},\ 271{"module":"github.com/gorilla/mux","version":"v1.7.0","vcs_hash":"e9f6dcbb74dd04784ade5364ce0688a4247bdb04e0cc5ea8774218e7cf8a65c5","timestamp":"2019-01-25T16:05:53Z","subdir":"","vcs_ref":"refs/tags/v1.7.0"},\
156{"module":"github.com/gorilla/mux","version":"v1.8.1","vcs_hash":"489d4511710bd1a1fc80974aa65ee7c2b851f7c6354c34549b8cd131f4435f0f","timestamp":"2023-10-18T11:23:00Z","subdir":"","vcs_ref":"refs/tags/v1.8.1"},\ 272{"module":"github.com/gorilla/mux","version":"v1.8.1","vcs_hash":"489d4511710bd1a1fc80974aa65ee7c2b851f7c6354c34549b8cd131f4435f0f","timestamp":"2023-10-18T11:23:00Z","subdir":"","vcs_ref":"refs/tags/v1.8.1"},\
157{"module":"github.com/theupdateframework/notary","version":"v0.7.0","vcs_hash":"0e83ed3cbdbbbd63c9ab62dc40651621a386fcaf575326772f2912b1279bfb2b","timestamp":"2021-01-14T13:39:57Z","subdir":"","vcs_ref":"refs/tags/v0.7.0"},\ 273{"module":"github.com/gorilla/websocket","version":"v1.5.4-0.20250319132907-e064f32e3674","vcs_hash":"722c87c831f4b73fd3a40f24d8693191974f7a5a180d73f29a05c9bb3f84589f","timestamp":"2025-03-19T13:29:07Z","subdir":"","vcs_ref":""},\
158{"module":"github.com/stretchr/objx","version":"v0.5.2","vcs_hash":"fe4a57d26379977ebf461da8c71a20095b9f973a91d55076b67fa0de48206a1e","timestamp":"2024-02-29T09:57:51Z","subdir":"","vcs_ref":"refs/tags/v0.5.2"},\ 274{"module":"github.com/golang-sql/civil","version":"v0.0.0-20190719163853-cb61b32ac6fe","vcs_hash":"cf48a794754d9a9b29ff84011cf01764f8e4e9140292e83b4154b89a13f0eee9","timestamp":"2019-07-19T16:38:53Z","subdir":"","vcs_ref":""},\
159{"module":"github.com/stretchr/objx","version":"v0.2.0","vcs_hash":"982a1df420b1f34eee71122e02865aa89e1ea251dc09362265917bd0e0ca3995","timestamp":"2019-04-09T12:31:02Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\ 275{"module":"github.com/tilt-dev/fsnotify","version":"v1.4.8-0.20220602155310-fff9c274a375","vcs_hash":"7518a2b435d07d055cf9c9215e09d3f354425246b3aaec57d9906b3f344e061e","timestamp":"2022-06-02T15:53:10Z","subdir":"","vcs_ref":""},\
160{"module":"github.com/stretchr/objx","version":"v0.1.0","vcs_hash":"39828321881a0709a36a2d1edde8fc9928ddd471ebd0bbdf7012076e7214bb02","timestamp":"2018-01-06T01:13:53Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\ 276{"module":"github.com/matttproud/golang_protobuf_extensions","version":"v1.0.1","vcs_hash":"dd0fe058870feb088b8d2d88a7ff601f4c8c03aedeede7d837efcd311b5aea9b","timestamp":"2016-04-24T11:30:07Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
161{"module":"github.com/stretchr/objx","version":"v0.1.1","vcs_hash":"324a79f9170fef44f826e43999370c6ec3bc3be6044c9a4c2e3eb97cdf5ac743","timestamp":"2018-01-25T22:19:50Z","subdir":"","vcs_ref":"refs/tags/v0.1.1"},\ 277{"module":"github.com/Netflix/go-expect","version":"v0.0.0-20220104043353-73e0943537d2","vcs_hash":"421789c64dd51281a459815573a00c171d61889f5324c1701c37f5f2e8caa8a3","timestamp":"2022-01-04T04:33:53Z","subdir":"","vcs_ref":""},\
162{"module":"github.com/stretchr/testify","version":"v1.3.0","vcs_hash":"15f4be955793ecb9ef81031cf64191211271265868a72e4bf25c409e978a8ce8","timestamp":"2019-01-03T19:31:39Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\ 278{"module":"github.com/pmezard/go-difflib","version":"v1.0.0","vcs_hash":"c04ad296d2e3203fda8b7ca96feaca21b20b3b7441e33c7d67cda029ea61ab4c","timestamp":"2016-01-10T10:55:54Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
163{"module":"github.com/stretchr/testify","version":"v1.2.2","vcs_hash":"2bb8c4aae39dd3460bd5d8094b70444e65cec7f2390b1c2a41ffb7d431d41317","timestamp":"2018-06-09T11:55:18Z","subdir":"","vcs_ref":"refs/tags/v1.2.2"},\ 279{"module":"github.com/golang/groupcache","version":"v0.0.0-20241129210726-2c02b8208cf8","vcs_hash":"42d84b5a864149912b1976573aa12f43cdea041dfbb41206b5548b1134452af5","timestamp":"2024-11-29T21:07:26Z","subdir":"","vcs_ref":""},\
164{"module":"github.com/stretchr/testify","version":"v1.4.0","vcs_hash":"9e52b2f6204cf4daab20f41d30029448e95ae1a472c112e86dbdd68a16e14a2e","timestamp":"2019-07-12T00:01:36Z","subdir":"","vcs_ref":"refs/tags/v1.4.0"},\ 280{"module":"github.com/golang/glog","version":"v1.2.5","vcs_hash":"c9f39bfa0a44d36bb33abf5da9f941c03e1a2e8b3c98916cabc3aaca09d17583","timestamp":"2025-04-29T08:43:26Z","subdir":"","vcs_ref":"refs/tags/v1.2.5"},\
165{"module":"github.com/stretchr/testify","version":"v1.5.1","vcs_hash":"725790d9265526f327bc846ba6025be038cd5cdf6367be0f622409ad58ac9aa0","timestamp":"2020-02-19T20:56:11Z","subdir":"","vcs_ref":"refs/tags/v1.5.1"},\ 281{"module":"github.com/golang/snappy","version":"v0.0.4","vcs_hash":"0e8300bf89da9cc73c5b1fb83a5b5f3a9473d85cec3174c9484fb3b87ff8031d","timestamp":"2021-06-08T04:05:37Z","subdir":"","vcs_ref":"refs/tags/v0.0.4"},\
166{"module":"github.com/stretchr/testify","version":"v1.7.0","vcs_hash":"f87883f9ef1ad6bd6ecb844fe9108ae126c4dfab49080e5fb37bd27ca64417be","timestamp":"2021-01-13T09:54:11Z","subdir":"","vcs_ref":"refs/tags/v1.7.0"},\ 282{"module":"github.com/golang/protobuf","version":"v1.3.1","vcs_hash":"ac3a600ae77600dcd73c8d21a4cd18d0b220318ed349c8deda52af33b71c50c6","timestamp":"2019-02-28T15:19:29Z","subdir":"","vcs_ref":"refs/tags/v1.3.1"},\
167{"module":"github.com/stretchr/testify","version":"v1.11.1","vcs_hash":"ba91b84762300277627df761c9f004ffcc560434a1a1c2e613269b0c2e378278","timestamp":"2025-08-27T10:46:31Z","subdir":"","vcs_ref":"refs/tags/v1.11.1"},\ 283{"module":"github.com/golang/protobuf","version":"v1.2.0","vcs_hash":"c620195ee748026eed07d7e16b36050b97c69cfe3f735e96aafd915e5397baa5","timestamp":"2018-08-14T21:14:27Z","subdir":"","vcs_ref":"refs/tags/v1.2.0"},\
168{"module":"github.com/stretchr/testify","version":"v1.6.1","vcs_hash":"782e156612c5b8f52bb9daab64be055460c9e50ce18305034fc5c8954a4e6b4a","timestamp":"2020-06-05T10:48:45Z","subdir":"","vcs_ref":"refs/tags/v1.6.1"},\ 284{"module":"github.com/golang/protobuf","version":"v1.3.4","vcs_hash":"f83545c5d009af94276add9fdb970f0b4b5b6872f19d4b02b8111007ee5544b0","timestamp":"2020-02-26T19:23:50Z","subdir":"","vcs_ref":"refs/tags/v1.3.4"},\
169{"module":"github.com/klauspost/compress","version":"v1.18.1","vcs_hash":"b48c3ccd9eeacff33408e742c5cba28495d19318773a2419734e1f7f12be4596","timestamp":"2025-10-02T12:00:22Z","subdir":"","vcs_ref":"refs/tags/v1.18.1"},\ 285{"module":"github.com/golang/protobuf","version":"v1.3.2","vcs_hash":"cbdb48339b27d250cd1655e4e658760981e0b526face5866f3cfac54fd21200c","timestamp":"2019-07-01T18:22:01Z","subdir":"","vcs_ref":"refs/tags/v1.3.2"},\
170{"module":"github.com/fatih/color","version":"v1.18.0","vcs_hash":"5d3a7d46049b39f7f5f80bbbcaf1d95f84b393dcee5978948fd4ca3a5abb4461","timestamp":"2024-10-03T07:06:28Z","subdir":"","vcs_ref":"refs/tags/v1.18.0"},\ 286{"module":"github.com/golang/protobuf","version":"v1.5.4","vcs_hash":"ff75ecee442381e7c87bac5ec092ebaf50137bc693ba5c5c1edce6eb4bd3ce94","timestamp":"2024-03-06T06:45:40Z","subdir":"","vcs_ref":"refs/tags/v1.5.4"},\
171{"module":"github.com/onsi/gomega","version":"v1.7.1","vcs_hash":"eca01df4f63425b54410888126f5e562e7f2c689d9483249110a2f793909648b","timestamp":"2019-10-30T17:12:58Z","subdir":"","vcs_ref":"refs/tags/v1.7.1"},\
172{"module":"github.com/onsi/gomega","version":"v1.9.0","vcs_hash":"728f44b7af3fd5cab91499df1e92a9d2c3e67004ea59ac1e4a549fb2ca6763a8","timestamp":"2020-02-01T10:40:48Z","subdir":"","vcs_ref":"refs/tags/v1.9.0"},\
173{"module":"github.com/onsi/ginkgo","version":"v1.12.0","vcs_hash":"1fa773d747594333c67867f9bdc536ee1286d76aa754e875bec3818f99d1318b","timestamp":"2020-02-01T10:35:24Z","subdir":"","vcs_ref":"refs/tags/v1.12.0"},\
174{"module":"github.com/onsi/ginkgo","version":"v1.6.0","vcs_hash":"084961c940c1064ad8f72342797a7f84ceb5184e0f4f98076f0ac0a75a0a376f","timestamp":"2018-07-17T16:34:38Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
175{"module":"github.com/russross/blackfriday/v2","version":"v2.1.0","vcs_hash":"6dd1604eceba1790dbf7f827f1e22a5866a5348a2ab616daed7363a6e16e081d","timestamp":"2020-10-27T03:47:54Z","subdir":"v2","vcs_ref":"refs/tags/v2.1.0"},\
176{"module":"github.com/russross/blackfriday","version":"v1.6.0","vcs_hash":"45882c51d4da17f32775abbdabd353753e5115f6ec6282c3bf028fe3471fc743","timestamp":"2020-10-27T03:46:40Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
177{"module":"github.com/tchap/go-patricia/v2","version":"v2.3.3","vcs_hash":"196ec21f158dd5c10370dcd9b618d17460a5f3dec6cbc351a797a1a4f906b7bb","timestamp":"2025-07-01T06:30:56Z","subdir":"","vcs_ref":"refs/tags/v2.3.3"},\
178{"module":"github.com/Masterminds/semver/v3","version":"v3.4.0","vcs_hash":"b69d3fcaea23340a3ee6fdc0c141ba3d247100353aee6eb28dd426e0d62498b3","timestamp":"2025-06-27T14:48:33Z","subdir":"","vcs_ref":"refs/tags/v3.4.0"},\
179{"module":"github.com/docker/go-metrics","version":"v0.0.1","vcs_hash":"96ae8893e24907a70aef922af47d48651611460f2b982f7e1e27dacd5ad82b9f","timestamp":"2019-08-28T14:40:21Z","subdir":"","vcs_ref":"refs/tags/v0.0.1"},\
180{"module":"github.com/docker/go-metrics","version":"v0.0.0-20180209012529-399ea8c73916","vcs_hash":"e46943e0ce240f96ccb15fabd2b6c91ee2105677005b8cff59822b6c952ea98e","timestamp":"2018-02-09T01:25:29Z","subdir":"","vcs_ref":""},\
181{"module":"github.com/docker/distribution","version":"v2.8.3+incompatible","vcs_hash":"179a4ea80ae56a5b38e4349dac5aa88a7180045bd04943c05933125b8abc5d93","timestamp":"2023-10-02T17:09:30Z","subdir":"","vcs_ref":"refs/tags/v2.8.3"},\
182{"module":"github.com/docker/distribution","version":"v2.7.1+incompatible","vcs_hash":"26a3d4dc632c62414346d52deda2aedc133ba755ea9665e3aba4eba2cfe57bb0","timestamp":"2019-01-17T23:19:26Z","subdir":"","vcs_ref":"refs/tags/v2.7.1"},\
183{"module":"github.com/docker/buildx","version":"v0.30.1","vcs_hash":"25cb17d8ddf768aee49602f2f54d5eceac6363032a3553dd3c4c2fbc98d2f7e5","timestamp":"2025-11-17T16:54:25Z","subdir":"","vcs_ref":"refs/tags/v0.30.1"},\
184{"module":"github.com/docker/cli","version":"v28.5.2+incompatible","vcs_hash":"a391fb1392ea2dfddf6174cc48f8cd0f4211b670b63e9ab68159b38203ff83cd","timestamp":"2025-11-05T10:32:31Z","subdir":"","vcs_ref":"refs/tags/v28.5.2"},\
185{"module":"github.com/docker/cli-docs-tool","version":"v0.10.0","vcs_hash":"c4b4f54f793ab2389943c51625a95daf19938238de995ed84d04aaeaeb0b8e72","timestamp":"2025-05-19T13:44:28Z","subdir":"","vcs_ref":"refs/tags/v0.10.0"},\
186{"module":"github.com/docker/docker","version":"v28.5.2+incompatible","vcs_hash":"3de5db22583d5bbf6eae05c3768cf39f98cec50b9a6c9fdeb10d95acbabbc761","timestamp":"2025-11-05T14:19:32Z","subdir":"","vcs_ref":"refs/tags/v28.5.2"},\
187{"module":"github.com/docker/go-events","version":"v0.0.0-20190806004212-e31b211e4f1c","vcs_hash":"3e0bfea9682128db4b902dfb300a63020f2a4e0fd9e50a9a43529185ded21203","timestamp":"2019-08-06T00:42:12Z","subdir":"","vcs_ref":""},\
188{"module":"github.com/docker/libtrust","version":"v0.0.0-20160708172513-aabc10ec26b7","vcs_hash":"30b9f1ca3a03878df88db7db5466a284cdc61ad2e0e647ef5d4611b4bc72f1b8","timestamp":"2016-07-08T17:25:13Z","subdir":"","vcs_ref":""},\
189{"module":"github.com/docker/docker-credential-helpers","version":"v0.9.3","vcs_hash":"770434256d900c6fb465ae2e5f70a7c567db07403fd44a6b8122f593f986a7b6","timestamp":"2025-03-14T11:52:36Z","subdir":"","vcs_ref":"refs/tags/v0.9.3"},\
190{"module":"github.com/docker/go-units","version":"v0.5.0","vcs_hash":"2f970538f28b36d4a39663fa90033ec5c742ddd7774a86d94cc6c179e63a1c49","timestamp":"2022-05-17T10:43:04Z","subdir":"","vcs_ref":"refs/tags/v0.5.0"},\
191{"module":"github.com/docker/go-connections","version":"v0.4.0","vcs_hash":"90a622b6d50d291d33dc478ac881c41bd809522c6c0c4e6928a6c544843d868f","timestamp":"2018-02-28T14:10:15Z","subdir":"","vcs_ref":"refs/tags/v0.4.0"},\
192{"module":"github.com/docker/go-connections","version":"v0.6.0","vcs_hash":"cd70a0eee460c110e4a842a78601dec1916771fc94b97da790e5cdff44cf6b59","timestamp":"2025-08-06T15:47:19Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\
193{"module":"github.com/docker/compose/v5","version":"v5.0.0-20251205141902-9fada6cc23fb","vcs_hash":"0d945e267746ce92d65bce0aaf01de62887f55820fc309105a3bf83b78bc07fb","timestamp":"2025-12-05T14:19:02Z","subdir":"v5","vcs_ref":""},\
194{"module":"github.com/docker/compose/v5","version":"v5.0.1-0.20251205141902-9fada6cc23fb","vcs_hash":"0d945e267746ce92d65bce0aaf01de62887f55820fc309105a3bf83b78bc07fb","timestamp":"2025-12-05T14:19:02Z","subdir":"","vcs_ref":""},\
195{"module":"github.com/planetscale/vtprotobuf","version":"v0.6.1-0.20240319094008-0393e58bdf10","vcs_hash":"2a8f7a744764b6b7d0f6b17003fd8217cc861be946aee65fccc7d1491634942f","timestamp":"2024-03-19T09:40:08Z","subdir":"","vcs_ref":""},\
196{"module":"github.com/mwitkow/go-conntrack","version":"v0.0.0-20190716064945-2f068394615f","vcs_hash":"0c95da896ecaf67638f45eea2282c2c840e57fd5bef90b1316645fe86914c177","timestamp":"2019-07-16T06:49:45Z","subdir":"","vcs_ref":""},\
197{"module":"github.com/mwitkow/go-conntrack","version":"v0.0.0-20161129095857-cc309e4a2223","vcs_hash":"0ff4a51de5f43065c774026c897e99f6a207c66edef943350fa92176ccaf3982","timestamp":"2016-11-29T09:58:57Z","subdir":"","vcs_ref":""},\
198{"module":"github.com/go-jose/go-jose/v3","version":"v3.0.0","vcs_hash":"a3831850f8ce4841dd8c7a97a914dc89fe910b83d57d95db27c873ade23304b4","timestamp":"2021-06-05T21:22:18Z","subdir":"v3","vcs_ref":"refs/tags/v3.0.0"},\ 287{"module":"github.com/go-jose/go-jose/v3","version":"v3.0.0","vcs_hash":"a3831850f8ce4841dd8c7a97a914dc89fe910b83d57d95db27c873ade23304b4","timestamp":"2021-06-05T21:22:18Z","subdir":"v3","vcs_ref":"refs/tags/v3.0.0"},\
199{"module":"github.com/go-jose/go-jose/v4","version":"v4.1.3","vcs_hash":"a4219826063988cbd7f4ed3d1c1fc58d7ed42f236f04225796cee7943617cebb","timestamp":"2025-10-03T18:59:29Z","subdir":"","vcs_ref":"refs/tags/v4.1.3"},\ 288{"module":"github.com/go-jose/go-jose/v4","version":"v4.1.3","vcs_hash":"a4219826063988cbd7f4ed3d1c1fc58d7ed42f236f04225796cee7943617cebb","timestamp":"2025-10-03T18:59:29Z","subdir":"","vcs_ref":"refs/tags/v4.1.3"},\
200{"module":"github.com/intel/goresctrl","version":"v0.10.0","vcs_hash":"29a6109926a2e174fae849b3c015435e64e4f34ea86919fbc693930c06128b9b","timestamp":"2025-11-03T07:45:09Z","subdir":"","vcs_ref":"refs/tags/v0.10.0"},\ 289{"module":"github.com/keybase/go-keychain","version":"v0.0.1","vcs_hash":"82b6722ae37ce95c4a4f5c5d543a436be413fa68f322f3be86191b0953905603","timestamp":"2025-02-27T17:52:03Z","subdir":"","vcs_ref":"refs/tags/v0.0.1"},\
290{"module":"github.com/golang-jwt/jwt/v5","version":"v5.3.0","vcs_hash":"66e46ba0e23fba357561ed48f444bcd3786aa0082ed4d7977f2625fe09cb754e","timestamp":"2025-07-30T13:04:00Z","subdir":"","vcs_ref":"refs/tags/v5.3.0"},\
201{"module":"github.com/felixge/httpsnoop","version":"v1.0.4","vcs_hash":"4faaa0a5649a2ae9245609ad7ed739dbc2e39cfd27a3018400f3dad114269d26","timestamp":"2023-03-12T10:31:09Z","subdir":"","vcs_ref":"refs/tags/v1.0.4"},\ 291{"module":"github.com/felixge/httpsnoop","version":"v1.0.4","vcs_hash":"4faaa0a5649a2ae9245609ad7ed739dbc2e39cfd27a3018400f3dad114269d26","timestamp":"2023-03-12T10:31:09Z","subdir":"","vcs_ref":"refs/tags/v1.0.4"},\
202{"module":"github.com/felixge/fgprof","version":"v0.9.3","vcs_hash":"e4198b9fea19f930b494d86892d08c8dcf4d5828b2b7c19db44e432daeadbd37","timestamp":"2022-09-01T14:50:22Z","subdir":"","vcs_ref":"refs/tags/v0.9.3"},\ 292{"module":"github.com/felixge/fgprof","version":"v0.9.3","vcs_hash":"e4198b9fea19f930b494d86892d08c8dcf4d5828b2b7c19db44e432daeadbd37","timestamp":"2022-09-01T14:50:22Z","subdir":"","vcs_ref":"refs/tags/v0.9.3"},\
203{"module":"github.com/hailocab/go-hostpool","version":"v0.0.0-20160125115350-e80d13ce29ed","vcs_hash":"9c4bc4176e756c26e2cdff114a1c5597225ee9e1831b7404408096c667ad9031","timestamp":"2016-01-25T11:53:50Z","subdir":"","vcs_ref":""},\ 293{"module":"github.com/agnivade/levenshtein","version":"v1.2.1","vcs_hash":"d5b038fb822a1e302e22b0e6ac8351f211ac30e1da66a634d22f607d655321e3","timestamp":"2024-12-23T04:53:21Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\
204{"module":"github.com/tonistiigi/fsutil","version":"v0.0.0-20250605211040-586307ad452f","vcs_hash":"d721d7ff5242aee01894397e3189dde451e48dd99ea135fda17971624b878725","timestamp":"2025-06-05T21:10:40Z","subdir":"","vcs_ref":""},\ 294{"module":"github.com/spdx/tools-golang","version":"v0.5.5","vcs_hash":"67dc836f5c494b30f0be4d730f354867948c78e92c42f1c68e779ec3c48a5a01","timestamp":"2024-06-17T02:01:36Z","subdir":"","vcs_ref":"refs/tags/v0.5.5"},\
205{"module":"github.com/tonistiigi/vt100","version":"v0.0.0-20240514184818-90bafcd6abab","vcs_hash":"8c7e9f3cea5c616be7d8cb3b181a8ecf2d3b1ff0b881bb34abd9235b7680d2c9","timestamp":"2024-05-14T18:48:18Z","subdir":"","vcs_ref":""},\ 295{"module":"github.com/spdx/tools-golang","version":"v0.5.7","vcs_hash":"2944f2a5d449b4ba31e7000d974e7dafe6c0e63a63a2a667ce98cd5bdd81cadc","timestamp":"2026-01-07T01:39:00Z","subdir":"","vcs_ref":"refs/tags/v0.5.7"},\
296{"module":"github.com/lib/pq","version":"v0.0.0-20150723085316-0dad96c0b94f","vcs_hash":"501779f1f37d5eedf7b5e73065f7d7847c6343baa947b47ab9335de358604a1c","timestamp":"2015-07-23T08:53:16Z","subdir":"","vcs_ref":""},\
297{"module":"github.com/cloudflare/circl","version":"v1.6.1","vcs_hash":"3c2dfa258c309745a69f7643659c92a962cf059c411c84e321b55c5ac0323f35","timestamp":"2025-04-09T16:57:45Z","subdir":"","vcs_ref":"refs/tags/v1.6.1"},\
298{"module":"github.com/cloudflare/circl","version":"v1.6.0","vcs_hash":"6b1850dcf66e3b438754c6c9963b00daaa188378c7cb8c9c1ef005abe31f75f9","timestamp":"2025-02-04T23:02:19Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
299{"module":"github.com/cloudflare/cfssl","version":"v0.0.0-20180223231731-4e2dcbde5004","vcs_hash":"3c8104b7da9d2e18832889b5c6a3e835075611b12d6602487addb722a70feac5","timestamp":"2018-02-23T23:17:31Z","subdir":"","vcs_ref":""},\
300{"module":"github.com/asaskevich/govalidator","version":"v0.0.0-20230301143203-a9d515a09cc2","vcs_hash":"e0c07f200ff31ed92aa0075d9e5e72c7ed4294f6ef7d9e723213e1bceaca59d3","timestamp":"2023-03-01T14:32:03Z","subdir":"","vcs_ref":""},\
301{"module":"github.com/smallstep/pkcs7","version":"v0.1.1","vcs_hash":"2f19e869b678f6b075729ec3df26ac81f8f576057860ead9a9c70212023b6927","timestamp":"2024-12-16T14:13:52Z","subdir":"","vcs_ref":"refs/tags/v0.1.1"},\
302{"module":"github.com/tonistiigi/go-actions-cache","version":"v0.0.0-20260120203934-54bc28c26fd2","vcs_hash":"2924c7ecb319efa413b0f3012222cad7c8773cd26a54e23c43cd460cf6d9c0b0","timestamp":"2026-01-20T20:39:34Z","subdir":"","vcs_ref":""},\
303{"module":"github.com/tonistiigi/go-actions-cache","version":"v0.0.0-20250626083717-378c5ed1ddd9","vcs_hash":"9f4a150fded4b0c51af4c77ae23f48e741fc3c25041f168f5e152c9bef985194","timestamp":"2025-06-26T08:37:17Z","subdir":"","vcs_ref":""},\
304{"module":"github.com/tonistiigi/dchapes-mode","version":"v0.0.0-20250318174251-73d941a28323","vcs_hash":"088daf1e815a0c250df5a6800476d2fd7926fd2cfde5c798932d14dc518d73f2","timestamp":"2025-03-18T17:42:51Z","subdir":"","vcs_ref":""},\
206{"module":"github.com/tonistiigi/go-csvvalue","version":"v0.0.0-20240814133006-030d3b2625d0","vcs_hash":"4bab931b93ec61ba123209f20dc512a65f448d9af6783e77b89ee8a8b7bf94b3","timestamp":"2024-08-14T13:30:06Z","subdir":"","vcs_ref":""},\ 305{"module":"github.com/tonistiigi/go-csvvalue","version":"v0.0.0-20240814133006-030d3b2625d0","vcs_hash":"4bab931b93ec61ba123209f20dc512a65f448d9af6783e77b89ee8a8b7bf94b3","timestamp":"2024-08-14T13:30:06Z","subdir":"","vcs_ref":""},\
207{"module":"github.com/tonistiigi/units","version":"v0.0.0-20180711220420-6950e57a87ea","vcs_hash":"a0528d63437c733bc9243aeb601d0f1175a8f8eaa01b2402d7b077f35f36fbcd","timestamp":"2018-07-11T22:04:20Z","subdir":"","vcs_ref":""},\ 306{"module":"github.com/tonistiigi/units","version":"v0.0.0-20180711220420-6950e57a87ea","vcs_hash":"a0528d63437c733bc9243aeb601d0f1175a8f8eaa01b2402d7b077f35f36fbcd","timestamp":"2018-07-11T22:04:20Z","subdir":"","vcs_ref":""},\
208{"module":"github.com/tonistiigi/dchapes-mode","version":"v0.0.0-20250318174251-73d941a28323","vcs_hash":"088daf1e815a0c250df5a6800476d2fd7926fd2cfde5c798932d14dc518d73f2","timestamp":"2025-03-18T17:42:51Z","subdir":"","vcs_ref":""},\
209{"module":"github.com/tonistiigi/go-archvariant","version":"v1.0.0","vcs_hash":"07d631aebb630179eda0ac758a6a400523556e0df873aaaa8107c81569f5312d","timestamp":"2022-01-31T19:23:56Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 307{"module":"github.com/tonistiigi/go-archvariant","version":"v1.0.0","vcs_hash":"07d631aebb630179eda0ac758a6a400523556e0df873aaaa8107c81569f5312d","timestamp":"2022-01-31T19:23:56Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
210{"module":"github.com/tonistiigi/go-actions-cache","version":"v0.0.0-20250626083717-378c5ed1ddd9","vcs_hash":"9f4a150fded4b0c51af4c77ae23f48e741fc3c25041f168f5e152c9bef985194","timestamp":"2025-06-26T08:37:17Z","subdir":"","vcs_ref":""},\
211{"module":"github.com/tonistiigi/jaeger-ui-rest","version":"v0.0.0-20250408171107-3dd17559e117","vcs_hash":"644200fb876350717a5c6642a51a536deec87f616bc0db7325b35f6e96fd6ceb","timestamp":"2025-04-08T17:11:07Z","subdir":"","vcs_ref":""},\ 308{"module":"github.com/tonistiigi/jaeger-ui-rest","version":"v0.0.0-20250408171107-3dd17559e117","vcs_hash":"644200fb876350717a5c6642a51a536deec87f616bc0db7325b35f6e96fd6ceb","timestamp":"2025-04-08T17:11:07Z","subdir":"","vcs_ref":""},\
212{"module":"github.com/bugsnag/bugsnag-go","version":"v1.0.5-0.20150529004307-13fd6b8acda0","vcs_hash":"fcdbd0f3bb5816415e92fba0ccef0363d33bb9f4dd92baf939f44c15d7ff15dc","timestamp":"2015-05-29T00:43:07Z","subdir":"","vcs_ref":""},\ 309{"module":"github.com/tonistiigi/fsutil","version":"v0.0.0-20251211185533-a2aa163d723f","vcs_hash":"5728fb0835aa13d026604988f9496a653e4e5442f8a0e93e6495c60887f5e1b8","timestamp":"2025-12-11T18:55:33Z","subdir":"","vcs_ref":""},\
213{"module":"github.com/bugsnag/panicwrap","version":"v0.0.0-20151223152923-e2c28503fcd0","vcs_hash":"262d5e88587cf547192faef1ff5a62313964f5302529d3b47078409890f656b8","timestamp":"2015-12-23T15:29:23Z","subdir":"","vcs_ref":""},\ 310{"module":"github.com/tonistiigi/fsutil","version":"v0.0.0-20250605211040-586307ad452f","vcs_hash":"d721d7ff5242aee01894397e3189dde451e48dd99ea135fda17971624b878725","timestamp":"2025-06-05T21:10:40Z","subdir":"","vcs_ref":""},\
214{"module":"github.com/bugsnag/osext","version":"v0.0.0-20130617224835-0dd3f918b21b","vcs_hash":"1e7b9a7b360bb8c03ff73c6b542ec4fc9da0aaa3491621e3f0709df81b41c883","timestamp":"2013-06-17T22:48:35Z","subdir":"","vcs_ref":""},\ 311{"module":"github.com/tonistiigi/vt100","version":"v0.0.0-20240514184818-90bafcd6abab","vcs_hash":"8c7e9f3cea5c616be7d8cb3b181a8ecf2d3b1ff0b881bb34abd9235b7680d2c9","timestamp":"2024-05-14T18:48:18Z","subdir":"","vcs_ref":""},\
215{"module":"github.com/opentracing/opentracing-go","version":"v1.1.0","vcs_hash":"ef2c56f0be025c9601f62c989b9bbcc2ccb4177a010b2d10139888b5762b9823","timestamp":"2019-03-23T20:25:03Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\ 312{"module":"github.com/denisenkom/go-mssqldb","version":"v0.0.0-20191128021309-1d7a30a10f73","vcs_hash":"51d1448ae824a59e167bc4626cbed812ff98e24bad9ad0e55865452f35f4e32a","timestamp":"2019-11-28T02:13:09Z","subdir":"","vcs_ref":""},\
216{"module":"github.com/mistifyio/go-zfs/v3","version":"v3.0.1","vcs_hash":"14a067948c9001a8443e88278679f597430282136bcd53894095ccfed51182ca","timestamp":"2023-05-23T02:04:01Z","subdir":"","vcs_ref":"refs/tags/v3.0.1"},\ 313{"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"},\
217{"module":"github.com/vishvananda/netlink","version":"v1.3.1","vcs_hash":"add152ec680cd6ba7b1daeb50425ed8986ca51024d78c50810923119dbf60a49","timestamp":"2025-05-09T18:59:25Z","subdir":"","vcs_ref":"refs/tags/v1.3.1"},\ 314{"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"},\
218{"module":"github.com/vishvananda/netns","version":"v0.0.5","vcs_hash":"9f1ef5c3417729b4f24554f4b88d06d9e7cdeb771a5d62000cc1344bb1c985d8","timestamp":"2024-08-13T19:31:45Z","subdir":"","vcs_ref":"refs/tags/v0.0.5"},\ 315{"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"},\
219{"module":"github.com/hiddeco/sshsig","version":"v0.2.0","vcs_hash":"fdcb4ab573b69d6bee2d375517e62fb147744ddcca0378b2006891f9dd8f6477","timestamp":"2025-04-12T11:02:39Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\ 316{"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"},\
220{"module":"github.com/smallstep/pkcs7","version":"v0.1.1","vcs_hash":"2f19e869b678f6b075729ec3df26ac81f8f576057860ead9a9c70212023b6927","timestamp":"2024-12-16T14:13:52Z","subdir":"","vcs_ref":"refs/tags/v0.1.1"},\ 317{"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"},\
221{"module":"github.com/dlclark/regexp2","version":"v1.11.0","vcs_hash":"da7b9067217bb6e77c96bb05d69da9e4421f31a79abcb4e24d8a02e57affca14","timestamp":"2024-02-24T02:28:33Z","subdir":"","vcs_ref":"refs/tags/v1.11.0"},\ 318{"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"},\
319{"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"},\
320{"module":"github.com/containerd/nri","version":"v0.11.0","vcs_hash":"9ef2c512de0aabf89c060ed428bc6ef3d29fc64b917b4a81d88abcada3f49d90","timestamp":"2025-12-17T00:38:45Z","subdir":"","vcs_ref":"refs/tags/v0.11.0"},\
321{"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"},\
322{"module":"github.com/containerd/fuse-overlayfs-snapshotter/v2","version":"v2.1.7","vcs_hash":"ebd7034108ca2f7b1a5d3724f3248f21f9cf17f5ecf3db9b5c71ee2e6de56563","timestamp":"2025-11-06T01:42:49Z","subdir":"","vcs_ref":"refs/tags/v2.1.7"},\
323{"module":"github.com/containerd/cgroups/v3","version":"v3.1.2","vcs_hash":"0a57a364d007af5ddf18af34b681967bf3bdb72cbf2ee50c605be53e1d114a0b","timestamp":"2025-11-26T14:43:42Z","subdir":"","vcs_ref":"refs/tags/v3.1.2"},\
324{"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"},\
325{"module":"github.com/containerd/zfs/v2","version":"v2.0.0","vcs_hash":"3b6e8e17660f86603ad978c35f23b066288dc5937890ca5c61f54fc5dfaa9052","timestamp":"2025-12-08T03:44:17Z","subdir":"","vcs_ref":"refs/tags/v2.0.0"},\
326{"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"},\
327{"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"},\
328{"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"},\
329{"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"},\
330{"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"},\
331{"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"},\
332{"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"},\
333{"module":"github.com/containerd/containerd/v2","version":"v2.2.2","vcs_hash":"ea4b5c8a660b2fc1f2b90648b4488ba3c3ee8dd68fa6b07824587410c3886213","timestamp":"2026-03-10T19:55:31Z","subdir":"","vcs_ref":"refs/tags/v2.2.2"},\
334{"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"},\
335{"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"},\
336{"module":"github.com/containerd/nydus-snapshotter","version":"v0.15.10","vcs_hash":"8950efb8ebb00c25adcc9f3c186f0f47f0a67ddde318fcaeb41450e1d3559580","timestamp":"2025-12-18T11:26:51Z","subdir":"","vcs_ref":"refs/tags/v0.15.10"},\
337{"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"},\
338{"module":"github.com/codahale/rfc6979","version":"v0.0.0-20141003034818-6a90f24967eb","vcs_hash":"fd8285193cc7c3bc341773b0166d258b6baca2f6985aa666e14e22b19401aea7","timestamp":"2014-10-03T03:48:18Z","subdir":"","vcs_ref":""},\
339{"module":"github.com/docker/distribution","version":"v2.8.3+incompatible","vcs_hash":"179a4ea80ae56a5b38e4349dac5aa88a7180045bd04943c05933125b8abc5d93","timestamp":"2023-10-02T17:09:30Z","subdir":"","vcs_ref":"refs/tags/v2.8.3"},\
340{"module":"github.com/docker/distribution","version":"v2.7.1+incompatible","vcs_hash":"26a3d4dc632c62414346d52deda2aedc133ba755ea9665e3aba4eba2cfe57bb0","timestamp":"2019-01-17T23:19:26Z","subdir":"","vcs_ref":"refs/tags/v2.7.1"},\
341{"module":"github.com/docker/go-metrics","version":"v0.0.0-20180209012529-399ea8c73916","vcs_hash":"e46943e0ce240f96ccb15fabd2b6c91ee2105677005b8cff59822b6c952ea98e","timestamp":"2018-02-09T01:25:29Z","subdir":"","vcs_ref":""},\
342{"module":"github.com/docker/go-metrics","version":"v0.0.1","vcs_hash":"96ae8893e24907a70aef922af47d48651611460f2b982f7e1e27dacd5ad82b9f","timestamp":"2019-08-28T14:40:21Z","subdir":"","vcs_ref":"refs/tags/v0.0.1"},\
343{"module":"github.com/docker/docker-credential-helpers","version":"v0.9.5","vcs_hash":"14ec2ee3d9b2ad87575d79cb445095440bdffc43efd7c90bc3f69ae21362242e","timestamp":"2026-01-08T16:44:32Z","subdir":"","vcs_ref":"refs/tags/v0.9.5"},\
344{"module":"github.com/docker/docker-credential-helpers","version":"v0.9.3","vcs_hash":"770434256d900c6fb465ae2e5f70a7c567db07403fd44a6b8122f593f986a7b6","timestamp":"2025-03-14T11:52:36Z","subdir":"","vcs_ref":"refs/tags/v0.9.3"},\
345{"module":"github.com/docker/libtrust","version":"v0.0.0-20160708172513-aabc10ec26b7","vcs_hash":"30b9f1ca3a03878df88db7db5466a284cdc61ad2e0e647ef5d4611b4bc72f1b8","timestamp":"2016-07-08T17:25:13Z","subdir":"","vcs_ref":""},\
346{"module":"github.com/docker/buildx","version":"v0.31.1","vcs_hash":"dfa17ea3970eb93a7868db015690e0976ac455fe3108651eb274d3c8f69e70c2","timestamp":"2026-01-28T18:40:33Z","subdir":"","vcs_ref":"refs/tags/v0.31.1"},\
347{"module":"github.com/docker/buildx","version":"v0.30.1","vcs_hash":"25cb17d8ddf768aee49602f2f54d5eceac6363032a3553dd3c4c2fbc98d2f7e5","timestamp":"2025-11-17T16:54:25Z","subdir":"","vcs_ref":"refs/tags/v0.30.1"},\
348{"module":"github.com/docker/go-events","version":"v0.0.0-20190806004212-e31b211e4f1c","vcs_hash":"3e0bfea9682128db4b902dfb300a63020f2a4e0fd9e50a9a43529185ded21203","timestamp":"2019-08-06T00:42:12Z","subdir":"","vcs_ref":""},\
349{"module":"github.com/docker/go-connections","version":"v0.6.0","vcs_hash":"cd70a0eee460c110e4a842a78601dec1916771fc94b97da790e5cdff44cf6b59","timestamp":"2025-08-06T15:47:19Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\
350{"module":"github.com/docker/go-connections","version":"v0.4.0","vcs_hash":"90a622b6d50d291d33dc478ac881c41bd809522c6c0c4e6928a6c544843d868f","timestamp":"2018-02-28T14:10:15Z","subdir":"","vcs_ref":"refs/tags/v0.4.0"},\
351{"module":"github.com/docker/docker","version":"v28.5.2+incompatible","vcs_hash":"3de5db22583d5bbf6eae05c3768cf39f98cec50b9a6c9fdeb10d95acbabbc761","timestamp":"2025-11-05T14:19:32Z","subdir":"","vcs_ref":"refs/tags/v28.5.2"},\
352{"module":"github.com/docker/go-units","version":"v0.5.0","vcs_hash":"2f970538f28b36d4a39663fa90033ec5c742ddd7774a86d94cc6c179e63a1c49","timestamp":"2022-05-17T10:43:04Z","subdir":"","vcs_ref":"refs/tags/v0.5.0"},\
353{"module":"github.com/docker/cli","version":"v28.5.2+incompatible","vcs_hash":"a391fb1392ea2dfddf6174cc48f8cd0f4211b670b63e9ab68159b38203ff83cd","timestamp":"2025-11-05T10:32:31Z","subdir":"","vcs_ref":"refs/tags/v28.5.2"},\
354{"module":"github.com/docker/cli","version":"v29.2.1+incompatible","vcs_hash":"5a943d69020f5a43c45569ee422d339cf415d78724c142bb4bcc7c026f13ba05","timestamp":"2026-02-02T16:33:58Z","subdir":"","vcs_ref":"refs/tags/v29.2.1"},\
355{"module":"github.com/docker/cli-docs-tool","version":"v0.11.0","vcs_hash":"ea1717b5d1ffddca6c0b88e6cf0df444a95eb1c27839416e9a410285e4c8f907","timestamp":"2025-12-09T14:21:52Z","subdir":"","vcs_ref":"refs/tags/v0.11.0"},\
356{"module":"github.com/docker/cli-docs-tool","version":"v0.10.0","vcs_hash":"c4b4f54f793ab2389943c51625a95daf19938238de995ed84d04aaeaeb0b8e72","timestamp":"2025-05-19T13:44:28Z","subdir":"","vcs_ref":"refs/tags/v0.10.0"},\
357{"module":"github.com/docker/compose/v5","version":"v5.0.1-0.20251205141902-9fada6cc23fb","vcs_hash":"0d945e267746ce92d65bce0aaf01de62887f55820fc309105a3bf83b78bc07fb","timestamp":"2025-12-05T14:19:02Z","subdir":"","vcs_ref":""},\
358{"module":"github.com/docker/compose/v5","version":"v5.0.0-20260312130628-e8c214349819","vcs_hash":"9c33332b5cdc980c80ddc24904509f4bd96cfc277a4ef80ebcb47ad70112743a","timestamp":"2026-03-12T13:06:28Z","subdir":"v5","vcs_ref":""},\
359{"module":"github.com/docker/compose/v5","version":"v5.0.0-20251205141902-9fada6cc23fb","vcs_hash":"0d945e267746ce92d65bce0aaf01de62887f55820fc309105a3bf83b78bc07fb","timestamp":"2025-12-05T14:19:02Z","subdir":"","vcs_ref":""},\
360{"module":"github.com/klauspost/compress","version":"v1.18.3","vcs_hash":"0f346d4ee0d1e9d85741e16fef8a30c1cb637c33a2d4b0c6f46bb41ce24e3619","timestamp":"2026-01-16T09:08:20Z","subdir":"","vcs_ref":"refs/tags/v1.18.3"},\
361{"module":"github.com/klauspost/compress","version":"v1.18.1","vcs_hash":"b48c3ccd9eeacff33408e742c5cba28495d19318773a2419734e1f7f12be4596","timestamp":"2025-10-02T12:00:22Z","subdir":"","vcs_ref":"refs/tags/v1.18.1"},\
362{"module":"github.com/jpillora/backoff","version":"v1.0.0","vcs_hash":"f3877637b1b0b11053bd3f6485df13672bc371749f756a13048e72298849b276","timestamp":"2019-10-03T12:57:08Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
222{"module":"github.com/davecgh/go-spew","version":"v1.1.1","vcs_hash":"4c7d69cfe586f86079773ff48d94f76d327c2914d8dfeffca9e34fd1146e5d5e","timestamp":"2018-02-21T23:26:28Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\ 363{"module":"github.com/davecgh/go-spew","version":"v1.1.1","vcs_hash":"4c7d69cfe586f86079773ff48d94f76d327c2914d8dfeffca9e34fd1146e5d5e","timestamp":"2018-02-21T23:26:28Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\
223{"module":"github.com/davecgh/go-spew","version":"v1.1.0","vcs_hash":"5ce38ad71c2d3bc390b87154a89c53fd5ead19aed2bf005419db5c0b28ea9dfd","timestamp":"2016-10-29T20:57:26Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\ 364{"module":"github.com/davecgh/go-spew","version":"v1.1.0","vcs_hash":"5ce38ad71c2d3bc390b87154a89c53fd5ead19aed2bf005419db5c0b28ea9dfd","timestamp":"2016-10-29T20:57:26Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
224{"module":"github.com/anchore/go-struct-converter","version":"v0.0.0-20221118182256-c68fdcfa2092","vcs_hash":"4be54006369c9c3bb6a42a67721ee3e3e0f1aab0f71192fdc85f8dc980af1bd6","timestamp":"2022-11-18T18:22:56Z","subdir":"","vcs_ref":""},\ 365{"module":"github.com/munnerz/goautoneg","version":"v0.0.0-20191010083416-a7dc8b61c822","vcs_hash":"0f68eeb31e17a8fc96eede1943fe26be5835b08f5cc4a9eee4ed1b8eee4887ee","timestamp":"2019-10-10T08:34:16Z","subdir":"","vcs_ref":""},\
225{"module":"github.com/inhies/go-bytesize","version":"v0.0.0-20220417184213-4913239db9cf","vcs_hash":"33f6338637f180574a557944ab4ae6a88bed881181e11b615b313307b6b045e7","timestamp":"2022-04-17T18:42:13Z","subdir":"","vcs_ref":""},\ 366{"module":"github.com/intel/goresctrl","version":"v0.10.0","vcs_hash":"29a6109926a2e174fae849b3c015435e64e4f34ea86919fbc693930c06128b9b","timestamp":"2025-11-03T07:45:09Z","subdir":"","vcs_ref":"refs/tags/v0.10.0"},\
226{"module":"github.com/opencontainers/image-spec","version":"v1.1.1","vcs_hash":"5bb7cbac46d5df774d087c364c00445553d3db253ca80dc7050c4e57832c118d","timestamp":"2025-02-24T17:26:57Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\
227{"module":"github.com/opencontainers/image-spec","version":"v1.0.1","vcs_hash":"cc3b5f635a95bc8a8d17057e77e824e9203543710d27cab434eae6bda0ebd445","timestamp":"2017-10-30T17:47:40Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
228{"module":"github.com/opencontainers/go-digest","version":"v1.0.0","vcs_hash":"1a4d20c74c510ca00ecb86a3379c151579ed626508723e74a394480a71a0af24","timestamp":"2020-05-14T01:46:00Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
229{"module":"github.com/opencontainers/go-digest","version":"v0.0.0-20170106003457-a6d0ee40d420","vcs_hash":"023b07658f561af4e33906504bb1dff6d66e7a4b8ef99fcf0927e6d101be98bd","timestamp":"2017-01-06T00:34:57Z","subdir":"","vcs_ref":""},\
230{"module":"github.com/opencontainers/runtime-tools","version":"v0.9.1-0.20250523060157-0ea5ed0382a2","vcs_hash":"f53bb2252a6ed943b856ebf9ca177b616be13e0631422a2c5167b1eeada6cc21","timestamp":"2025-05-23T06:01:57Z","subdir":"","vcs_ref":""},\
231{"module":"github.com/opencontainers/selinux","version":"v1.12.0","vcs_hash":"4335d93e7b91bac4d4e22725cfaafc1cae44ef37a037022ea852d084e488e42a","timestamp":"2025-03-20T18:30:23Z","subdir":"","vcs_ref":"refs/tags/v1.12.0"},\
232{"module":"github.com/opencontainers/runtime-spec","version":"v1.2.1","vcs_hash":"527ad6550cd654c758c3a90c33fba5de9598578a66be5e157153797cc1e49aa3","timestamp":"2025-02-25T22:46:15Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\
233{"module":"github.com/acarl005/stripansi","version":"v0.0.0-20180116102854-5a71ef0e047d","vcs_hash":"337c48cf09adc53fe47bcae33dc8d5465a7dbf818b017054e53ee8ec11f2a73f","timestamp":"2018-01-16T10:28:54Z","subdir":"","vcs_ref":""},\
234{"module":"github.com/gofrs/flock","version":"v0.13.0","vcs_hash":"02d8268670a7857f4978becccdc42f5a6426d2a039ce8e2357ef0bf32795014f","timestamp":"2025-10-09T22:24:42Z","subdir":"","vcs_ref":"refs/tags/v0.13.0"},\ 367{"module":"github.com/gofrs/flock","version":"v0.13.0","vcs_hash":"02d8268670a7857f4978becccdc42f5a6426d2a039ce8e2357ef0bf32795014f","timestamp":"2025-10-09T22:24:42Z","subdir":"","vcs_ref":"refs/tags/v0.13.0"},\
235{"module":"github.com/zclconf/go-cty","version":"v1.17.0","vcs_hash":"47f07e849f1a52fb6afc5ce8207515cf79885a5863c3f77672e2e24bc0ed8ce3","timestamp":"2025-09-05T21:16:50Z","subdir":"","vcs_ref":"refs/tags/v1.17.0"},\ 368{"module":"github.com/moby/sys/atomicwriter","version":"v0.1.0","vcs_hash":"f4359e6cc20b486bfb92dc3bcf6ac79f9272e2daa0c0172e594bcb9e9e7185c4","timestamp":"2025-04-07T15:07:45Z","subdir":"atomicwriter","vcs_ref":"refs/tags/atomicwriter/v0.1.0"},\
236{"module":"github.com/konsorten/go-windows-terminal-sequences","version":"v1.0.2","vcs_hash":"1987ad3f256034b9d0fc3590868bb91e717f53fd7ee6de10cff3948645fcd530","timestamp":"2019-02-26T22:47:05Z","subdir":"","vcs_ref":"refs/tags/v1.0.2"},\ 369{"module":"github.com/moby/sys/symlink","version":"v0.3.0","vcs_hash":"c5c70dcea521c7e4cc66d0ca1ccdc1721b1a865780c1a1b9274ced410fa0553f","timestamp":"2024-07-16T17:21:58Z","subdir":"symlink","vcs_ref":"refs/tags/symlink/v0.3.0"},\
237{"module":"github.com/konsorten/go-windows-terminal-sequences","version":"v1.0.1","vcs_hash":"2044bc70056f083f4686548aca8c8ea39dc8943c0d28ac6ef38cfa1fa5ee7fd0","timestamp":"2018-10-04T22:41:46Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\ 370{"module":"github.com/moby/sys/sequential","version":"v0.6.0","vcs_hash":"c5c70dcea521c7e4cc66d0ca1ccdc1721b1a865780c1a1b9274ced410fa0553f","timestamp":"2024-07-16T17:21:58Z","subdir":"sequential","vcs_ref":"refs/tags/sequential/v0.6.0"},\
238{"module":"github.com/creack/pty","version":"v1.1.24","vcs_hash":"a723ba2e04aa95258b42d73ca8ebfd0b4170ac8a314767e9e3f78318484bb93b","timestamp":"2024-10-31T18:56:50Z","subdir":"","vcs_ref":"refs/tags/v1.1.24"},\ 371{"module":"github.com/moby/sys/userns","version":"v0.1.0","vcs_hash":"8ea1faceda9bb3618c7b96f0749fcc6b4672432eef27c1f25c4bf631513501f2","timestamp":"2024-08-07T23:23:49Z","subdir":"userns","vcs_ref":"refs/tags/userns/v0.1.0"},\
239{"module":"github.com/creack/pty","version":"v1.1.9","vcs_hash":"90ab694bdf1c87cb7742c9e23a91280fd693f673a912c6ed840ff28d25b2d46e","timestamp":"2019-09-25T15:36:33Z","subdir":"","vcs_ref":"refs/tags/v1.1.9"},\ 372{"module":"github.com/moby/sys/capability","version":"v0.4.0","vcs_hash":"e67c1b1913863f71a44fb255bb4ceafcd322cbb0790a301c410f76acaf083f75","timestamp":"2024-11-11T19:02:25Z","subdir":"capability","vcs_ref":"refs/tags/capability/v0.4.0"},\
240{"module":"github.com/creack/pty","version":"v1.1.17","vcs_hash":"2ae6946e9609d4012331fdd2a2f73d351d9fb15432db00d88ab4c508585a6d96","timestamp":"2021-10-16T17:41:19Z","subdir":"","vcs_ref":"refs/tags/v1.1.17"},\ 373{"module":"github.com/moby/sys/mount","version":"v0.3.4","vcs_hash":"bafd5119fc031ca52b9e52a119b6c3c57d48dea0d101fe2ad1a175fce54de6c7","timestamp":"2024-07-17T03:02:24Z","subdir":"mount","vcs_ref":"refs/tags/mount/v0.3.4"},\
241{"module":"github.com/emicklei/go-restful/v3","version":"v3.13.0","vcs_hash":"2b1cb5344031e14606bed4c9c1a5462fa536c12e0f7359188d69f5709fdff9a1","timestamp":"2025-08-14T12:44:48Z","subdir":"","vcs_ref":"refs/tags/v3.13.0"},\ 374{"module":"github.com/moby/sys/reexec","version":"v0.1.0","vcs_hash":"4c6d72296668707abb39f73bf8ef79dbb131e20164c7c8897885dfa2b6dd000b","timestamp":"2024-12-18T18:52:09Z","subdir":"reexec","vcs_ref":"refs/tags/reexec/v0.1.0"},\
242{"module":"github.com/erikstmartin/go-testdb","version":"v0.0.0-20160219214506-8d10e4a1bae5","vcs_hash":"94bdb322899f10502ca21756a20886b09fe0f8e8c7389a50bb21c7a2deb2d047","timestamp":"2016-02-19T21:45:06Z","subdir":"","vcs_ref":""},\ 375{"module":"github.com/moby/sys/signal","version":"v0.7.1","vcs_hash":"c5c70dcea521c7e4cc66d0ca1ccdc1721b1a865780c1a1b9274ced410fa0553f","timestamp":"2024-07-16T17:21:58Z","subdir":"signal","vcs_ref":"refs/tags/signal/v0.7.1"},\
243{"module":"github.com/golang-jwt/jwt/v5","version":"v5.3.0","vcs_hash":"66e46ba0e23fba357561ed48f444bcd3786aa0082ed4d7977f2625fe09cb754e","timestamp":"2025-07-30T13:04:00Z","subdir":"","vcs_ref":"refs/tags/v5.3.0"},\ 376{"module":"github.com/moby/sys/mountinfo","version":"v0.7.2","vcs_hash":"c5c70dcea521c7e4cc66d0ca1ccdc1721b1a865780c1a1b9274ced410fa0553f","timestamp":"2024-07-16T17:21:58Z","subdir":"mountinfo","vcs_ref":"refs/tags/mountinfo/v0.7.2"},\
244{"module":"github.com/golang/glog","version":"v1.2.5","vcs_hash":"c9f39bfa0a44d36bb33abf5da9f941c03e1a2e8b3c98916cabc3aaca09d17583","timestamp":"2025-04-29T08:43:26Z","subdir":"","vcs_ref":"refs/tags/v1.2.5"},\ 377{"module":"github.com/moby/sys/user","version":"v0.4.0","vcs_hash":"1ea4d88317a39a40b500e6a8370c6c5f6d53cf5486d16925f6374042d8bf9896","timestamp":"2025-02-27T19:37:07Z","subdir":"user","vcs_ref":"refs/tags/user/v0.4.0"},\
245{"module":"github.com/golang/groupcache","version":"v0.0.0-20241129210726-2c02b8208cf8","vcs_hash":"42d84b5a864149912b1976573aa12f43cdea041dfbb41206b5548b1134452af5","timestamp":"2024-11-29T21:07:26Z","subdir":"","vcs_ref":""},\ 378{"module":"github.com/moby/patternmatcher","version":"v0.6.0","vcs_hash":"fde57a922ff865dfe02454fffbfcbb1e5f2ca06ac3390f3a9df16466bfda666b","timestamp":"2023-08-22T20:52:28Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\
246{"module":"github.com/golang/protobuf","version":"v1.3.1","vcs_hash":"ac3a600ae77600dcd73c8d21a4cd18d0b220318ed349c8deda52af33b71c50c6","timestamp":"2019-02-28T15:19:29Z","subdir":"","vcs_ref":"refs/tags/v1.3.1"},\ 379{"module":"github.com/moby/policy-helpers","version":"v0.0.0-20260127165209-eeebf1a0ab2b","vcs_hash":"81e90ed44293828423239c840f4d9f585806a68c1f2cae756a855480505ab307","timestamp":"2026-01-27T16:52:09Z","subdir":"","vcs_ref":""},\
247{"module":"github.com/golang/protobuf","version":"v1.5.4","vcs_hash":"ff75ecee442381e7c87bac5ec092ebaf50137bc693ba5c5c1edce6eb4bd3ce94","timestamp":"2024-03-06T06:45:40Z","subdir":"","vcs_ref":"refs/tags/v1.5.4"},\ 380{"module":"github.com/moby/policy-helpers","version":"v0.0.0-20251105011237-bcaa71c99f14","vcs_hash":"7077358f35b23a7b00fbe917cc678c7bc8e3429f2445f4e49c9d9b23313a86fb","timestamp":"2025-11-05T01:12:37Z","subdir":"","vcs_ref":""},\
248{"module":"github.com/golang/protobuf","version":"v1.3.2","vcs_hash":"cbdb48339b27d250cd1655e4e658760981e0b526face5866f3cfac54fd21200c","timestamp":"2019-07-01T18:22:01Z","subdir":"","vcs_ref":"refs/tags/v1.3.2"},\ 381{"module":"github.com/moby/profiles/seccomp","version":"v0.1.0","vcs_hash":"899c7ea07e4e45b382f104bc27009eeb90de7f25205638ebec13f6349d5977db","timestamp":"2025-07-22T15:37:16Z","subdir":"seccomp","vcs_ref":"refs/tags/seccomp/v0.1.0"},\
249{"module":"github.com/golang/protobuf","version":"v1.3.4","vcs_hash":"f83545c5d009af94276add9fdb970f0b4b5b6872f19d4b02b8111007ee5544b0","timestamp":"2020-02-26T19:23:50Z","subdir":"","vcs_ref":"refs/tags/v1.3.4"},\ 382{"module":"github.com/moby/term","version":"v0.5.2","vcs_hash":"b7e959e4874fee596e5f3eaf06300410fe7cefde4fbece51042d17be137ef04e","timestamp":"2025-01-02T15:40:12Z","subdir":"","vcs_ref":"refs/tags/v0.5.2"},\
250{"module":"github.com/golang/protobuf","version":"v1.2.0","vcs_hash":"c620195ee748026eed07d7e16b36050b97c69cfe3f735e96aafd915e5397baa5","timestamp":"2018-08-14T21:14:27Z","subdir":"","vcs_ref":"refs/tags/v1.2.0"},\ 383{"module":"github.com/moby/docker-image-spec","version":"v1.3.1","vcs_hash":"7e0006fc710e13d8f5d4dd052be9861a4fd4562e1330ab6bdf94303f885e80da","timestamp":"2024-02-09T17:17:29Z","subdir":"","vcs_ref":"refs/tags/v1.3.1"},\
251{"module":"github.com/hinshun/vt10x","version":"v0.0.0-20220119200601-820417d04eec","vcs_hash":"7a79a11a6f7d736423313fcb1bc2d2203d7d9e66baa86d1f4440c872a4349d6d","timestamp":"2022-01-19T20:06:01Z","subdir":"","vcs_ref":""},\ 384{"module":"github.com/moby/buildkit","version":"v0.26.2","vcs_hash":"ea271cbec4e6af9d6f8b85fc342abbb36b352fe2a1696958921722eb7d40d1dc","timestamp":"2025-11-20T11:38:53Z","subdir":"","vcs_ref":"refs/tags/v0.26.2"},\
252{"module":"github.com/rivo/uniseg","version":"v0.2.0","vcs_hash":"711d6ce77fb103240fb5d501f7548a0f9a576d48e783647cd7fed297fccb112a","timestamp":"2020-10-19T13:44:17Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\ 385{"module":"github.com/moby/buildkit","version":"v0.27.1","vcs_hash":"c851f6b4972c9c37c74ef154bbd0a3624b9c089e4320539a9204b388bded9c3c","timestamp":"2026-01-28T22:55:18Z","subdir":"","vcs_ref":"refs/tags/v0.27.1"},\
253{"module":"github.com/cncf/xds/go","version":"v0.0.0-20251022180443-0feb69152e9f","vcs_hash":"045cd4c74756d97523469c474718cfa5353da2649b74f284c165e81b0d07cd9f","timestamp":"2025-10-22T18:04:43Z","subdir":"go","vcs_ref":""},\ 386{"module":"github.com/moby/locker","version":"v1.0.1","vcs_hash":"5549df51df50be0334c0cca67abc7ed6c0bd4fceee3f7bb56eb917b56bfe8644","timestamp":"2020-09-10T19:56:44Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
254{"module":"github.com/godbus/dbus/v5","version":"v5.1.0","vcs_hash":"64a1380eac8fb56f64570a9ee44f46ff49a8cfc74d31623d696b49699728d072","timestamp":"2022-02-27T11:53:47Z","subdir":"v5","vcs_ref":"refs/tags/v5.1.0"},\ 387{"module":"github.com/moby/go-archive","version":"v0.1.0","vcs_hash":"de83d178e015001ec503f8d89743a9cc08e2d644c9cde111c18076c370479f62","timestamp":"2025-04-16T10:54:52Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
255{"module":"github.com/in-toto/in-toto-golang","version":"v0.9.0","vcs_hash":"2af10e1379ff951a497f89bf7bb202df095b1ff9be198f3787d92db04f8aa720","timestamp":"2023-05-04T15:06:05Z","subdir":"","vcs_ref":"refs/tags/v0.9.0"},\ 388{"module":"github.com/moby/go-archive","version":"v0.2.0","vcs_hash":"6fc421f381bca613289817fce0d54c0c45fe7a0bb20e292dcef3f1f2d77e300d","timestamp":"2025-12-19T16:24:17Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\
256{"module":"github.com/juju/loggo","version":"v0.0.0-20190526231331-6e530bcce5d8","vcs_hash":"eaf37a5284a67e209a1c088360157366cb7f05d143b944db7660e83c541adf4c","timestamp":"2019-05-26T23:13:31Z","subdir":"","vcs_ref":""},\ 389{"module":"github.com/moby/moby/client","version":"v0.3.0","vcs_hash":"5565a518d25170f3b3f5875045b25f60e4544c33602acbbe9623f469851912ee","timestamp":"2026-03-05T13:48:11Z","subdir":"client","vcs_ref":"refs/tags/client/v0.3.0"},\
257{"module":"github.com/bmizerany/assert","version":"v0.0.0-20160611221934-b7ed37b82869","vcs_hash":"56f05fc81a59fa58a710a7972b156c07636f5719c2c74f5fe694e2cf49ca2576","timestamp":"2016-06-11T22:19:34Z","subdir":"","vcs_ref":""},\ 390{"module":"github.com/moby/moby/api","version":"v1.54.0","vcs_hash":"3b022057e034a384cd203891e20d2d127cd0b52e548cd3415504c340aa07d707","timestamp":"2026-03-05T13:32:31Z","subdir":"api","vcs_ref":"refs/tags/api/v1.54.0"},\
258{"module":"github.com/spf13/pflag","version":"v1.0.0","vcs_hash":"160c6a820138c13e769bbec879294544287b8dfde6af77776f81536ff3f43df9","timestamp":"2017-05-08T18:44:08Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 391{"module":"github.com/moby/spdystream","version":"v0.5.0","vcs_hash":"d7500df0fff4308611e91e5edf74d69178b53dccca9230c03beecb0a26d56124","timestamp":"2024-07-23T13:25:06Z","subdir":"","vcs_ref":"refs/tags/v0.5.0"},\
259{"module":"github.com/spf13/pflag","version":"v1.0.9","vcs_hash":"241e9025159bbbea2f54722542a86c03ff35968a42a753a0a4e0738690720a54","timestamp":"2025-09-01T07:27:15Z","subdir":"","vcs_ref":"refs/tags/v1.0.9"},\ 392{"module":"github.com/vektah/gqlparser/v2","version":"v2.5.30","vcs_hash":"caccbea1b6233b524f53ad77070228cabeb6c237130882d4d07c2ddf094fed50","timestamp":"2025-06-28T22:26:38Z","subdir":"","vcs_ref":"refs/tags/v2.5.30"},\
260{"module":"github.com/spf13/pflag","version":"v1.0.10","vcs_hash":"737f239b3c3bd4e75040785cfc62b8349a547b1425bba1698b712866455bce75","timestamp":"2025-09-02T06:08:29Z","subdir":"","vcs_ref":"refs/tags/v1.0.10"},\ 393{"module":"github.com/planetscale/vtprotobuf","version":"v0.6.1-0.20240319094008-0393e58bdf10","vcs_hash":"2a8f7a744764b6b7d0f6b17003fd8217cc861be946aee65fccc7d1491634942f","timestamp":"2024-03-19T09:40:08Z","subdir":"","vcs_ref":""},\
261{"module":"github.com/spf13/cobra","version":"v1.10.1","vcs_hash":"54a02856b15938777c687441dc6597bc487549c163521b5850e769bee67bc2af","timestamp":"2025-09-01T16:19:51Z","subdir":"","vcs_ref":"refs/tags/v1.10.1"},\ 394{"module":"github.com/miekg/pkcs11","version":"v1.1.1","vcs_hash":"cfc32d6973be9c203ec1d8480b59f61c59be67d146de9d920f82d4eb7c4d994a","timestamp":"2022-01-05T09:50:38Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\
262{"module":"github.com/spf13/cobra","version":"v0.0.1","vcs_hash":"a6573b02628ec0c919f90bba89f525eac2b0bda84d9dccdcb78b3f07c92b918e","timestamp":"2017-10-12T18:25:33Z","subdir":"","vcs_ref":"refs/tags/v0.0.1"},\ 395{"module":"github.com/miekg/pkcs11","version":"v1.0.2","vcs_hash":"eb5a56eb790cc3fc7850bf57682d3ac5831360a4496818de755c41ce63d505ba","timestamp":"2019-04-19T07:10:23Z","subdir":"","vcs_ref":"refs/tags/v1.0.2"},\
263{"module":"github.com/spf13/viper","version":"v0.0.0-20150530192845-be5ff3e4840c","vcs_hash":"6b7187b929229be5c3959df1ee113d9acd19aff47b973e42b64e50cdf8a0e740","timestamp":"2015-05-30T19:28:45Z","subdir":"","vcs_ref":""},\ 396{"module":"github.com/lestrrat-go/httprc/v3","version":"v3.0.1","vcs_hash":"76390b99e6f178283ea247d446a1825e979c8d9cf50844f596abb4e96582b1c1","timestamp":"2025-08-18T10:50:55Z","subdir":"","vcs_ref":"refs/tags/v3.0.1"},\
264{"module":"github.com/spf13/cast","version":"v0.0.0-20150508191742-4d07383ffe94","vcs_hash":"61ca87f5a674dbb7719ca6806869cee44c68d3463ca0ee867270c61ef55016c5","timestamp":"2015-05-08T19:17:42Z","subdir":"","vcs_ref":""},\ 397{"module":"github.com/lestrrat-go/dsig-secp256k1","version":"v1.0.0","vcs_hash":"1aeb2bc1012f007479dc7d6ad9a5b56691b7d10a65a0769920fe28a1fd8c5723","timestamp":"2025-08-18T11:27:57Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
265{"module":"github.com/spf13/jwalterweatherman","version":"v0.0.0-20141219030609-3d60171a6431","vcs_hash":"3516ad16d930d5653a48f59083d5a5851f1503e64d5f3e4f03dd5094d044ceba","timestamp":"2014-12-19T03:06:09Z","subdir":"","vcs_ref":""},\ 398{"module":"github.com/lestrrat-go/blackmagic","version":"v1.0.4","vcs_hash":"3655ef3535f5fbfddd86c6bcfa866ada2fc8db33ec17816fc8b334009e9fb0f4","timestamp":"2025-06-09T05:38:50Z","subdir":"","vcs_ref":"refs/tags/v1.0.4"},\
266{"module":"github.com/alecthomas/kingpin/v2","version":"v2.4.0","vcs_hash":"ae34e4803d18ba03ac4e70e84f5e737ec48634b725413ad5282fb01d6fc47dda","timestamp":"2023-09-30T22:59:49Z","subdir":"","vcs_ref":"refs/tags/v2.4.0"},\ 399{"module":"github.com/lestrrat-go/dsig","version":"v1.0.0","vcs_hash":"4fdb7373a44af5a6ec82808bddce9b5b786907d10b6cf2138dcaf3c2ebf4c6ff","timestamp":"2025-08-18T10:59:08Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
267{"module":"github.com/alecthomas/units","version":"v0.0.0-20151022065526-2efee857e7cf","vcs_hash":"7a070bc84b00c7dd5b58f997285cd94232a9fb500b03e849c7be9017203e4d51","timestamp":"2015-10-22T06:55:26Z","subdir":"","vcs_ref":""},\ 400{"module":"github.com/lestrrat-go/httpcc","version":"v1.0.1","vcs_hash":"466b0cb68191ccc31d667d0e1cf8f0eec07556bbc61fdad149b67379fba0f789","timestamp":"2022-03-29T04:21:01Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
268{"module":"github.com/alecthomas/units","version":"v0.0.0-20211218093645-b94a6e3cc137","vcs_hash":"fd740bbc9bdec5b8bf13526eff2ee852c365b4c2a8feb66c89e2aa4b36a0d677","timestamp":"2021-12-18T09:36:45Z","subdir":"","vcs_ref":""},\ 401{"module":"github.com/lestrrat-go/jwx/v3","version":"v3.0.11","vcs_hash":"66aa4c6c5f6c980c23f16165b33721dbbd2b64c6686a1730684749c9c701712f","timestamp":"2025-09-14T02:50:03Z","subdir":"","vcs_ref":"refs/tags/v3.0.11"},\
269{"module":"github.com/alecthomas/template","version":"v0.0.0-20160405071501-a0175ee3bccc","vcs_hash":"c18e6411468e7b9fa8d3eaacbe26c05c650393a6ed02eded4f8a729fcbdf3278","timestamp":"2016-04-05T07:15:01Z","subdir":"","vcs_ref":""},\ 402{"module":"github.com/lestrrat-go/option","version":"v1.0.1","vcs_hash":"1f8dcec97d12a81cde1ec2ba90e51e5a7642e0b6ac69fa6d060c924499d9e826","timestamp":"2022-12-15T23:46:30Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
270{"module":"github.com/jinzhu/gorm","version":"v0.0.0-20170222002820-5409931a1bb8","vcs_hash":"e51ea32193aeb2a5bfab92442113de19e13f387509f58c7979e704306087d5d2","timestamp":"2017-02-22T00:28:20Z","subdir":"","vcs_ref":""},\ 403{"module":"github.com/lestrrat-go/option/v2","version":"v2.0.0","vcs_hash":"dc53b62e9538872256995babc7eb47d6a84dacaa027bdd84bb3cce5344e6bef9","timestamp":"2025-06-09T05:55:07Z","subdir":"","vcs_ref":"refs/tags/v2.0.0"},\
271{"module":"github.com/jinzhu/now","version":"v1.1.1","vcs_hash":"3a2e9d8aa645efa2980908fbe342f3eb31a21421aeacd8a821f15d5775cb129f","timestamp":"2019-10-25T01:43:59Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\ 404{"module":"github.com/dimchansky/utfbom","version":"v1.1.1","vcs_hash":"04f39ab86cb6ab9bf2a2278357fae9932b31f6cb8b07bf8e6ca02581cbf46ecf","timestamp":"2020-11-06T16:33:08Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\
272{"module":"github.com/jinzhu/inflection","version":"v0.0.0-20170102125226-1c35d901db3d","vcs_hash":"3bf372ac0a41f41eb6c408c719a9f71d1a31a5cd8260a8135fa90085e5d6c0ce","timestamp":"2017-01-02T12:52:26Z","subdir":"","vcs_ref":""},\ 405{"module":"github.com/kballard/go-shellquote","version":"v0.0.0-20180428030007-95032a82bc51","vcs_hash":"49fe182d1b759955b666e8ad12ff66052cc7e14ba9ccf9e8371ee85848f1f9ac","timestamp":"2018-04-28T03:00:07Z","subdir":"","vcs_ref":""},\
273{"module":"github.com/kr/pretty","version":"v0.3.1","vcs_hash":"487dccea2d19da29e6f873ffd57f7f4d33720781a3f60bb9f852176acb476435","timestamp":"2022-08-29T23:03:05Z","subdir":"","vcs_ref":"refs/tags/v0.3.1"},\ 406{"module":"github.com/cenkalti/backoff/v5","version":"v5.0.3","vcs_hash":"656f7cb59961eb5e57ba97bf50166eda0c13e2ecff4c8c15b33eb72e8ad26dc4","timestamp":"2025-07-23T16:23:35Z","subdir":"","vcs_ref":"refs/tags/v5.0.3"},\
274{"module":"github.com/kr/pretty","version":"v0.1.0","vcs_hash":"0f21d99b403d8e61d556bfa775400b5cd3eeb5d2fb19e978a43ff5e77dae75ee","timestamp":"2018-05-06T08:33:45Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\ 407{"module":"github.com/cenkalti/backoff/v4","version":"v4.3.0","vcs_hash":"c644c1d0f5212c0210f056d6c7d45f3e482a1fca002b7c3e65edf8d3c060566f","timestamp":"2024-01-02T22:56:19Z","subdir":"","vcs_ref":"refs/tags/v4.3.0"},\
275{"module":"github.com/kr/logfmt","version":"v0.0.0-20140226030751-b84e30acd515","vcs_hash":"e035982996fb3352cf0880f1bb882f434fcb4adc3e775981b88072f2a379ec80","timestamp":"2014-02-26T03:07:51Z","subdir":"","vcs_ref":""},\ 408{"module":"github.com/buger/goterm","version":"v1.0.4","vcs_hash":"caf1c06b7ea92c81a60195c5df6f46d1e4ceb75cfb096fb918e712dcc226fc04","timestamp":"2022-01-25T19:34:06Z","subdir":"","vcs_ref":"refs/tags/v1.0.4"},\
276{"module":"github.com/kr/pty","version":"v1.1.1","vcs_hash":"1bac58bd1947d8ae4f18469faf2550b830a1ff3614f2644b00e44b1dc16e13ec","timestamp":"2018-01-13T18:08:13Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\ 409{"module":"github.com/mitchellh/go-ps","version":"v1.0.0","vcs_hash":"e2954bb45e8e4304338ab2532158d042745f3a239202953369cef281beed32cb","timestamp":"2020-02-03T20:02:15Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
277{"module":"github.com/kr/text","version":"v0.2.0","vcs_hash":"62674ecb33f72b9ab66dd856fe2e651dbf7344dea40ba5132203c7b4b32cfd61","timestamp":"2020-02-14T20:31:06Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\ 410{"module":"github.com/mitchellh/mapstructure","version":"v1.5.0","vcs_hash":"d9f5489d4515cf23689f7c9a7a71a85fdd52671cf92601ea8e8c59bf3644b6b5","timestamp":"2022-04-20T22:31:31Z","subdir":"","vcs_ref":"refs/tags/v1.5.0"},\
278{"module":"github.com/kr/text","version":"v0.1.0","vcs_hash":"d47a4a089998b1398264c79fffcb25588459baa28396ff9e275fff9f4995519a","timestamp":"2018-05-06T08:24:08Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\ 411{"module":"github.com/mitchellh/mapstructure","version":"v0.0.0-20150613213606-2caf8efc9366","vcs_hash":"5ad95eaf3fe770e7f704095dccb10123fc34e55570f7e163eb2e3e9a5c0586a6","timestamp":"2015-06-13T21:36:06Z","subdir":"","vcs_ref":""},\
279{"module":"github.com/hashicorp/go-multierror","version":"v1.1.1","vcs_hash":"cec0f337a88725c16a86058204a5dd4ae667b8a92bbed995ab204ebcb62177a5","timestamp":"2021-03-11T20:17:12Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\ 412{"module":"github.com/mitchellh/hashstructure/v2","version":"v2.0.2","vcs_hash":"7c1d661828ecf7a5daa9f90b02814e542e1ed4d474edc002d91d945df708a5be","timestamp":"2021-05-27T23:24:52Z","subdir":"v2","vcs_ref":"refs/tags/v2.0.2"},\
413{"module":"github.com/mitchellh/go-wordwrap","version":"v1.0.1","vcs_hash":"c6c7d05ba9f6db2637751fa2ce7bbc8bb04f632abc0b05363566319c8fd9c9b0","timestamp":"2020-09-25T18:08:01Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
414{"module":"github.com/goccy/go-json","version":"v0.10.5","vcs_hash":"9135ffafe2f170bce8f90413934c0b25aa6d201122cc437153cf64a206c46389","timestamp":"2025-01-25T05:38:06Z","subdir":"","vcs_ref":"refs/tags/v0.10.5"},\
280{"module":"github.com/hashicorp/hcl/v2","version":"v2.24.0","vcs_hash":"7505ee60afc6b2dde4e4189214cf3f948ce2ebbc3aac73c7ba669bd366b12941","timestamp":"2025-07-07T13:00:56Z","subdir":"","vcs_ref":"refs/tags/v2.24.0"},\ 415{"module":"github.com/hashicorp/hcl/v2","version":"v2.24.0","vcs_hash":"7505ee60afc6b2dde4e4189214cf3f948ce2ebbc3aac73c7ba669bd366b12941","timestamp":"2025-07-07T13:00:56Z","subdir":"","vcs_ref":"refs/tags/v2.24.0"},\
281{"module":"github.com/hashicorp/golang-lru/v2","version":"v2.0.7","vcs_hash":"0a17d620bc2f7dd8c00efd79d0b78bb5f5c0bfaa2ec311417e9256a33b35db77","timestamp":"2023-09-21T18:26:40Z","subdir":"","vcs_ref":"refs/tags/v2.0.7"},\
282{"module":"github.com/hashicorp/go-retryablehttp","version":"v0.7.8","vcs_hash":"420ce476cca0369183e19289674513fb1d412be25fb7aa1ce6f21f22444e1b02","timestamp":"2025-06-18T14:25:10Z","subdir":"","vcs_ref":"refs/tags/v0.7.8"},\
283{"module":"github.com/hashicorp/errwrap","version":"v1.0.0","vcs_hash":"65db17b2a8abd8c2bde5a919d17f7abc0e891ae4037aa21f7aa2482f560cf21f","timestamp":"2018-08-24T00:39:10Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 416{"module":"github.com/hashicorp/errwrap","version":"v1.0.0","vcs_hash":"65db17b2a8abd8c2bde5a919d17f7abc0e891ae4037aa21f7aa2482f560cf21f","timestamp":"2018-08-24T00:39:10Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
284{"module":"github.com/hashicorp/errwrap","version":"v1.1.0","vcs_hash":"a0949020a0c14672f86d32cbf0d984b8d048a27e6f75aeac79f8ca3f7cc4ecae","timestamp":"2020-07-14T15:51:01Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\ 417{"module":"github.com/hashicorp/errwrap","version":"v1.1.0","vcs_hash":"a0949020a0c14672f86d32cbf0d984b8d048a27e6f75aeac79f8ca3f7cc4ecae","timestamp":"2020-07-14T15:51:01Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
285{"module":"github.com/hashicorp/go-cleanhttp","version":"v0.5.2","vcs_hash":"da345fc970b7e579c1da9ec42edfbe1bf896f5e3274ce418f134b15952eb2494","timestamp":"2021-02-03T18:51:13Z","subdir":"","vcs_ref":"refs/tags/v0.5.2"},\
286{"module":"github.com/hashicorp/go-version","version":"v1.8.0","vcs_hash":"8982e9d982dbb37864656981c0a1169a41662dac51c477690cdd71c30034f649","timestamp":"2025-11-21T09:01:15Z","subdir":"","vcs_ref":"refs/tags/v1.8.0"},\ 418{"module":"github.com/hashicorp/go-version","version":"v1.8.0","vcs_hash":"8982e9d982dbb37864656981c0a1169a41662dac51c477690cdd71c30034f649","timestamp":"2025-11-21T09:01:15Z","subdir":"","vcs_ref":"refs/tags/v1.8.0"},\
419{"module":"github.com/hashicorp/go-multierror","version":"v1.1.1","vcs_hash":"cec0f337a88725c16a86058204a5dd4ae667b8a92bbed995ab204ebcb62177a5","timestamp":"2021-03-11T20:17:12Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\
287{"module":"github.com/hashicorp/go-cty-funcs","version":"v0.0.0-20250818135842-6aab67130928","vcs_hash":"c24779ffbc1879e38298ad13dcbc65277e22b74eaf6a132090792bb6f3aef29f","timestamp":"2025-08-18T13:58:42Z","subdir":"","vcs_ref":""},\ 420{"module":"github.com/hashicorp/go-cty-funcs","version":"v0.0.0-20250818135842-6aab67130928","vcs_hash":"c24779ffbc1879e38298ad13dcbc65277e22b74eaf6a132090792bb6f3aef29f","timestamp":"2025-08-18T13:58:42Z","subdir":"","vcs_ref":""},\
421{"module":"github.com/hashicorp/go-retryablehttp","version":"v0.7.8","vcs_hash":"420ce476cca0369183e19289674513fb1d412be25fb7aa1ce6f21f22444e1b02","timestamp":"2025-06-18T14:25:10Z","subdir":"","vcs_ref":"refs/tags/v0.7.8"},\
422{"module":"github.com/hashicorp/golang-lru/v2","version":"v2.0.7","vcs_hash":"0a17d620bc2f7dd8c00efd79d0b78bb5f5c0bfaa2ec311417e9256a33b35db77","timestamp":"2023-09-21T18:26:40Z","subdir":"","vcs_ref":"refs/tags/v2.0.7"},\
288{"module":"github.com/hashicorp/go-immutable-radix/v2","version":"v2.1.0","vcs_hash":"e7330a0d345fdfe0fc28bc95ffa515bf29b09fde15bff6885c08836ae16c3992","timestamp":"2023-11-21T15:50:58Z","subdir":"","vcs_ref":"refs/tags/v2.1.0"},\ 423{"module":"github.com/hashicorp/go-immutable-radix/v2","version":"v2.1.0","vcs_hash":"e7330a0d345fdfe0fc28bc95ffa515bf29b09fde15bff6885c08836ae16c3992","timestamp":"2023-11-21T15:50:58Z","subdir":"","vcs_ref":"refs/tags/v2.1.0"},\
289{"module":"github.com/vbatts/tar-split","version":"v0.12.2","vcs_hash":"748e9d5ff174cd19acc98de6dc7f6c3d780e0ffcf645aea8c246a36eaa6cac37","timestamp":"2025-10-14T18:26:16Z","subdir":"","vcs_ref":"refs/tags/v0.12.2"},\ 424{"module":"github.com/hashicorp/go-cleanhttp","version":"v0.5.2","vcs_hash":"da345fc970b7e579c1da9ec42edfbe1bf896f5e3274ce418f134b15952eb2494","timestamp":"2021-02-03T18:51:13Z","subdir":"","vcs_ref":"refs/tags/v0.5.2"},\
290{"module":"github.com/xhit/go-str2duration/v2","version":"v2.1.0","vcs_hash":"395a3ddd7e351b7b882dc20af4936a00bd11a84147f83ac7a7c25f8093a51cb3","timestamp":"2022-12-07T00:32:32Z","subdir":"","vcs_ref":"refs/tags/v2.1.0"},\ 425{"module":"github.com/Azure/go-ansiterm","version":"v0.0.0-20250102033503-faa5f7b0171c","vcs_hash":"d9abe4d330489bbcc2f3473a042a0886c4f556d7a3b9128c484c2fef3396e790","timestamp":"2025-01-02T03:35:03Z","subdir":"","vcs_ref":""},\
291{"module":"github.com/x448/float16","version":"v0.8.4","vcs_hash":"e395eca01f11e874b5b2b165e3dc2620faa30374fb308657449d3a3023ce5cbb","timestamp":"2020-01-17T18:31:28Z","subdir":"","vcs_ref":"refs/tags/v0.8.4"},\
292{"module":"github.com/fvbommel/sortorder","version":"v1.1.0","vcs_hash":"f31f7baba1030efc67be0125d6ea3670572de4cf9ef4162f66c110baedf2fc25","timestamp":"2023-03-18T20:06:58Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
293{"module":"github.com/Azure/azure-sdk-for-go/sdk/azidentity","version":"v1.11.0","vcs_hash":"26a019c0c5bde0ca7713fb2f4aa84021d6a795ea92a3347022b4ed25ab941b08","timestamp":"2025-08-04T21:43:58Z","subdir":"sdk/azidentity","vcs_ref":"refs/tags/sdk/azidentity/v1.11.0"},\
294{"module":"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob","version":"v1.5.0","vcs_hash":"69ba1366ff498c1f6625ee95464ad8462e9596296890fc801954d6d94c815ead","timestamp":"2024-11-13T16:30:52Z","subdir":"sdk/storage/azblob","vcs_ref":"refs/tags/sdk/storage/azblob/v1.5.0"},\ 426{"module":"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob","version":"v1.5.0","vcs_hash":"69ba1366ff498c1f6625ee95464ad8462e9596296890fc801954d6d94c815ead","timestamp":"2024-11-13T16:30:52Z","subdir":"sdk/storage/azblob","vcs_ref":"refs/tags/sdk/storage/azblob/v1.5.0"},\
295{"module":"github.com/Azure/azure-sdk-for-go/sdk/azcore","version":"v1.18.2","vcs_hash":"7fff7c00899b7a610f1669e66e7b2bdb2f9f6f1765acf6d87fc480b0ce2180f2","timestamp":"2025-07-31T14:40:37Z","subdir":"sdk/azcore","vcs_ref":"refs/tags/sdk/azcore/v1.18.2"},\ 427{"module":"github.com/Azure/azure-sdk-for-go/sdk/azcore","version":"v1.20.0","vcs_hash":"02f52ded3147a31e12f76b40a2946a56511aa87e241c7cc331dc2fad7934d835","timestamp":"2025-11-06T17:38:09Z","subdir":"sdk/azcore","vcs_ref":"refs/tags/sdk/azcore/v1.20.0"},\
428{"module":"github.com/Azure/azure-sdk-for-go/sdk/azidentity","version":"v1.13.1","vcs_hash":"b80d29c1ad9369a1185c04ff6677176d1d56f8a746b65ef588727523e8cac4fa","timestamp":"2025-11-10T16:14:28Z","subdir":"sdk/azidentity","vcs_ref":"refs/tags/sdk/azidentity/v1.13.1"},\
296{"module":"github.com/Azure/azure-sdk-for-go/sdk/internal","version":"v1.11.2","vcs_hash":"29bb1f5f66b9ef2c0d8280dc2ef9de2d950d32bde6082c37129d36181e7f8ad0","timestamp":"2025-07-29T15:53:06Z","subdir":"sdk/internal","vcs_ref":"refs/tags/sdk/internal/v1.11.2"},\ 429{"module":"github.com/Azure/azure-sdk-for-go/sdk/internal","version":"v1.11.2","vcs_hash":"29bb1f5f66b9ef2c0d8280dc2ef9de2d950d32bde6082c37129d36181e7f8ad0","timestamp":"2025-07-29T15:53:06Z","subdir":"sdk/internal","vcs_ref":"refs/tags/sdk/internal/v1.11.2"},\
297{"module":"github.com/Azure/go-ansiterm","version":"v0.0.0-20250102033503-faa5f7b0171c","vcs_hash":"d9abe4d330489bbcc2f3473a042a0886c4f556d7a3b9128c484c2fef3396e790","timestamp":"2025-01-02T03:35:03Z","subdir":"","vcs_ref":""},\ 430{"module":"github.com/cilium/ebpf","version":"v0.16.0","vcs_hash":"8e810695e5aecdedc82025b50fe217f458e95243dfd6f3a725e4be31bb89421b","timestamp":"2024-07-23T16:13:54Z","subdir":"","vcs_ref":"refs/tags/v0.16.0"},\
298{"module":"github.com/StackExchange/wmi","version":"v0.0.0-20190523213315-cbe66965904d","vcs_hash":"1fc27d9cac14b2a03bbb0b0458896762317bee884884ef85b821fa4cb18c6952","timestamp":"2019-05-23T21:33:15Z","subdir":"","vcs_ref":""},\ 431{"module":"github.com/digitorus/pkcs7","version":"v0.0.0-20230818184609-3a137a874352","vcs_hash":"fd2b6e349ca1abce350a94202038bc78abc083934bc68342108df0ef0a47c72c","timestamp":"2023-08-18T18:46:09Z","subdir":"","vcs_ref":""},\
299{"module":"github.com/codahale/rfc6979","version":"v0.0.0-20141003034818-6a90f24967eb","vcs_hash":"fd8285193cc7c3bc341773b0166d258b6baca2f6985aa666e14e22b19401aea7","timestamp":"2014-10-03T03:48:18Z","subdir":"","vcs_ref":""},\ 432{"module":"github.com/digitorus/timestamp","version":"v0.0.0-20231217203849-220c5c2851b7","vcs_hash":"316e808b25b3a6563da681b8e93bb537209a2463c7239f367cc18628056cecf7","timestamp":"2023-12-17T20:38:49Z","subdir":"","vcs_ref":""},\
300{"module":"github.com/spiffe/go-spiffe/v2","version":"v2.6.0","vcs_hash":"aca54385906c3e38bd7515a2b0b52e4b6be402d2333e38eb4d2484305552aca4","timestamp":"2025-08-21T14:57:50Z","subdir":"","vcs_ref":"refs/tags/v2.6.0"},\ 433{"module":"github.com/skratchdot/open-golang","version":"v0.0.0-20200116055534-eef842397966","vcs_hash":"2049e06101e5abb574af5068dfb1255087c23cd963db0e1f0c82585b42e02bf4","timestamp":"2020-01-16T05:55:34Z","subdir":"","vcs_ref":""},\
301{"module":"github.com/tilt-dev/fsnotify","version":"v1.4.8-0.20220602155310-fff9c274a375","vcs_hash":"7518a2b435d07d055cf9c9215e09d3f354425246b3aaec57d9906b3f344e061e","timestamp":"2022-06-02T15:53:10Z","subdir":"","vcs_ref":""},\ 434{"module":"github.com/magiconair/properties","version":"v1.5.3","vcs_hash":"d96b4b0c7ecc137249800d1b95fece0b9fca1b6978650bd2a8be72d541a097fd","timestamp":"2015-06-01T22:12:01Z","subdir":"","vcs_ref":"refs/tags/v1.5.3"},\
435{"module":"github.com/magiconair/properties","version":"v1.8.9","vcs_hash":"5d2d0e3a74034cdf4554cd9fa44a3186b4017a8f6ecc1823cdd7dc5202b0b8fb","timestamp":"2024-12-07T18:36:23Z","subdir":"","vcs_ref":"refs/tags/v1.8.9"},\
436{"module":"github.com/jonboulle/clockwork","version":"v0.5.0","vcs_hash":"8a9b3a40ae13b2679138bcbfbe409f1586f92c23e873f4e219066c6596debc26","timestamp":"2024-11-29T18:02:53Z","subdir":"","vcs_ref":"refs/tags/v0.5.0"},\
302{"module":"github.com/checkpoint-restore/go-criu/v7","version":"v7.2.0","vcs_hash":"cd3a96bfb455f01e0ad41b83fe0a2ba40c017e12b43cf536dd72401c0a9efa9b","timestamp":"2024-09-09T09:30:43Z","subdir":"","vcs_ref":"refs/tags/v7.2.0"},\ 437{"module":"github.com/checkpoint-restore/go-criu/v7","version":"v7.2.0","vcs_hash":"cd3a96bfb455f01e0ad41b83fe0a2ba40c017e12b43cf536dd72401c0a9efa9b","timestamp":"2024-09-09T09:30:43Z","subdir":"","vcs_ref":"refs/tags/v7.2.0"},\
303{"module":"github.com/checkpoint-restore/checkpointctl","version":"v1.4.0","vcs_hash":"6b759ce79ef9b0cf0e95821c6506ecb3e1f87ff4709b914b3e18ce7b12ed0769","timestamp":"2025-09-01T08:42:45Z","subdir":"","vcs_ref":"refs/tags/v1.4.0"},\ 438{"module":"github.com/checkpoint-restore/checkpointctl","version":"v1.4.0","vcs_hash":"6b759ce79ef9b0cf0e95821c6506ecb3e1f87ff4709b914b3e18ce7b12ed0769","timestamp":"2025-09-01T08:42:45Z","subdir":"","vcs_ref":"refs/tags/v1.4.0"},\
304{"module":"github.com/Microsoft/go-winio","version":"v0.6.2","vcs_hash":"963154633520174004b7a508de4bfa23c0374f9312f6db845c29aa3cb751d708","timestamp":"2024-04-09T20:07:04Z","subdir":"","vcs_ref":"refs/tags/v0.6.2"},\
305{"module":"github.com/Microsoft/hcsshim","version":"v0.14.0-rc.1","vcs_hash":"f493369c2a96e959905afa70d80efbf15bd25304bc9938aafdaa00d931825b26","timestamp":"2025-08-12T17:46:53Z","subdir":"","vcs_ref":"refs/tags/v0.14.0-rc.1"},\
306{"module":"github.com/kisielk/errcheck","version":"v1.5.0","vcs_hash":"2ae681313b6ac49c6c60836f406eed1f7f4db5b86a3027f0ec720f5984386390","timestamp":"2021-01-05T19:12:31Z","subdir":"","vcs_ref":"refs/tags/v1.5.0"},\ 439{"module":"github.com/kisielk/errcheck","version":"v1.5.0","vcs_hash":"2ae681313b6ac49c6c60836f406eed1f7f4db5b86a3027f0ec720f5984386390","timestamp":"2021-01-05T19:12:31Z","subdir":"","vcs_ref":"refs/tags/v1.5.0"},\
307{"module":"github.com/kisielk/gotool","version":"v1.0.0","vcs_hash":"5f448e8a93894c89c55e73478ef6dc8a0a1a6a3fd3fe3a2b5cd5e03e65915fb1","timestamp":"2018-02-21T18:54:26Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 440{"module":"github.com/kisielk/gotool","version":"v1.0.0","vcs_hash":"5f448e8a93894c89c55e73478ef6dc8a0a1a6a3fd3fe3a2b5cd5e03e65915fb1","timestamp":"2018-02-21T18:54:26Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
308{"module":"github.com/eiannone/keyboard","version":"v0.0.0-20220611211555-0d226195f203","vcs_hash":"c7ad216919ed9d1db40a1a79054fb70019f12275ddb216094b1aefbdd44e8744","timestamp":"2022-06-11T21:15:55Z","subdir":"","vcs_ref":""},\ 441{"module":"github.com/onsi/gomega","version":"v1.7.1","vcs_hash":"eca01df4f63425b54410888126f5e562e7f2c689d9483249110a2f793909648b","timestamp":"2019-10-30T17:12:58Z","subdir":"","vcs_ref":"refs/tags/v1.7.1"},\
309{"module":"github.com/google/certtostore","version":"v1.0.6","vcs_hash":"03eab8e8fd9152de179043ef32fd09e4375ad5a3b8e25efbeeba6b44d1ca9d4f","timestamp":"2025-09-02T15:28:35Z","subdir":"","vcs_ref":"refs/tags/v1.0.6"},\ 442{"module":"github.com/onsi/gomega","version":"v1.9.0","vcs_hash":"728f44b7af3fd5cab91499df1e92a9d2c3e67004ea59ac1e4a549fb2ca6763a8","timestamp":"2020-02-01T10:40:48Z","subdir":"","vcs_ref":"refs/tags/v1.9.0"},\
310{"module":"github.com/google/certificate-transparency-go","version":"v1.0.10-0.20180222191210-5ab67e519c93","vcs_hash":"0fd69fa049b1061cd5c090184fa587afb10ae78ca64762f4b915f363cf226599","timestamp":"2018-02-22T19:12:10Z","subdir":"","vcs_ref":""},\ 443{"module":"github.com/onsi/ginkgo","version":"v1.12.0","vcs_hash":"1fa773d747594333c67867f9bdc536ee1286d76aa754e875bec3818f99d1318b","timestamp":"2020-02-01T10:35:24Z","subdir":"","vcs_ref":"refs/tags/v1.12.0"},\
311{"module":"github.com/google/go-dap","version":"v0.12.0","vcs_hash":"7d0defb60f3f577e67d765314ac295225706f0b4958436b28cf163f2170e3ff7","timestamp":"2024-02-22T16:17:01Z","subdir":"","vcs_ref":"refs/tags/v0.12.0"},\ 444{"module":"github.com/onsi/ginkgo","version":"v1.6.0","vcs_hash":"084961c940c1064ad8f72342797a7f84ceb5184e0f4f98076f0ac0a75a0a376f","timestamp":"2018-07-17T16:34:38Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
312{"module":"github.com/google/shlex","version":"v0.0.0-20191202100458-e7afc7fbc510","vcs_hash":"6317e931b780de46077449706d69a38f426197406a504d848e3500a0d06b7299","timestamp":"2019-12-02T10:04:58Z","subdir":"","vcs_ref":""},\ 445{"module":"github.com/anchore/go-struct-converter","version":"v0.1.0","vcs_hash":"4be54006369c9c3bb6a42a67721ee3e3e0f1aab0f71192fdc85f8dc980af1bd6","timestamp":"2022-11-18T18:22:56Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
313{"module":"github.com/google/pprof","version":"v0.0.0-20250820193118-f64d9cf942d6","vcs_hash":"b4a3cf22b289c100dae58764b0f35b0c0af89950e35274a0659c15b4340bc322","timestamp":"2025-08-20T19:31:18Z","subdir":"","vcs_ref":""},\ 446{"module":"github.com/anchore/go-struct-converter","version":"v0.0.0-20221118182256-c68fdcfa2092","vcs_hash":"4be54006369c9c3bb6a42a67721ee3e3e0f1aab0f71192fdc85f8dc980af1bd6","timestamp":"2022-11-18T18:22:56Z","subdir":"","vcs_ref":""},\
314{"module":"github.com/google/gofuzz","version":"v1.0.0","vcs_hash":"3b10b16f3e547f9036aa468f5a846c1e873d084728258048c32c4afc2a1bb2cf","timestamp":"2019-04-08T17:44:45Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 447{"module":"github.com/apparentlymart/go-textseg/v15","version":"v15.0.0","vcs_hash":"2ad90a9579325698fb8eedc37a5bb5c32c0df927e2e2029b3cfa6369b0aad683","timestamp":"2023-08-29T15:35:34Z","subdir":"","vcs_ref":"refs/tags/v15.0.0"},\
315{"module":"github.com/google/go-cmp","version":"v0.3.0","vcs_hash":"ae58fd0d54f7194cd02ff68b9600f09892901604ebd985b881c9860505e91785","timestamp":"2019-03-12T03:24:27Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 448{"module":"github.com/apparentlymart/go-cidr","version":"v1.0.1","vcs_hash":"78882067332ee02e3c72ccc9d03c697f04b24132ddd74da1593a953f0b833469","timestamp":"2019-08-17T16:12:28Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
316{"module":"github.com/google/go-cmp","version":"v0.7.0","vcs_hash":"460ed71bde70f3a932cad8d9044d3f12302bf8b6e95353bd17c44189712e2763","timestamp":"2025-01-14T18:15:44Z","subdir":"","vcs_ref":"refs/tags/v0.7.0"},\ 449{"module":"github.com/Microsoft/go-winio","version":"v0.6.2","vcs_hash":"963154633520174004b7a508de4bfa23c0374f9312f6db845c29aa3cb751d708","timestamp":"2024-04-09T20:07:04Z","subdir":"","vcs_ref":"refs/tags/v0.6.2"},\
317{"module":"github.com/google/gnostic-models","version":"v0.7.0","vcs_hash":"88a05eeac87ac843d53bbad4f86c891fbd1a6eb73d10d5b2c7381c229c0a25ab","timestamp":"2025-06-26T15:23:00Z","subdir":"","vcs_ref":"refs/tags/v0.7.0"},\ 450{"module":"github.com/Microsoft/hcsshim","version":"v0.14.0-rc.1","vcs_hash":"f493369c2a96e959905afa70d80efbf15bd25304bc9938aafdaa00d931825b26","timestamp":"2025-08-12T17:46:53Z","subdir":"","vcs_ref":"refs/tags/v0.14.0-rc.1"},\
318{"module":"github.com/google/uuid","version":"v1.6.0","vcs_hash":"1743dd7863ebf20fb946ec26a0525a27c91536f2d01acf863b0a99566cd8f3e5","timestamp":"2024-01-23T18:54:04Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\ 451{"module":"github.com/russross/blackfriday","version":"v1.6.0","vcs_hash":"45882c51d4da17f32775abbdabd353753e5115f6ec6282c3bf028fe3471fc743","timestamp":"2020-10-27T03:46:40Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
319{"module":"github.com/google/deck","version":"v0.0.0-20230104221208-105ad94aa8ae","vcs_hash":"9c43c7ddfa82c3fc0dbcab5945f7f810fa68c290504895ba9a331c514051c140","timestamp":"2023-01-04T22:12:08Z","subdir":"","vcs_ref":""},\ 452{"module":"github.com/russross/blackfriday/v2","version":"v2.1.0","vcs_hash":"6dd1604eceba1790dbf7f827f1e22a5866a5348a2ab616daed7363a6e16e081d","timestamp":"2020-10-27T03:47:54Z","subdir":"v2","vcs_ref":"refs/tags/v2.1.0"},\
320{"module":"github.com/go-viper/mapstructure/v2","version":"v2.4.0","vcs_hash":"c8d654dc2b8f99ffd23c744af0b961737a283ddb83b110d144f8558b6ffa2ae1","timestamp":"2025-07-15T08:59:08Z","subdir":"","vcs_ref":"refs/tags/v2.4.0"},\ 453{"module":"github.com/josharian/intern","version":"v1.0.0","vcs_hash":"273d42676826fc8f106c11c2800d01690a09463878fa115700b2e26df24a2440","timestamp":"2019-12-14T22:12:22Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
454{"module":"github.com/titanous/rocacheck","version":"v0.0.0-20171023193734-afe73141d399","vcs_hash":"333921fe7c4fb4be2fd4b694b9d4ec2e6000c6f84fe6e5a447504b83a30df193","timestamp":"2017-10-23T19:37:34Z","subdir":"","vcs_ref":""},\
455{"module":"github.com/knqyf263/go-plugin","version":"v0.9.0","vcs_hash":"a8467353858eb68db6c0dd39ab99d740baa3155c9ebe2dee04be36a524fc48f7","timestamp":"2025-03-11T05:42:07Z","subdir":"","vcs_ref":"refs/tags/v0.9.0"},\
456{"module":"github.com/sassoftware/relic","version":"v7.2.1+incompatible","vcs_hash":"11b818fd7c4740f195b6669f17117f3e72c1b14cd4cca20dca3b88334a67edcf","timestamp":"2019-07-31T17:49:13Z","subdir":"","vcs_ref":"refs/tags/v7.2.1"},\
457{"module":"github.com/hiddeco/sshsig","version":"v0.2.0","vcs_hash":"fdcb4ab573b69d6bee2d375517e62fb147744ddcca0378b2006891f9dd8f6477","timestamp":"2025-04-12T11:02:39Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\
458{"module":"github.com/grafana/regexp","version":"v0.0.0-20240518133315-a468a5bfb3bc","vcs_hash":"ee7ce08aedc8b0c4622a701ebc6308e5f4de035b78a7a97690fe1159dc0e6408","timestamp":"2024-05-18T13:33:15Z","subdir":"","vcs_ref":""},\
459{"module":"github.com/dlclark/regexp2","version":"v1.11.0","vcs_hash":"da7b9067217bb6e77c96bb05d69da9e4421f31a79abcb4e24d8a02e57affca14","timestamp":"2024-02-24T02:28:33Z","subdir":"","vcs_ref":"refs/tags/v1.11.0"},\
460{"module":"github.com/kr/pretty","version":"v0.1.0","vcs_hash":"0f21d99b403d8e61d556bfa775400b5cd3eeb5d2fb19e978a43ff5e77dae75ee","timestamp":"2018-05-06T08:33:45Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
461{"module":"github.com/kr/pretty","version":"v0.3.1","vcs_hash":"487dccea2d19da29e6f873ffd57f7f4d33720781a3f60bb9f852176acb476435","timestamp":"2022-08-29T23:03:05Z","subdir":"","vcs_ref":"refs/tags/v0.3.1"},\
462{"module":"github.com/kr/logfmt","version":"v0.0.0-20140226030751-b84e30acd515","vcs_hash":"e035982996fb3352cf0880f1bb882f434fcb4adc3e775981b88072f2a379ec80","timestamp":"2014-02-26T03:07:51Z","subdir":"","vcs_ref":""},\
463{"module":"github.com/kr/text","version":"v0.1.0","vcs_hash":"d47a4a089998b1398264c79fffcb25588459baa28396ff9e275fff9f4995519a","timestamp":"2018-05-06T08:24:08Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
464{"module":"github.com/kr/text","version":"v0.2.0","vcs_hash":"62674ecb33f72b9ab66dd856fe2e651dbf7344dea40ba5132203c7b4b32cfd61","timestamp":"2020-02-14T20:31:06Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\
465{"module":"github.com/kr/pty","version":"v1.1.1","vcs_hash":"1bac58bd1947d8ae4f18469faf2550b830a1ff3614f2644b00e44b1dc16e13ec","timestamp":"2018-01-13T18:08:13Z","subdir":"","vcs_ref":"refs/tags/v1.1.1"},\
466{"module":"github.com/xhit/go-str2duration/v2","version":"v2.1.0","vcs_hash":"395a3ddd7e351b7b882dc20af4936a00bd11a84147f83ac7a7c25f8093a51cb3","timestamp":"2022-12-07T00:32:32Z","subdir":"","vcs_ref":"refs/tags/v2.1.0"},\
467{"module":"github.com/rcrowley/go-metrics","version":"v0.0.0-20250401214520-65e299d6c5c9","vcs_hash":"0cbaeb01627514ae95e6aae5f103c7c103c0c38175dca1ae96d51d0c083cb2ae","timestamp":"2025-04-01T21:45:20Z","subdir":"","vcs_ref":""},\
468{"module":"github.com/containers/ocicrypt","version":"v1.2.1","vcs_hash":"bec170205b8cb4f7646d21f6d05f4e78b62b540ff061d55788f38ccecc6313b7","timestamp":"2024-12-16T16:02:12Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\
469{"module":"github.com/juju/loggo","version":"v0.0.0-20190526231331-6e530bcce5d8","vcs_hash":"eaf37a5284a67e209a1c088360157366cb7f05d143b944db7660e83c541adf4c","timestamp":"2019-05-26T23:13:31Z","subdir":"","vcs_ref":""},\
470{"module":"github.com/tink-crypto/tink-go/v2","version":"v2.5.0","vcs_hash":"6ef7407087c1490be9ea49b07a012d985e5870aafd4b3f243366c00b8a6c7228","timestamp":"2025-10-10T12:33:22Z","subdir":"","vcs_ref":"refs/tags/v2.5.0"},\
471{"module":"github.com/aws/smithy-go","version":"v1.22.5","vcs_hash":"df3761f412d2b02fbaffd15e24301d8601a60063303e07b87de822ced8c96121","timestamp":"2025-07-24T15:25:01Z","subdir":"","vcs_ref":"refs/tags/v1.22.5"},\
472{"module":"github.com/aws/smithy-go","version":"v1.23.2","vcs_hash":"ceea8ea3ce6f05dc65f31f9c5fc729dffea0edbc06ed85c870c9653cf95fe72e","timestamp":"2025-11-03T19:51:22Z","subdir":"","vcs_ref":"refs/tags/v1.23.2"},\
473{"module":"github.com/aws/aws-sdk-go-v2","version":"v1.39.6","vcs_hash":"45e2d6bf4c7e64f4f8fd4ce4f5c93360285f18b7f29072204cee529378cc3ed5","timestamp":"2025-11-04T19:16:04Z","subdir":"","vcs_ref":"refs/tags/v1.39.6"},\
474{"module":"github.com/aws/aws-sdk-go-v2","version":"v1.38.1","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"","vcs_ref":"refs/tags/v1.38.1"},\
475{"module":"github.com/aws/aws-sdk-go-v2/credentials","version":"v1.18.24","vcs_hash":"78b72da8835a5f1e87ef9c241f8dcd2d750eaedf954486c831b428fd0e6a6def","timestamp":"2025-11-12T19:22:56Z","subdir":"credentials","vcs_ref":"refs/tags/credentials/v1.18.24"},\
321{"module":"github.com/aws/aws-sdk-go-v2/credentials","version":"v1.18.7","vcs_hash":"158f4c475d58f45270a2ee360121c0d872bd0af86a66d1a33ae01e7d47d3c0eb","timestamp":"2025-08-26T18:27:23Z","subdir":"credentials","vcs_ref":"refs/tags/credentials/v1.18.7"},\ 476{"module":"github.com/aws/aws-sdk-go-v2/credentials","version":"v1.18.7","vcs_hash":"158f4c475d58f45270a2ee360121c0d872bd0af86a66d1a33ae01e7d47d3c0eb","timestamp":"2025-08-26T18:27:23Z","subdir":"credentials","vcs_ref":"refs/tags/credentials/v1.18.7"},\
322{"module":"github.com/aws/aws-sdk-go-v2/service/sso","version":"v1.28.2","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/sso","vcs_ref":"refs/tags/service/sso/v1.28.2"},\ 477{"module":"github.com/aws/aws-sdk-go-v2/service/sts","version":"v1.40.2","vcs_hash":"78b72da8835a5f1e87ef9c241f8dcd2d750eaedf954486c831b428fd0e6a6def","timestamp":"2025-11-12T19:22:56Z","subdir":"service/sts","vcs_ref":"refs/tags/service/sts/v1.40.2"},\
323{"module":"github.com/aws/aws-sdk-go-v2/service/ssooidc","version":"v1.34.0","vcs_hash":"158f4c475d58f45270a2ee360121c0d872bd0af86a66d1a33ae01e7d47d3c0eb","timestamp":"2025-08-26T18:27:23Z","subdir":"service/ssooidc","vcs_ref":"refs/tags/service/ssooidc/v1.34.0"},\
324{"module":"github.com/aws/aws-sdk-go-v2/service/sts","version":"v1.38.0","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/sts","vcs_ref":"refs/tags/service/sts/v1.38.0"},\ 478{"module":"github.com/aws/aws-sdk-go-v2/service/sts","version":"v1.38.0","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/sts","vcs_ref":"refs/tags/service/sts/v1.38.0"},\
325{"module":"github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding","version":"v1.13.0","vcs_hash":"df9ff661e9255a23fb41298936640e56610c9dcf7556c6dc1cb9570419c85b19","timestamp":"2025-07-28T19:01:15Z","subdir":"service/internal/accept-encoding","vcs_ref":"refs/tags/service/internal/accept-encoding/v1.13.0"},\ 479{"module":"github.com/aws/aws-sdk-go-v2/service/sso","version":"v1.28.2","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/sso","vcs_ref":"refs/tags/service/sso/v1.28.2"},\
480{"module":"github.com/aws/aws-sdk-go-v2/service/sso","version":"v1.30.3","vcs_hash":"78b72da8835a5f1e87ef9c241f8dcd2d750eaedf954486c831b428fd0e6a6def","timestamp":"2025-11-12T19:22:56Z","subdir":"service/sso","vcs_ref":"refs/tags/service/sso/v1.30.3"},\
481{"module":"github.com/aws/aws-sdk-go-v2/service/s3","version":"v1.89.1","vcs_hash":"30fcbbe2bfcdefbdee0241f6a6d77f9835d4eb5be47610351b16d59c88f91da7","timestamp":"2025-10-30T18:22:40Z","subdir":"service/s3","vcs_ref":"refs/tags/service/s3/v1.89.1"},\
482{"module":"github.com/aws/aws-sdk-go-v2/service/s3","version":"v1.87.1","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/s3","vcs_ref":"refs/tags/service/s3/v1.87.1"},\
483{"module":"github.com/aws/aws-sdk-go-v2/service/internal/s3shared","version":"v1.19.12","vcs_hash":"30fcbbe2bfcdefbdee0241f6a6d77f9835d4eb5be47610351b16d59c88f91da7","timestamp":"2025-10-30T18:22:40Z","subdir":"service/internal/s3shared","vcs_ref":"refs/tags/service/internal/s3shared/v1.19.12"},\
326{"module":"github.com/aws/aws-sdk-go-v2/service/internal/s3shared","version":"v1.19.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/internal/s3shared","vcs_ref":"refs/tags/service/internal/s3shared/v1.19.4"},\ 484{"module":"github.com/aws/aws-sdk-go-v2/service/internal/s3shared","version":"v1.19.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/internal/s3shared","vcs_ref":"refs/tags/service/internal/s3shared/v1.19.4"},\
327{"module":"github.com/aws/aws-sdk-go-v2/service/internal/checksum","version":"v1.8.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/internal/checksum","vcs_ref":"refs/tags/service/internal/checksum/v1.8.4"},\ 485{"module":"github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding","version":"v1.13.3","vcs_hash":"45e2d6bf4c7e64f4f8fd4ce4f5c93360285f18b7f29072204cee529378cc3ed5","timestamp":"2025-11-04T19:16:04Z","subdir":"service/internal/accept-encoding","vcs_ref":"refs/tags/service/internal/accept-encoding/v1.13.3"},\
486{"module":"github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding","version":"v1.13.0","vcs_hash":"df9ff661e9255a23fb41298936640e56610c9dcf7556c6dc1cb9570419c85b19","timestamp":"2025-07-28T19:01:15Z","subdir":"service/internal/accept-encoding","vcs_ref":"refs/tags/service/internal/accept-encoding/v1.13.0"},\
328{"module":"github.com/aws/aws-sdk-go-v2/service/internal/presigned-url","version":"v1.13.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/internal/presigned-url","vcs_ref":"refs/tags/service/internal/presigned-url/v1.13.4"},\ 487{"module":"github.com/aws/aws-sdk-go-v2/service/internal/presigned-url","version":"v1.13.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/internal/presigned-url","vcs_ref":"refs/tags/service/internal/presigned-url/v1.13.4"},\
329{"module":"github.com/aws/aws-sdk-go-v2/service/s3","version":"v1.87.1","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/s3","vcs_ref":"refs/tags/service/s3/v1.87.1"},\ 488{"module":"github.com/aws/aws-sdk-go-v2/service/internal/presigned-url","version":"v1.13.13","vcs_hash":"45e2d6bf4c7e64f4f8fd4ce4f5c93360285f18b7f29072204cee529378cc3ed5","timestamp":"2025-11-04T19:16:04Z","subdir":"service/internal/presigned-url","vcs_ref":"refs/tags/service/internal/presigned-url/v1.13.13"},\
330{"module":"github.com/aws/aws-sdk-go-v2/internal/configsources","version":"v1.4.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"internal/configsources","vcs_ref":"refs/tags/internal/configsources/v1.4.4"},\ 489{"module":"github.com/aws/aws-sdk-go-v2/service/internal/checksum","version":"v1.8.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"service/internal/checksum","vcs_ref":"refs/tags/service/internal/checksum/v1.8.4"},\
490{"module":"github.com/aws/aws-sdk-go-v2/service/internal/checksum","version":"v1.9.3","vcs_hash":"30fcbbe2bfcdefbdee0241f6a6d77f9835d4eb5be47610351b16d59c88f91da7","timestamp":"2025-10-30T18:22:40Z","subdir":"service/internal/checksum","vcs_ref":"refs/tags/service/internal/checksum/v1.9.3"},\
491{"module":"github.com/aws/aws-sdk-go-v2/service/ssooidc","version":"v1.35.7","vcs_hash":"78b72da8835a5f1e87ef9c241f8dcd2d750eaedf954486c831b428fd0e6a6def","timestamp":"2025-11-12T19:22:56Z","subdir":"service/ssooidc","vcs_ref":"refs/tags/service/ssooidc/v1.35.7"},\
492{"module":"github.com/aws/aws-sdk-go-v2/service/ssooidc","version":"v1.34.0","vcs_hash":"158f4c475d58f45270a2ee360121c0d872bd0af86a66d1a33ae01e7d47d3c0eb","timestamp":"2025-08-26T18:27:23Z","subdir":"service/ssooidc","vcs_ref":"refs/tags/service/ssooidc/v1.34.0"},\
493{"module":"github.com/aws/aws-sdk-go-v2/internal/endpoints/v2","version":"v2.7.13","vcs_hash":"45e2d6bf4c7e64f4f8fd4ce4f5c93360285f18b7f29072204cee529378cc3ed5","timestamp":"2025-11-04T19:16:04Z","subdir":"internal/endpoints","vcs_ref":"refs/tags/internal/endpoints/v2.7.13"},\
331{"module":"github.com/aws/aws-sdk-go-v2/internal/endpoints/v2","version":"v2.7.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"internal/endpoints","vcs_ref":"refs/tags/internal/endpoints/v2.7.4"},\ 494{"module":"github.com/aws/aws-sdk-go-v2/internal/endpoints/v2","version":"v2.7.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"internal/endpoints","vcs_ref":"refs/tags/internal/endpoints/v2.7.4"},\
332{"module":"github.com/aws/aws-sdk-go-v2/internal/ini","version":"v1.8.3","vcs_hash":"59776778bcd1c2364b3cf068aae3bc4af675e9db26b504cdf63cfcd408196f9d","timestamp":"2025-02-18T20:03:01Z","subdir":"internal/ini","vcs_ref":"refs/tags/internal/ini/v1.8.3"},\
333{"module":"github.com/aws/aws-sdk-go-v2/internal/v4a","version":"v1.4.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"internal/v4a","vcs_ref":"refs/tags/internal/v4a/v1.4.4"},\ 495{"module":"github.com/aws/aws-sdk-go-v2/internal/v4a","version":"v1.4.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"internal/v4a","vcs_ref":"refs/tags/internal/v4a/v1.4.4"},\
496{"module":"github.com/aws/aws-sdk-go-v2/internal/v4a","version":"v1.4.12","vcs_hash":"30fcbbe2bfcdefbdee0241f6a6d77f9835d4eb5be47610351b16d59c88f91da7","timestamp":"2025-10-30T18:22:40Z","subdir":"internal/v4a","vcs_ref":"refs/tags/internal/v4a/v1.4.12"},\
497{"module":"github.com/aws/aws-sdk-go-v2/internal/configsources","version":"v1.4.13","vcs_hash":"45e2d6bf4c7e64f4f8fd4ce4f5c93360285f18b7f29072204cee529378cc3ed5","timestamp":"2025-11-04T19:16:04Z","subdir":"internal/configsources","vcs_ref":"refs/tags/internal/configsources/v1.4.13"},\
498{"module":"github.com/aws/aws-sdk-go-v2/internal/configsources","version":"v1.4.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"internal/configsources","vcs_ref":"refs/tags/internal/configsources/v1.4.4"},\
499{"module":"github.com/aws/aws-sdk-go-v2/internal/ini","version":"v1.8.3","vcs_hash":"59776778bcd1c2364b3cf068aae3bc4af675e9db26b504cdf63cfcd408196f9d","timestamp":"2025-02-18T20:03:01Z","subdir":"internal/ini","vcs_ref":"refs/tags/internal/ini/v1.8.3"},\
500{"module":"github.com/aws/aws-sdk-go-v2/internal/ini","version":"v1.8.4","vcs_hash":"7beb4ea4ace2b86f2fd5d920e72a2086021f585de496c7f0a8183fc9d22665bd","timestamp":"2025-10-16T18:13:47Z","subdir":"internal/ini","vcs_ref":"refs/tags/internal/ini/v1.8.4"},\
501{"module":"github.com/aws/aws-sdk-go-v2/config","version":"v1.31.20","vcs_hash":"78b72da8835a5f1e87ef9c241f8dcd2d750eaedf954486c831b428fd0e6a6def","timestamp":"2025-11-12T19:22:56Z","subdir":"config","vcs_ref":"refs/heads/main"},\
334{"module":"github.com/aws/aws-sdk-go-v2/config","version":"v1.31.3","vcs_hash":"158f4c475d58f45270a2ee360121c0d872bd0af86a66d1a33ae01e7d47d3c0eb","timestamp":"2025-08-26T18:27:23Z","subdir":"config","vcs_ref":"refs/tags/config/v1.31.3"},\ 502{"module":"github.com/aws/aws-sdk-go-v2/config","version":"v1.31.3","vcs_hash":"158f4c475d58f45270a2ee360121c0d872bd0af86a66d1a33ae01e7d47d3c0eb","timestamp":"2025-08-26T18:27:23Z","subdir":"config","vcs_ref":"refs/tags/config/v1.31.3"},\
335{"module":"github.com/aws/aws-sdk-go-v2","version":"v1.38.1","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"","vcs_ref":"refs/tags/v1.38.1"},\
336{"module":"github.com/aws/aws-sdk-go-v2/feature/ec2/imds","version":"v1.18.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"feature/ec2/imds","vcs_ref":"refs/tags/feature/ec2/imds/v1.18.4"},\ 503{"module":"github.com/aws/aws-sdk-go-v2/feature/ec2/imds","version":"v1.18.4","vcs_hash":"f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b","timestamp":"2025-08-21T18:32:18Z","subdir":"feature/ec2/imds","vcs_ref":"refs/tags/feature/ec2/imds/v1.18.4"},\
504{"module":"github.com/aws/aws-sdk-go-v2/feature/ec2/imds","version":"v1.18.13","vcs_hash":"45e2d6bf4c7e64f4f8fd4ce4f5c93360285f18b7f29072204cee529378cc3ed5","timestamp":"2025-11-04T19:16:04Z","subdir":"feature/ec2/imds","vcs_ref":"refs/tags/feature/ec2/imds/v1.18.13"},\
337{"module":"github.com/aws/aws-sdk-go-v2/feature/s3/manager","version":"v1.17.10","vcs_hash":"cb865e07742cd1082075e62a7aa437a1d7a36c2b59650fb3917b59facf9c9870","timestamp":"2024-08-02T18:27:55Z","subdir":"feature/s3/manager","vcs_ref":"refs/tags/feature/s3/manager/v1.17.10"},\ 505{"module":"github.com/aws/aws-sdk-go-v2/feature/s3/manager","version":"v1.17.10","vcs_hash":"cb865e07742cd1082075e62a7aa437a1d7a36c2b59650fb3917b59facf9c9870","timestamp":"2024-08-02T18:27:55Z","subdir":"feature/s3/manager","vcs_ref":"refs/tags/feature/s3/manager/v1.17.10"},\
338{"module":"github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream","version":"v1.7.0","vcs_hash":"df9ff661e9255a23fb41298936640e56610c9dcf7556c6dc1cb9570419c85b19","timestamp":"2025-07-28T19:01:15Z","subdir":"aws/protocol/eventstream","vcs_ref":"refs/tags/aws/protocol/eventstream/v1.7.0"},\ 506{"module":"github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream","version":"v1.7.0","vcs_hash":"df9ff661e9255a23fb41298936640e56610c9dcf7556c6dc1cb9570419c85b19","timestamp":"2025-07-28T19:01:15Z","subdir":"aws/protocol/eventstream","vcs_ref":"refs/tags/aws/protocol/eventstream/v1.7.0"},\
339{"module":"github.com/aws/smithy-go","version":"v1.22.5","vcs_hash":"df3761f412d2b02fbaffd15e24301d8601a60063303e07b87de822ced8c96121","timestamp":"2025-07-24T15:25:01Z","subdir":"","vcs_ref":"refs/tags/v1.22.5"},\ 507{"module":"github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream","version":"v1.7.2","vcs_hash":"7beb4ea4ace2b86f2fd5d920e72a2086021f585de496c7f0a8183fc9d22665bd","timestamp":"2025-10-16T18:13:47Z","subdir":"aws/protocol/eventstream","vcs_ref":"refs/tags/aws/protocol/eventstream/v1.7.2"},\
340{"module":"github.com/morikuni/aec","version":"v1.0.0","vcs_hash":"ed63d58cf112e0b59a076da22b09a7543de7421c2457060482db3ad8303454e1","timestamp":"2017-01-13T03:34:06Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\ 508{"module":"github.com/open-policy-agent/opa","version":"v1.10.1","vcs_hash":"70e752e43ab7d75f9f6aeb2ffc6cb3be9e5d708f347ed6858ff3d3c287e2ccee","timestamp":"2025-11-05T09:06:03Z","subdir":"","vcs_ref":"refs/tags/v1.10.1"},\
341{"module":"github.com/go-ole/go-ole","version":"v1.2.6","vcs_hash":"f8a37b093a9da7f7719abb71318560d985c5c38e6d58c2c73adde45616845d0c","timestamp":"2021-09-15T00:35:42Z","subdir":"","vcs_ref":"refs/tags/v1.2.6"},\ 509{"module":"github.com/rogpeppe/fastuuid","version":"v1.2.0","vcs_hash":"20ca2e2cf2990cc136cad7958992d06abd356dc16a58362afd2bd51be48ae0ac","timestamp":"2019-07-08T15:05:45Z","subdir":"","vcs_ref":"refs/tags/v1.2.0"},\
510{"module":"github.com/rogpeppe/go-internal","version":"v1.14.1","vcs_hash":"84674da628e57d1722274a512e0879c23e8465ad7ef7e016c3bc39c8ea13175b","timestamp":"2025-02-25T12:37:03Z","subdir":"","vcs_ref":"refs/tags/v1.14.1"},\
511{"module":"github.com/zeebo/errs","version":"v1.3.0","vcs_hash":"39db003c7dfcc8ee4cbaee7626cb0f113936318043f7a7b09d6fa4609f36e609","timestamp":"2022-03-17T17:23:02Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
512{"module":"github.com/cncf/xds/go","version":"v0.0.0-20251022180443-0feb69152e9f","vcs_hash":"045cd4c74756d97523469c474718cfa5353da2649b74f284c165e81b0d07cd9f","timestamp":"2025-10-22T18:04:43Z","subdir":"go","vcs_ref":""},\
513{"module":"github.com/cyphar/filepath-securejoin","version":"v0.6.0","vcs_hash":"ebafd268e345e3bd3673b92f938be34bd2c77636cb5b23531ab4d0ae989acee7","timestamp":"2025-11-03T05:06:20Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\
514{"module":"github.com/niemeyer/pretty","version":"v0.0.0-20200227124842-a10e7caefd8e","vcs_hash":"7b69594221f05faea56a0d177d0ca9efaac2b2e4ba4f7539c68b87cfe214c6ef","timestamp":"2020-02-27T12:48:42Z","subdir":"","vcs_ref":""},\
515{"module":"github.com/vbatts/tar-split","version":"v0.12.2","vcs_hash":"748e9d5ff174cd19acc98de6dc7f6c3d780e0ffcf645aea8c246a36eaa6cac37","timestamp":"2025-10-14T18:26:16Z","subdir":"","vcs_ref":"refs/tags/v0.12.2"},\
516{"module":"github.com/stretchr/testify","version":"v1.7.0","vcs_hash":"f87883f9ef1ad6bd6ecb844fe9108ae126c4dfab49080e5fb37bd27ca64417be","timestamp":"2021-01-13T09:54:11Z","subdir":"","vcs_ref":"refs/tags/v1.7.0"},\
517{"module":"github.com/stretchr/testify","version":"v1.4.0","vcs_hash":"9e52b2f6204cf4daab20f41d30029448e95ae1a472c112e86dbdd68a16e14a2e","timestamp":"2019-07-12T00:01:36Z","subdir":"","vcs_ref":"refs/tags/v1.4.0"},\
518{"module":"github.com/stretchr/testify","version":"v1.6.1","vcs_hash":"782e156612c5b8f52bb9daab64be055460c9e50ce18305034fc5c8954a4e6b4a","timestamp":"2020-06-05T10:48:45Z","subdir":"","vcs_ref":"refs/tags/v1.6.1"},\
519{"module":"github.com/stretchr/testify","version":"v1.5.1","vcs_hash":"725790d9265526f327bc846ba6025be038cd5cdf6367be0f622409ad58ac9aa0","timestamp":"2020-02-19T20:56:11Z","subdir":"","vcs_ref":"refs/tags/v1.5.1"},\
520{"module":"github.com/stretchr/testify","version":"v1.2.2","vcs_hash":"2bb8c4aae39dd3460bd5d8094b70444e65cec7f2390b1c2a41ffb7d431d41317","timestamp":"2018-06-09T11:55:18Z","subdir":"","vcs_ref":"refs/tags/v1.2.2"},\
521{"module":"github.com/stretchr/testify","version":"v1.11.1","vcs_hash":"ba91b84762300277627df761c9f004ffcc560434a1a1c2e613269b0c2e378278","timestamp":"2025-08-27T10:46:31Z","subdir":"","vcs_ref":"refs/tags/v1.11.1"},\
522{"module":"github.com/stretchr/testify","version":"v1.3.0","vcs_hash":"15f4be955793ecb9ef81031cf64191211271265868a72e4bf25c409e978a8ce8","timestamp":"2019-01-03T19:31:39Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
523{"module":"github.com/stretchr/objx","version":"v0.1.0","vcs_hash":"39828321881a0709a36a2d1edde8fc9928ddd471ebd0bbdf7012076e7214bb02","timestamp":"2018-01-06T01:13:53Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
524{"module":"github.com/stretchr/objx","version":"v0.2.0","vcs_hash":"982a1df420b1f34eee71122e02865aa89e1ea251dc09362265917bd0e0ca3995","timestamp":"2019-04-09T12:31:02Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\
525{"module":"github.com/stretchr/objx","version":"v0.1.1","vcs_hash":"324a79f9170fef44f826e43999370c6ec3bc3be6044c9a4c2e3eb97cdf5ac743","timestamp":"2018-01-25T22:19:50Z","subdir":"","vcs_ref":"refs/tags/v0.1.1"},\
526{"module":"github.com/stretchr/objx","version":"v0.5.2","vcs_hash":"fe4a57d26379977ebf461da8c71a20095b9f973a91d55076b67fa0de48206a1e","timestamp":"2024-02-29T09:57:51Z","subdir":"","vcs_ref":"refs/tags/v0.5.2"},\
527{"module":"github.com/mgutz/ansi","version":"v0.0.0-20170206155736-9520e82c474b","vcs_hash":"f38805371ceca34945d620f33580bc80b8d8946d490670358956c3579639e7ad","timestamp":"2017-02-06T15:57:36Z","subdir":"","vcs_ref":""},\
528{"module":"github.com/inconshreveable/mousetrap","version":"v1.0.0","vcs_hash":"bdd1bbf309f6078c2e930609779f6207bad79817ed60bcb7a66df8a5735580f3","timestamp":"2014-10-17T20:07:13Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
529{"module":"github.com/inconshreveable/mousetrap","version":"v1.1.0","vcs_hash":"a9f0ac4cf05240ceb9790811cbd8ab3cbdcd404501a9ca5a402a28033e7235d8","timestamp":"2022-11-27T22:01:53Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
342{"module":"github.com/cpuguy83/go-md2man/v2","version":"v2.0.6","vcs_hash":"0b9036af46cc50aa9433a461266e6ef3b3645807c3d1fa49cc53eb201e011781","timestamp":"2024-12-16T17:50:50Z","subdir":"","vcs_ref":"refs/tags/v2.0.6"},\ 530{"module":"github.com/cpuguy83/go-md2man/v2","version":"v2.0.6","vcs_hash":"0b9036af46cc50aa9433a461266e6ef3b3645807c3d1fa49cc53eb201e011781","timestamp":"2024-12-16T17:50:50Z","subdir":"","vcs_ref":"refs/tags/v2.0.6"},\
343{"module":"github.com/cpuguy83/go-md2man/v2","version":"v2.0.7","vcs_hash":"44790142f31974c97a48f51298f4d80d17cdea0211947e7cbfe90054a7fe7774","timestamp":"2025-04-24T23:51:24Z","subdir":"","vcs_ref":"refs/tags/v2.0.7"},\ 531{"module":"github.com/cpuguy83/go-md2man/v2","version":"v2.0.7","vcs_hash":"44790142f31974c97a48f51298f4d80d17cdea0211947e7cbfe90054a7fe7774","timestamp":"2025-04-24T23:51:24Z","subdir":"","vcs_ref":"refs/tags/v2.0.7"},\
344{"module":"github.com/agext/levenshtein","version":"v1.2.3","vcs_hash":"f4186a1dba20fb3f51b9daaf116c010f10b94a0eb8114b084e25bb3b5649ecf6","timestamp":"2020-03-12T21:09:59Z","subdir":"","vcs_ref":"refs/tags/v1.2.3"},\ 532{"module":"github.com/secure-systems-lab/go-securesystemslib","version":"v0.9.1","vcs_hash":"10dbe58c8dc404f5f42a20a009cd93a99386ef2bc8e22ece06ffbaf572deb939","timestamp":"2025-08-02T20:27:47Z","subdir":"","vcs_ref":"refs/tags/v0.9.1"},\
345{"module":"github.com/kballard/go-shellquote","version":"v0.0.0-20180428030007-95032a82bc51","vcs_hash":"49fe182d1b759955b666e8ad12ff66052cc7e14ba9ccf9e8371ee85848f1f9ac","timestamp":"2018-04-28T03:00:07Z","subdir":"","vcs_ref":""},\ 533{"module":"github.com/hpcloud/tail","version":"v1.0.0","vcs_hash":"9dfd08c5a4f07a465c8fe6fd4e5e96ac82ccaeba87143831c1a6290e944a3c84","timestamp":"2016-04-28T00:30:50Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
346{"module":"github.com/serialx/hashring","version":"v0.0.0-20200727003509-22c0c7ab6b1b","vcs_hash":"9ad302311a59b7a00732c9d2e738e872440b07b223df6f9dc7104acafedb16ee","timestamp":"2020-07-27T00:35:09Z","subdir":"","vcs_ref":""},\ 534{"module":"github.com/cespare/xxhash/v2","version":"v2.3.0","vcs_hash":"4cf9134295bfe252b2146507759140e7050e00021c322cfd0d38a231ef3c0b20","timestamp":"2024-04-04T20:00:10Z","subdir":"","vcs_ref":"refs/tags/v2.3.0"},\
347{"module":"github.com/go-logr/logr","version":"v1.2.2","vcs_hash":"761d6b76e4ca57583edd8a7d6cf39d5a0c0dfd1fb4f82f099c044f754193f7d1","timestamp":"2021-12-05T13:02:31Z","subdir":"","vcs_ref":"refs/tags/v1.2.2"},\
348{"module":"github.com/go-logr/logr","version":"v1.4.3","vcs_hash":"5b4f8e13d26b7581594ade5c47d93fb87ebb7720ce23eff7afaed11743464e1f","timestamp":"2025-05-19T04:56:57Z","subdir":"","vcs_ref":"refs/tags/v1.4.3"},\
349{"module":"github.com/go-logr/stdr","version":"v1.2.2","vcs_hash":"e69aa58ea5f2f28aa8623652f5e6643b2299d9fe8ba1e6c73a8e3d602290ac67","timestamp":"2021-12-14T08:00:35Z","subdir":"","vcs_ref":"refs/tags/v1.2.2"},\
350{"module":"github.com/envoyproxy/protoc-gen-validate","version":"v1.2.1","vcs_hash":"d5f02e84a7cac6538441cf10353084bc8986687c4fb1dbec8ce868f36087a44c","timestamp":"2025-01-22T20:15:32Z","subdir":"","vcs_ref":"refs/tags/v1.2.1"},\
351{"module":"github.com/envoyproxy/go-control-plane/envoy","version":"v1.35.0","vcs_hash":"af904f5786ed9309afb305ff0ca3cddce08208c95ec3f9def0b074e767b05cb9","timestamp":"2025-07-22T12:54:42Z","subdir":"envoy","vcs_ref":"refs/tags/envoy/v1.35.0"},\
352{"module":"github.com/envoyproxy/go-control-plane","version":"v0.13.5-0.20251024222203-75eaa193e329","vcs_hash":"16d730c776e5b5650a8f35d6f26efcb4548bf62ecba132bc934e522eec2a0508","timestamp":"2025-10-24T22:22:03Z","subdir":"","vcs_ref":""},\
353{"module":"github.com/envoyproxy/go-control-plane/ratelimit","version":"v0.1.0","vcs_hash":"906f63aa0b71e9714823fdb45d45be4659d30de781b6a053c93f43371894845f","timestamp":"2024-12-23T15:25:59Z","subdir":"ratelimit","vcs_ref":"refs/tags/ratelimit/v0.1.0"},\
354{"module":"github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus","version":"v1.1.0","vcs_hash":"42aacc0b51ca4683515670ecfde267af8722802b2bb4d002d5647da7d38f9a47","timestamp":"2025-06-12T22:31:32Z","subdir":"providers/prometheus","vcs_ref":"refs/tags/providers/prometheus/v1.1.0"},\
355{"module":"github.com/grpc-ecosystem/go-grpc-middleware/v2","version":"v2.1.0","vcs_hash":"4e15ad209f57f1610bea03c67dbeef9ef7792fafe9b2902ca1a141277719f091","timestamp":"2024-02-22T15:43:25Z","subdir":"","vcs_ref":"refs/tags/v2.1.0"},\
356{"module":"github.com/grpc-ecosystem/grpc-gateway/v2","version":"v2.27.2","vcs_hash":"6c43ad48e059624148bd0ae0b851bb5d1200cd6574bdf1b8e9006ed161aaad3d","timestamp":"2025-08-20T14:35:35Z","subdir":"","vcs_ref":"refs/tags/v2.27.2"},\
357{"module":"github.com/mxk/go-flowrate","version":"v0.0.0-20140419014527-cca7078d478f","vcs_hash":"12c25c020a66ecc07c7c90ff8a8793d5462f3f4e58338c9b36012b25b4ed81b8","timestamp":"2014-04-19T01:45:27Z","subdir":"","vcs_ref":""},\
358{"module":"github.com/sasha-s/go-deadlock","version":"v0.3.5","vcs_hash":"fa29175221f16401d041954c9a07bc5aa8b90d585d480873eaa15a18b5fa8e6d","timestamp":"2024-08-14T18:50:39Z","subdir":"","vcs_ref":"refs/tags/v0.3.5"},\
359{"module":"github.com/prometheus/client_model","version":"v0.0.0-20190129233127-fd36f4220a90","vcs_hash":"86bc615fe75b2ce98cd8c130b2a77b88c6ddb4a708b29321848472d9dd871940","timestamp":"2019-01-29T23:31:27Z","subdir":"","vcs_ref":""},\
360{"module":"github.com/prometheus/client_model","version":"v0.6.2","vcs_hash":"ce4113e6c8f9de1c05a5198a36f67001c5b8ac458bbdbca291a0800fa698d5b1","timestamp":"2025-04-11T05:38:16Z","subdir":"","vcs_ref":"refs/tags/v0.6.2"},\
361{"module":"github.com/prometheus/client_model","version":"v0.0.0-20171117100541-99fa1f4be8e5","vcs_hash":"b20883069672740ec9f8b88232be489d4e077ea06970f02fdd7280e57e070c26","timestamp":"2017-11-17T10:05:41Z","subdir":"","vcs_ref":""},\
362{"module":"github.com/prometheus/client_model","version":"v0.0.0-20180712105110-5c3871d89910","vcs_hash":"f6f51abd7b0f905d6b844652733802c893708c937a90eddb39855a9027e795ef","timestamp":"2018-07-12T10:51:10Z","subdir":"","vcs_ref":""},\
363{"module":"github.com/prometheus/procfs","version":"v0.0.0-20180125133057-cb4147076ac7","vcs_hash":"d6e1327c0735ef125d48a5e4da87d9573ffbc383c27ca670995682b478f20009","timestamp":"2018-01-25T13:30:57Z","subdir":"","vcs_ref":""},\
364{"module":"github.com/prometheus/procfs","version":"v0.0.3","vcs_hash":"300598e31c95698a764cc0dc7edf8fdfc8ab21a3296c0c5a34791af504e1a038","timestamp":"2019-06-25T16:31:10Z","subdir":"","vcs_ref":"refs/tags/v0.0.3"},\
365{"module":"github.com/prometheus/procfs","version":"v0.16.1","vcs_hash":"c5636022955615867ff5e898a254c352486ff4f35f8066d4296d4561c4ef4d2e","timestamp":"2025-04-19T15:43:08Z","subdir":"","vcs_ref":"refs/tags/v0.16.1"},\
366{"module":"github.com/prometheus/procfs","version":"v0.0.2","vcs_hash":"99df38a3259da6d3172d2228188bc6bb7c0f8033d40d03436c89d71e754acf1e","timestamp":"2019-06-03T02:31:54Z","subdir":"","vcs_ref":"refs/tags/v0.0.2"},\
367{"module":"github.com/prometheus/procfs","version":"v0.0.0-20181005140218-185b4288413d","vcs_hash":"6f855d6fe4ec2b6948e8c511b7c537693831aa71f3427a1625d4a9a01260e77d","timestamp":"2018-10-05T14:02:18Z","subdir":"","vcs_ref":""},\
368{"module":"github.com/prometheus/common","version":"v0.66.1","vcs_hash":"4004fe14db85cf2a2119d66ea225f2b9d7d14ea63e1e3bfa539d1d2440d107c4","timestamp":"2025-09-05T07:53:47Z","subdir":"","vcs_ref":"refs/tags/v0.66.1"},\
369{"module":"github.com/prometheus/common","version":"v0.6.0","vcs_hash":"866ac186da10c19f814988a847f2b46d07b11981edcd6fec98970325a2803af4","timestamp":"2019-06-17T21:11:42Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\
370{"module":"github.com/prometheus/common","version":"v0.4.1","vcs_hash":"892c75be05216c8a166e1dfe11c12f4563f5c0830e193268bcf9f7511010bcc7","timestamp":"2019-05-16T16:00:40Z","subdir":"","vcs_ref":"refs/tags/v0.4.1"},\
371{"module":"github.com/prometheus/common","version":"v0.0.0-20180110214958-89604d197083","vcs_hash":"6fa554cea5eccb087d26785c06f579b8594dbf658c4a1288c2a78398383fed0f","timestamp":"2018-01-10T21:49:58Z","subdir":"","vcs_ref":""},\
372{"module":"github.com/prometheus/client_golang","version":"v1.23.2","vcs_hash":"d9bbeca592abd4abe4a9bb304c93ff338301ffcad964694c918522126d52a1d2","timestamp":"2025-09-05T14:03:59Z","subdir":"","vcs_ref":"refs/tags/v1.23.2"},\
373{"module":"github.com/prometheus/client_golang","version":"v1.0.0","vcs_hash":"607ef8649c55f0756537573f8975af1867f26f93a7f97eb4ff594fc98c467f83","timestamp":"2019-06-15T20:44:27Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
374{"module":"github.com/prometheus/client_golang","version":"v1.1.0","vcs_hash":"4e44bd818fd07e6368ea60f26721c00dad401136a0e4742f5b167d5755f25168","timestamp":"2019-08-01T13:37:03Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
375{"module":"github.com/prometheus/client_golang","version":"v0.9.1","vcs_hash":"5b7494e1e1baac9b65067e6f77ebb97bd97f8ea769f7093cc8cb23ca7d5ab93e","timestamp":"2018-11-03T14:23:28Z","subdir":"","vcs_ref":"refs/tags/v0.9.1"},\
376{"module":"github.com/santhosh-tekuri/jsonschema/v6","version":"v6.0.1","vcs_hash":"8cfe8424190c359d20ad2bc01793323c7ac268106706dfa9721cccd4203cbfde","timestamp":"2024-06-06T17:57:31Z","subdir":"","vcs_ref":"refs/tags/v6.0.1"},\
377{"module":"github.com/santhosh-tekuri/jsonschema/v5","version":"v5.3.1","vcs_hash":"9964fa94eb99b405ebcfa3af19e0e16d07aef590c7af497cdfc6743aa4544776","timestamp":"2023-07-22T18:48:50Z","subdir":"","vcs_ref":"refs/tags/v5.3.1"},\ 535{"module":"github.com/santhosh-tekuri/jsonschema/v5","version":"v5.3.1","vcs_hash":"9964fa94eb99b405ebcfa3af19e0e16d07aef590c7af497cdfc6743aa4544776","timestamp":"2023-07-22T18:48:50Z","subdir":"","vcs_ref":"refs/tags/v5.3.1"},\
378{"module":"github.com/go-sql-driver/mysql","version":"v1.3.0","vcs_hash":"732613cefc15b1adbb2c7aeb63e0c9bbf2708050a30ce547a2df82727da51371","timestamp":"2016-12-01T11:50:36Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\ 536{"module":"github.com/santhosh-tekuri/jsonschema/v6","version":"v6.0.1","vcs_hash":"8cfe8424190c359d20ad2bc01793323c7ac268106706dfa9721cccd4203cbfde","timestamp":"2024-06-06T17:57:31Z","subdir":"","vcs_ref":"refs/tags/v6.0.1"},\
379{"module":"github.com/tetratelabs/wazero","version":"v1.9.0","vcs_hash":"8184e4b8a52d22bbf7a3100e9a800f7f69b67c8a4a0349fa457cf7c0f1833060","timestamp":"2025-02-18T15:24:27Z","subdir":"","vcs_ref":"refs/tags/v1.9.0"},\ 537{"module":"github.com/mistifyio/go-zfs/v3","version":"v3.0.1","vcs_hash":"14a067948c9001a8443e88278679f597430282136bcd53894095ccfed51182ca","timestamp":"2023-05-23T02:04:01Z","subdir":"","vcs_ref":"refs/tags/v3.0.1"},\
380{"module":"github.com/spdx/tools-golang","version":"v0.5.5","vcs_hash":"67dc836f5c494b30f0be4d730f354867948c78e92c42f1c68e779ec3c48a5a01","timestamp":"2024-06-17T02:01:36Z","subdir":"","vcs_ref":"refs/tags/v0.5.5"},\ 538{"module":"go.uber.org/mock","version":"v0.6.0","vcs_hash":"03540ab2f6f54b62764f09a177ce039608b19eb6106bf7b67da770000fde2a48","timestamp":"2025-08-18T14:58:04Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\
381{"module":"github.com/cenkalti/backoff/v5","version":"v5.0.3","vcs_hash":"656f7cb59961eb5e57ba97bf50166eda0c13e2ecff4c8c15b33eb72e8ad26dc4","timestamp":"2025-07-23T16:23:35Z","subdir":"","vcs_ref":"refs/tags/v5.0.3"},\ 539{"module":"go.uber.org/goleak","version":"v1.3.0","vcs_hash":"358840d6c8d4d8a268b95a505fd6f93da14af34041c0824fe51920b4cd523ae2","timestamp":"2023-10-24T16:28:03Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
382{"module":"github.com/cenkalti/backoff/v4","version":"v4.3.0","vcs_hash":"c644c1d0f5212c0210f056d6c7d45f3e482a1fca002b7c3e65edf8d3c060566f","timestamp":"2024-01-02T22:56:19Z","subdir":"","vcs_ref":"refs/tags/v4.3.0"},\ 540{"module":"filippo.io/edwards25519","version":"v1.1.0","vcs_hash":"f4c4c638435f40478f3fd4350a83ea7fc251e7970f9edee9b9bc5101fbd4f799","timestamp":"2023-12-10T19:13:24Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
383{"module":"github.com/pelletier/go-toml/v2","version":"v2.2.4","vcs_hash":"024e6f520632e6be8a8fbc0202fdf0da2cfc0266ff95451a8e8d944dd0d8882f","timestamp":"2025-04-07T11:11:38Z","subdir":"","vcs_ref":"refs/tags/v2.2.4"},\
384{"module":"github.com/pelletier/go-toml","version":"v1.9.5","vcs_hash":"22bc2e212b193b23af04b0014dd6e6f15e66953913e88670099f8375927b48c7","timestamp":"2022-01-05T14:17:32Z","subdir":"","vcs_ref":"refs/tags/v1.9.5"},\
385{"module":"github.com/mattn/go-colorable","version":"v0.1.2","vcs_hash":"c71b6f3acd50d510992b046a557833b9b03a5c1f131137523bd7a638b59e233e","timestamp":"2019-05-24T00:26:58Z","subdir":"","vcs_ref":"refs/tags/v0.1.2"},\
386{"module":"github.com/mattn/go-colorable","version":"v0.1.14","vcs_hash":"d115108e05252e00501d24555b70931860f5e2506c9b51436969923bc59f5dd0","timestamp":"2025-01-10T08:29:27Z","subdir":"","vcs_ref":"refs/tags/v0.1.14"},\
387{"module":"github.com/mattn/go-runewidth","version":"v0.0.16","vcs_hash":"1af9e649dfc4b15b3476c94bfc74f82df8afa71fae63a7efc761b8a649019d2d","timestamp":"2024-07-22T12:40:34Z","subdir":"","vcs_ref":"refs/tags/v0.0.16"},\
388{"module":"github.com/mattn/go-sqlite3","version":"v1.6.0","vcs_hash":"0bc060447a84109d178e936cf0287c198c9a1bcbf25d74362b7df7427a44fdda","timestamp":"2018-01-12T08:58:26Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
389{"module":"github.com/mattn/go-isatty","version":"v0.0.20","vcs_hash":"d07760adabb0d05ba45e3c8997554326fa96668c12bc4572654f288670e1af35","timestamp":"2023-10-17T07:28:21Z","subdir":"","vcs_ref":"refs/tags/v0.0.20"},\
390{"module":"github.com/mattn/go-isatty","version":"v0.0.8","vcs_hash":"4963e35bcc64525b440c791c0eb22045df1ebb90bbcdf56256950a814d09f425","timestamp":"2019-05-22T01:25:13Z","subdir":"","vcs_ref":"refs/tags/v0.0.8"},\
391{"module":"github.com/mattn/go-shellwords","version":"v1.0.12","vcs_hash":"3e9de7967c04a07a314669e56b72110ac8eee96a9646f5b9863c709575abe8d1","timestamp":"2021-06-04T13:07:19Z","subdir":"","vcs_ref":"refs/tags/v1.0.12"},\
392{"module":"github.com/buger/goterm","version":"v1.0.4","vcs_hash":"caf1c06b7ea92c81a60195c5df6f46d1e4ceb75cfb096fb918e712dcc226fc04","timestamp":"2022-01-25T19:34:06Z","subdir":"","vcs_ref":"refs/tags/v1.0.4"},\
393{"module":"github.com/moby/patternmatcher","version":"v0.6.0","vcs_hash":"fde57a922ff865dfe02454fffbfcbb1e5f2ca06ac3390f3a9df16466bfda666b","timestamp":"2023-08-22T20:52:28Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\
394{"module":"github.com/moby/term","version":"v0.5.2","vcs_hash":"b7e959e4874fee596e5f3eaf06300410fe7cefde4fbece51042d17be137ef04e","timestamp":"2025-01-02T15:40:12Z","subdir":"","vcs_ref":"refs/tags/v0.5.2"},\
395{"module":"github.com/moby/policy-helpers","version":"v0.0.0-20251105011237-bcaa71c99f14","vcs_hash":"7077358f35b23a7b00fbe917cc678c7bc8e3429f2445f4e49c9d9b23313a86fb","timestamp":"2025-11-05T01:12:37Z","subdir":"","vcs_ref":""},\
396{"module":"github.com/moby/profiles/seccomp","version":"v0.1.0","vcs_hash":"899c7ea07e4e45b382f104bc27009eeb90de7f25205638ebec13f6349d5977db","timestamp":"2025-07-22T15:37:16Z","subdir":"seccomp","vcs_ref":"refs/tags/seccomp/v0.1.0"},\
397{"module":"github.com/moby/locker","version":"v1.0.1","vcs_hash":"5549df51df50be0334c0cca67abc7ed6c0bd4fceee3f7bb56eb917b56bfe8644","timestamp":"2020-09-10T19:56:44Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
398{"module":"github.com/moby/go-archive","version":"v0.1.0","vcs_hash":"de83d178e015001ec503f8d89743a9cc08e2d644c9cde111c18076c370479f62","timestamp":"2025-04-16T10:54:52Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
399{"module":"github.com/moby/sys/reexec","version":"v0.1.0","vcs_hash":"4c6d72296668707abb39f73bf8ef79dbb131e20164c7c8897885dfa2b6dd000b","timestamp":"2024-12-18T18:52:09Z","subdir":"reexec","vcs_ref":"refs/tags/reexec/v0.1.0"},\
400{"module":"github.com/moby/sys/atomicwriter","version":"v0.1.0","vcs_hash":"f4359e6cc20b486bfb92dc3bcf6ac79f9272e2daa0c0172e594bcb9e9e7185c4","timestamp":"2025-04-07T15:07:45Z","subdir":"atomicwriter","vcs_ref":"refs/tags/atomicwriter/v0.1.0"},\
401{"module":"github.com/moby/sys/signal","version":"v0.7.1","vcs_hash":"c5c70dcea521c7e4cc66d0ca1ccdc1721b1a865780c1a1b9274ced410fa0553f","timestamp":"2024-07-16T17:21:58Z","subdir":"signal","vcs_ref":"refs/tags/signal/v0.7.1"},\
402{"module":"github.com/moby/sys/userns","version":"v0.1.0","vcs_hash":"8ea1faceda9bb3618c7b96f0749fcc6b4672432eef27c1f25c4bf631513501f2","timestamp":"2024-08-07T23:23:49Z","subdir":"userns","vcs_ref":"refs/tags/userns/v0.1.0"},\
403{"module":"github.com/moby/sys/symlink","version":"v0.3.0","vcs_hash":"c5c70dcea521c7e4cc66d0ca1ccdc1721b1a865780c1a1b9274ced410fa0553f","timestamp":"2024-07-16T17:21:58Z","subdir":"symlink","vcs_ref":"refs/tags/symlink/v0.3.0"},\
404{"module":"github.com/moby/sys/mountinfo","version":"v0.7.2","vcs_hash":"c5c70dcea521c7e4cc66d0ca1ccdc1721b1a865780c1a1b9274ced410fa0553f","timestamp":"2024-07-16T17:21:58Z","subdir":"mountinfo","vcs_ref":"refs/tags/mountinfo/v0.7.2"},\
405{"module":"github.com/moby/sys/sequential","version":"v0.6.0","vcs_hash":"c5c70dcea521c7e4cc66d0ca1ccdc1721b1a865780c1a1b9274ced410fa0553f","timestamp":"2024-07-16T17:21:58Z","subdir":"sequential","vcs_ref":"refs/tags/sequential/v0.6.0"},\
406{"module":"github.com/moby/sys/capability","version":"v0.4.0","vcs_hash":"e67c1b1913863f71a44fb255bb4ceafcd322cbb0790a301c410f76acaf083f75","timestamp":"2024-11-11T19:02:25Z","subdir":"capability","vcs_ref":"refs/tags/capability/v0.4.0"},\
407{"module":"github.com/moby/sys/user","version":"v0.4.0","vcs_hash":"1ea4d88317a39a40b500e6a8370c6c5f6d53cf5486d16925f6374042d8bf9896","timestamp":"2025-02-27T19:37:07Z","subdir":"user","vcs_ref":"refs/tags/user/v0.4.0"},\
408{"module":"github.com/moby/sys/mount","version":"v0.3.4","vcs_hash":"bafd5119fc031ca52b9e52a119b6c3c57d48dea0d101fe2ad1a175fce54de6c7","timestamp":"2024-07-17T03:02:24Z","subdir":"mount","vcs_ref":"refs/tags/mount/v0.3.4"},\
409{"module":"github.com/moby/docker-image-spec","version":"v1.3.1","vcs_hash":"7e0006fc710e13d8f5d4dd052be9861a4fd4562e1330ab6bdf94303f885e80da","timestamp":"2024-02-09T17:17:29Z","subdir":"","vcs_ref":"refs/tags/v1.3.1"},\
410{"module":"github.com/moby/spdystream","version":"v0.5.0","vcs_hash":"d7500df0fff4308611e91e5edf74d69178b53dccca9230c03beecb0a26d56124","timestamp":"2024-07-23T13:25:06Z","subdir":"","vcs_ref":"refs/tags/v0.5.0"},\
411{"module":"github.com/moby/buildkit","version":"v0.26.2","vcs_hash":"ea271cbec4e6af9d6f8b85fc342abbb36b352fe2a1696958921722eb7d40d1dc","timestamp":"2025-11-20T11:38:53Z","subdir":"","vcs_ref":"refs/tags/v0.26.2"},\
412{"module":"github.com/cilium/ebpf","version":"v0.16.0","vcs_hash":"8e810695e5aecdedc82025b50fe217f458e95243dfd6f3a725e4be31bb89421b","timestamp":"2024-07-23T16:13:54Z","subdir":"","vcs_ref":"refs/tags/v0.16.0"},\
413{"module":"github.com/Shopify/logrus-bugsnag","version":"v0.0.0-20170309145241-6dbc35f2c30d","vcs_hash":"32b9430ae515731f656e10a931bd6ca61d5ea940c15245ea2c8bb98990560cfd","timestamp":"2017-03-09T14:52:41Z","subdir":"","vcs_ref":""},\
414{"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"},\
415{"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"},\
416{"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"},\
417{"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"},\
418{"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"},\
419{"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"},\
420{"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"},\
421{"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"},\
422{"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"},\
423{"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"},\
424{"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"},\
425{"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"},\
426{"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"},\
427{"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"},\
428{"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"},\
429{"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"},\
430{"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"},\
431{"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"},\
432{"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"},\
433{"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"},\
434{"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"},\
435{"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"},\
436{"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":""},\
437{"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"},\
438{"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"},\
439{"module":"github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp","version":"v1.30.0","vcs_hash":"d73039b2dd906a0889a3850d34d408fe2a98553d7bcdfe853ca194f24d0d76ca","timestamp":"2025-09-25T17:18:32Z","subdir":"detectors/gcp","vcs_ref":"refs/tags/detectors/gcp/v1.30.0"},\
440{"module":"github.com/bitly/go-hostpool","version":"v0.1.0","vcs_hash":"4fa48fb597b43d9ba89aa477912e73c8b6130aa0cda05b209201b071f25d10a4","timestamp":"2019-12-24T19:37:25Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
441{"module":"github.com/bitly/go-simplejson","version":"v0.5.0","vcs_hash":"c56b9fa4257469037ce41f652467339083e21d8cf63b420f7051f689474dcb9e","timestamp":"2015-09-15T16:53:35Z","subdir":"","vcs_ref":"refs/tags/v0.5.0"},\
442{"module":"github.com/modern-go/concurrent","version":"v0.0.0-20180228061459-e0a39a4cb421","vcs_hash":"720429d876e0c333185ab19ebc83ff389edac9e5b459d07c74e7a18cae1c5b7a","timestamp":"2018-02-28T06:14:59Z","subdir":"","vcs_ref":""},\
443{"module":"github.com/modern-go/concurrent","version":"v0.0.0-20180306012644-bacd9c7ef1dd","vcs_hash":"09a996e0549b43adaeb1c40a8dc339563ed1a8dcc831e5cb074441a30d502d23","timestamp":"2018-03-06T01:26:44Z","subdir":"","vcs_ref":""},\
444{"module":"github.com/modern-go/reflect2","version":"v0.0.0-20180701023420-4b7aa43c6742","vcs_hash":"8af4d54440b1b6703cd1b26845d1f5914958f01a18064501f7b77554b973b677","timestamp":"2018-07-01T02:34:20Z","subdir":"","vcs_ref":""},\
445{"module":"github.com/modern-go/reflect2","version":"v1.0.3-0.20250322232337-35a7c28c31ee","vcs_hash":"b0f41ee692517b4a6786fb48ce9d49e532c4f77cac6cacadd6ff49dcb7325931","timestamp":"2025-03-22T23:23:37Z","subdir":"","vcs_ref":""},\
446{"module":"github.com/modern-go/reflect2","version":"v1.0.1","vcs_hash":"5f837a9261606850c86cb464d91848cb7e2e334be529f812891c080cfd881b9a","timestamp":"2018-07-18T01:23:57Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
447{"module":"github.com/sirupsen/logrus","version":"v1.4.1","vcs_hash":"e7dadc55f17d7e5dd646b8a1408f0d5dc551bfbbbb8de273a6b6ceb927a05353","timestamp":"2019-04-02T16:14:07Z","subdir":"","vcs_ref":"refs/tags/v1.4.1"},\
448{"module":"github.com/sirupsen/logrus","version":"v1.0.6","vcs_hash":"e2b60414d6cf051bc156482dc25c0e442f2dcbaf755db11f95b165196e3a417d","timestamp":"2018-07-21T07:00:01Z","subdir":"","vcs_ref":"refs/tags/v1.0.6"},\
449{"module":"github.com/sirupsen/logrus","version":"v1.2.0","vcs_hash":"f662f3bd248d63f5671cbf660c0fd3e5c3fc5389fca023c018b7c8fa63d75263","timestamp":"2018-11-01T07:39:56Z","subdir":"","vcs_ref":"refs/tags/v1.2.0"},\
450{"module":"github.com/sirupsen/logrus","version":"v1.9.3","vcs_hash":"a1230aee5f8f1a866199cbec636d1525e00a9b13cf2fe0023dcf6b874c525014","timestamp":"2023-05-21T12:59:35Z","subdir":"","vcs_ref":"refs/tags/v1.9.3"},\
451{"module":"github.com/containernetworking/cni","version":"v1.3.0","vcs_hash":"6fa30880d920c48b1630347223a375694a450629a1037b649907b1ab1f2f237a","timestamp":"2025-04-07T15:37:53Z","subdir":"","vcs_ref":"refs/tags/v1.3.0"},\
452{"module":"github.com/containernetworking/plugins","version":"v1.8.0","vcs_hash":"f6503a87c1f81aa33a6d29c40a420afbc08e92fc8e1791dc7f439650e37194ca","timestamp":"2025-09-01T15:23:06Z","subdir":"","vcs_ref":"refs/tags/v1.8.0"},\
453{"module":"github.com/pmezard/go-difflib","version":"v1.0.0","vcs_hash":"c04ad296d2e3203fda8b7ca96feaca21b20b3b7441e33c7d67cda029ea61ab4c","timestamp":"2016-01-10T10:55:54Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
454{"module":"github.com/petermattis/goid","version":"v0.0.0-20240813172612-4fcff4a6cae7","vcs_hash":"28fe23d2ffb5463ca74406309be8d07f56f5b77b8f151b1f3d5a8edf6d6ae9be","timestamp":"2024-08-13T17:26:12Z","subdir":"","vcs_ref":""},\
455{"module":"github.com/go-openapi/jsonreference","version":"v0.20.2","vcs_hash":"2b1f5e4abef192d562993c04982e0222c673c03ef641b68a8e86ea31eae7b8e4","timestamp":"2023-01-14T04:19:40Z","subdir":"","vcs_ref":"refs/tags/v0.20.2"},\
456{"module":"github.com/go-openapi/swag","version":"v0.23.0","vcs_hash":"c9cae28160c75921d2cb4ab3d1f827a75eff410d92b10dbdb59ee96851a11ee6","timestamp":"2024-03-09T18:11:11Z","subdir":"","vcs_ref":"refs/tags/v0.23.0"},\
457{"module":"github.com/go-openapi/jsonpointer","version":"v0.21.0","vcs_hash":"eaab28eda54bc7b1675e90e5ebeb79d02f5b4b71c2430301297b1b41c648226c","timestamp":"2024-03-09T18:18:34Z","subdir":"","vcs_ref":"refs/tags/v0.21.0"},\
458{"module":"sigs.k8s.io/randfill","version":"v1.0.0","vcs_hash":"64598686d0dc1d499a7860fd9d58ec01370c353b03b4e9377d668d615af13dc6","timestamp":"2025-03-04T18:23:53Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
459{"module":"sigs.k8s.io/yaml","version":"v1.6.0","vcs_hash":"289ff1bc36e2275d8f58e8de4b1e27b0cabf0d8bfcb2058f040045490a48f9fc","timestamp":"2025-07-24T18:12:28Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
460{"module":"sigs.k8s.io/structured-merge-diff/v6","version":"v6.3.0","vcs_hash":"d66ac94ec61bd2ff1830ecd910c5ba59307d9987a0b5e8bc4d43eed2a9670e03","timestamp":"2025-07-16T20:34:24Z","subdir":"","vcs_ref":"refs/tags/v6.3.0"},\ 541{"module":"sigs.k8s.io/structured-merge-diff/v6","version":"v6.3.0","vcs_hash":"d66ac94ec61bd2ff1830ecd910c5ba59307d9987a0b5e8bc4d43eed2a9670e03","timestamp":"2025-07-16T20:34:24Z","subdir":"","vcs_ref":"refs/tags/v6.3.0"},\
461{"module":"sigs.k8s.io/json","version":"v0.0.0-20241014173422-cfa47c3a1cc8","vcs_hash":"af72b3861f1b450d8fac535a64ce765bba3c291956ec3c652a5f54db46add460","timestamp":"2024-10-14T17:34:22Z","subdir":"","vcs_ref":""},\ 542{"module":"sigs.k8s.io/json","version":"v0.0.0-20241014173422-cfa47c3a1cc8","vcs_hash":"af72b3861f1b450d8fac535a64ce765bba3c291956ec3c652a5f54db46add460","timestamp":"2024-10-14T17:34:22Z","subdir":"","vcs_ref":""},\
462{"module":"golang.org/x/time","version":"v0.14.0","vcs_hash":"0b5a85f52d49b5c97b97cde355131c98905f13038f61a5848c4d01a01512f74b","timestamp":"2025-09-16T23:29:52Z","subdir":"","vcs_ref":"refs/tags/v0.14.0"},\ 543{"module":"sigs.k8s.io/yaml","version":"v1.6.0","vcs_hash":"289ff1bc36e2275d8f58e8de4b1e27b0cabf0d8bfcb2058f040045490a48f9fc","timestamp":"2025-07-24T18:12:28Z","subdir":"","vcs_ref":"refs/tags/v1.6.0"},\
463{"module":"golang.org/x/term","version":"v0.37.0","vcs_hash":"dc68a83f0b959f11ba9a73ae88839dbcfaa7f3926b2c644ab3d6371b08b9487e","timestamp":"2025-11-11T15:03:38Z","subdir":"","vcs_ref":"refs/tags/v0.37.0"},\ 544{"module":"sigs.k8s.io/randfill","version":"v1.0.0","vcs_hash":"64598686d0dc1d499a7860fd9d58ec01370c353b03b4e9377d668d615af13dc6","timestamp":"2025-03-04T18:23:53Z","subdir":"","vcs_ref":"refs/tags/v1.0.0"},\
464{"module":"golang.org/x/mod","version":"v0.29.0","vcs_hash":"e2f24273f66162f4a2bfde7357a860b565262f0932e1d1bcba22f2c375336f39","timestamp":"2025-10-08T15:23:01Z","subdir":"","vcs_ref":"refs/tags/v0.29.0"},\ 545{"module":"kernel.org/pub/linux/libs/security/libcap/cap","version":"v1.2.77","vcs_hash":"0e3f13776ff605f669bbf0d6414b493efd804254db98b6d3bea7655371b7f53f","timestamp":"2025-10-26T18:29:03Z","subdir":"cap","vcs_ref":"refs/tags/cap/v1.2.77"},\
465{"module":"golang.org/x/tools","version":"v0.38.0","vcs_hash":"d216d54a0764f2431487fc456233144cce69e8db7cf83fe343dc1b40544002c3","timestamp":"2025-10-08T22:17:26Z","subdir":"","vcs_ref":"refs/tags/v0.38.0"},\ 546{"module":"kernel.org/pub/linux/libs/security/libcap/cap","version":"v1.2.76","vcs_hash":"68fcf96342d6b57dcc3e6c818463c707e806599087dedf19a4eb9d818367df61","timestamp":"2025-04-13T16:47:12Z","subdir":"cap","vcs_ref":"refs/tags/cap/v1.2.76"},\
466{"module":"golang.org/x/net","version":"v0.47.0","vcs_hash":"8c32d9cb50e30e4c5deab8ef39dfee35e4f56c13625493919d433a59ec1eb2e4","timestamp":"2025-11-11T18:55:31Z","subdir":"","vcs_ref":"refs/tags/v0.47.0"},\ 547{"module":"kernel.org/pub/linux/libs/security/libcap/psx","version":"v1.2.77","vcs_hash":"0e3f13776ff605f669bbf0d6414b493efd804254db98b6d3bea7655371b7f53f","timestamp":"2025-10-26T18:29:03Z","subdir":"psx","vcs_ref":"refs/tags/psx/v1.2.77"},\
467{"module":"golang.org/x/text","version":"v0.4.0","vcs_hash":"5ad35cfebebfa5b556ca6d44b5026673bb71ab874271a0fc395ab751275779ae","timestamp":"2022-10-14T17:33:59Z","subdir":"","vcs_ref":"refs/tags/v0.4.0"},\ 548{"module":"kernel.org/pub/linux/libs/security/libcap/psx","version":"v1.2.76","vcs_hash":"68fcf96342d6b57dcc3e6c818463c707e806599087dedf19a4eb9d818367df61","timestamp":"2025-04-13T16:47:12Z","subdir":"psx","vcs_ref":"refs/tags/psx/v1.2.76"},\
468{"module":"golang.org/x/text","version":"v0.31.0","vcs_hash":"577e4676a2f50c97fb4d38cee5035ca19849a09a3f986733a02de10c991c03d2","timestamp":"2025-11-11T15:05:00Z","subdir":"","vcs_ref":"refs/tags/v0.31.0"},\ 549{"module":"cel.dev/expr","version":"v0.24.0","vcs_hash":"22be8bab702f88ee991b30c18c7bac8535814d8de3215c69ac9ee1e73da82c45","timestamp":"2025-05-07T15:31:15Z","subdir":"","vcs_ref":"refs/tags/v0.24.0"},\
550{"module":"cyphar.com/go-pathrs","version":"v0.2.1","vcs_hash":"e45d21327d19f5df130e8033c6a083bb99ae3ef92dff0a6b9e0b6ad59104fe90","timestamp":"2025-11-02T17:55:16Z","subdir":"go-pathrs","vcs_ref":"refs/tags/go-pathrs/v0.2.1"},\
551{"module":"go.opencensus.io","version":"v0.24.0","vcs_hash":"8607148e6fbec2ab3d0020ea3ffb8bdce7bc15dae97ebec60385afa6ddb97c29","timestamp":"2022-11-03T20:13:50Z","subdir":"","vcs_ref":"refs/tags/v0.24.0"},\
552{"module":"gonum.org/v1/gonum","version":"v0.16.0","vcs_hash":"525f00d6116e74b77041f8bb562564ec0e4c1d66d02a48c7b8093f8f931ae1c4","timestamp":"2025-03-21T18:40:20Z","subdir":"","vcs_ref":"refs/tags/v0.16.0"},\
553{"module":"go.yaml.in/yaml/v3","version":"v3.0.4","vcs_hash":"28af0e86ac86bfc3e00873c91eee3b58eb4f82e4f4c0f7963ccfc8872fd4a4a5","timestamp":"2025-06-29T14:09:51Z","subdir":"","vcs_ref":"refs/tags/v3.0.4"},\
554{"module":"go.yaml.in/yaml/v2","version":"v2.4.2","vcs_hash":"8e5c657c86d0e182b5f4d6ed3715a0ec93dfb998d8ef94555af035578a3aba8d","timestamp":"2025-06-02T16:37:17Z","subdir":"","vcs_ref":"refs/tags/v2.4.2"},\
555{"module":"go.yaml.in/yaml/v2","version":"v2.4.3","vcs_hash":"2408eeac30b1574986dd0e17458ada4d251f9845f816637202936da13fcdab91","timestamp":"2025-09-11T04:10:14Z","subdir":"","vcs_ref":"refs/tags/v2.4.3"},\
556{"module":"go.yaml.in/yaml/v4","version":"v4.0.0-rc.3","vcs_hash":"bb6f6ec483049dba1843496880df5682fc52f28cc7a78c0fd6884e70812d5903","timestamp":"2025-11-04T17:29:07Z","subdir":"","vcs_ref":"refs/tags/v4.0.0-rc.3"},\
557{"module":"go.yaml.in/yaml/v4","version":"v4.0.0-rc.4","vcs_hash":"adea5cf06c6a3beda8e988488bf42b037fd9e912a944733d3d8861ee12229595","timestamp":"2026-01-21T17:38:02Z","subdir":"","vcs_ref":"refs/tags/v4.0.0-rc.4"},\
558{"module":"pgregory.net/rapid","version":"v1.2.0","vcs_hash":"44c434e5467532a753dca055894777e9cc0c2edb2d36b01df08664a6953e8459","timestamp":"2025-02-24T08:18:48Z","subdir":"","vcs_ref":"refs/tags/v1.2.0"},\
559{"module":"golang.org/x/sys","version":"v0.1.0","vcs_hash":"b1e9a27b98fa2dd77074f2947aa9586de17609eb0bdd77672fccab342a0f1a77","timestamp":"2022-10-13T17:17:32Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\
469{"module":"golang.org/x/sys","version":"v0.6.0","vcs_hash":"323536cd91bc88e38213d12787ab63a3504a0061ffc7b17a8c7ca560497f24fa","timestamp":"2023-03-04T03:20:52Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\ 560{"module":"golang.org/x/sys","version":"v0.6.0","vcs_hash":"323536cd91bc88e38213d12787ab63a3504a0061ffc7b17a8c7ca560497f24fa","timestamp":"2023-03-04T03:20:52Z","subdir":"","vcs_ref":"refs/tags/v0.6.0"},\
561{"module":"golang.org/x/sys","version":"v0.42.0","vcs_hash":"8e0c29133c55549f2a5ccd9da93c1f00cb94b6e82a15ed2bf8a2406448f69c37","timestamp":"2026-03-03T01:51:03Z","subdir":"","vcs_ref":"refs/tags/v0.42.0"},\
470{"module":"golang.org/x/sys","version":"v0.38.0","vcs_hash":"31b4a87892cd1d88cf590c31b22ef78bd77b4e57c5287e1e0eb653c03ef43d8b","timestamp":"2025-11-04T21:29:36Z","subdir":"","vcs_ref":"refs/tags/v0.38.0"},\ 562{"module":"golang.org/x/sys","version":"v0.38.0","vcs_hash":"31b4a87892cd1d88cf590c31b22ef78bd77b4e57c5287e1e0eb653c03ef43d8b","timestamp":"2025-11-04T21:29:36Z","subdir":"","vcs_ref":"refs/tags/v0.38.0"},\
471{"module":"golang.org/x/sys","version":"v0.1.0","vcs_hash":"b1e9a27b98fa2dd77074f2947aa9586de17609eb0bdd77672fccab342a0f1a77","timestamp":"2022-10-13T17:17:32Z","subdir":"","vcs_ref":"refs/tags/v0.1.0"},\ 563{"module":"golang.org/x/mod","version":"v0.31.0","vcs_hash":"cb53cc14448559f4b79c8c47297f628afbc8171ff501cdc4743c5f4030033dd7","timestamp":"2025-12-08T16:56:33Z","subdir":"","vcs_ref":"refs/tags/v0.31.0"},\
564{"module":"golang.org/x/mod","version":"v0.29.0","vcs_hash":"e2f24273f66162f4a2bfde7357a860b565262f0932e1d1bcba22f2c375336f39","timestamp":"2025-10-08T15:23:01Z","subdir":"","vcs_ref":"refs/tags/v0.29.0"},\
565{"module":"golang.org/x/oauth2","version":"v0.33.0","vcs_hash":"231775307d2198402b4332072fb4567ff1a13e24f257ef58f6e3fdb368a76ee0","timestamp":"2025-10-23T14:32:39Z","subdir":"","vcs_ref":"refs/tags/v0.33.0"},\
472{"module":"golang.org/x/oauth2","version":"v0.32.0","vcs_hash":"5299f99fe900c9f416ec8f845e101931917c9ec20b42262d8341778bde5e7247","timestamp":"2025-09-16T00:27:56Z","subdir":"","vcs_ref":"refs/tags/v0.32.0"},\ 566{"module":"golang.org/x/oauth2","version":"v0.32.0","vcs_hash":"5299f99fe900c9f416ec8f845e101931917c9ec20b42262d8341778bde5e7247","timestamp":"2025-09-16T00:27:56Z","subdir":"","vcs_ref":"refs/tags/v0.32.0"},\
567{"module":"golang.org/x/term","version":"v0.37.0","vcs_hash":"dc68a83f0b959f11ba9a73ae88839dbcfaa7f3926b2c644ab3d6371b08b9487e","timestamp":"2025-11-11T15:03:38Z","subdir":"","vcs_ref":"refs/tags/v0.37.0"},\
568{"module":"golang.org/x/term","version":"v0.38.0","vcs_hash":"71d12ef0538a7e08304bd53ff5dbe1a79f60001589f3d0127d4b8bfc96b4cb9e","timestamp":"2025-12-08T16:57:31Z","subdir":"","vcs_ref":"refs/tags/v0.38.0"},\
569{"module":"golang.org/x/sync","version":"v0.20.0","vcs_hash":"7832f0aec63a5b5bc0fa1a349a5a6f0126ede331ea71a528ecb5f3968f2b000c","timestamp":"2026-02-23T18:54:42Z","subdir":"","vcs_ref":"refs/tags/v0.20.0"},\
473{"module":"golang.org/x/sync","version":"v0.18.0","vcs_hash":"ebf6fd09cb715ca3918f1d9bcf5429f708b1f0cec51d03ec50e2b14777bc5963","timestamp":"2025-10-21T17:44:11Z","subdir":"","vcs_ref":"refs/tags/v0.18.0"},\ 570{"module":"golang.org/x/sync","version":"v0.18.0","vcs_hash":"ebf6fd09cb715ca3918f1d9bcf5429f708b1f0cec51d03ec50e2b14777bc5963","timestamp":"2025-10-21T17:44:11Z","subdir":"","vcs_ref":"refs/tags/v0.18.0"},\
571{"module":"golang.org/x/crypto","version":"v0.46.0","vcs_hash":"798f6d5ef5f210d9df33b4e7c70674a661cd004d741bfb266c427b6f478b1cc8","timestamp":"2025-12-08T18:34:26Z","subdir":"","vcs_ref":"refs/tags/v0.46.0"},\
474{"module":"golang.org/x/crypto","version":"v0.45.0","vcs_hash":"8e06e9b13668ac944956ad59f8348e8b4c938e9d610a8227755b513dc6a69aa7","timestamp":"2025-11-19T19:55:48Z","subdir":"","vcs_ref":"refs/tags/v0.45.0"},\ 572{"module":"golang.org/x/crypto","version":"v0.45.0","vcs_hash":"8e06e9b13668ac944956ad59f8348e8b4c938e9d610a8227755b513dc6a69aa7","timestamp":"2025-11-19T19:55:48Z","subdir":"","vcs_ref":"refs/tags/v0.45.0"},\
573{"module":"golang.org/x/net","version":"v0.47.0","vcs_hash":"8c32d9cb50e30e4c5deab8ef39dfee35e4f56c13625493919d433a59ec1eb2e4","timestamp":"2025-11-11T18:55:31Z","subdir":"","vcs_ref":"refs/tags/v0.47.0"},\
574{"module":"golang.org/x/net","version":"v0.48.0","vcs_hash":"933b45295e922f06f042181b7cf7fb2f2b10035e52fef5bbb293c1cb6ea68cf6","timestamp":"2025-12-08T21:41:29Z","subdir":"","vcs_ref":"refs/tags/v0.48.0"},\
475{"module":"golang.org/x/exp","version":"v0.0.0-20250911091902-df9299821621","vcs_hash":"b29a418d7bb6e15cce9cdb2caf0de7ed5dba8f2a38735a52d5d41801549b0ebf","timestamp":"2025-09-11T09:19:02Z","subdir":"","vcs_ref":""},\ 575{"module":"golang.org/x/exp","version":"v0.0.0-20250911091902-df9299821621","vcs_hash":"b29a418d7bb6e15cce9cdb2caf0de7ed5dba8f2a38735a52d5d41801549b0ebf","timestamp":"2025-09-11T09:19:02Z","subdir":"","vcs_ref":""},\
476{"module":"k8s.io/utils","version":"v0.0.0-20250604170112-4c0f3b243397","vcs_hash":"60ee1a48e44e3b939997e0fd54e801d1b11cfe7183c5f295746d2564bd6860e8","timestamp":"2025-06-04T17:01:12Z","subdir":"","vcs_ref":""},\ 576{"module":"golang.org/x/text","version":"v0.4.0","vcs_hash":"5ad35cfebebfa5b556ca6d44b5026673bb71ab874271a0fc395ab751275779ae","timestamp":"2022-10-14T17:33:59Z","subdir":"","vcs_ref":"refs/tags/v0.4.0"},\
477{"module":"k8s.io/cri-api","version":"v0.34.1","vcs_hash":"7301e739a4795b683b66e93dd7c6f440f5c5fddd2ad7816c05a5678c723aca60","timestamp":"2025-08-16T07:57:26Z","subdir":"","vcs_ref":"refs/tags/v0.34.1"},\ 577{"module":"golang.org/x/text","version":"v0.31.0","vcs_hash":"577e4676a2f50c97fb4d38cee5035ca19849a09a3f986733a02de10c991c03d2","timestamp":"2025-11-11T15:05:00Z","subdir":"","vcs_ref":"refs/tags/v0.31.0"},\
478{"module":"k8s.io/kube-openapi","version":"v0.0.0-20250710124328-f3f2b991d03b","vcs_hash":"bbdfcb1726af92c510f587baa66600e18719a63bbabc846728d7c2ff829a2146","timestamp":"2025-07-10T12:43:28Z","subdir":"","vcs_ref":""},\ 578{"module":"golang.org/x/text","version":"v0.32.0","vcs_hash":"db1055c090da946a126ac8573a0148f86e0c41f537a9ee33dc5eefbe656d95ed","timestamp":"2025-12-08T16:57:43Z","subdir":"","vcs_ref":"refs/tags/v0.32.0"},\
579{"module":"golang.org/x/time","version":"v0.14.0","vcs_hash":"0b5a85f52d49b5c97b97cde355131c98905f13038f61a5848c4d01a01512f74b","timestamp":"2025-09-16T23:29:52Z","subdir":"","vcs_ref":"refs/tags/v0.14.0"},\
580{"module":"golang.org/x/tools","version":"v0.39.0","vcs_hash":"3e134fe07900bbb1f6b786c65f3bae7ddad868e248d5ce0e1a52fc21568e545f","timestamp":"2025-11-12T22:16:42Z","subdir":"","vcs_ref":"refs/tags/v0.39.0"},\
581{"module":"golang.org/x/tools","version":"v0.38.0","vcs_hash":"d216d54a0764f2431487fc456233144cce69e8db7cf83fe343dc1b40544002c3","timestamp":"2025-10-08T22:17:26Z","subdir":"","vcs_ref":"refs/tags/v0.38.0"},\
582{"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"},\
479{"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"},\ 583{"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"},\
480{"module":"k8s.io/klog/v2","version":"v2.130.1","vcs_hash":"eaab5e8e1958570d9bced9a912298fdaa9472cecec794161f58aebf8c4d1e963","timestamp":"2024-06-20T00:51:19Z","subdir":"","vcs_ref":"refs/tags/v2.130.1"},\ 584{"module":"k8s.io/klog/v2","version":"v2.130.1","vcs_hash":"eaab5e8e1958570d9bced9a912298fdaa9472cecec794161f58aebf8c4d1e963","timestamp":"2024-06-20T00:51:19Z","subdir":"","vcs_ref":"refs/tags/v2.130.1"},\
481{"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"},\ 585{"module":"k8s.io/kube-openapi","version":"v0.0.0-20250710124328-f3f2b991d03b","vcs_hash":"bbdfcb1726af92c510f587baa66600e18719a63bbabc846728d7c2ff829a2146","timestamp":"2025-07-10T12:43:28Z","subdir":"","vcs_ref":""},\
586{"module":"k8s.io/cri-api","version":"v0.34.1","vcs_hash":"7301e739a4795b683b66e93dd7c6f440f5c5fddd2ad7816c05a5678c723aca60","timestamp":"2025-08-16T07:57:26Z","subdir":"","vcs_ref":"refs/tags/v0.34.1"},\
587{"module":"k8s.io/utils","version":"v0.0.0-20250604170112-4c0f3b243397","vcs_hash":"60ee1a48e44e3b939997e0fd54e801d1b11cfe7183c5f295746d2564bd6860e8","timestamp":"2025-06-04T17:01:12Z","subdir":"","vcs_ref":""},\
482{"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"},\ 588{"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"},\
483{"module":"dario.cat/mergo","version":"v1.0.2","vcs_hash":"b16914f71b927e268f1d35e84fd54af7eca655000013af4d0f184bcbd154847c","timestamp":"2025-05-07T20:15:06Z","subdir":"","vcs_ref":"refs/tags/v1.0.2"},\ 589{"module":"go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace","version":"v0.63.0","vcs_hash":"a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7","timestamp":"2025-08-29T20:56:25Z","subdir":"instrumentation/net/http/httptrace/otelhttptrace","vcs_ref":"refs/tags/instrumentation/net/http/httptrace/otelhttptrace/v0.63.0"},\
484{"module":"tags.cncf.io/container-device-interface/specs-go","version":"v1.0.0","vcs_hash":"a9b36137e55bc5c537c3eddc79e73eca4dc1c855628a8e32e027103df4d865f4","timestamp":"2025-03-07T16:36:12Z","subdir":"specs-go","vcs_ref":"refs/tags/specs-go/v1.0.0"},\ 590{"module":"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp","version":"v0.63.0","vcs_hash":"a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7","timestamp":"2025-08-29T20:56:25Z","subdir":"instrumentation/net/http/otelhttp","vcs_ref":"refs/tags/instrumentation/net/http/otelhttp/v0.63.0"},\
591{"module":"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc","version":"v0.63.0","vcs_hash":"a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7","timestamp":"2025-08-29T20:56:25Z","subdir":"instrumentation/google.golang.org/grpc/otelgrpc","vcs_ref":"refs/tags/instrumentation/google.golang.org/grpc/otelgrpc/v0.63.0"},\
592{"module":"go.opentelemetry.io/contrib/detectors/gcp","version":"v1.38.0","vcs_hash":"a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7","timestamp":"2025-08-29T20:56:25Z","subdir":"detectors/gcp","vcs_ref":"refs/tags/detectors/gcp/v1.38.0"},\
593{"module":"go.opentelemetry.io/auto/sdk","version":"v1.2.1","vcs_hash":"1fd877c6ad92470308433b00b2458aacc47c259fb28a0596272d30410c77f412","timestamp":"2025-09-15T16:53:44Z","subdir":"sdk","vcs_ref":"refs/tags/sdk/v1.2.1"},\
594{"module":"go.opentelemetry.io/proto/otlp","version":"v1.7.1","vcs_hash":"7362aea1b94649c9ad7d031fd6fe79b2310f347d865614b0be2b844894e28013","timestamp":"2025-07-31T08:38:46Z","subdir":"otlp","vcs_ref":"refs/tags/otlp/v1.7.1"},\
595{"module":"go.opentelemetry.io/otel","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"","vcs_ref":"refs/tags/v1.38.0"},\
596{"module":"go.opentelemetry.io/otel/sdk","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"sdk","vcs_ref":"refs/tags/sdk/v1.38.0"},\
597{"module":"go.opentelemetry.io/otel/sdk/metric","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"sdk/metric","vcs_ref":"refs/tags/sdk/metric/v1.38.0"},\
598{"module":"go.opentelemetry.io/otel/metric","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"metric","vcs_ref":"refs/tags/metric/v1.38.0"},\
599{"module":"go.opentelemetry.io/otel/trace","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"trace","vcs_ref":"refs/tags/trace/v1.38.0"},\
600{"module":"go.opentelemetry.io/otel/exporters/prometheus","version":"v0.60.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/prometheus","vcs_ref":"refs/tags/exporters/prometheus/v0.60.0"},\
601{"module":"go.opentelemetry.io/otel/exporters/prometheus","version":"v0.42.0","vcs_hash":"5781e823bcdbe01100cd1dc8d89e81f073e0a26cb157df3e236c81af5d21f7e4","timestamp":"2023-09-28T19:28:51Z","subdir":"exporters/prometheus","vcs_ref":"refs/tags/exporters/prometheus/v0.42.0"},\
602{"module":"go.opentelemetry.io/otel/exporters/stdout/stdouttrace","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/stdout/stdouttrace","vcs_ref":"refs/tags/exporters/stdout/stdouttrace/v1.38.0"},\
603{"module":"go.opentelemetry.io/otel/exporters/stdout/stdouttrace","version":"v1.31.0","vcs_hash":"32a87864cfa3320f417f47862642c312d2c19908839bd781f0f1073a0a9b899e","timestamp":"2024-10-11T16:59:27Z","subdir":"exporters/stdout/stdouttrace","vcs_ref":""},\
604{"module":"go.opentelemetry.io/otel/exporters/jaeger","version":"v1.17.0","vcs_hash":"7257a93ca31d121ae8fee06e2ce5824c46e65e351d7b2daf9b1a27a10d8bb60d","timestamp":"2023-08-28T14:50:03Z","subdir":"exporters/jaeger","vcs_ref":"refs/tags/exporters/jaeger/v1.17.0"},\
605{"module":"go.opentelemetry.io/otel/exporters/otlp/otlptrace","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/otlp/otlptrace","vcs_ref":"refs/tags/exporters/otlp/otlptrace/v1.38.0"},\
606{"module":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/otlp/otlptrace/otlptracehttp","vcs_ref":"refs/tags/exporters/otlp/otlptrace/otlptracehttp/v1.38.0"},\
607{"module":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/otlp/otlptrace/otlptracegrpc","vcs_ref":"refs/tags/exporters/otlp/otlptrace/otlptracegrpc/v1.38.0"},\
608{"module":"go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/otlp/otlpmetric/otlpmetrichttp","vcs_ref":"refs/tags/exporters/otlp/otlpmetric/otlpmetrichttp/v1.38.0"},\
609{"module":"go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc","version":"v1.38.0","vcs_hash":"a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5","timestamp":"2025-08-29T19:42:52Z","subdir":"exporters/otlp/otlpmetric/otlpmetricgrpc","vcs_ref":"refs/tags/exporters/otlp/otlpmetric/otlpmetricgrpc/v1.38.0"},\
610{"module":"go.etcd.io/bbolt","version":"v1.4.3","vcs_hash":"5983ea71bb9e5e22aede686f4e2d57552e937bd9f2a5a3ca5e595c01b957c33a","timestamp":"2025-08-19T17:17:23Z","subdir":"","vcs_ref":"refs/tags/v1.4.3"},\
611{"module":"gopkg.in/check.v1","version":"v0.0.0-20161208181325-20d25e280405","vcs_hash":"f6f7125ac7ef086ca6395a14a9a28c8c11cd6f8790a8be7cfd6475d1acd0f40b","timestamp":"2016-12-08T18:13:25Z","subdir":"","vcs_ref":""},\
612{"module":"gopkg.in/check.v1","version":"v1.0.0-20200227125254-8fa46927fb4f","vcs_hash":"23da246e09df0cfb88f7874f3e8ab42f1563033c51f59b8fd9f88f708ab87083","timestamp":"2020-02-27T12:52:54Z","subdir":"","vcs_ref":""},\
613{"module":"gopkg.in/check.v1","version":"v1.0.0-20201130134442-10cb98267c6c","vcs_hash":"b8ed7c01feb15e76511fd0dcf4b7d5e0ab535f96b5fe0e22cd9854a758a6c38d","timestamp":"2020-11-30T13:44:42Z","subdir":"","vcs_ref":""},\
614{"module":"gopkg.in/inf.v0","version":"v0.9.1","vcs_hash":"61185ca91404d2e09a193aede807b4a9ededd43199f58cd49ec4cef480d7bc7f","timestamp":"2018-03-26T17:23:32Z","subdir":"","vcs_ref":"refs/tags/v0.9.1"},\
615{"module":"gopkg.in/tomb.v1","version":"v1.0.0-20141024135613-dd632973f1e7","vcs_hash":"3eb09c53457860b46e591b55bd3d381c6c4ceb426eeef3c43e3b3eac38964c0d","timestamp":"2014-10-24T13:56:13Z","subdir":"","vcs_ref":""},\
616{"module":"gopkg.in/yaml.v2","version":"v2.2.8","vcs_hash":"400816c86851106c70bff651cdce4df77403b9659ec70d1d1bbe2d3211dfa942","timestamp":"2020-01-21T17:19:40Z","subdir":"","vcs_ref":"refs/tags/v2.2.8"},\
617{"module":"gopkg.in/yaml.v2","version":"v2.2.2","vcs_hash":"8a100ce674e65e72daf096e45d53f5beec9f9123c742acb89993de84b6414834","timestamp":"2018-11-15T11:05:04Z","subdir":"","vcs_ref":"refs/tags/v2.2.2"},\
618{"module":"gopkg.in/yaml.v2","version":"v2.2.4","vcs_hash":"16ad1bc1035b50f99a688a97524eadf6fc6a8b09612f99dd2ef19e0889b7935a","timestamp":"2019-10-02T18:33:36Z","subdir":"","vcs_ref":"refs/tags/v2.2.4"},\
619{"module":"gopkg.in/yaml.v2","version":"v2.2.1","vcs_hash":"0fa3b98a4c1a3d9bd017c1d1c94874fecbc693d1400e5f002f53d4444a42664c","timestamp":"2018-03-28T19:50:20Z","subdir":"","vcs_ref":"refs/tags/v2.2.1"},\
620{"module":"gopkg.in/fsnotify.v1","version":"v1.4.7","vcs_hash":"cc44f7bf337eee80812ff411465b4e87c78887003ae940c1b27adb151bbed7d2","timestamp":"2018-01-10T05:33:47Z","subdir":"","vcs_ref":"refs/tags/v1.4.7"},\
621{"module":"gopkg.in/ini.v1","version":"v1.67.0","vcs_hash":"35aca96c4c1dbe28b4a68dd8f9ad52ed4d311b137ae51f57e5f73034281e5da5","timestamp":"2022-08-08T11:35:30Z","subdir":"","vcs_ref":"refs/tags/v1.67.0"},\
622{"module":"gopkg.in/yaml.v3","version":"v3.0.1","vcs_hash":"8d340fff421a1861f196061b40e49b2f9e802647204935d08e1062b8ecd90b0d","timestamp":"2022-05-27T08:35:30Z","subdir":"","vcs_ref":"refs/tags/v3.0.1"},\
623{"module":"gopkg.in/yaml.v3","version":"v3.0.0-20200313102051-9f266ea9e77c","vcs_hash":"ae6e6119974a43d5668501b6efe7e743408319dee4094d1929d3e75a4f5dac98","timestamp":"2020-03-13T10:20:51Z","subdir":"","vcs_ref":""},\
624{"module":"google.golang.org/grpc","version":"v1.0.5","vcs_hash":"a8f63cb0b9589a8734365d4e15d54811da5f80c7314224f78f912146fcb9e1d8","timestamp":"2016-12-02T18:43:27Z","subdir":"","vcs_ref":"refs/tags/v1.0.5"},\
625{"module":"google.golang.org/grpc","version":"v1.77.0","vcs_hash":"6a4d91efb4524dab3f60e9d933cded144ffbbfe78825b7b8af87b3f8ac1f948f","timestamp":"2025-11-17T23:10:58Z","subdir":"","vcs_ref":"refs/tags/v1.77.0"},\
626{"module":"google.golang.org/grpc","version":"v1.78.0","vcs_hash":"0638a64122abeb115144e72987920717a22fb1af701d28ef847f1f50cf61c8ac","timestamp":"2025-12-23T09:24:02Z","subdir":"","vcs_ref":"refs/tags/v1.78.0"},\
627{"module":"google.golang.org/grpc/cmd/protoc-gen-go-grpc","version":"v1.5.1","vcs_hash":"ce5a862c22ded840bff7b7ec1016804cb0af284075ea09fb5fe73b9866532a3a","timestamp":"2024-07-29T17:04:12Z","subdir":"cmd/protoc-gen-go-grpc","vcs_ref":"refs/tags/cmd/protoc-gen-go-grpc/v1.5.1"},\
628{"module":"google.golang.org/genproto","version":"v0.0.0-20230223222841-637eb2293923","vcs_hash":"21c46bcd2e99306470dba32b1498445db51b8fb0eb86d97f796374b8d215eb9c","timestamp":"2023-02-23T22:28:41Z","subdir":"","vcs_ref":""},\
629{"module":"google.golang.org/genproto/googleapis/api","version":"v0.0.0-20251103181224-f26f9409b101","vcs_hash":"2a836781ea0b225ac15b54d6058e34525750c5a309d733ac59c70bd294604259","timestamp":"2025-11-03T18:12:24Z","subdir":"googleapis/api","vcs_ref":""},\
630{"module":"google.golang.org/genproto/googleapis/api","version":"v0.0.0-20251022142026-3a174f9686a8","vcs_hash":"b5ce4250f6640d334872a72f3816006a60b60061151262fb86636fdb602cb7f6","timestamp":"2025-10-22T14:20:26Z","subdir":"googleapis/api","vcs_ref":""},\
631{"module":"google.golang.org/genproto/googleapis/rpc","version":"v0.0.0-20251103181224-f26f9409b101","vcs_hash":"2a836781ea0b225ac15b54d6058e34525750c5a309d733ac59c70bd294604259","timestamp":"2025-11-03T18:12:24Z","subdir":"googleapis/rpc","vcs_ref":""},\
632{"module":"google.golang.org/genproto/googleapis/rpc","version":"v0.0.0-20251022142026-3a174f9686a8","vcs_hash":"b5ce4250f6640d334872a72f3816006a60b60061151262fb86636fdb602cb7f6","timestamp":"2025-10-22T14:20:26Z","subdir":"googleapis/rpc","vcs_ref":""},\
633{"module":"google.golang.org/protobuf","version":"v1.36.10","vcs_hash":"3436497d01a86cde43a5e76c997e02e0547f362e8f0246dcbb7680acad79157f","timestamp":"2025-10-02T08:56:10Z","subdir":"","vcs_ref":"refs/tags/v1.36.10"},\
634{"module":"google.golang.org/protobuf","version":"v1.36.11","vcs_hash":"d5e44d171a0e43b2572231e7dad4dbb2fbeb34ff9c7aaf7a36a393294ff3d55d","timestamp":"2025-12-12T08:48:31Z","subdir":"","vcs_ref":"refs/tags/v1.36.11"},\
635{"module":"go.mongodb.org/mongo-driver","version":"v1.17.6","vcs_hash":"e629113ada68e74e78e8cccbe5f20cfc312b1982f3b922205f92ed2458babd7f","timestamp":"2025-10-27T23:16:51Z","subdir":"","vcs_ref":"refs/tags/v1.17.6"},\
485{"module":"tags.cncf.io/container-device-interface","version":"v1.0.1","vcs_hash":"228f05c3a05800a5e1340385d34910aac599df817838e50aa367b9cd09151186","timestamp":"2025-03-22T07:35:24Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\ 636{"module":"tags.cncf.io/container-device-interface","version":"v1.0.1","vcs_hash":"228f05c3a05800a5e1340385d34910aac599df817838e50aa367b9cd09151186","timestamp":"2025-03-22T07:35:24Z","subdir":"","vcs_ref":"refs/tags/v1.0.1"},\
637{"module":"tags.cncf.io/container-device-interface","version":"v1.1.0","vcs_hash":"2a0706ee0554e66b341fabb5c09e62f00336b0a7e6faac981d973f30b4064622","timestamp":"2025-12-10T08:48:20Z","subdir":"","vcs_ref":"refs/tags/v1.1.0"},\
638{"module":"tags.cncf.io/container-device-interface/specs-go","version":"v1.0.0","vcs_hash":"a9b36137e55bc5c537c3eddc79e73eca4dc1c855628a8e32e027103df4d865f4","timestamp":"2025-03-07T16:36:12Z","subdir":"specs-go","vcs_ref":"refs/tags/specs-go/v1.0.0"},\
639{"module":"tags.cncf.io/container-device-interface/specs-go","version":"v1.1.0","vcs_hash":"2a0706ee0554e66b341fabb5c09e62f00336b0a7e6faac981d973f30b4064622","timestamp":"2025-12-10T08:48:20Z","subdir":"specs-go","vcs_ref":"refs/tags/specs-go/v1.1.0"},\
486{"module":"cloud.google.com/go/compute/metadata","version":"v0.9.0","vcs_hash":"ef8ad73ce6cafa3fbb115b0895d2b391fa5aefa58dac151c1ff06e7279185884","timestamp":"2025-09-24T19:41:55Z","subdir":"compute/metadata","vcs_ref":"refs/tags/compute/metadata/v0.9.0"},\ 640{"module":"cloud.google.com/go/compute/metadata","version":"v0.9.0","vcs_hash":"ef8ad73ce6cafa3fbb115b0895d2b391fa5aefa58dac151c1ff06e7279185884","timestamp":"2025-09-24T19:41:55Z","subdir":"compute/metadata","vcs_ref":"refs/tags/compute/metadata/v0.9.0"},\
487{"module":"github.com/docker/go","version":"v1.5.1-1.0.20160303222718-d30aec9fd63c","vcs_hash":"adbf3e69f7023041c90d95475b29404cfcd9bbc165416530ac397daf92713d9f","timestamp":"2016-03-03T22:27:18Z","subdir":"","vcs_ref":""},\ 641{"module":"gotest.tools/v3","version":"v3.5.2","vcs_hash":"0059a65e8d8f001755ae605517342ab3e098223b600f512103941850dfee7cc5","timestamp":"2024-09-05T03:48:22Z","subdir":"","vcs_ref":"refs/tags/v3.5.2"},\
488{"module":"golang.org/x/xerrors","version":"v0.0.0-20200804184101-5ec99f83aff1","vcs_hash":"1a7eef0babb47828059471e537bef1e9023bf22cd1c23e5fcaf7523b68332e82","timestamp":"2020-08-04T18:41:01Z","subdir":"","vcs_ref":""},\ 642{"module":"dario.cat/mergo","version":"v1.0.2","vcs_hash":"b16914f71b927e268f1d35e84fd54af7eca655000013af4d0f184bcbd154847c","timestamp":"2025-05-07T20:15:06Z","subdir":"","vcs_ref":"refs/tags/v1.0.2"},\
489{"module":"gopkg.in/airbrake/gobrake.v2","version":"v2.0.9","vcs_hash":"077965e9dddf4afe778a53c5657b15d425b2922ce1bb4473b48a092882d1c86c","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\
490{"module":"gopkg.in/alecthomas/kingpin.v2","version":"v2.2.6","vcs_hash":"2735cac9b4a3cdb15215106fb8250a3cf703ade538238379c02b2e4630006774","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\
491{"module":"gopkg.in/cenkalti/backoff.v2","version":"v2.2.1","vcs_hash":"71c3d72ed297486ed0a5ea367107475dd5a2f63506f13752eff8697b952feb2b","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\
492{"module":"gopkg.in/evanphx/json-patch.v4","version":"v4.12.0","vcs_hash":"4b7afc94ca313174a1c06213eff6268514e8df200fe8280a69535c2f7d458ab8","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\
493{"module":"gopkg.in/gemnasium/logrus-airbrake-hook.v2","version":"v2.1.2","vcs_hash":"d0726cab486cec911bd01a228103871bd0013c064acd93acf6ec283371126c72","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\
494{"module":"gopkg.in/rethinkdb/rethinkdb-go.v6","version":"v6.2.1","vcs_hash":"217dbcd1c8416832ce026dc8bc5191884d1b45525c1a9e2c2e6980ae4fa4b11e","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\
495{"module":"golang.org/x/mod","version":"v0.2.0","vcs_hash":"d8ce3a26ef11a4e81bfc12391c4d0bf865766bcb2812acb31931c12ee0d326f8","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\ 643{"module":"golang.org/x/mod","version":"v0.2.0","vcs_hash":"d8ce3a26ef11a4e81bfc12391c4d0bf865766bcb2812acb31931c12ee0d326f8","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":"refs/tags/v0.2.0"},\
496{"module":"golang.org/x/mod","version":"v0.3.0","vcs_hash":"c7adf8bcca55c1652cddd18c7e949788e387f878482d2553dd5f0a8b63dae8ba","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 644{"module":"golang.org/x/mod","version":"v0.3.0","vcs_hash":"c7adf8bcca55c1652cddd18c7e949788e387f878482d2553dd5f0a8b63dae8ba","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
497{"module":"golang.org/x/mod","version":"v0.6.0-dev.0.20220419223038-86c51ed26bb4","vcs_hash":"8d01fb415e3ecdf7c1c57243ebaa9b07a2cecd87ea1574f747bbc2ab686be373","timestamp":"2022-04-19T22:30:38Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 645{"module":"golang.org/x/mod","version":"v0.6.0-dev.0.20220419223038-86c51ed26bb4","vcs_hash":"8d01fb415e3ecdf7c1c57243ebaa9b07a2cecd87ea1574f747bbc2ab686be373","timestamp":"2022-04-19T22:30:38Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
498{"module":"golang.org/x/net","version":"v0.0.0-20180906233101-161cd47e91fd","vcs_hash":"babc11e479dde015dda8f2983ff3d34baeca8fc3c8f903c8cdb86bbe5bd33276","timestamp":"2018-09-06T23:31:01Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
499{"module":"golang.org/x/net","version":"v0.0.0-20181114220301-adae6a3d119a","vcs_hash":"b8c1e7047b6e4851ac069daf32f49810a275ba804ac8e291088dc3153c2e9244","timestamp":"2018-11-14T22:03:01Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
500{"module":"golang.org/x/net","version":"v0.0.0-20190404232315-eb5bcb51f2a3","vcs_hash":"ae86d4593bf8e0a0514f77d1f3831f0f2f4214c3d1e77cc50661343ba4fcdebe","timestamp":"2019-04-04T23:23:15Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 646{"module":"golang.org/x/net","version":"v0.0.0-20190404232315-eb5bcb51f2a3","vcs_hash":"ae86d4593bf8e0a0514f77d1f3831f0f2f4214c3d1e77cc50661343ba4fcdebe","timestamp":"2019-04-04T23:23:15Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
501{"module":"golang.org/x/net","version":"v0.0.0-20190613194153-d28f0bde5980","vcs_hash":"757dd4c6e25318b13686cfb89c72e097891b4100c7969a22acf412f56e47896d","timestamp":"2019-06-13T19:41:53Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
502{"module":"golang.org/x/net","version":"v0.0.0-20190620200207-3b0461eec859","vcs_hash":"3c84774e4b117bf9ca7f463a9106bc672447617fbfdf58b268e7a74cb79b8882","timestamp":"2019-06-20T20:02:07Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 647{"module":"golang.org/x/net","version":"v0.0.0-20190620200207-3b0461eec859","vcs_hash":"3c84774e4b117bf9ca7f463a9106bc672447617fbfdf58b268e7a74cb79b8882","timestamp":"2019-06-20T20:02:07Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
503{"module":"golang.org/x/net","version":"v0.0.0-20200226121028-0de0cce0169b","vcs_hash":"4a83ce2ea03f8d39736df96f33e3c12c6f2736e4e2d7c83f96b043f96b097451","timestamp":"2020-02-26T12:10:28Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 648{"module":"golang.org/x/net","version":"v0.0.0-20200226121028-0de0cce0169b","vcs_hash":"4a83ce2ea03f8d39736df96f33e3c12c6f2736e4e2d7c83f96b043f96b097451","timestamp":"2020-02-26T12:10:28Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
504{"module":"golang.org/x/net","version":"v0.0.0-20201021035429-f5854403a974","vcs_hash":"fc8ecf11eddaf279509465d2c0dde9c76fb90ea7c097356e83c6ed4c375e1c16","timestamp":"2020-10-21T03:54:29Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 649{"module":"golang.org/x/net","version":"v0.0.0-20201021035429-f5854403a974","vcs_hash":"fc8ecf11eddaf279509465d2c0dde9c76fb90ea7c097356e83c6ed4c375e1c16","timestamp":"2020-10-21T03:54:29Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
505{"module":"golang.org/x/net","version":"v0.0.0-20210226172049-e18ecbb05110","vcs_hash":"376d3afffd1f62bc65b76e58fc724fe033367b5c6b239fa6c7d0367687a2bfbd","timestamp":"2021-02-26T17:20:49Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 650{"module":"golang.org/x/net","version":"v0.0.0-20210226172049-e18ecbb05110","vcs_hash":"376d3afffd1f62bc65b76e58fc724fe033367b5c6b239fa6c7d0367687a2bfbd","timestamp":"2021-02-26T17:20:49Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
506{"module":"golang.org/x/net","version":"v0.0.0-20220722155237-a158d28d115b","vcs_hash":"2de939cb01f6e50973e8ce809ddfa5b8ceec4f7d5e7a3aef65caea692eb1f5b5","timestamp":"2022-07-22T15:52:37Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 651{"module":"golang.org/x/net","version":"v0.0.0-20220722155237-a158d28d115b","vcs_hash":"2de939cb01f6e50973e8ce809ddfa5b8ceec4f7d5e7a3aef65caea692eb1f5b5","timestamp":"2022-07-22T15:52:37Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
507{"module":"golang.org/x/sync","version":"v0.0.0-20180314180146-1d60e4601c6f","vcs_hash":"a474d88ee14fcd89b314b779d02a4628461aebbfc6613a6ba90e583c35e15b02","timestamp":"2018-03-14T18:01:46Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
508{"module":"golang.org/x/sync","version":"v0.0.0-20181108010431-42b317875d0f","vcs_hash":"19d48188f5a03164bde06d13dc555c6a2ebc78aafd3dabc7439ec4c9dcca3519","timestamp":"2018-11-08T01:04:31Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
509{"module":"golang.org/x/sync","version":"v0.0.0-20181221193216-37e7f081c4d4","vcs_hash":"901f082ea4e1c94dfbaef54bd883432751214951b6b2d5885765a306b1c60d1f","timestamp":"2018-12-21T19:32:16Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
510{"module":"golang.org/x/sync","version":"v0.0.0-20190423024810-112230192c58","vcs_hash":"b68e56943c8c12324ce0414e7075fd80f016eafe879c0c69e6b25893ebb49bce","timestamp":"2019-04-23T02:48:10Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 652{"module":"golang.org/x/sync","version":"v0.0.0-20190423024810-112230192c58","vcs_hash":"b68e56943c8c12324ce0414e7075fd80f016eafe879c0c69e6b25893ebb49bce","timestamp":"2019-04-23T02:48:10Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
511{"module":"golang.org/x/sync","version":"v0.0.0-20190911185100-cd5d95a43a6e","vcs_hash":"eaa2921285a7524f3154ea98a551847767b259c18f901ed97668900b204aa7a6","timestamp":"2019-09-11T18:51:00Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 653{"module":"golang.org/x/sync","version":"v0.0.0-20190911185100-cd5d95a43a6e","vcs_hash":"eaa2921285a7524f3154ea98a551847767b259c18f901ed97668900b204aa7a6","timestamp":"2019-09-11T18:51:00Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
512{"module":"golang.org/x/sync","version":"v0.0.0-20201020160332-67f06af15bc9","vcs_hash":"63c5dce6fecd17ec0193ec4ee4221b61ccd0834c745a066128df4000c7ec583e","timestamp":"2020-10-20T16:03:32Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 654{"module":"golang.org/x/sync","version":"v0.0.0-20201020160332-67f06af15bc9","vcs_hash":"63c5dce6fecd17ec0193ec4ee4221b61ccd0834c745a066128df4000c7ec583e","timestamp":"2020-10-20T16:03:32Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
513{"module":"golang.org/x/sync","version":"v0.0.0-20220722155255-886fb9371eb4","vcs_hash":"ca22f14e147dd49170157c4d70861fe830bc43b62113fa8da7da7806f515979b","timestamp":"2022-07-22T15:52:55Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 655{"module":"golang.org/x/sync","version":"v0.0.0-20220722155255-886fb9371eb4","vcs_hash":"ca22f14e147dd49170157c4d70861fe830bc43b62113fa8da7da7806f515979b","timestamp":"2022-07-22T15:52:55Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
514{"module":"golang.org/x/sys","version":"v0.0.0-20180905080454-ebe1bf3edb33","vcs_hash":"d3bdb2e23f146b5636bca4252db35273bff745f37dece252f87edb601338f1fa","timestamp":"2018-09-05T08:04:54Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
515{"module":"golang.org/x/sys","version":"v0.0.0-20180909124046-d0be0721c37e","vcs_hash":"e23d421c76c78ddc7b91228f72ce5f09a2820d7648b887aa27f4e1b7ffe9f8a4","timestamp":"2018-09-09T12:40:46Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
516{"module":"golang.org/x/sys","version":"v0.0.0-20181116152217-5ac8a444bdc5","vcs_hash":"fefde8e557c698aecc8d48f3c3d82b7fea1eb55451adbc71dbed3a8871ed8e13","timestamp":"2018-11-16T15:22:17Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
517{"module":"golang.org/x/sys","version":"v0.0.0-20190215142949-d0b11bdaac8a","vcs_hash":"f12e98c7124bdf27aa44290b851a1ac08039087a76b23733d63312bc784b1556","timestamp":"2019-02-15T14:29:49Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 656{"module":"golang.org/x/sys","version":"v0.0.0-20190215142949-d0b11bdaac8a","vcs_hash":"f12e98c7124bdf27aa44290b851a1ac08039087a76b23733d63312bc784b1556","timestamp":"2019-02-15T14:29:49Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
518{"module":"golang.org/x/sys","version":"v0.0.0-20190222072716-a9d3bda3a223","vcs_hash":"b39bbf1e5c63baf8bb27abab5aa581c65e0d2a22893ed2ccbcc8fa2f7dcb1f04","timestamp":"2019-02-22T07:27:16Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 657{"module":"golang.org/x/sys","version":"v0.0.0-20190222072716-a9d3bda3a223","vcs_hash":"b39bbf1e5c63baf8bb27abab5aa581c65e0d2a22893ed2ccbcc8fa2f7dcb1f04","timestamp":"2019-02-22T07:27:16Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
519{"module":"golang.org/x/sys","version":"v0.0.0-20190412213103-97732733099d","vcs_hash":"aa620878a9f9f2576616d28b01af853869a5a014c70f6b2966e79beae63baeae","timestamp":"2019-04-12T21:31:03Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 658{"module":"golang.org/x/sys","version":"v0.0.0-20190412213103-97732733099d","vcs_hash":"aa620878a9f9f2576616d28b01af853869a5a014c70f6b2966e79beae63baeae","timestamp":"2019-04-12T21:31:03Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
520{"module":"golang.org/x/sys","version":"v0.0.0-20190801041406-cbf593c0f2f3","vcs_hash":"4caa6bf3877ea4a9088acc64f20cf170854590c47a2251c747b075d57989606f","timestamp":"2019-08-01T04:14:06Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
521{"module":"golang.org/x/sys","version":"v0.0.0-20191026070338-33540a1f6037","vcs_hash":"74df1e05ff5bf1317fe42883ce7a496c0ad3800044d955163fd3f3acca0a0166","timestamp":"2019-10-26T07:03:38Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
522{"module":"golang.org/x/sys","version":"v0.0.0-20191120155948-bd437916bb0e","vcs_hash":"253eeaed31139dc6c6092c9677b29b309c54686acef6519ba8e7423b19d0c65e","timestamp":"2019-11-20T15:59:48Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
523{"module":"golang.org/x/sys","version":"v0.0.0-20200930185726-fdedc70b468f","vcs_hash":"782e11bb6bc760c1f6beebcc00039d583f0f5dce996fff1adc7a3eac70c2c65b","timestamp":"2020-09-30T18:57:26Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 659{"module":"golang.org/x/sys","version":"v0.0.0-20200930185726-fdedc70b468f","vcs_hash":"782e11bb6bc760c1f6beebcc00039d583f0f5dce996fff1adc7a3eac70c2c65b","timestamp":"2020-09-30T18:57:26Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
524{"module":"golang.org/x/sys","version":"v0.0.0-20201119102817-f84b799fce68","vcs_hash":"5e73009c1afca32127ea1cb27ff11e49ac3eab70df61f2738a4e4d8f95e48511","timestamp":"2020-11-19T10:28:17Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 660{"module":"golang.org/x/sys","version":"v0.0.0-20201119102817-f84b799fce68","vcs_hash":"5e73009c1afca32127ea1cb27ff11e49ac3eab70df61f2738a4e4d8f95e48511","timestamp":"2020-11-19T10:28:17Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
525{"module":"golang.org/x/sys","version":"v0.0.0-20210331175145-43e1dd70ce54","vcs_hash":"61395547cb668a679b4d7508a904d02fd50ffe1630e5ffd6f4ef293a97c2d3ba","timestamp":"2021-03-31T17:51:45Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 661{"module":"golang.org/x/sys","version":"v0.0.0-20210331175145-43e1dd70ce54","vcs_hash":"61395547cb668a679b4d7508a904d02fd50ffe1630e5ffd6f4ef293a97c2d3ba","timestamp":"2021-03-31T17:51:45Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
@@ -527,9 +663,7 @@ GO_MODULE_CACHE_DATA = '[\
527{"module":"golang.org/x/sys","version":"v0.0.0-20210616094352-59db8d763f22","vcs_hash":"34a6c6ff0efd234ebc0cc2a5cfdad07405fca7403da460f8d25bfb69091bc0c5","timestamp":"2021-06-16T09:43:52Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 663{"module":"golang.org/x/sys","version":"v0.0.0-20210616094352-59db8d763f22","vcs_hash":"34a6c6ff0efd234ebc0cc2a5cfdad07405fca7403da460f8d25bfb69091bc0c5","timestamp":"2021-06-16T09:43:52Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
528{"module":"golang.org/x/sys","version":"v0.0.0-20220412211240-33da011f77ad","vcs_hash":"144d2f77c6aa06af51d5820df4e7506c5ecad01c86e770e0027b682ff0d3f9a9","timestamp":"2022-04-12T21:12:40Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 664{"module":"golang.org/x/sys","version":"v0.0.0-20220412211240-33da011f77ad","vcs_hash":"144d2f77c6aa06af51d5820df4e7506c5ecad01c86e770e0027b682ff0d3f9a9","timestamp":"2022-04-12T21:12:40Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
529{"module":"golang.org/x/sys","version":"v0.0.0-20220520151302-bc2c85ada10a","vcs_hash":"f1ca944a9f749f11954489cf91646b40418e0abb15fdadc5040f1dbba7b6ee33","timestamp":"2022-05-20T15:13:02Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 665{"module":"golang.org/x/sys","version":"v0.0.0-20220520151302-bc2c85ada10a","vcs_hash":"f1ca944a9f749f11954489cf91646b40418e0abb15fdadc5040f1dbba7b6ee33","timestamp":"2022-05-20T15:13:02Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
530{"module":"golang.org/x/sys","version":"v0.0.0-20220715151400-c0bba94af5f8","vcs_hash":"e4718f232872f03637fc197e3ccf66bc067874db09f67e7567cae86e8cee6732","timestamp":"2022-07-15T15:14:00Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
531{"module":"golang.org/x/sys","version":"v0.0.0-20220722155257-8c9f86f7a55f","vcs_hash":"2b23297aec08f23623501029a20a4eee604e87ce090001ef6ad0a5930d799dd5","timestamp":"2022-07-22T15:52:57Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 666{"module":"golang.org/x/sys","version":"v0.0.0-20220722155257-8c9f86f7a55f","vcs_hash":"2b23297aec08f23623501029a20a4eee604e87ce090001ef6ad0a5930d799dd5","timestamp":"2022-07-22T15:52:57Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
532{"module":"golang.org/x/term","version":"v0.0.0-20201117132131-f5c789dd3221","vcs_hash":"c88580cdc620bf60d25b76e2063471e63eb3d1d7e2637b2d2fee2fa29c5eef30","timestamp":"2020-11-17T13:21:31Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
533{"module":"golang.org/x/term","version":"v0.0.0-20201126162022-7de9c90e9dd1","vcs_hash":"ead0d27eba7bab1501c9338f4e8f06fcaeada49e20ae7ea11b3242a3e7e99835","timestamp":"2020-11-26T16:20:22Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 667{"module":"golang.org/x/term","version":"v0.0.0-20201126162022-7de9c90e9dd1","vcs_hash":"ead0d27eba7bab1501c9338f4e8f06fcaeada49e20ae7ea11b3242a3e7e99835","timestamp":"2020-11-26T16:20:22Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
534{"module":"golang.org/x/term","version":"v0.0.0-20210927222741-03fcf44c2211","vcs_hash":"39b5e1daf17afc894da71452dbc3a21bfd60c2a69143fd621e2f4c38e90360ea","timestamp":"2021-09-27T22:27:41Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 668{"module":"golang.org/x/term","version":"v0.0.0-20210927222741-03fcf44c2211","vcs_hash":"39b5e1daf17afc894da71452dbc3a21bfd60c2a69143fd621e2f4c38e90360ea","timestamp":"2021-09-27T22:27:41Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
535{"module":"golang.org/x/text","version":"v0.3.0","vcs_hash":"e9ec4c6af0acd56750bc559cb32d09c01276f0ac22e70bb84dd122fdfa9e2db7","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\ 669{"module":"golang.org/x/text","version":"v0.3.0","vcs_hash":"e9ec4c6af0acd56750bc559cb32d09c01276f0ac22e70bb84dd122fdfa9e2db7","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":"refs/tags/v0.3.0"},\
@@ -539,8 +673,5 @@ GO_MODULE_CACHE_DATA = '[\
539{"module":"golang.org/x/tools","version":"v0.0.0-20191119224855-298f0cb1881e","vcs_hash":"4bdade122172b6644bff0ea433cdb68d5460d8b894432e030ced235888ac6fdc","timestamp":"2019-11-19T22:48:55Z","subdir":"","vcs_ref":"refs/tags/v0.3.7"},\ 673{"module":"golang.org/x/tools","version":"v0.0.0-20191119224855-298f0cb1881e","vcs_hash":"4bdade122172b6644bff0ea433cdb68d5460d8b894432e030ced235888ac6fdc","timestamp":"2019-11-19T22:48:55Z","subdir":"","vcs_ref":"refs/tags/v0.3.7"},\
540{"module":"golang.org/x/tools","version":"v0.0.0-20200619180055-7c47624df98f","vcs_hash":"a7efe20c5bee119c7e0018be6d57820b9b6a182d1818d3ec344c022fad6b7114","timestamp":"2020-06-19T18:00:55Z","subdir":"","vcs_ref":"refs/tags/v0.3.7"},\ 674{"module":"golang.org/x/tools","version":"v0.0.0-20200619180055-7c47624df98f","vcs_hash":"a7efe20c5bee119c7e0018be6d57820b9b6a182d1818d3ec344c022fad6b7114","timestamp":"2020-06-19T18:00:55Z","subdir":"","vcs_ref":"refs/tags/v0.3.7"},\
541{"module":"golang.org/x/tools","version":"v0.0.0-20210106214847-113979e3529a","vcs_hash":"74532c68be1c7f64a0eee926ba2b0b7d4552a8c11bae36838bf170186db4264d","timestamp":"2021-01-06T21:48:47Z","subdir":"","vcs_ref":"refs/tags/v0.3.7"},\ 675{"module":"golang.org/x/tools","version":"v0.0.0-20210106214847-113979e3529a","vcs_hash":"74532c68be1c7f64a0eee926ba2b0b7d4552a8c11bae36838bf170186db4264d","timestamp":"2021-01-06T21:48:47Z","subdir":"","vcs_ref":"refs/tags/v0.3.7"},\
542{"module":"golang.org/x/tools","version":"v0.1.12","vcs_hash":"caef14ab3734fcbf0d05c7a9aab8ffc3dee6066c109316257d37ec9c806f1482","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":"refs/tags/v0.1.12"},\ 676{"module":"golang.org/x/tools","version":"v0.1.12","vcs_hash":"caef14ab3734fcbf0d05c7a9aab8ffc3dee6066c109316257d37ec9c806f1482","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":"refs/tags/v0.1.12"}\
543{"module":"golang.org/x/xerrors","version":"v0.0.0-20190717185122-a985d3407aa7","vcs_hash":"19bf66358270f1db6b287805895c6fc8385236e01234a96b3da1d15fe70245f7","timestamp":"2019-07-17T18:51:22Z","subdir":"","vcs_ref":"refs/tags/v0.1.12"},\
544{"module":"golang.org/x/xerrors","version":"v0.0.0-20191011141410-1b5146add898","vcs_hash":"8c142112d3bf2046dde4cb3dda11db03c95a8ab51bfb424b4d31be45594f7e6a","timestamp":"2019-10-11T14:14:10Z","subdir":"","vcs_ref":"refs/tags/v0.1.12"},\
545{"module":"golang.org/x/xerrors","version":"v0.0.0-20191204190536-9bdfabe68543","vcs_hash":"a190c0bd506167cc1631eefeb81697d88fd666066c0d35abb4f058915f9881cd","timestamp":"2019-12-04T19:05:36Z","subdir":"","vcs_ref":"refs/tags/v0.1.12"}\
546]' 677]'
diff --git a/recipes-containers/docker-compose/go-mod-git.inc b/recipes-containers/docker-compose/go-mod-git.inc
index fad29aa7..75bff6d8 100644
--- a/recipes-containers/docker-compose/go-mod-git.inc
+++ b/recipes-containers/docker-compose/go-mod-git.inc
@@ -1,505 +1,606 @@
1# Generated by oe-go-mod-fetcher.py v3.0.0 1# Generated by oe-go-mod-fetcher.py v3.0.0
2# Git repositories for Go module dependencies 2# Git repositories for Go module dependencies
3 3
4SRC_URI += "git://github.com/uber/mock;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=2d1c58167e30f380cf78e44a43b100a14767e817;name=git_d59a22ac_0;destsuffix=vcs_cache/03540ab2f6f54b62764f09a177ce039608b19eb6106bf7b67da770000fde2a48" 4SRC_URI += "git://github.com/go-sql-driver/mysql;protocol=https;nobranch=1;tag=v1.9.3;shallow=1;rev=62984ada4402df6571557bc3fed2bcbde48ec908;name=git_825229b4_0;destsuffix=vcs_cache/8d8b13db0a1aeb458c063fdae5bc8310ea4fe3f080f94fad773cad52094745d9"
5SRC_URI += "git://github.com/uber-go/goleak;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=31095c657c34bba405a8d480db27989aa5f60b9c;name=git_aa00c2c2_0;destsuffix=vcs_cache/358840d6c8d4d8a268b95a505fd6f93da14af34041c0824fe51920b4cd523ae2" 5SRC_URI += "git://github.com/go-sql-driver/mysql;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=a0583e0143b1624142adab07e0e97fe106d99561;name=git_825229b4_1;destsuffix=vcs_cache/732613cefc15b1adbb2c7aeb63e0c9bbf2708050a30ce547a2df82727da51371"
6SRC_URI += "git://github.com/etcd-io/bbolt;protocol=https;nobranch=1;tag=v1.4.3;shallow=1;rev=68e6b96e6b74ebc396ac1aa7186c92e616960bd1;name=git_bd7d6031_0;destsuffix=vcs_cache/5983ea71bb9e5e22aede686f4e2d57552e937bd9f2a5a3ca5e595c01b957c33a" 6SRC_URI += "git://github.com/zclconf/go-cty;protocol=https;nobranch=1;tag=v1.17.0;shallow=1;rev=da4c600729aefcf628d6b042ee439e6927d1104e;name=git_5ffc57d2_0;destsuffix=vcs_cache/47f07e849f1a52fb6afc5ce8207515cf79885a5863c3f77672e2e24bc0ed8ce3"
7SRC_URI += "git://github.com/gonum/gonum;protocol=https;nobranch=1;tag=v0.16.0;shallow=1;rev=7826ba4358a76646a8bd1f852201c4fed2c81c38;name=git_63b91e23_0;destsuffix=vcs_cache/525f00d6116e74b77041f8bb562564ec0e4c1d66d02a48c7b8093f8f931ae1c4" 7SRC_URI += "git://github.com/julienschmidt/httprouter;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=348b672cd90d8190f8240323e372ecd1e66b59dc;name=git_50116b68_0;destsuffix=vcs_cache/2c4d0627c16989284c34f4435f85eda929435309b1f35e089deeada06cba6920"
8SRC_URI += "git://github.com/google/cel-spec;protocol=https;nobranch=1;tag=v0.24.0;shallow=1;rev=9f069b3ee58b02d6f6736c5ebd6587075c1a1b22;name=git_9b911644_0;destsuffix=vcs_cache/22be8bab702f88ee991b30c18c7bac8535814d8de3215c69ac9ee1e73da82c45" 8SRC_URI += "git://github.com/julienschmidt/httprouter;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=4eec211fa4e8df74ed978dc5681612131854144f;name=git_50116b68_1;destsuffix=vcs_cache/14612f57dd95aeae83955a7b4f9b44d716f96bdef922732f059430cdff278e10"
9SRC_URI += "git://github.com/go-check/check;protocol=https;branch=v1;rev=10cb98267c6cb43ea9cd6793f29ff4089c306974;name=git_fc1e328f_0;destsuffix=vcs_cache/b8ed7c01feb15e76511fd0dcf4b7d5e0ab535f96b5fe0e22cd9854a758a6c38d" 9SRC_URI += "git://github.com/rivo/uniseg;protocol=https;nobranch=1;tag=v0.4.7;shallow=1;rev=03509a98a092b522b2ff0de13e53513d18b3b837;name=git_b3b758f5_0;destsuffix=vcs_cache/1e062c5a8f3a8c313cef582853dc2ed0687bb0632f4cf127d7aaad85b7ce642f"
10SRC_URI += "git://github.com/go-check/check;protocol=https;branch=v1;rev=20d25e2804050c1cd24a7eea1e7a6447dd0e74ec;name=git_fc1e328f_1;destsuffix=vcs_cache/f6f7125ac7ef086ca6395a14a9a28c8c11cd6f8790a8be7cfd6475d1acd0f40b" 10SRC_URI += "git://github.com/rivo/uniseg;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=75711fccf6a3e85bc74c241e2dddd06a9bc9e53d;name=git_b3b758f5_1;destsuffix=vcs_cache/711d6ce77fb103240fb5d501f7548a0f9a576d48e783647cd7fed297fccb112a"
11SRC_URI += "git://github.com/go-check/check;protocol=https;branch=v1;rev=8fa46927fb4f5b54d48bde78c6c08db205b2298c;name=git_fc1e328f_2;destsuffix=vcs_cache/23da246e09df0cfb88f7874f3e8ab42f1563033c51f59b8fd9f88f708ab87083" 11SRC_URI += "git://github.com/spiffe/go-spiffe;protocol=https;nobranch=1;tag=v2.6.0;shallow=1;rev=c6d0af3a4780fcc69132bb8bc5d2bdfcbe5ea42b;name=git_217f6de8_0;destsuffix=vcs_cache/aca54385906c3e38bd7515a2b0b52e4b6be402d2333e38eb4d2484305552aca4"
12SRC_URI += "git://github.com/go-tomb/tomb;protocol=https;branch=v1;rev=dd632973f1e7218eb1089048e0798ec9ae7dceb8;name=git_40f32ad0_0;destsuffix=vcs_cache/3eb09c53457860b46e591b55bd3d381c6c4ceb426eeef3c43e3b3eac38964c0d" 12SRC_URI += "git://github.com/distribution/reference;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=ff14fafe2236e51c2894ac07d4bdfc778e96d682;name=git_b4d8130d_0;destsuffix=vcs_cache/ac2c94a9c45cfe172807163d3f9ae441bf0db0b30e528660d1b5db49678ed93a"
13SRC_URI += "git://github.com/fsnotify/fsnotify;protocol=https;nobranch=1;tag=v1.9.0;shallow=1;rev=ae0e7923765f64fb8061396db7edebb558cf6093;name=git_3fa8b61c_0;destsuffix=vcs_cache/e7e3eb9997b88b1856ec41676de694527bda7173c94d395822f6eec3ec2067e2" 13SRC_URI += "git://github.com/modern-go/reflect2;protocol=https;nobranch=1;rev=35a7c28c31ee079903db043180532306a621943a;name=git_975c3d3f_0;destsuffix=vcs_cache/b0f41ee692517b4a6786fb48ce9d49e532c4f77cac6cacadd6ff49dcb7325931"
14SRC_URI += "git://github.com/fsnotify/fsnotify;protocol=https;nobranch=1;tag=v1.4.7;shallow=1;rev=c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9;name=git_3fa8b61c_1;destsuffix=vcs_cache/cc44f7bf337eee80812ff411465b4e87c78887003ae940c1b27adb151bbed7d2" 14SRC_URI += "git://github.com/modern-go/reflect2;protocol=https;nobranch=1;rev=4b7aa43c6742a2c18fdef89dd197aaae7dac7ccd;name=git_975c3d3f_1;destsuffix=vcs_cache/8af4d54440b1b6703cd1b26845d1f5914958f01a18064501f7b77554b973b677"
15SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.2;shallow=1;rev=51d6538a90f86fe93ac480b35f37b2be17fef232;name=git_b0089ab1_0;destsuffix=vcs_cache/8a100ce674e65e72daf096e45d53f5beec9f9123c742acb89993de84b6414834" 15SRC_URI += "git://github.com/modern-go/reflect2;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=94122c33edd36123c84d5368cfb2b69df93a0ec8;name=git_975c3d3f_2;destsuffix=vcs_cache/5f837a9261606850c86cb464d91848cb7e2e334be529f812891c080cfd881b9a"
16SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.8;shallow=1;rev=53403b58ad1b561927d19068c655246f2db79d48;name=git_b0089ab1_1;destsuffix=vcs_cache/400816c86851106c70bff651cdce4df77403b9659ec70d1d1bbe2d3211dfa942" 16SRC_URI += "git://github.com/modern-go/concurrent;protocol=https;nobranch=1;rev=bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94;name=git_2bbaef4c_0;destsuffix=vcs_cache/09a996e0549b43adaeb1c40a8dc339563ed1a8dcc831e5cb074441a30d502d23"
17SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.1;shallow=1;rev=5420a8b6744d3b0345ab293f6fcba19c978f1183;name=git_b0089ab1_2;destsuffix=vcs_cache/0fa3b98a4c1a3d9bd017c1d1c94874fecbc693d1400e5f002f53d4444a42664c" 17SRC_URI += "git://github.com/modern-go/concurrent;protocol=https;nobranch=1;rev=e0a39a4cb4216ea8db28e22a69f4ec25610d513a;name=git_2bbaef4c_1;destsuffix=vcs_cache/720429d876e0c333185ab19ebc83ff389edac9e5b459d07c74e7a18cae1c5b7a"
18SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;branch=v3;rev=9f266ea9e77c4c7aab4cf02650570e7c7b3031a5;name=git_b0089ab1_3;destsuffix=vcs_cache/ae6e6119974a43d5668501b6efe7e743408319dee4094d1929d3e75a4f5dac98" 18SRC_URI += "git://github.com/DefangLabs/secret-detector;protocol=https;nobranch=1;rev=22662109213e87fb56be9dbc3a9c78499d2e42a5;name=git_985033cd_0;destsuffix=vcs_cache/42b5e6f1ae54867a47bbe7535a965b97260d8282064da67b0f3d9d82d7524ad4"
19SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.4;shallow=1;rev=f221b8435cfb71e54062f6c6e99e9ade30b124d5;name=git_b0089ab1_4;destsuffix=vcs_cache/16ad1bc1035b50f99a688a97524eadf6fc6a8b09612f99dd2ef19e0889b7935a" 19SRC_URI += "git://github.com/spf13/jwalterweatherman;protocol=https;nobranch=1;rev=3d60171a64319ef63c78bd45bd60e6eab1e75f8b;name=git_dbf881a0_0;destsuffix=vcs_cache/3516ad16d930d5653a48f59083d5a5851f1503e64d5f3e4f03dd5094d044ceba"
20SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v3.0.1;shallow=1;rev=f6f7691b1fdeb513f56608cd2c32c51f8194bf51;name=git_b0089ab1_5;destsuffix=vcs_cache/8d340fff421a1861f196061b40e49b2f9e802647204935d08e1062b8ecd90b0d" 20SRC_URI += "git://github.com/spf13/cast;protocol=https;nobranch=1;rev=4d07383ffe94b5e5a6fa3af9211374a4507a0184;name=git_60c66923_0;destsuffix=vcs_cache/61ca87f5a674dbb7719ca6806869cee44c68d3463ca0ee867270c61ef55016c5"
21SRC_URI += "git://gopkg.in/ini.v1;protocol=https;nobranch=1;tag=v1.67.0;shallow=1;rev=b2f570e5b5b844226bbefe6fb521d891f529a951;name=git_b7879a4b_0;destsuffix=vcs_cache/35aca96c4c1dbe28b4a68dd8f9ad52ed4d311b137ae51f57e5f73034281e5da5" 21SRC_URI += "git://github.com/spf13/cobra;protocol=https;nobranch=1;tag=v0.0.1;shallow=1;rev=7b2c5ac9fc04fc5efafb60700713d4fa609b777b;name=git_41456771_0;destsuffix=vcs_cache/a6573b02628ec0c919f90bba89f525eac2b0bda84d9dccdcb78b3f07c92b918e"
22SRC_URI += "git://github.com/go-inf/inf;protocol=https;nobranch=1;tag=v0.9.1;shallow=1;rev=d2d2541c53f18d2a059457998ce2876cc8e67cbf;name=git_989ffae9_0;destsuffix=vcs_cache/61185ca91404d2e09a193aede807b4a9ededd43199f58cd49ec4cef480d7bc7f" 22SRC_URI += "git://github.com/spf13/cobra;protocol=https;nobranch=1;tag=v1.10.1;shallow=1;rev=7da941c3547e93b8c9f70bbd3befca79c6335388;name=git_41456771_1;destsuffix=vcs_cache/54a02856b15938777c687441dc6597bc487549c163521b5850e769bee67bc2af"
23SRC_URI += "git://github.com/gotestyourself/gotest.tools;protocol=https;nobranch=1;tag=v3.5.2;shallow=1;rev=0b81523ff268a1f1b0baf4a5da67e42fbb86880b;name=git_6a558ec9_0;destsuffix=vcs_cache/0059a65e8d8f001755ae605517342ab3e098223b600f512103941850dfee7cc5" 23SRC_URI += "git://github.com/spf13/cobra;protocol=https;nobranch=1;tag=v1.10.2;shallow=1;rev=88b30ab89da2d0d0abb153818746c5a2d30eccec;name=git_41456771_2;destsuffix=vcs_cache/a79409fa1813cac46edeefb925df9a65bfd1c4cf3dd47dbb576c385d5f527685"
24SRC_URI += "git://git.kernel.org/pub/scm/libs/libcap/libcap.git;protocol=https;nobranch=1;tag=psx/v1.2.76;shallow=1;rev=5f3e12ca39c476b78160df6e2345a642a8e6f178;name=git_101689eb_0;destsuffix=vcs_cache/68fcf96342d6b57dcc3e6c818463c707e806599087dedf19a4eb9d818367df61" 24SRC_URI += "git://github.com/spf13/viper;protocol=https;nobranch=1;rev=be5ff3e4840cf692388bde7a057595a474ef379e;name=git_133525c9_0;destsuffix=vcs_cache/6b7187b929229be5c3959df1ee113d9acd19aff47b973e42b64e50cdf8a0e740"
25SRC_URI += "git://github.com/googleapis/go-genproto;protocol=https;branch=main;rev=3a174f9686a8c31630db6dcfd3e1ebbaefa11974;name=git_461a63b9_0;destsuffix=vcs_cache/b5ce4250f6640d334872a72f3816006a60b60061151262fb86636fdb602cb7f6" 25SRC_URI += "git://github.com/spf13/pflag;protocol=https;nobranch=1;tag=v1.0.10;shallow=1;rev=0491e5702ad2bb108bc519a5221bcc0f52aa9564;name=git_66b7b8c8_0;destsuffix=vcs_cache/737f239b3c3bd4e75040785cfc62b8349a547b1425bba1698b712866455bce75"
26SRC_URI += "git://github.com/googleapis/go-genproto;protocol=https;branch=main;rev=637eb2293923635deb6e44d88eb5f70e9faad7e0;name=git_461a63b9_1;destsuffix=vcs_cache/21c46bcd2e99306470dba32b1498445db51b8fb0eb86d97f796374b8d215eb9c" 26SRC_URI += "git://github.com/spf13/pflag;protocol=https;nobranch=1;tag=v1.0.9;shallow=1;rev=10438578954bba2527fe5cae3684d4532b064bbe;name=git_66b7b8c8_1;destsuffix=vcs_cache/241e9025159bbbea2f54722542a86c03ff35968a42a753a0a4e0738690720a54"
27SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=v1.0.5;shallow=1;rev=708a7f9f3283aa2d4f6132d287d78683babe55c8;name=git_6bc32f05_0;destsuffix=vcs_cache/a8f63cb0b9589a8734365d4e15d54811da5f80c7314224f78f912146fcb9e1d8" 27SRC_URI += "git://github.com/spf13/pflag;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=e57e3eeb33f795204c1ca35f56c44f83227c6e66;name=git_66b7b8c8_2;destsuffix=vcs_cache/160c6a820138c13e769bbec879294544287b8dfde6af77776f81536ff3f43df9"
28SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=v1.77.0;shallow=1;rev=805b1f88c5fb9419e3837c72e1deb9c2ec677ffe;name=git_6bc32f05_1;destsuffix=vcs_cache/6a4d91efb4524dab3f60e9d933cded144ffbbfe78825b7b8af87b3f8ac1f948f" 28SRC_URI += "git://github.com/jinzhu/gorm;protocol=https;nobranch=1;rev=5409931a1bb87e484d68d649af9367c207713ea2;name=git_82a2c1af_0;destsuffix=vcs_cache/e51ea32193aeb2a5bfab92442113de19e13f387509f58c7979e704306087d5d2"
29SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=cmd/protoc-gen-go-grpc/v1.5.1;shallow=1;rev=ec9dff77b186d5308955fe0fc50e3e4cbe187e2c;name=git_6bc32f05_2;destsuffix=vcs_cache/ce5a862c22ded840bff7b7ec1016804cb0af284075ea09fb5fe73b9866532a3a" 29SRC_URI += "git://github.com/jinzhu/now;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=7e7333ac029d4aad7e88500a30889fcd22489425;name=git_ffa5efac_0;destsuffix=vcs_cache/3a2e9d8aa645efa2980908fbe342f3eb31a21421aeacd8a821f15d5775cb129f"
30SRC_URI += "git://go.googlesource.com/protobuf;protocol=https;nobranch=1;tag=v1.36.10;shallow=1;rev=f9fa50e26c0ffec610c509850484a5fdecdb26ec;name=git_a6c5d6b8_0;destsuffix=vcs_cache/3436497d01a86cde43a5e76c997e02e0547f362e8f0246dcbb7680acad79157f" 30SRC_URI += "git://github.com/jinzhu/inflection;protocol=https;nobranch=1;rev=1c35d901db3da928c72a72d8458480cc9ade058f;name=git_355e8fac_0;destsuffix=vcs_cache/3bf372ac0a41f41eb6c408c719a9f71d1a31a5cd8260a8135fa90085e5d6c0ce"
31SRC_URI += "git://github.com/census-instrumentation/opencensus-go;protocol=https;nobranch=1;tag=v0.24.0;shallow=1;rev=b1a01ee95db0e690d91d7193d037447816fae4c5;name=git_aae3ac7b_0;destsuffix=vcs_cache/8607148e6fbec2ab3d0020ea3ffb8bdce7bc15dae97ebec60385afa6ddb97c29" 31SRC_URI += "git://github.com/json-iterator/go;protocol=https;nobranch=1;tag=v1.1.12;shallow=1;rev=024077e996b048517130b21ea6bf12aa23055d3d;name=git_61c80dd4_0;destsuffix=vcs_cache/bdb67d21e426f2274ff76d4829ac60348539016b1aa54fa98cfccc554be12f3b"
32SRC_URI += "git://github.com/yaml/go-yaml;protocol=https;nobranch=1;tag=v2.4.2;shallow=1;rev=246a95c22c57f15ef6d3305a1f1b8a0b05e4d560;name=git_780106c7_0;destsuffix=vcs_cache/8e5c657c86d0e182b5f4d6ed3715a0ec93dfb998d8ef94555af035578a3aba8d" 32SRC_URI += "git://github.com/json-iterator/go;protocol=https;nobranch=1;tag=v1.1.6;shallow=1;rev=0ff49de124c6f76f8494e194af75bde0f1a49a29;name=git_61c80dd4_1;destsuffix=vcs_cache/49dd68855c9609b742b2b0b4f38fc7310fe801de54098c1919a0a64c7a0df65f"
33SRC_URI += "git://github.com/yaml/go-yaml;protocol=https;nobranch=1;tag=v3.0.4;shallow=1;rev=c3552c15f996075a7634df5159d9161c67bf3d76;name=git_780106c7_1;destsuffix=vcs_cache/28af0e86ac86bfc3e00873c91eee3b58eb4f82e4f4c0f7963ccfc8872fd4a4a5" 33SRC_URI += "git://github.com/json-iterator/go;protocol=https;nobranch=1;tag=v1.1.7;shallow=1;rev=27518f6661eba504be5a7a9a9f6d9460d892ade3;name=git_61c80dd4_2;destsuffix=vcs_cache/bc41490320f388f56ca605b559e022840691077e82ae0ad6dd62b7ea000f0603"
34SRC_URI += "git://github.com/yaml/go-yaml;protocol=https;nobranch=1;tag=v4.0.0-rc.3;shallow=1;rev=e99d6a6e928a797feb752a3f839e0a7e45a46ddc;name=git_780106c7_2;destsuffix=vcs_cache/bb6f6ec483049dba1843496880df5682fc52f28cc7a78c0fd6884e70812d5903" 34SRC_URI += "git://github.com/hailocab/go-hostpool;protocol=https;nobranch=1;rev=e80d13ce29ede4452c43dea11e79b9bc8a15b478;name=git_9b349411_0;destsuffix=vcs_cache/9c4bc4176e756c26e2cdff114a1c5597225ee9e1831b7404408096c667ad9031"
35SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;protocol=https;nobranch=1;tag=otlp/v1.7.1;shallow=1;rev=683f172c00ae2b73cbc85ed1aa2ad86cc0e1ee3f;name=git_430aa893_0;destsuffix=vcs_cache/7362aea1b94649c9ad7d031fd6fe79b2310f347d865614b0be2b844894e28013" 35SRC_URI += "git://github.com/vishvananda/netlink;protocol=https;nobranch=1;tag=v1.3.1;shallow=1;rev=17daef607c6442d47b0565343cf8a69f985a4cb7;name=git_2270cfb3_0;destsuffix=vcs_cache/add152ec680cd6ba7b1daeb50425ed8986ca51024d78c50810923119dbf60a49"
36SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;nobranch=1;tag=exporters/jaeger/v1.17.0;shallow=1;rev=3c476ce1816ae6f38758e90cc36d8b77ebcc223b;name=git_120ed83a_0;destsuffix=vcs_cache/7257a93ca31d121ae8fee06e2ce5824c46e65e351d7b2daf9b1a27a10d8bb60d" 36SRC_URI += "git://github.com/vishvananda/netns;protocol=https;nobranch=1;tag=v0.0.5;shallow=1;rev=4c46424d73b556b3ea4bc5a7cec9e7376dcb2a73;name=git_e786acee_0;destsuffix=vcs_cache/9f1ef5c3417729b4f24554f4b88d06d9e7cdeb771a5d62000cc1344bb1c985d8"
37SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;nobranch=1;tag=exporters/prometheus/v0.42.0;shallow=1;rev=60666c554065ac4da502fe28943eea4b938ab479;name=git_120ed83a_1;destsuffix=vcs_cache/5781e823bcdbe01100cd1dc8d89e81f073e0a26cb157df3e236c81af5d21f7e4" 37SRC_URI += "git://github.com/AlecAivazis/survey;protocol=https;nobranch=1;tag=v2.3.7;shallow=1;rev=fa37277e6394c29db7bcc94062cb30cd7785a126;name=git_8f711068_0;destsuffix=vcs_cache/915e6ad876675eb96b188d35f754bc931b786c20b8e9ce8142ab278092473e7c"
38SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;nobranch=1;tag=v1.38.0;shallow=1;rev=84e3f3ac8b25204f3a0f77a805437a5e08573b35;name=git_120ed83a_2;destsuffix=vcs_cache/a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5" 38SRC_URI += "git://github.com/konsorten/go-windows-terminal-sequences;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=5c8c8bd35d3832f5d134ae1e1e375b69a4d25242;name=git_a370b262_0;destsuffix=vcs_cache/2044bc70056f083f4686548aca8c8ea39dc8943c0d28ac6ef38cfa1fa5ee7fd0"
39SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;branch=main;rev=bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0;name=git_120ed83a_3;destsuffix=vcs_cache/32a87864cfa3320f417f47862642c312d2c19908839bd781f0f1073a0a9b899e" 39SRC_URI += "git://github.com/konsorten/go-windows-terminal-sequences;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=f55edac94c9bbba5d6182a4be46d86a2c9b5b50e;name=git_a370b262_1;destsuffix=vcs_cache/1987ad3f256034b9d0fc3590868bb91e717f53fd7ee6de10cff3948645fcd530"
40SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;protocol=https;nobranch=1;tag=instrumentation/net/http/httptrace/otelhttptrace/v0.63.0;shallow=1;rev=80c9316336ebb4f4c67d8e1011a3add889213fb7;name=git_9cecf883_0;destsuffix=vcs_cache/a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7" 40SRC_URI += "git://github.com/fatih/color;protocol=https;nobranch=1;tag=v1.18.0;shallow=1;rev=1c8d8706604ee5fb9a464e5097ba113101828a75;name=git_be555826_0;destsuffix=vcs_cache/5d3a7d46049b39f7f5f80bbbcaf1d95f84b393dcee5978948fd4ca3a5abb4461"
41SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-instrumentation;protocol=https;nobranch=1;tag=sdk/v1.2.1;shallow=1;rev=715f58ce2f17e2176b8e53b871e47531a259cc1d;name=git_0cf36a85_0;destsuffix=vcs_cache/1fd877c6ad92470308433b00b2458aacc47c259fb28a0596272d30410c77f412" 41SRC_URI += "git://github.com/sigstore/sigstore;protocol=https;nobranch=1;tag=v1.10.0;shallow=1;rev=46cc860a82fb802050aea6c302af70114b733268;name=git_43e46a1b_0;destsuffix=vcs_cache/90a23575b9b82145605cec4e4b156c7b3b15899d7413a82ddc582ea17239f81e"
42SRC_URI += "git://github.com/niemeyer/pretty;protocol=https;branch=master;rev=a10e7caefd8e0d600cea437f5c3613aeb1553d56;name=git_2ab93bd0_0;destsuffix=vcs_cache/7b69594221f05faea56a0d177d0ca9efaac2b2e4ba4f7539c68b87cfe214c6ef" 42SRC_URI += "git://github.com/sigstore/rekor-tiles;protocol=https;nobranch=1;tag=v2.0.1;shallow=1;rev=266d2496194c067e0f394ee68216c32fc2df8fa8;name=git_56f95c84_0;destsuffix=vcs_cache/b8d43475ba70ac8bfe320e5e8116e30c762256078fcd60b87e28d27c91db426d"
43SRC_URI += "git://github.com/go-logfmt/logfmt;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=07c9b44f60d7ffdfb7d8efe1ad539965737836dc;name=git_6bd45679_0;destsuffix=vcs_cache/ba8d08b7a7c3160ce690a9887ce68303c6e395cb41e8669e5b9c7423dbb2e6d8" 43SRC_URI += "git://github.com/sigstore/rekor;protocol=https;nobranch=1;tag=v1.4.3;shallow=1;rev=cb5b1d5f364a8437e1c6c857b200283e2dcc2b29;name=git_27e08e54_0;destsuffix=vcs_cache/32b94a917cfae30ffab23353a3ce5a1a5f15f908aa8b9c06f99d20126185113c"
44SRC_URI += "git://github.com/go-logfmt/logfmt;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=390ab7935ee28ec6b286364bba9b4dd6410cb3d5;name=git_6bd45679_1;destsuffix=vcs_cache/87ea6a9e239f17f704d8539912edf62249556b50b823ce9b513c614350572831" 44SRC_URI += "git://github.com/sigstore/timestamp-authority;protocol=https;nobranch=1;tag=v2.0.2;shallow=1;rev=812628681291626975b59e2d6f1df651220118b6;name=git_1dbbaf86_0;destsuffix=vcs_cache/bbb892dff7b9581efdf6e165444a2c5962eaa7b0c04a76b0600e19cdcd041baa"
45SRC_URI += "git://github.com/go-stack/stack;protocol=https;nobranch=1;tag=v1.8.0;shallow=1;rev=2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a;name=git_f91af9da_0;destsuffix=vcs_cache/b165c1e0ccf05d91f62b1ae66d83365c5d96f152e956573fb16040ab15370424" 45SRC_URI += "git://github.com/sigstore/sigstore-go;protocol=https;nobranch=1;rev=b5fe07a5a7d719c2f9951e1ada4d5b76a8916345;name=git_2a7b27c4_0;destsuffix=vcs_cache/9f990573ca42c039488a500e573851a0afe9e058a594f47e8e914198f1bed87e"
46SRC_URI += "git://github.com/keybase/go-keychain;protocol=https;nobranch=1;tag=v0.0.1;shallow=1;rev=dd79abb5f55f5239037126b5943c0b1335a84abc;name=git_31bcc336_0;destsuffix=vcs_cache/82b6722ae37ce95c4a4f5c5d543a436be413fa68f322f3be86191b0953905603" 46SRC_URI += "git://github.com/sigstore/protobuf-specs;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=f8d009ede80474a9e257788207a00693e4693168;name=git_8b876913_0;destsuffix=vcs_cache/4be3492e50d1e30ee1365286244a71456814ed25f2b112ffae504266afbecb00"
47SRC_URI += "git://github.com/inconshreveable/mousetrap;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=4e8053ee7ef85a6bd26368364a6d27f1641c1d21;name=git_b31cc6ad_0;destsuffix=vcs_cache/a9f0ac4cf05240ceb9790811cbd8ab3cbdcd404501a9ca5a402a28033e7235d8" 47SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;protocol=https;nobranch=1;rev=78284954bff6dcce7888166bb79bbba93bea0879;name=git_1abe3c80_0;destsuffix=vcs_cache/38fa201d7d655497d33723d139ffc3ec2ee78d3caab251015a1c3a5190f5e073"
48SRC_URI += "git://github.com/inconshreveable/mousetrap;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=76626ae9c91c4f2a10f34cad8ce83ea42c93bb75;name=git_b31cc6ad_1;destsuffix=vcs_cache/bdd1bbf309f6078c2e930609779f6207bad79817ed60bcb7a66df8a5735580f3" 48SRC_URI += "git://github.com/letsencrypt/boulder;protocol=https;nobranch=1;tag=v0.20251110.0;shallow=1;rev=18685ee437d1988fd05798f4bb61e8a68484eaaa;name=git_6586c43c_0;destsuffix=vcs_cache/89895769acf16e855d1bc7c1ebcd35d23b4fa6c168fa619c2bfd2e9291e7b0aa"
49SRC_URI += "git://github.com/mdlayher/vsock;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=8569e301791e164b669ff36b51035bb1d7c9b3a3;name=git_9e9130ba_0;destsuffix=vcs_cache/a7b2ec13026e78d41b91e1e452aab0a78ae155b70966624ec8e5e52ba56a0b08" 49SRC_URI += "git://github.com/fxamacker/cbor;protocol=https;nobranch=1;tag=v2.9.0;shallow=1;rev=d29ad7351b55b1844387cf9306c4101658cc5256;name=git_3a88ac44_0;destsuffix=vcs_cache/a2e55d2b4fdba69f8a4cfc76758713247ee27c62d5ad4168e8c14369f3c94c36"
50SRC_URI += "git://github.com/mdlayher/socket;protocol=https;nobranch=1;tag=v0.5.1;shallow=1;rev=9c51a391be6c6bc5b7ce52f328497931c5e97733;name=git_4845c6c9_0;destsuffix=vcs_cache/ade2a4b5630096b489828944f4f75b866125a6d37fc95c3524f0cc002cbe8cf9" 50SRC_URI += "git://github.com/bmizerany/assert;protocol=https;nobranch=1;rev=b7ed37b82869576c289d7d97fb2bbd8b64a0cb28;name=git_ed3a3c5c_0;destsuffix=vcs_cache/56f05fc81a59fa58a710a7972b156c07636f5719c2c74f5fe694e2cf49ca2576"
51SRC_URI += "git://github.com/syndtr/gocapability;protocol=https;branch=master;rev=42c35b4376354fd554efc7ad35e0b7f94e3a0ffb;name=git_bddf7e02_0;destsuffix=vcs_cache/4480911d3d4457413aedb0be556a8ab2b064c475167177096e4dec65342505e9" 51SRC_URI += "git://github.com/tetratelabs/wazero;protocol=https;nobranch=1;tag=v1.9.0;shallow=1;rev=96f2052f6d12cccc29193f5452c635b76d8a036d;name=git_59327123_0;destsuffix=vcs_cache/8184e4b8a52d22bbf7a3100e9a800f7f69b67c8a4a0349fa457cf7c0f1833060"
52SRC_URI += "git://github.com/tetratelabs/wazero;protocol=https;nobranch=1;tag=v1.10.1;shallow=1;rev=ee3f9d9c5c6689bbf30824aec049371aaa239f4c;name=git_59327123_1;destsuffix=vcs_cache/e4664efba21af44c61be56ad7d3196dbe0733019a000bd28a0efd72c3fe50858"
53SRC_URI += "git://github.com/bugsnag/bugsnag-go;protocol=https;nobranch=1;rev=13fd6b8acda029830ef9904df6b63be0a83369d0;name=git_9b5e687f_0;destsuffix=vcs_cache/fcdbd0f3bb5816415e92fba0ccef0363d33bb9f4dd92baf939f44c15d7ff15dc"
54SRC_URI += "git://github.com/bugsnag/osext;protocol=https;nobranch=1;rev=0dd3f918b21bec95ace9dc86c7e70266cfc5c702;name=git_a1a84bc7_0;destsuffix=vcs_cache/1e7b9a7b360bb8c03ff73c6b542ec4fc9da0aaa3491621e3f0709df81b41c883"
55SRC_URI += "git://github.com/bugsnag/panicwrap;protocol=https;nobranch=1;rev=e2c28503fcd0675329da73bf48b33404db873782;name=git_3930fbb7_0;destsuffix=vcs_cache/262d5e88587cf547192faef1ff5a62313964f5302529d3b47078409890f656b8"
56SRC_URI += "git://github.com/prometheus/common;protocol=https;nobranch=1;tag=v0.4.1;shallow=1;rev=17f5ca1748182ddf24fc33a5a7caaaf790a52fcc;name=git_63ab0745_0;destsuffix=vcs_cache/892c75be05216c8a166e1dfe11c12f4563f5c0830e193268bcf9f7511010bcc7"
57SRC_URI += "git://github.com/prometheus/common;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=31bed53e4047fd6c510e43a941f90cb31be0972a;name=git_63ab0745_1;destsuffix=vcs_cache/866ac186da10c19f814988a847f2b46d07b11981edcd6fec98970325a2803af4"
58SRC_URI += "git://github.com/prometheus/common;protocol=https;nobranch=1;rev=89604d197083d4781071d3c65855d24ecfb0a563;name=git_63ab0745_2;destsuffix=vcs_cache/6fa554cea5eccb087d26785c06f579b8594dbf658c4a1288c2a78398383fed0f"
59SRC_URI += "git://github.com/prometheus/common;protocol=https;nobranch=1;tag=v0.66.1;shallow=1;rev=8975dde6db7208309e9872891f24c7301aa77dfb;name=git_63ab0745_3;destsuffix=vcs_cache/4004fe14db85cf2a2119d66ea225f2b9d7d14ea63e1e3bfa539d1d2440d107c4"
60SRC_URI += "git://github.com/prometheus/client_model;protocol=https;nobranch=1;rev=5c3871d89910bfb32f5fcab2aa4b9ec68e65a99f;name=git_63d71ba5_0;destsuffix=vcs_cache/f6f51abd7b0f905d6b844652733802c893708c937a90eddb39855a9027e795ef"
61SRC_URI += "git://github.com/prometheus/client_model;protocol=https;nobranch=1;rev=99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c;name=git_63d71ba5_1;destsuffix=vcs_cache/b20883069672740ec9f8b88232be489d4e077ea06970f02fdd7280e57e070c26"
62SRC_URI += "git://github.com/prometheus/client_model;protocol=https;nobranch=1;tag=v0.6.2;shallow=1;rev=eb136e513d419e0c31ad750922f0a6f7675c2dee;name=git_63d71ba5_2;destsuffix=vcs_cache/ce4113e6c8f9de1c05a5198a36f67001c5b8ac458bbdbca291a0800fa698d5b1"
63SRC_URI += "git://github.com/prometheus/client_model;protocol=https;nobranch=1;rev=fd36f4220a901265f90734c3183c5f0c91daa0b8;name=git_63d71ba5_3;destsuffix=vcs_cache/86bc615fe75b2ce98cd8c130b2a77b88c6ddb4a708b29321848472d9dd871940"
64SRC_URI += "git://github.com/prometheus/otlptranslator;protocol=https;nobranch=1;tag=v0.0.2;shallow=1;rev=10a0f69acb3a5e6c588c1cd04e7a106b103a42e2;name=git_e6dca7cd_0;destsuffix=vcs_cache/960b1c139109bf5cf4e2953ce32e8fe37a7785666f0a1b74e4e2555f1458a873"
65SRC_URI += "git://github.com/prometheus/client_golang;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=170205fb58decfd011f1550d4cfb737230d7ae4f;name=git_6ffa6057_0;destsuffix=vcs_cache/4e44bd818fd07e6368ea60f26721c00dad401136a0e4742f5b167d5755f25168"
66SRC_URI += "git://github.com/prometheus/client_golang;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=4ab88e80c249ed361d3299e2930427d9ac43ef8d;name=git_6ffa6057_1;destsuffix=vcs_cache/607ef8649c55f0756537573f8975af1867f26f93a7f97eb4ff594fc98c467f83"
67SRC_URI += "git://github.com/prometheus/client_golang;protocol=https;nobranch=1;tag=v1.23.2;shallow=1;rev=8179a560819f2c64ef6ade70e6ae4c73aecaca3c;name=git_6ffa6057_2;destsuffix=vcs_cache/d9bbeca592abd4abe4a9bb304c93ff338301ffcad964694c918522126d52a1d2"
68SRC_URI += "git://github.com/prometheus/client_golang;protocol=https;nobranch=1;tag=v0.9.1;shallow=1;rev=abad2d1bd44235a26707c172eab6bca5bf2dbad3;name=git_6ffa6057_3;destsuffix=vcs_cache/5b7494e1e1baac9b65067e6f77ebb97bd97f8ea769f7093cc8cb23ca7d5ab93e"
69SRC_URI += "git://github.com/prometheus/procfs;protocol=https;nobranch=1;rev=185b4288413d2a0dd0806f78c90dde719829e5ae;name=git_0ab7c7bc_0;destsuffix=vcs_cache/6f855d6fe4ec2b6948e8c511b7c537693831aa71f3427a1625d4a9a01260e77d"
70SRC_URI += "git://github.com/prometheus/procfs;protocol=https;nobranch=1;tag=v0.0.3;shallow=1;rev=3f98efb27840a48a7a2898ec80be07674d19f9c8;name=git_0ab7c7bc_1;destsuffix=vcs_cache/300598e31c95698a764cc0dc7edf8fdfc8ab21a3296c0c5a34791af504e1a038"
71SRC_URI += "git://github.com/prometheus/procfs;protocol=https;nobranch=1;tag=v0.17.0;shallow=1;rev=61fe41207276bc95c4c391762e9ef137385e8a5d;name=git_0ab7c7bc_2;destsuffix=vcs_cache/bd38c110e95e59c4551170b1bdd1a77f0c2d3bfb31346fe6c34a3ff9a2d59911"
72SRC_URI += "git://github.com/prometheus/procfs;protocol=https;nobranch=1;tag=v0.0.2;shallow=1;rev=833678b5bb319f2d20a475cb165c6cc59c2cc77c;name=git_0ab7c7bc_3;destsuffix=vcs_cache/99df38a3259da6d3172d2228188bc6bb7c0f8033d40d03436c89d71e754acf1e"
73SRC_URI += "git://github.com/prometheus/procfs;protocol=https;nobranch=1;rev=cb4147076ac75738c9a7d279075a253c0cc5acbd;name=git_0ab7c7bc_4;destsuffix=vcs_cache/d6e1327c0735ef125d48a5e4da87d9573ffbc383c27ca670995682b478f20009"
74SRC_URI += "git://github.com/prometheus/procfs;protocol=https;nobranch=1;tag=v0.16.1;shallow=1;rev=cff69b9d9aa77a0793276da74310e38422864e28;name=git_0ab7c7bc_5;destsuffix=vcs_cache/c5636022955615867ff5e898a254c352486ff4f35f8066d4296d4561c4ef4d2e"
75SRC_URI += "git://github.com/compose-spec/compose-go;protocol=https;nobranch=1;tag=v2.10.0;shallow=1;rev=3d3411d9d856d55396d121b4e20bbe7b954932e9;name=git_3547d0c7_0;destsuffix=vcs_cache/d8fd5c67a84d5ea37d52775ed8dea1df6cf236cab46b058f80a0e7ca6bfd75d5"
76SRC_URI += "git://github.com/compose-spec/compose-go;protocol=https;nobranch=1;tag=v2.10.1;shallow=1;rev=ddb94f10f3a0751c628e24afd3cc436ad8d1c55a;name=git_3547d0c7_1;destsuffix=vcs_cache/540724791cad2555f778786ca9d0adbdb0be7b773c591ca036bd86ca2053a063"
77SRC_URI += "git://github.com/sasha-s/go-deadlock;protocol=https;nobranch=1;tag=v0.3.5;shallow=1;rev=464d34347a399b840a4f963cc96dfc993ccf8c62;name=git_8c229f40_0;destsuffix=vcs_cache/fa29175221f16401d041954c9a07bc5aa8b90d585d480873eaa15a18b5fa8e6d"
78SRC_URI += "git://github.com/syndtr/goleveldb;protocol=https;nobranch=1;rev=126854af5e6d8295ef8e8bee3040dd8380ae72e8;name=git_a05e1273_0;destsuffix=vcs_cache/e235339a3b62d86588980eea53546b06c36a7d1f4f68f0c427c52dbe4d251657"
79SRC_URI += "git://github.com/syndtr/gocapability;protocol=https;nobranch=1;rev=42c35b4376354fd554efc7ad35e0b7f94e3a0ffb;name=git_bddf7e02_0;destsuffix=vcs_cache/4480911d3d4457413aedb0be556a8ab2b064c475167177096e4dec65342505e9"
80SRC_URI += "git://github.com/alecthomas/units;protocol=https;nobranch=1;rev=2efee857e7cfd4f3d0138cc3cbb1b4966962b93a;name=git_12276b46_0;destsuffix=vcs_cache/7a070bc84b00c7dd5b58f997285cd94232a9fb500b03e849c7be9017203e4d51"
81SRC_URI += "git://github.com/alecthomas/units;protocol=https;nobranch=1;rev=b94a6e3cc13755c0a75fffecbb089eb346fc4289;name=git_12276b46_1;destsuffix=vcs_cache/fd740bbc9bdec5b8bf13526eff2ee852c365b4c2a8feb66c89e2aa4b36a0d677"
82SRC_URI += "git://github.com/alecthomas/template;protocol=https;nobranch=1;rev=a0175ee3bccc567396460bf5acd36800cb10c49c;name=git_61f91bfb_0;destsuffix=vcs_cache/c18e6411468e7b9fa8d3eaacbe26c05c650393a6ed02eded4f8a729fcbdf3278"
83SRC_URI += "git://github.com/alecthomas/kingpin;protocol=https;nobranch=1;tag=v2.4.0;shallow=1;rev=64d23c54e3e2a385ce12757939bed9c632d1693c;name=git_f0f35838_0;destsuffix=vcs_cache/ae34e4803d18ba03ac4e70e84f5e737ec48634b725413ad5282fb01d6fc47dda"
84SRC_URI += "git://github.com/GoogleCloudPlatform/opentelemetry-operations-go;protocol=https;nobranch=1;tag=detectors/gcp/v1.30.0;shallow=1;rev=7130d1aded77c51f613a9d949f166d119cd595e9;name=git_2c8937f6_0;destsuffix=vcs_cache/d73039b2dd906a0889a3850d34d408fe2a98553d7bcdfe853ca194f24d0d76ca"
85SRC_URI += "git://github.com/decred/dcrd;protocol=https;nobranch=1;tag=dcrec/secp256k1/v4.4.0;shallow=1;rev=f98d08ef138a99711dbbc86c569935ded8d6a986;name=git_9fd408f7_0;destsuffix=vcs_cache/dea203beeafba9300d7341afcdd38985621ebd2ec9d4c5a8a7d262cbb2c2bc41"
52SRC_URI += "git://github.com/gogo/protobuf;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=1adfc126b41513cc696b209667c8656ea7aac67c;name=git_99185c7b_0;destsuffix=vcs_cache/cea9fa9f6f83d88736f95389bf744ac714093c67292cefcf1607497c27a1dc2b" 86SRC_URI += "git://github.com/gogo/protobuf;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=1adfc126b41513cc696b209667c8656ea7aac67c;name=git_99185c7b_0;destsuffix=vcs_cache/cea9fa9f6f83d88736f95389bf744ac714093c67292cefcf1607497c27a1dc2b"
53SRC_URI += "git://github.com/gogo/protobuf;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=636bf0302bc95575d69441b25a2603156ffdddf1;name=git_99185c7b_1;destsuffix=vcs_cache/a909192a924253d08799dcf162d9ceb6acdb194f1201fee2872972a79ca6668d" 87SRC_URI += "git://github.com/gogo/protobuf;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=636bf0302bc95575d69441b25a2603156ffdddf1;name=git_99185c7b_1;destsuffix=vcs_cache/a909192a924253d08799dcf162d9ceb6acdb194f1201fee2872972a79ca6668d"
54SRC_URI += "git://github.com/gogo/protobuf;protocol=https;nobranch=1;tag=v1.3.2;shallow=1;rev=b03c65ea87cdc3521ede29f62fe3ce239267c1bc;name=git_99185c7b_2;destsuffix=vcs_cache/e07d7c0e03a0e2831dd973581be0944984030693bc73f0b67a64e53b4c690635" 88SRC_URI += "git://github.com/gogo/protobuf;protocol=https;nobranch=1;tag=v1.3.2;shallow=1;rev=b03c65ea87cdc3521ede29f62fe3ce239267c1bc;name=git_99185c7b_2;destsuffix=vcs_cache/e07d7c0e03a0e2831dd973581be0944984030693bc73f0b67a64e53b4c690635"
55SRC_URI += "git://github.com/compose-spec/compose-go;protocol=https;nobranch=1;tag=v2.10.0;shallow=1;rev=3d3411d9d856d55396d121b4e20bbe7b954932e9;name=git_3547d0c7_0;destsuffix=vcs_cache/d8fd5c67a84d5ea37d52775ed8dea1df6cf236cab46b058f80a0e7ca6bfd75d5" 89SRC_URI += "git://github.com/antihax/optional;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=c3f0ba9c1a592b971d66b2787679af55b5c58f21;name=git_aab58b7d_0;destsuffix=vcs_cache/535a79fbd6ec4a2d00a2eaeb938554011f822f57d36bc924215af19f4bab0697"
56SRC_URI += "git://github.com/kylelemons/godebug;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=9ff306d4fbead574800b66369df5b6144732d58e;name=git_463ad04b_0;destsuffix=vcs_cache/070cd2056d33748c34b60876b93e86d0f8bcfa86a4dee28d6da2a6f3aaea66ac" 90SRC_URI += "git://github.com/eiannone/keyboard;protocol=https;nobranch=1;rev=0d226195f2038e282bb90d2e24f7f29aa7c5b210;name=git_856af60d_0;destsuffix=vcs_cache/c7ad216919ed9d1db40a1a79054fb70019f12275ddb216094b1aefbdd44e8744"
57SRC_URI += "git://github.com/rogpeppe/fastuuid;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=10c3923834d38e951ae8f627bfec2dc632c5b6cb;name=git_8a779c11_0;destsuffix=vcs_cache/20ca2e2cf2990cc136cad7958992d06abd356dc16a58362afd2bd51be48ae0ac" 91SRC_URI += "git://github.com/mwitkow/go-conntrack;protocol=https;nobranch=1;rev=2f068394615f73e460c2f3d2c158b0ad9321cadb;name=git_ff07aa22_0;destsuffix=vcs_cache/0c95da896ecaf67638f45eea2282c2c840e57fd5bef90b1316645fe86914c177"
58SRC_URI += "git://github.com/rogpeppe/go-internal;protocol=https;nobranch=1;tag=v1.14.1;shallow=1;rev=9ee3698d19c525c9cefe855433e5f6096b77c6f5;name=git_2748cdc3_0;destsuffix=vcs_cache/84674da628e57d1722274a512e0879c23e8465ad7ef7e016c3bc39c8ea13175b" 92SRC_URI += "git://github.com/mwitkow/go-conntrack;protocol=https;nobranch=1;rev=cc309e4a22231782e8893f3c35ced0967807a33e;name=git_ff07aa22_1;destsuffix=vcs_cache/0ff4a51de5f43065c774026c897e99f6a207c66edef943350fa92176ccaf3982"
59SRC_URI += "git://github.com/dvsekhvalnov/jose2go;protocol=https;branch=master;rev=f21a8cedbbae609f623613ec8f81125c243212e6;name=git_a73ac418_0;destsuffix=vcs_cache/3bed371de2aaaf0cbb9c346c5f01b8240e14c9e194179639d31b29aef3704b71" 93SRC_URI += "git://github.com/hinshun/vt10x;protocol=https;nobranch=1;rev=820417d04eecba13c2cbab106bbacb1edc8e2e98;name=git_08f1274a_0;destsuffix=vcs_cache/7a79a11a6f7d736423313fcb1bc2d2203d7d9e66baa86d1f4440c872a4349d6d"
94SRC_URI += "git://github.com/inhies/go-bytesize;protocol=https;nobranch=1;rev=4913239db9cf578e44f49d7b813734678ef94f51;name=git_d7b70507_0;destsuffix=vcs_cache/33f6338637f180574a557944ab4ae6a88bed881181e11b615b313307b6b045e7"
95SRC_URI += "git://github.com/google/deck;protocol=https;nobranch=1;rev=105ad94aa8aec4c27766e92c4310b466f0852009;name=git_57663d5a_0;destsuffix=vcs_cache/9c43c7ddfa82c3fc0dbcab5945f7f810fa68c290504895ba9a331c514051c140"
96SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=6f77996f0c42f7b84e5a2b252227263f93432e9b;name=git_8726c33a_0;destsuffix=vcs_cache/ae58fd0d54f7194cd02ff68b9600f09892901604ebd985b881c9860505e91785"
97SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=9b12f366a942ebc7254abc7f32ca05068b455fb7;name=git_8726c33a_1;destsuffix=vcs_cache/460ed71bde70f3a932cad8d9044d3f12302bf8b6e95353bd17c44189712e2763"
98SRC_URI += "git://github.com/google/go-dap;protocol=https;nobranch=1;tag=v0.12.0;shallow=1;rev=69ae96dd1be582d05210c92e880b3d63a37b2cf7;name=git_befa0a72_0;destsuffix=vcs_cache/7d0defb60f3f577e67d765314ac295225706f0b4958436b28cf163f2170e3ff7"
99SRC_URI += "git://github.com/google/go-dap;protocol=https;nobranch=1;rev=d7a2259b058b8bcd4e9d1803aa96a308bf03e394;name=git_befa0a72_1;destsuffix=vcs_cache/38f72ab7a67c1167bc8d252743ea0a437199a1cf9828b348cb7e07c45be9f9b9"
100SRC_URI += "git://github.com/google/certtostore;protocol=https;nobranch=1;tag=v1.0.6;shallow=1;rev=ee4ff6fd9d452e8aa7eb3249c00b272ecd454c2d;name=git_e7a3d490_0;destsuffix=vcs_cache/03eab8e8fd9152de179043ef32fd09e4375ad5a3b8e25efbeeba6b44d1ca9d4f"
101SRC_URI += "git://github.com/google/go-containerregistry;protocol=https;nobranch=1;tag=v0.20.6;shallow=1;rev=59a4b85930392a30c39462519adc8a2026d47181;name=git_e4a968c9_0;destsuffix=vcs_cache/38887873d29addecf3cfdeff62087a1dcb2a611b31e4e0df927d8504b7bad507"
102SRC_URI += "git://github.com/google/uuid;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=0f11ee6918f41a04c201eceeadf612a377bc7fbc;name=git_c3a7687c_0;destsuffix=vcs_cache/1743dd7863ebf20fb946ec26a0525a27c91536f2d01acf863b0a99566cd8f3e5"
103SRC_URI += "git://github.com/google/pprof;protocol=https;nobranch=1;rev=f64d9cf942d6bcc1a1d4add2c9e758f42cd5adcd;name=git_4d435d14_0;destsuffix=vcs_cache/b4a3cf22b289c100dae58764b0f35b0c0af89950e35274a0659c15b4340bc322"
104SRC_URI += "git://github.com/google/gofuzz;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=f140a6486e521aad38f5917de355cbf147cc0496;name=git_32fcbcb4_0;destsuffix=vcs_cache/3b10b16f3e547f9036aa468f5a846c1e873d084728258048c32c4afc2a1bb2cf"
105SRC_URI += "git://github.com/google/shlex;protocol=https;nobranch=1;rev=e7afc7fbc51079733e9468cdfd1efcd7d196cd1d;name=git_2bc3fe04_0;destsuffix=vcs_cache/6317e931b780de46077449706d69a38f426197406a504d848e3500a0d06b7299"
106SRC_URI += "git://github.com/google/certificate-transparency-go;protocol=https;nobranch=1;rev=5ab67e519c93568ac3ee50fd6772a5bcf8aa460d;name=git_1d240fe8_0;destsuffix=vcs_cache/0fd69fa049b1061cd5c090184fa587afb10ae78ca64762f4b915f363cf226599"
107SRC_URI += "git://github.com/google/certificate-transparency-go;protocol=https;nobranch=1;tag=v1.3.2;shallow=1;rev=d1b16ca3b342e091d4122deb8c7f62b3213a2169;name=git_1d240fe8_1;destsuffix=vcs_cache/c0a53496e7fb547e3eb9df58eee5ef548371f97a21a52d73b7106de59ad52699"
108SRC_URI += "git://github.com/google/trillian;protocol=https;nobranch=1;tag=v1.7.2;shallow=1;rev=e7aca3cc3a83e222540555ca75ecc87cffccdd53;name=git_3b1a64b0_0;destsuffix=vcs_cache/e8d401f7e3b6be0101aac286ab5237fe0b10c1bcc3605c934a1f0aeae0914ed1"
109SRC_URI += "git://github.com/google/gnostic-models;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=82b4ba06c153dcd30e1dbcf93601b3bee5cb3792;name=git_62ad6da8_0;destsuffix=vcs_cache/88a05eeac87ac843d53bbad4f86c891fbd1a6eb73d10d5b2c7381c229c0a25ab"
110SRC_URI += "git://github.com/go-logfmt/logfmt;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=07c9b44f60d7ffdfb7d8efe1ad539965737836dc;name=git_6bd45679_0;destsuffix=vcs_cache/ba8d08b7a7c3160ce690a9887ce68303c6e395cb41e8669e5b9c7423dbb2e6d8"
111SRC_URI += "git://github.com/go-logfmt/logfmt;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=390ab7935ee28ec6b286364bba9b4dd6410cb3d5;name=git_6bd45679_1;destsuffix=vcs_cache/87ea6a9e239f17f704d8539912edf62249556b50b823ce9b513c614350572831"
112SRC_URI += "git://github.com/tchap/go-patricia;protocol=https;nobranch=1;tag=v2.3.3;shallow=1;rev=8c5d7fa2ef98ad77bfbd2d2c3d67d4d17db0093a;name=git_faedb7d0_0;destsuffix=vcs_cache/196ec21f158dd5c10370dcd9b618d17460a5f3dec6cbc351a797a1a4f906b7bb"
113SRC_URI += "git://github.com/bitly/go-hostpool;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=5d3b4dc6ed4701a761ee884fd803b0a0879744f1;name=git_81a0605e_0;destsuffix=vcs_cache/4fa48fb597b43d9ba89aa477912e73c8b6130aa0cda05b209201b071f25d10a4"
114SRC_URI += "git://github.com/bitly/go-simplejson;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=aabad6e819789e569bd6aabf444c935aa9ba1e44;name=git_460f3a74_0;destsuffix=vcs_cache/c56b9fa4257469037ce41f652467339083e21d8cf63b420f7051f689474dcb9e"
115SRC_URI += "git://github.com/cyberphone/json-canonicalization;protocol=https;nobranch=1;rev=19d51d7fe467d4706a3ff08adf8a748f29fc21e0;name=git_39606485_0;destsuffix=vcs_cache/0e55f9f02847679b08922b4a88af3131cb189b333af41228fc1ceba858b5fceb"
116SRC_URI += "git://github.com/go-ini/ini;protocol=https;nobranch=1;tag=v1.67.0;shallow=1;rev=b2f570e5b5b844226bbefe6fb521d891f529a951;name=git_833ca107_0;destsuffix=vcs_cache/cad9f449f807ba878152dab9e71ba0f300b51a0a69390f502d55fb24a11f73a2"
117SRC_URI += "git://github.com/package-url/packageurl-go;protocol=https;nobranch=1;tag=v0.1.1;shallow=1;rev=358f10025d4a923f7f9babc766f0968720e82240;name=git_cc0cb43e_0;destsuffix=vcs_cache/69e2d03e1f7870cf593ec577931a0c5fd11729307d2e00a0deabe610548fcd48"
118SRC_URI += "git://github.com/serialx/hashring;protocol=https;nobranch=1;rev=22c0c7ab6b1be4be7b950bae8b117767da7b18b6;name=git_819991f3_0;destsuffix=vcs_cache/9ad302311a59b7a00732c9d2e738e872440b07b223df6f9dc7104acafedb16ee"
119SRC_URI += "git://github.com/shibumi/go-pathspec;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=30eddf187f62305a5b34f662049d077211abaacd;name=git_48c6ab61_0;destsuffix=vcs_cache/7d6286b09783f24f2ba2db51c2fd61c197637cee9cd88b2e7576338aa579825f"
120SRC_URI += "git://github.com/gobwas/glob;protocol=https;nobranch=1;tag=v0.2.3;shallow=1;rev=5ccd90ef52e1e632236f7326478d4faa74f99438;name=git_84be3b9c_0;destsuffix=vcs_cache/9ea137b0f545be63130971285b3e0b109491f0a0c45197efd72385336ab0ed05"
121SRC_URI += "git://github.com/fvbommel/sortorder;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=a8d9302c17f9f46c6580b82b919672e58ef6e396;name=git_9bd73630_0;destsuffix=vcs_cache/f31f7baba1030efc67be0125d6ea3670572de4cf9ef4162f66c110baedf2fc25"
122SRC_URI += "git://github.com/fsnotify/fsnotify;protocol=https;nobranch=1;tag=v1.9.0;shallow=1;rev=ae0e7923765f64fb8061396db7edebb558cf6093;name=git_3fa8b61c_0;destsuffix=vcs_cache/e7e3eb9997b88b1856ec41676de694527bda7173c94d395822f6eec3ec2067e2"
123SRC_URI += "git://github.com/fsnotify/fsnotify;protocol=https;nobranch=1;tag=v1.4.7;shallow=1;rev=c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9;name=git_3fa8b61c_1;destsuffix=vcs_cache/cc44f7bf337eee80812ff411465b4e87c78887003ae940c1b27adb151bbed7d2"
60SRC_URI += "git://github.com/fsnotify/fsevents;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=f73112e4ef0540a922ff546752e95a70fb8f035d;name=git_584419c1_0;destsuffix=vcs_cache/fae61401b9b33d2f4bc3fb5a8898dd22623c392e69010b28dd2577454207e33b" 124SRC_URI += "git://github.com/fsnotify/fsevents;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=f73112e4ef0540a922ff546752e95a70fb8f035d;name=git_584419c1_0;destsuffix=vcs_cache/fae61401b9b33d2f4bc3fb5a8898dd22623c392e69010b28dd2577454207e33b"
61SRC_URI += "git://github.com/jpillora/backoff;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=d80867952dff4e2fbfb4280ded4ff94d67790457;name=git_59c0b9df_0;destsuffix=vcs_cache/f3877637b1b0b11053bd3f6485df13672bc371749f756a13048e72298849b276" 125SRC_URI += "git://github.com/ProtonMail/go-crypto;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=3b22d8539b95b3b7e76a911053023e6ef9ef51d6;name=git_ff8d3c48_0;destsuffix=vcs_cache/0bcc37d92aae5ed6a3baa05c154e2401eacb94df8b0aa4704a4ffb4fd7365ecf"
62SRC_URI += "git://github.com/knqyf263/go-plugin;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=c156889d438cf7d729d5959c02772d9f3a86cb2e;name=git_9ffa8f9a_0;destsuffix=vcs_cache/a8467353858eb68db6c0dd39ab99d740baa3155c9ebe2dee04be36a524fc48f7" 126SRC_URI += "git://github.com/jedisct1/go-minisign;protocol=https;nobranch=1;rev=1c139d1cc84b1320feb9d603a6e3962e54b8743f;name=git_1c08b583_0;destsuffix=vcs_cache/ed26c8fb0a00d7b5743a1d1f1e95f5e4c4e9b2afeca92ceee48f41875b445e1e"
63SRC_URI += "git://github.com/skratchdot/open-golang;protocol=https;branch=master;rev=eef8423979666925a58eb77f9db583e54320d5a4;name=git_2106ca54_0;destsuffix=vcs_cache/2049e06101e5abb574af5068dfb1255087c23cd963db0e1f0c82585b42e02bf4" 127SRC_URI += "git://github.com/morikuni/aec;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=39771216ff4c63d11f5e604076f9c45e8be1067b;name=git_a24d8d91_0;destsuffix=vcs_cache/ed63d58cf112e0b59a076da22b09a7543de7421c2457060482db3ad8303454e1"
64SRC_URI += "git://github.com/denisenkom/go-mssqldb;protocol=https;branch=master;rev=1d7a30a10f73a69b1adb731b0ab12be3da43a833;name=git_827fc7d8_0;destsuffix=vcs_cache/51d1448ae824a59e167bc4626cbed812ff98e24bad9ad0e55865452f35f4e32a" 128SRC_URI += "git://github.com/morikuni/aec;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=ea8ec3476383e19653f7b3f5007f32e1eb4c9596;name=git_a24d8d91_1;destsuffix=vcs_cache/0d08cd9576b9540a641376df67caa20435029f8a332a192fd25ac61685cb1764"
65SRC_URI += "git://github.com/apparentlymart/go-cidr;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=c0fb5fbe0acb592411e2db59add389a43260ad44;name=git_75732a95_0;destsuffix=vcs_cache/78882067332ee02e3c72ccc9d03c697f04b24132ddd74da1593a953f0b833469" 129SRC_URI += "git://github.com/urfave/cli;protocol=https;nobranch=1;tag=v2.27.7;shallow=1;rev=19b951ab78929023a9a670722b26ffb1d67c733a;name=git_cd035cbf_0;destsuffix=vcs_cache/b063b9db6f64a681153d8de9f4474fe963c29b610e0cb156372dbc3dffad882a"
66SRC_URI += "git://github.com/apparentlymart/go-textseg;protocol=https;nobranch=1;tag=v15.0.0;shallow=1;rev=72b78f42484ddc3f58858f794da1771fb9559ad0;name=git_81a61598_0;destsuffix=vcs_cache/2ad90a9579325698fb8eedc37a5bb5c32c0df927e2e2029b3cfa6369b0aad683" 130SRC_URI += "git://github.com/urfave/cli;protocol=https;nobranch=1;tag=v1.22.17;shallow=1;rev=992e53d11ad06c124eb4809a0591f15af670d401;name=git_cd035cbf_1;destsuffix=vcs_cache/e30b4b6c880a60654fa02d3559f2088eddf5fbe9bc92870b9df3d72357f735d0"
67SRC_URI += "git://github.com/magiconair/properties;protocol=https;nobranch=1;tag=v1.5.3;shallow=1;rev=624009598839a9432bd97bb75552389422357723;name=git_fa8300c1_0;destsuffix=vcs_cache/d96b4b0c7ecc137249800d1b95fece0b9fca1b6978650bd2a8be72d541a097fd"
68SRC_URI += "git://github.com/magiconair/properties;protocol=https;nobranch=1;tag=v1.8.9;shallow=1;rev=d8bdba35b511a72d4c00a47e801dc703328198e8;name=git_fa8300c1_1;destsuffix=vcs_cache/5d2d0e3a74034cdf4554cd9fa44a3186b4017a8f6ecc1823cdd7dc5202b0b8fb"
69SRC_URI += "git://github.com/DefangLabs/secret-detector;protocol=https;branch=main;rev=22662109213e87fb56be9dbc3a9c78499d2e42a5;name=git_985033cd_0;destsuffix=vcs_cache/42b5e6f1ae54867a47bbe7535a965b97260d8282064da67b0f3d9d82d7524ad4"
70SRC_URI += "git://github.com/containers/ocicrypt;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=1db71af9f28553231f0b59880d3fe5b162fa8c61;name=git_1f55eed4_0;destsuffix=vcs_cache/bec170205b8cb4f7646d21f6d05f4e78b62b540ff061d55788f38ccecc6313b7"
71SRC_URI += "git://github.com/hpcloud/tail;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=a30252cb686a21eb2d0b98132633053ec2f7f1e5;name=git_eb7f53a1_0;destsuffix=vcs_cache/9dfd08c5a4f07a465c8fe6fd4e5e96ac82ccaeba87143831c1a6290e944a3c84"
72SRC_URI += "git://github.com/munnerz/goautoneg;protocol=https;branch=master;rev=a7dc8b61c822528f973a5e4e7b272055c6fdb43e;name=git_09d50017_0;destsuffix=vcs_cache/0f68eeb31e17a8fc96eede1943fe26be5835b08f5cc4a9eee4ed1b8eee4887ee"
73SRC_URI += "git://github.com/armon/circbuf;protocol=https;branch=master;rev=5111143e8da2e98b4ea6a8f32b9065ea1821c191;name=git_95ffcffa_0;destsuffix=vcs_cache/f44b726eafbedd3c7d5723dfd9850375946a0b78000629a3558aacfbb013cecb"
74SRC_URI += "git://github.com/julienschmidt/httprouter;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=348b672cd90d8190f8240323e372ecd1e66b59dc;name=git_50116b68_0;destsuffix=vcs_cache/2c4d0627c16989284c34f4435f85eda929435309b1f35e089deeada06cba6920"
75SRC_URI += "git://github.com/julienschmidt/httprouter;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=4eec211fa4e8df74ed978dc5681612131854144f;name=git_50116b68_1;destsuffix=vcs_cache/14612f57dd95aeae83955a7b4f9b44d716f96bdef922732f059430cdff278e10"
76SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;protocol=https;nobranch=1;tag=v0.9.1;shallow=1;rev=a1a33cddd5be3be60e654ba0aeecb80881185d07;name=git_09ca63ed_0;destsuffix=vcs_cache/10dbe58c8dc404f5f42a20a009cd93a99386ef2bc8e22ece06ffbaf572deb939"
77SRC_URI += "git://github.com/Netflix/go-expect;protocol=https;branch=master;rev=73e0943537d2ba88bdf3f6acec79ca2de1d059df;name=git_e89d3f31_0;destsuffix=vcs_cache/421789c64dd51281a459815573a00c171d61889f5324c1701c37f5f2e8caa8a3"
78SRC_URI += "git://github.com/zeebo/errs;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=743600cc6fdfab08f5d50d6ac661b59cb3b1adaf;name=git_1cced855_0;destsuffix=vcs_cache/39db003c7dfcc8ee4cbaee7626cb0f113936318043f7a7b09d6fa4609f36e609"
79SRC_URI += "git://github.com/pkg/browser;protocol=https;branch=master;rev=5ac0b6a4141c771a0d3a081c36b87c977cf9c7db;name=git_82ac4e9c_0;destsuffix=vcs_cache/10a8ed3a78b0663b7f54101de61f0c1b24ac55185382242b62e593e0b344d42e"
80SRC_URI += "git://github.com/pkg/profile;protocol=https;nobranch=1;tag=v1.7.0;shallow=1;rev=1ac3e9a1c69f55d2f3b5304bcc4e18a9525a92d6;name=git_c88da015_0;destsuffix=vcs_cache/514b8b4f0dcd1ab4c812208028d6ffbd8ac9873c6f9fa22227d0537fe9f6af87" 131SRC_URI += "git://github.com/pkg/profile;protocol=https;nobranch=1;tag=v1.7.0;shallow=1;rev=1ac3e9a1c69f55d2f3b5304bcc4e18a9525a92d6;name=git_c88da015_0;destsuffix=vcs_cache/514b8b4f0dcd1ab4c812208028d6ffbd8ac9873c6f9fa22227d0537fe9f6af87"
132SRC_URI += "git://github.com/pkg/browser;protocol=https;nobranch=1;rev=5ac0b6a4141c771a0d3a081c36b87c977cf9c7db;name=git_82ac4e9c_0;destsuffix=vcs_cache/10a8ed3a78b0663b7f54101de61f0c1b24ac55185382242b62e593e0b344d42e"
81SRC_URI += "git://github.com/pkg/errors;protocol=https;nobranch=1;tag=v0.9.1;shallow=1;rev=614d223910a179a466c1767a985424175c39b465;name=git_6d82bc63_0;destsuffix=vcs_cache/58e525151c02acebc6662bf19060e7ee1112335787f1ffb059ea8d46a3164e5e" 133SRC_URI += "git://github.com/pkg/errors;protocol=https;nobranch=1;tag=v0.9.1;shallow=1;rev=614d223910a179a466c1767a985424175c39b465;name=git_6d82bc63_0;destsuffix=vcs_cache/58e525151c02acebc6662bf19060e7ee1112335787f1ffb059ea8d46a3164e5e"
82SRC_URI += "git://github.com/pkg/errors;protocol=https;nobranch=1;tag=v0.8.0;shallow=1;rev=645ef00459ed84a119197bfb8d8205042c6df63d;name=git_6d82bc63_1;destsuffix=vcs_cache/ea5c82f11a22b952cd732b93d2e8a599298017272296a9232e4a97e26b3f3f27" 134SRC_URI += "git://github.com/pkg/errors;protocol=https;nobranch=1;tag=v0.8.0;shallow=1;rev=645ef00459ed84a119197bfb8d8205042c6df63d;name=git_6d82bc63_1;destsuffix=vcs_cache/ea5c82f11a22b952cd732b93d2e8a599298017272296a9232e4a97e26b3f3f27"
83SRC_URI += "git://github.com/pkg/errors;protocol=https;nobranch=1;tag=v0.8.1;shallow=1;rev=ba968bfe8b2f7e042a574c888954fccecfa385b4;name=git_6d82bc63_2;destsuffix=vcs_cache/05a9ae48ad2a27ee2ace909fb6dfe443196ef4ba6b92bd0e3d2f6a9460fc8fea" 135SRC_URI += "git://github.com/pkg/errors;protocol=https;nobranch=1;tag=v0.8.1;shallow=1;rev=ba968bfe8b2f7e042a574c888954fccecfa385b4;name=git_6d82bc63_2;destsuffix=vcs_cache/05a9ae48ad2a27ee2ace909fb6dfe443196ef4ba6b92bd0e3d2f6a9460fc8fea"
84SRC_URI += "git://github.com/BurntSushi/toml;protocol=https;nobranch=1;tag=v0.3.1;shallow=1;rev=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005;name=git_ec7059c7_0;destsuffix=vcs_cache/c7591feaba0db5f458f0e6745283c8246ea0f50af4eb4714a53ff88805ecd88a" 136SRC_URI += "git://github.com/StackExchange/wmi;protocol=https;nobranch=1;rev=cbe66965904dbe8a6cd589e2298e5d8b986bd7dd;name=git_48d6db20_0;destsuffix=vcs_cache/1fc27d9cac14b2a03bbb0b0458896762317bee884884ef85b821fa4cb18c6952"
85SRC_URI += "git://github.com/dimchansky/utfbom;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=6ae8f945ca96f30defc7e8ab12ec5d10cf86ded4;name=git_343da044_0;destsuffix=vcs_cache/04f39ab86cb6ab9bf2a2278357fae9932b31f6cb8b07bf8e6ca02581cbf46ecf" 137SRC_URI += "git://github.com/hanwen/go-fuse;protocol=https;nobranch=1;tag=v2.8.0;shallow=1;rev=ee34567408d6ab557a0169089879ec111bd74408;name=git_4e8568a3_0;destsuffix=vcs_cache/9549fd67be856dc5565aa6f4996edb86a648510a1efb4dec609c4133bdba118c"
86SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;protocol=https;branch=main;rev=e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9;name=git_77272b21_0;destsuffix=vcs_cache/618ef3cd1ed01872674845eae25e7d6a50a3d70b49881ccd500327b0778fedb9" 138SRC_URI += "git://github.com/xeipuuv/gojsonpointer;protocol=https;nobranch=1;rev=02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb;name=git_bd44e658_0;destsuffix=vcs_cache/4b0abfc7aeea962cf44836059fabc8aebf20db8d2e9ce317db13d42ade75c19f"
87SRC_URI += "git://github.com/danieljoos/wincred;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=f11701399b4bee2ad31457cc1f4ff5aa8abafcd6;name=git_340c15e0_0;destsuffix=vcs_cache/4c31e6f58d17a9dddc9ffae620bea8697c6f92b5c7db87875384a33fa8f2c46b" 139SRC_URI += "git://github.com/xeipuuv/gojsonreference;protocol=https;nobranch=1;rev=bd5ef7bd5415a7ac448318e64f11a24cd21e594b;name=git_ca2a9119_0;destsuffix=vcs_cache/6cce19ebe3be9e8f13d8b3c5090971f010f3f3cda349fa51197c974450d133ee"
140SRC_URI += "git://github.com/xrash/smetrics;protocol=https;nobranch=1;rev=686a1a2994c11fac124829fadcb683a24ab8d25f;name=git_51ee97a4_0;destsuffix=vcs_cache/39f621debd197a5e0bcda4514cb54d787e4e443693f317363918ceb70d590944"
88SRC_URI += "git://github.com/beorn7/perks;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=37c8de3658fcb183f997c4e13e8337516ab753e6;name=git_42750950_0;destsuffix=vcs_cache/c20c7a1c80a243f687008566bc9b8a9517bdf7e3a4f9db15e17160ad20568e9d" 141SRC_URI += "git://github.com/beorn7/perks;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=37c8de3658fcb183f997c4e13e8337516ab753e6;name=git_42750950_0;destsuffix=vcs_cache/c20c7a1c80a243f687008566bc9b8a9517bdf7e3a4f9db15e17160ad20568e9d"
89SRC_URI += "git://github.com/beorn7/perks;protocol=https;branch=master;rev=3a771d992973f24aa725d07868b467d1ddfceafb;name=git_42750950_1;destsuffix=vcs_cache/b05d3659d70127d95ec0b6f7d3aa9b87a50009706e0919be0913fc61dc69e093" 142SRC_URI += "git://github.com/beorn7/perks;protocol=https;nobranch=1;rev=3a771d992973f24aa725d07868b467d1ddfceafb;name=git_42750950_1;destsuffix=vcs_cache/b05d3659d70127d95ec0b6f7d3aa9b87a50009706e0919be0913fc61dc69e093"
90SRC_URI += "git://github.com/beorn7/perks;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=4b2b341e8d7715fae06375aa633dbb6e91b3fb46;name=git_42750950_2;destsuffix=vcs_cache/8dd89f9e3fbe68a081d37f37c6deba6f0c099069502b162148d0ede72f822a95" 143SRC_URI += "git://github.com/beorn7/perks;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=4b2b341e8d7715fae06375aa633dbb6e91b3fb46;name=git_42750950_2;destsuffix=vcs_cache/8dd89f9e3fbe68a081d37f37c6deba6f0c099069502b162148d0ede72f822a95"
91SRC_URI += "git://github.com/beorn7/perks;protocol=https;branch=master;rev=b965b613227fddccbfffe13eae360ed3fa822f8d;name=git_42750950_3;destsuffix=vcs_cache/bdca05a2672eea03731c25222db95561d1fad3ee6ccede612b305abb27b074ac" 144SRC_URI += "git://github.com/beorn7/perks;protocol=https;nobranch=1;rev=b965b613227fddccbfffe13eae360ed3fa822f8d;name=git_42750950_3;destsuffix=vcs_cache/bdca05a2672eea03731c25222db95561d1fad3ee6ccede612b305abb27b074ac"
92SRC_URI += "git://github.com/mailru/easyjson;protocol=https;nobranch=1;tag=v0.7.7;shallow=1;rev=c120ca7ced6051261161ce15e8f1542a4b2567fc;name=git_4620abf9_0;destsuffix=vcs_cache/5b802334c301c91bd13cee6264caa8c327300bfc16173c6074fc315244620dd8" 145SRC_URI += "git://github.com/go-ole/go-ole;protocol=https;nobranch=1;tag=v1.2.6;shallow=1;rev=8b1f7f90f6b1728609c9694f2cff140d34fd91f8;name=git_c77f8c8d_0;destsuffix=vcs_cache/f8a37b093a9da7f7719abb71318560d985c5c38e6d58c2c73adde45616845d0c"
93SRC_URI += "git://github.com/xrash/smetrics;protocol=https;branch=master;rev=686a1a2994c11fac124829fadcb683a24ab8d25f;name=git_51ee97a4_0;destsuffix=vcs_cache/39f621debd197a5e0bcda4514cb54d787e4e443693f317363918ceb70d590944" 146SRC_URI += "git://github.com/kylelemons/godebug;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=9ff306d4fbead574800b66369df5b6144732d58e;name=git_463ad04b_0;destsuffix=vcs_cache/070cd2056d33748c34b60876b93e86d0f8bcfa86a4dee28d6da2a6f3aaea66ac"
94SRC_URI += "git://github.com/fxamacker/cbor;protocol=https;nobranch=1;tag=v2.9.0;shallow=1;rev=d29ad7351b55b1844387cf9306c4101658cc5256;name=git_3a88ac44_0;destsuffix=vcs_cache/a2e55d2b4fdba69f8a4cfc76758713247ee27c62d5ad4168e8c14369f3c94c36" 147SRC_URI += "git://github.com/mxk/go-flowrate;protocol=https;nobranch=1;rev=cca7078d478f8520f85629ad7c68962d31ed7682;name=git_a209a0d8_0;destsuffix=vcs_cache/12c25c020a66ecc07c7c90ff8a8793d5462f3f4e58338c9b36012b25b4ed81b8"
148SRC_URI += "git://github.com/go-stack/stack;protocol=https;nobranch=1;tag=v1.8.0;shallow=1;rev=2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a;name=git_f91af9da_0;destsuffix=vcs_cache/b165c1e0ccf05d91f62b1ae66d83365c5d96f152e956573fb16040ab15370424"
149SRC_URI += "git://github.com/oklog/ulid;protocol=https;nobranch=1;tag=v1.3.1;shallow=1;rev=02a8604050d8466dd915307496174adb9be4593a;name=git_74526025_0;destsuffix=vcs_cache/aad6b8a061fa553536e0c316a41769de0f2b7912cad69a71e0ea72d9bb262c8f"
150SRC_URI += "git://github.com/creack/pty;protocol=https;nobranch=1;tag=v1.1.9;shallow=1;rev=3a6a957789163cacdfe0e291617a1c8e80612c11;name=git_86cb0bb0_0;destsuffix=vcs_cache/90ab694bdf1c87cb7742c9e23a91280fd693f673a912c6ed840ff28d25b2d46e"
151SRC_URI += "git://github.com/creack/pty;protocol=https;nobranch=1;tag=v1.1.17;shallow=1;rev=b135084511330383e4d0adc4504cf407cab59bb0;name=git_86cb0bb0_1;destsuffix=vcs_cache/2ae6946e9609d4012331fdd2a2f73d351d9fb15432db00d88ab4c508585a6d96"
152SRC_URI += "git://github.com/creack/pty;protocol=https;nobranch=1;tag=v1.1.24;shallow=1;rev=edfbf75025b0ba4ee17c19f52d9b600fad80a787;name=git_86cb0bb0_2;destsuffix=vcs_cache/a723ba2e04aa95258b42d73ca8ebfd0b4170ac8a314767e9e3f78318484bb93b"
153SRC_URI += "git://github.com/yashtewari/glob-intersection;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=9f24ebf25f62b3565b778d6ec98775caf0e37720;name=git_2842a744_0;destsuffix=vcs_cache/f808bebdb4b58643c351139a2ad430afee40f2154d96cfe1086091dbffa08d35"
154SRC_URI += "git://github.com/erikstmartin/go-testdb;protocol=https;nobranch=1;rev=8d10e4a1bae52cd8b81ffdec3445890d6dccab3d;name=git_4bbc2975_0;destsuffix=vcs_cache/94bdb322899f10502ca21756a20886b09fe0f8e8c7389a50bb21c7a2deb2d047"
155SRC_URI += "git://github.com/segmentio/asm;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=52fc5735a2101856fcdbc45c901ce51562127c99;name=git_e15b7717_0;destsuffix=vcs_cache/566c03708dcf507b46d508ec323393891b2da4fae7ab290cdeab1bb810334c5c"
156SRC_URI += "git://github.com/mattn/go-colorable;protocol=https;nobranch=1;tag=v0.1.14;shallow=1;rev=1f71342c1ee78c126bcb69cd26ed8c2be7e016b3;name=git_65d23631_0;destsuffix=vcs_cache/d115108e05252e00501d24555b70931860f5e2506c9b51436969923bc59f5dd0"
157SRC_URI += "git://github.com/mattn/go-colorable;protocol=https;nobranch=1;tag=v0.1.2;shallow=1;rev=8029fb3788e5a4a9c00e415f586a6d033f5d38b3;name=git_65d23631_1;destsuffix=vcs_cache/c71b6f3acd50d510992b046a557833b9b03a5c1f131137523bd7a638b59e233e"
158SRC_URI += "git://github.com/mattn/go-sqlite3;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=6c771bb9887719704b210e87e934f08be014bdb1;name=git_e0a410bf_0;destsuffix=vcs_cache/0bc060447a84109d178e936cf0287c198c9a1bcbf25d74362b7df7427a44fdda"
159SRC_URI += "git://github.com/mattn/go-isatty;protocol=https;nobranch=1;tag=v0.0.8;shallow=1;rev=1311e847b0cb909da63b5fecfb5370aa66236465;name=git_bdb8c628_0;destsuffix=vcs_cache/4963e35bcc64525b440c791c0eb22045df1ebb90bbcdf56256950a814d09f425"
160SRC_URI += "git://github.com/mattn/go-isatty;protocol=https;nobranch=1;tag=v0.0.20;shallow=1;rev=a7c02353c47bc4ec6b30dc9628154ae4fe760c11;name=git_bdb8c628_1;destsuffix=vcs_cache/d07760adabb0d05ba45e3c8997554326fa96668c12bc4572654f288670e1af35"
161SRC_URI += "git://github.com/mattn/go-runewidth;protocol=https;nobranch=1;tag=v0.0.16;shallow=1;rev=6ceadc68530e7bfea8cba17d6523bed32912d4fa;name=git_54f38250_0;destsuffix=vcs_cache/1af9e649dfc4b15b3476c94bfc74f82df8afa71fae63a7efc761b8a649019d2d"
162SRC_URI += "git://github.com/mattn/go-shellwords;protocol=https;nobranch=1;tag=v1.0.12;shallow=1;rev=973b9d5391598d4ee601db46fa32f6e186a356ac;name=git_86631c51_0;destsuffix=vcs_cache/3e9de7967c04a07a314669e56b72110ac8eee96a9646f5b9863c709575abe8d1"
163SRC_URI += "git://github.com/sirupsen/logrus;protocol=https;nobranch=1;tag=v1.0.6;shallow=1;rev=3e01752db0189b9157070a0e1668a620f9a85da2;name=git_02061634_0;destsuffix=vcs_cache/e2b60414d6cf051bc156482dc25c0e442f2dcbaf755db11f95b165196e3a417d"
164SRC_URI += "git://github.com/sirupsen/logrus;protocol=https;nobranch=1;tag=v1.4.1;shallow=1;rev=8bdbc7bcc01dcbb8ec23dc8a28e332258d25251f;name=git_02061634_1;destsuffix=vcs_cache/e7dadc55f17d7e5dd646b8a1408f0d5dc551bfbbbb8de273a6b6ceb927a05353"
165SRC_URI += "git://github.com/sirupsen/logrus;protocol=https;nobranch=1;tag=v1.9.4;shallow=1;rev=b61f268f75b6ff134a62cd62aee1095fa12e8d2e;name=git_02061634_2;destsuffix=vcs_cache/7834dd2379c75b18a314ce35955486d0a20f3e960006fc4e8ce53625189de3b5"
166SRC_URI += "git://github.com/sirupsen/logrus;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=bcd833dfe83d3cebad139e4a29ed79cb2318bf95;name=git_02061634_3;destsuffix=vcs_cache/f662f3bd248d63f5671cbf660c0fd3e5c3fc5389fca023c018b7c8fa63d75263"
167SRC_URI += "git://github.com/sirupsen/logrus;protocol=https;nobranch=1;tag=v1.9.3;shallow=1;rev=d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd;name=git_02061634_4;destsuffix=vcs_cache/a1230aee5f8f1a866199cbec636d1525e00a9b13cf2fe0023dcf6b874c525014"
168SRC_URI += "git://github.com/theupdateframework/notary;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=b0b6bfdd4933081e8d5ae026b24e8337311dd598;name=git_88169bba_0;destsuffix=vcs_cache/0e83ed3cbdbbbd63c9ab62dc40651621a386fcaf575326772f2912b1279bfb2b"
169SRC_URI += "git://github.com/theupdateframework/go-tuf;protocol=https;nobranch=1;tag=v2.3.0;shallow=1;rev=3ace7ea23b69a40617eb50f195bf4042726de4ad;name=git_c3a66dbe_0;destsuffix=vcs_cache/97ff561da38ed2349284442d498f6f0f3994debe9521efa5d581a46bfb851564"
170SRC_URI += "git://github.com/theupdateframework/go-tuf;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=6ad7fe593e4042db3544c4b0fedbe66bac371c42;name=git_c3a66dbe_1;destsuffix=vcs_cache/bbec9c5e97a26007b5a7ef626e437d1c9638f745eb3bcef1032e95a3a76097d3"
171SRC_URI += "git://github.com/AzureAD/microsoft-authentication-library-for-go;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=22fd2ee68abf6e6e926fa09387c078db25dad7e0;name=git_b3899c58_0;destsuffix=vcs_cache/a614c17b982b55683fa48ad6af54eeb7a0d805b231482bbbc5a0075a03e060fc"
172SRC_URI += "git://github.com/jackc/puddle;protocol=https;nobranch=1;tag=v2.2.2;shallow=1;rev=bd09d14bd4018b6d65a9d7770e2f3ddf8b00af1c;name=git_c64e1e43_0;destsuffix=vcs_cache/f3334a91ad7dbb92655b9f37614612cc5df45c529576e03e8308dfed92ae9050"
173SRC_URI += "git://github.com/jackc/pgpassfile;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=99d8e8e28945ffceaf75b0299fcb2bb656b8a683;name=git_3d88473b_0;destsuffix=vcs_cache/bcb7f6d6bafda56d4f5f42db214defa53f1769aa323ba6f941283d833ed326d1"
174SRC_URI += "git://github.com/jackc/pgservicefile;protocol=https;nobranch=1;rev=5a60cdf6a76120dc3d5152b95f3b5fd8aa7cc9eb;name=git_71385c65_0;destsuffix=vcs_cache/ddeb106f0a503bc56c2377cf8c3863fd5b039a12e3472f1f499e89f689d70793"
175SRC_URI += "git://github.com/jackc/pgx;protocol=https;nobranch=1;tag=v5.7.5;shallow=1;rev=15bca4a4e14e0049777c1245dba4c16300fe4fd0;name=git_4fb6b0aa_0;destsuffix=vcs_cache/7d428807020135278d6c041ab060af6cb7629a2458e8beedf6520c22a981521c"
95SRC_URI += "git://github.com/otiai10/copy;protocol=https;nobranch=1;tag=v1.14.1;shallow=1;rev=5ef5923d6ff098ea7a51792c1ec963d04fad9794;name=git_e0ff6709_0;destsuffix=vcs_cache/6f52336953491d169a014c4906e3f17a4c78b425ca26804ae779c6167516d7d0" 176SRC_URI += "git://github.com/otiai10/copy;protocol=https;nobranch=1;tag=v1.14.1;shallow=1;rev=5ef5923d6ff098ea7a51792c1ec963d04fad9794;name=git_e0ff6709_0;destsuffix=vcs_cache/6f52336953491d169a014c4906e3f17a4c78b425ca26804ae779c6167516d7d0"
96SRC_URI += "git://github.com/otiai10/mint;protocol=https;nobranch=1;tag=v1.6.3;shallow=1;rev=6dcf2e3a67310fd0fbd970199f187f5c575756c9;name=git_7127f064_0;destsuffix=vcs_cache/8e5429bf94b80c2f4aae87b33f4b4dd03b9d8a978004bf74b1fe4042dc0b5fad" 177SRC_URI += "git://github.com/otiai10/mint;protocol=https;nobranch=1;tag=v1.6.3;shallow=1;rev=6dcf2e3a67310fd0fbd970199f187f5c575756c9;name=git_7127f064_0;destsuffix=vcs_cache/8e5429bf94b80c2f4aae87b33f4b4dd03b9d8a978004bf74b1fe4042dc0b5fad"
97SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=c12348ce28de40eed0136aa2b644d0ee0650e56c;name=git_2855aad4_0;destsuffix=vcs_cache/dd0fe058870feb088b8d2d88a7ff601f4c8c03aedeede7d837efcd311b5aea9b" 178SRC_URI += "git://github.com/in-toto/in-toto-golang;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=5cfa4159eb11aa84d70d2eeea76665ad09130d09;name=git_bd024477_0;destsuffix=vcs_cache/2af10e1379ff951a497f89bf7bb202df095b1ff9be198f3787d92db04f8aa720"
98SRC_URI += "git://github.com/golang-sql/civil;protocol=https;branch=master;rev=cb61b32ac6fe84d34b81730175f91965e43d0f90;name=git_3d8b378b_0;destsuffix=vcs_cache/cf48a794754d9a9b29ff84011cf01764f8e4e9140292e83b4154b89a13f0eee9" 179SRC_URI += "git://github.com/in-toto/attestation;protocol=https;nobranch=1;tag=v1.1.2;shallow=1;rev=98dd36d4896a9bc1fded38ab12f4f464035c36fa;name=git_de1db936_0;destsuffix=vcs_cache/c9afe967ea4e5751fb018d13c01ee86a880270f07f46e7f6c38d9e86c07f25c2"
99SRC_URI += "git://github.com/AzureAD/microsoft-authentication-library-for-go;protocol=https;nobranch=1;tag=v1.4.2;shallow=1;rev=8a9d6406cc0718a21f3206308b9746cb62b7b3bc;name=git_b3899c58_0;destsuffix=vcs_cache/fc947290892f17f055e056f1dae1433e69f5b9943314b1a2a158ed43b78ba03c" 180SRC_URI += "git://github.com/Masterminds/semver;protocol=https;nobranch=1;tag=v3.4.0;shallow=1;rev=61fc460d28283a91c53be65c2e0f20b494ac8ad9;name=git_ff930dd9_0;destsuffix=vcs_cache/b69d3fcaea23340a3ee6fdc0c141ba3d247100353aee6eb28dd426e0d62498b3"
100SRC_URI += "git://github.com/go-kit/kit;protocol=https;nobranch=1;tag=v0.8.0;shallow=1;rev=12210fb6ace19e0496167bb3e667dcd91fa9f69b;name=git_b9f1d7d4_0;destsuffix=vcs_cache/164d4eaa2f8107f0ad2f6559aac743c96ecce3f6eb17905b0e878385ede67301" 181SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;nobranch=1;tag=ratelimit/v0.1.0;shallow=1;rev=2cdf9fc1e8a104e69a6487721514041c335d86f6;name=git_f80b47a3_0;destsuffix=vcs_cache/906f63aa0b71e9714823fdb45d45be4659d30de781b6a053c93f43371894845f"
101SRC_URI += "git://github.com/ProtonMail/go-crypto;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=3b22d8539b95b3b7e76a911053023e6ef9ef51d6;name=git_ff8d3c48_0;destsuffix=vcs_cache/0bcc37d92aae5ed6a3baa05c154e2401eacb94df8b0aa4704a4ffb4fd7365ecf" 182SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;nobranch=1;tag=envoy/v1.35.0;shallow=1;rev=5321204dac14eb3ef389be392c36364d9bad4302;name=git_f80b47a3_1;destsuffix=vcs_cache/af904f5786ed9309afb305ff0ca3cddce08208c95ec3f9def0b074e767b05cb9"
102SRC_URI += "git://github.com/distribution/reference;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=ff14fafe2236e51c2894ac07d4bdfc778e96d682;name=git_b4d8130d_0;destsuffix=vcs_cache/ac2c94a9c45cfe172807163d3f9ae441bf0db0b30e528660d1b5db49678ed93a" 183SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;nobranch=1;rev=75eaa193e329413d3a688b7c3aa2991095f321c1;name=git_f80b47a3_2;destsuffix=vcs_cache/16d730c776e5b5650a8f35d6f26efcb4548bf62ecba132bc934e522eec2a0508"
103SRC_URI += "git://github.com/antihax/optional;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=c3f0ba9c1a592b971d66b2787679af55b5c58f21;name=git_aab58b7d_0;destsuffix=vcs_cache/535a79fbd6ec4a2d00a2eaeb938554011f822f57d36bc924215af19f4bab0697" 184SRC_URI += "git://github.com/envoyproxy/protoc-gen-validate;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=7b06248484ceeaa947e93ca2747eccf336a88ecc;name=git_ac4e3fea_0;destsuffix=vcs_cache/d5f02e84a7cac6538441cf10353084bc8986687c4fb1dbec8ce868f36087a44c"
104SRC_URI += "git://github.com/miekg/pkcs11;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=cb39313ec884f2cd77f4762875fe96aecf68f8e3;name=git_cf5d6134_0;destsuffix=vcs_cache/eb5a56eb790cc3fc7850bf57682d3ac5831360a4496818de755c41ce63d505ba" 185SRC_URI += "git://github.com/armon/circbuf;protocol=https;nobranch=1;rev=5111143e8da2e98b4ea6a8f32b9065ea1821c191;name=git_95ffcffa_0;destsuffix=vcs_cache/f44b726eafbedd3c7d5723dfd9850375946a0b78000629a3558aacfbb013cecb"
105SRC_URI += "git://github.com/miekg/pkcs11;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=f3481918a208bd212aa995a41f92d786eb418a7d;name=git_cf5d6134_1;destsuffix=vcs_cache/cfc32d6973be9c203ec1d8480b59f61c59be67d146de9d920f82d4eb7c4d994a"
106SRC_URI += "git://github.com/coreos/go-systemd;protocol=https;nobranch=1;tag=v22.6.0;shallow=1;rev=8214e15a7a799dc18f0ef8dd788b830f815d7530;name=git_1f60ff15_0;destsuffix=vcs_cache/cb3155042a873c409f7dda7401561f3206a5dc4225d8ce9335fd9da1ee482c05" 186SRC_URI += "git://github.com/coreos/go-systemd;protocol=https;nobranch=1;tag=v22.6.0;shallow=1;rev=8214e15a7a799dc18f0ef8dd788b830f815d7530;name=git_1f60ff15_0;destsuffix=vcs_cache/cb3155042a873c409f7dda7401561f3206a5dc4225d8ce9335fd9da1ee482c05"
107SRC_URI += "git://github.com/jonboulle/clockwork;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=6d8d032a18422c2e3ef651170a8a55012d1f704c;name=git_c61652e2_0;destsuffix=vcs_cache/8a9b3a40ae13b2679138bcbfbe409f1586f92c23e873f4e219066c6596debc26" 187SRC_URI += "git://github.com/coreos/go-oidc;protocol=https;nobranch=1;tag=v3.16.0;shallow=1;rev=e9584733f8bb6c4683d1e98b4fb22eee121f7dff;name=git_565daa15_0;destsuffix=vcs_cache/03bf95d100c67404240716322c3671b3929db67ce58632e7f64b3830796b4b23"
108SRC_URI += "git://github.com/cespare/xxhash;protocol=https;nobranch=1;tag=v2.3.0;shallow=1;rev=998dce232f17418a7a5721ecf87ca714025a3243;name=git_9d94b3ef_0;destsuffix=vcs_cache/4cf9134295bfe252b2146507759140e7050e00021c322cfd0d38a231ef3c0b20" 188SRC_URI += "git://github.com/mdlayher/socket;protocol=https;nobranch=1;tag=v0.5.1;shallow=1;rev=9c51a391be6c6bc5b7ce52f328497931c5e97733;name=git_4845c6c9_0;destsuffix=vcs_cache/ade2a4b5630096b489828944f4f75b866125a6d37fc95c3524f0cc002cbe8cf9"
109SRC_URI += "git://github.com/package-url/packageurl-go;protocol=https;nobranch=1;tag=v0.1.1;shallow=1;rev=358f10025d4a923f7f9babc766f0968720e82240;name=git_cc0cb43e_0;destsuffix=vcs_cache/69e2d03e1f7870cf593ec577931a0c5fd11729307d2e00a0deabe610548fcd48" 189SRC_URI += "git://github.com/mdlayher/vsock;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=8569e301791e164b669ff36b51035bb1d7c9b3a3;name=git_9e9130ba_0;destsuffix=vcs_cache/a7b2ec13026e78d41b91e1e452aab0a78ae155b70966624ec8e5e52ba56a0b08"
110SRC_URI += "git://github.com/mitchellh/go-wordwrap;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=ecf0936a077a4bd73a1cc2ac5c370f2b55618d62;name=git_bad0582b_0;destsuffix=vcs_cache/c6c7d05ba9f6db2637751fa2ce7bbc8bb04f632abc0b05363566319c8fd9c9b0" 190SRC_URI += "git://github.com/mailru/easyjson;protocol=https;nobranch=1;tag=v0.7.7;shallow=1;rev=c120ca7ced6051261161ce15e8f1542a4b2567fc;name=git_4620abf9_0;destsuffix=vcs_cache/5b802334c301c91bd13cee6264caa8c327300bfc16173c6074fc315244620dd8"
111SRC_URI += "git://github.com/mitchellh/mapstructure;protocol=https;branch=main;rev=2caf8efc93669b6c43e0441cdc6aed17546c96f3;name=git_3ac6d6a4_0;destsuffix=vcs_cache/5ad95eaf3fe770e7f704095dccb10123fc34e55570f7e163eb2e3e9a5c0586a6" 191SRC_URI += "git://github.com/agext/levenshtein;protocol=https;nobranch=1;tag=v1.2.3;shallow=1;rev=52c14c47d03211d8ac1834e94601635e07c5a6ef;name=git_67b51d80_0;destsuffix=vcs_cache/f4186a1dba20fb3f51b9daaf116c010f10b94a0eb8114b084e25bb3b5649ecf6"
112SRC_URI += "git://github.com/mitchellh/mapstructure;protocol=https;nobranch=1;tag=v1.5.0;shallow=1;rev=ab69d8d93410fce4361f4912bb1ff88110a81311;name=git_3ac6d6a4_1;destsuffix=vcs_cache/d9f5489d4515cf23689f7c9a7a71a85fdd52671cf92601ea8e8c59bf3644b6b5" 192SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;protocol=https;nobranch=1;rev=e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9;name=git_77272b21_0;destsuffix=vcs_cache/618ef3cd1ed01872674845eae25e7d6a50a3d70b49881ccd500327b0778fedb9"
113SRC_URI += "git://github.com/mitchellh/hashstructure;protocol=https;nobranch=1;tag=v2.0.2;shallow=1;rev=a045b665615f739329536a58c25ca6327abf1ec1;name=git_2d77412f_0;destsuffix=vcs_cache/7c1d661828ecf7a5daa9f90b02814e542e1ed4d474edc002d91d945df708a5be" 193SRC_URI += "git://github.com/ysmood/fetchup;protocol=https;nobranch=1;tag=v0.2.3;shallow=1;rev=7a28beb46a6bda0bd1865d851bca6ef7eea6dedd;name=git_4a1f81fb_0;destsuffix=vcs_cache/8c9dd6ebf834d7256887c2d14a754cf11453f2f3a5e2b0c8c05110052b6ee3a1"
114SRC_URI += "git://github.com/mitchellh/go-ps;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=147ff83818ae939913b2e20b91ae3cd6c391771c;name=git_85bf403a_0;destsuffix=vcs_cache/e2954bb45e8e4304338ab2532158d042745f3a239202953369cef281beed32cb" 194SRC_URI += "git://github.com/ysmood/gson;protocol=https;nobranch=1;tag=v0.7.3;shallow=1;rev=c60042b432eb83a5b356d00e7c2db9813ac7e05f;name=git_e88b461e_0;destsuffix=vcs_cache/27ce5120c0465dfab869d1d5012071a3115381084f3a241d5de5330ed6bf71e6"
115SRC_URI += "git://github.com/urfave/cli;protocol=https;nobranch=1;tag=v2.27.7;shallow=1;rev=19b951ab78929023a9a670722b26ffb1d67c733a;name=git_cd035cbf_0;destsuffix=vcs_cache/b063b9db6f64a681153d8de9f4474fe963c29b610e0cb156372dbc3dffad882a" 195SRC_URI += "git://github.com/ysmood/goob;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=8c75c65e796d1537f826b45753f994617235f148;name=git_861b8a3e_0;destsuffix=vcs_cache/9d85527d5325cd688787ce40dccb6ea83312b580a4e5eba11e779e213a9cb6c7"
116SRC_URI += "git://github.com/urfave/cli;protocol=https;nobranch=1;tag=v1.22.17;shallow=1;rev=992e53d11ad06c124eb4809a0591f15af670d401;name=git_cd035cbf_1;destsuffix=vcs_cache/e30b4b6c880a60654fa02d3559f2088eddf5fbe9bc92870b9df3d72357f735d0" 196SRC_URI += "git://github.com/ysmood/got;protocol=https;nobranch=1;tag=v0.40.0;shallow=1;rev=abba87a7846a0f03b3f6384549694a33873733b7;name=git_55766c11_0;destsuffix=vcs_cache/eeb512ee1df2a3b4f92e5a5dc02e24f7963cec103929eec0113736a6ca67335b"
117SRC_URI += "git://github.com/lib/pq;protocol=https;branch=master;rev=0dad96c0b94f8dee039aa40467f767467392a0af;name=git_6c68f1e9_0;destsuffix=vcs_cache/501779f1f37d5eedf7b5e73065f7d7847c6343baa947b47ab9335de358604a1c" 197SRC_URI += "git://github.com/ysmood/leakless;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=92f99d503ecc69fba51c2717b516363359e53028;name=git_cc40b049_0;destsuffix=vcs_cache/ea236bef84d8f62f430439cdcf1cab367fcd2b2371ced56810ccd36d18be2dd9"
118SRC_URI += "git://github.com/mgutz/ansi;protocol=https;branch=master;rev=9520e82c474b0a04dd04f8a40959027271bab992;name=git_ab1ea218_0;destsuffix=vcs_cache/f38805371ceca34945d620f33580bc80b8d8946d490670358956c3579639e7ad" 198SRC_URI += "git://github.com/dvsekhvalnov/jose2go;protocol=https;nobranch=1;rev=f21a8cedbbae609f623613ec8f81125c243212e6;name=git_a73ac418_0;destsuffix=vcs_cache/3bed371de2aaaf0cbb9c346c5f01b8240e14c9e194179639d31b29aef3704b71"
119SRC_URI += "git://github.com/shibumi/go-pathspec;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=30eddf187f62305a5b34f662049d077211abaacd;name=git_48c6ab61_0;destsuffix=vcs_cache/7d6286b09783f24f2ba2db51c2fd61c197637cee9cd88b2e7576338aa579825f" 199SRC_URI += "git://github.com/opencontainers/runtime-spec;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b;name=git_502d0543_0;destsuffix=vcs_cache/527ad6550cd654c758c3a90c33fba5de9598578a66be5e157153797cc1e49aa3"
120SRC_URI += "git://github.com/cloudflare/cfssl;protocol=https;branch=master;rev=4e2dcbde500472449917533851bf4bae9bdff562;name=git_00392491_0;destsuffix=vcs_cache/3c8104b7da9d2e18832889b5c6a3e835075611b12d6602487addb722a70feac5" 200SRC_URI += "git://github.com/opencontainers/runtime-spec;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=92249139eea7161e13745abd4cb6d0ea02a3227a;name=git_502d0543_1;destsuffix=vcs_cache/d9c05db6124626de7f86b5f7cf385d2a821699e74a3a1d784837399c70f4e1b9"
121SRC_URI += "git://github.com/cloudflare/circl;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=89e658c2ea39d3cfea7b7c7c8b34ebdbd6d21942;name=git_d8934de6_0;destsuffix=vcs_cache/6b1850dcf66e3b438754c6c9963b00daaa188378c7cb8c9c1ef005abe31f75f9" 201SRC_URI += "git://github.com/opencontainers/go-digest;protocol=https;nobranch=1;rev=a6d0ee40d4207ea02364bd3b9e8e77b9159ba1eb;name=git_552be1ee_0;destsuffix=vcs_cache/023b07658f561af4e33906504bb1dff6d66e7a4b8ef99fcf0927e6d101be98bd"
122SRC_URI += "git://github.com/AlecAivazis/survey;protocol=https;nobranch=1;tag=v2.3.7;shallow=1;rev=fa37277e6394c29db7bcc94062cb30cd7785a126;name=git_8f711068_0;destsuffix=vcs_cache/915e6ad876675eb96b188d35f754bc931b786c20b8e9ce8142ab278092473e7c" 202SRC_URI += "git://github.com/opencontainers/go-digest;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=ea51bea511f75cfa3ef6098cc253c5c3609b037a;name=git_552be1ee_1;destsuffix=vcs_cache/1a4d20c74c510ca00ecb86a3379c151579ed626508723e74a394480a71a0af24"
203SRC_URI += "git://github.com/opencontainers/selinux;protocol=https;nobranch=1;tag=v1.13.1;shallow=1;rev=5647f06491288afa5ea45747896b359f51f7c509;name=git_49bf5caa_0;destsuffix=vcs_cache/19ef4b30214c57e5419f63e4397a9c0d90436c49b54e0ae99e1c9a4b964f28e2"
204SRC_URI += "git://github.com/opencontainers/selinux;protocol=https;nobranch=1;tag=v1.12.0;shallow=1;rev=996c4cffd3c5fb210e4ff01b4998ac73ff0031fa;name=git_49bf5caa_1;destsuffix=vcs_cache/4335d93e7b91bac4d4e22725cfaafc1cae44ef37a037022ea852d084e488e42a"
205SRC_URI += "git://github.com/opencontainers/image-spec;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=147f9c13cedb47a0c4d9a11a222961073d585877;name=git_a9e099ef_0;destsuffix=vcs_cache/5bb7cbac46d5df774d087c364c00445553d3db253ca80dc7050c4e57832c118d"
206SRC_URI += "git://github.com/opencontainers/image-spec;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=d60099175f88c47cd379c4738d158884749ed235;name=git_a9e099ef_1;destsuffix=vcs_cache/cc3b5f635a95bc8a8d17057e77e824e9203543710d27cab434eae6bda0ebd445"
207SRC_URI += "git://github.com/opencontainers/runtime-tools;protocol=https;nobranch=1;rev=0ea5ed0382a279b30530acccafaf070fefeddafd;name=git_b055e1ee_0;destsuffix=vcs_cache/f53bb2252a6ed943b856ebf9ca177b616be13e0631422a2c5167b1eeada6cc21"
208SRC_URI += "git://github.com/opencontainers/runtime-tools;protocol=https;nobranch=1;rev=edf4cb3d21162a17b02e19637f7d7f8c6bd8523f;name=git_b055e1ee_1;destsuffix=vcs_cache/9120451d0089ff79de31a4292e8836bebf3ee5e2d7e8c4852764fee040cbfc1e"
123SRC_URI += "git://github.com/yuin/goldmark;protocol=https;nobranch=1;tag=v1.1.27;shallow=1;rev=12fc98ebcd751822bbd43314119e483472e6f55f;name=git_40d8a3db_0;destsuffix=vcs_cache/fb45f805a799ac2f897942f334c68fc215fa5bfc06f4b0277d583fe78f6c36ca" 209SRC_URI += "git://github.com/yuin/goldmark;protocol=https;nobranch=1;tag=v1.1.27;shallow=1;rev=12fc98ebcd751822bbd43314119e483472e6f55f;name=git_40d8a3db_0;destsuffix=vcs_cache/fb45f805a799ac2f897942f334c68fc215fa5bfc06f4b0277d583fe78f6c36ca"
124SRC_URI += "git://github.com/yuin/goldmark;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=91e5269fb0f873f91c9a01e98f32de15ca49440f;name=git_40d8a3db_1;destsuffix=vcs_cache/4c58efe0c28d74a0131cf65fc06af9bf723f3852cb20f81dce6ce9ae50793119" 210SRC_URI += "git://github.com/yuin/goldmark;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=91e5269fb0f873f91c9a01e98f32de15ca49440f;name=git_40d8a3db_1;destsuffix=vcs_cache/4c58efe0c28d74a0131cf65fc06af9bf723f3852cb20f81dce6ce9ae50793119"
125SRC_URI += "git://github.com/yuin/goldmark;protocol=https;nobranch=1;tag=v1.4.13;shallow=1;rev=c0856327b39b00b39b5d7e1f5ed0eed8bb1b6a23;name=git_40d8a3db_2;destsuffix=vcs_cache/fbec1a06cf7d810b36a87559756866f825159c4db030b543bd6359717d401035" 211SRC_URI += "git://github.com/yuin/goldmark;protocol=https;nobranch=1;tag=v1.4.13;shallow=1;rev=c0856327b39b00b39b5d7e1f5ed0eed8bb1b6a23;name=git_40d8a3db_2;destsuffix=vcs_cache/fbec1a06cf7d810b36a87559756866f825159c4db030b543bd6359717d401035"
126SRC_URI += "git://github.com/hanwen/go-fuse;protocol=https;nobranch=1;tag=v2.8.0;shallow=1;rev=ee34567408d6ab557a0169089879ec111bd74408;name=git_4e8568a3_0;destsuffix=vcs_cache/9549fd67be856dc5565aa6f4996edb86a648510a1efb4dec609c4133bdba118c" 212SRC_URI += "git://github.com/go-rod/rod;protocol=https;nobranch=1;tag=v0.116.2;shallow=1;rev=01a50b925312b71fc59f6eb0d8f489a5195ec448;name=git_b3006ffb_0;destsuffix=vcs_cache/56a3074e00ed3cc5a312cd4b264c9070764ea81790bf8a1147690ab65ad79579"
127SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;protocol=https;branch=master;rev=78284954bff6dcce7888166bb79bbba93bea0879;name=git_1abe3c80_0;destsuffix=vcs_cache/38fa201d7d655497d33723d139ffc3ec2ee78d3caab251015a1c3a5190f5e073" 213SRC_URI += "git://github.com/pelletier/go-toml;protocol=https;nobranch=1;tag=v2.2.4;shallow=1;rev=ee07c9203b72060f12e31c04ace80e8a187d5a67;name=git_5fc8a683_0;destsuffix=vcs_cache/024e6f520632e6be8a8fbc0202fdf0da2cfc0266ff95451a8e8d944dd0d8882f"
128SRC_URI += "git://github.com/josharian/intern;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=8e6ff32b3e7c0b018c43953085fe2ac330fe9acd;name=git_eb6bc1bf_0;destsuffix=vcs_cache/273d42676826fc8f106c11c2800d01690a09463878fa115700b2e26df24a2440" 214SRC_URI += "git://github.com/pelletier/go-toml;protocol=https;nobranch=1;tag=v1.9.5;shallow=1;rev=fed1464066413075eac02cd4dc368b5221845541;name=git_5fc8a683_1;destsuffix=vcs_cache/22bc2e212b193b23af04b0014dd6e6f15e66953913e88670099f8375927b48c7"
129SRC_URI += "git://github.com/json-iterator/go;protocol=https;nobranch=1;tag=v1.1.12;shallow=1;rev=024077e996b048517130b21ea6bf12aa23055d3d;name=git_61c80dd4_0;destsuffix=vcs_cache/bdb67d21e426f2274ff76d4829ac60348539016b1aa54fa98cfccc554be12f3b" 215SRC_URI += "git://github.com/x448/float16;protocol=https;nobranch=1;tag=v0.8.4;shallow=1;rev=cb9afec31f2649663ebb64da5c6c32c3d365c3ca;name=git_b79b770f_0;destsuffix=vcs_cache/e395eca01f11e874b5b2b165e3dc2620faa30374fb308657449d3a3023ce5cbb"
130SRC_URI += "git://github.com/json-iterator/go;protocol=https;nobranch=1;tag=v1.1.6;shallow=1;rev=0ff49de124c6f76f8494e194af75bde0f1a49a29;name=git_61c80dd4_1;destsuffix=vcs_cache/49dd68855c9609b742b2b0b4f38fc7310fe801de54098c1919a0a64c7a0df65f" 216SRC_URI += "git://github.com/valyala/fastjson;protocol=https;nobranch=1;tag=v1.6.4;shallow=1;rev=93f67d942133e9d219dbbae7a541433f8bbbe7c4;name=git_80bcc092_0;destsuffix=vcs_cache/9f8bd53bfc32d2df39c0edaf1166015535c0b16676b7e9d5e385a8e22e796ccd"
131SRC_URI += "git://github.com/json-iterator/go;protocol=https;nobranch=1;tag=v1.1.7;shallow=1;rev=27518f6661eba504be5a7a9a9f6d9460d892ade3;name=git_61c80dd4_2;destsuffix=vcs_cache/bc41490320f388f56ca605b559e022840691077e82ae0ad6dd62b7ea000f0603" 217SRC_URI += "git://github.com/go-viper/mapstructure;protocol=https;nobranch=1;tag=v2.5.0;shallow=1;rev=9aa3f77c68e2a56222ea436c1bfa631f1b1072d5;name=git_2ea12042_0;destsuffix=vcs_cache/3bfaa2e7553753ef9eb595609273310a8498c5d5f4d43000c69a7bd2bb39a3ef"
132SRC_URI += "git://github.com/gorilla/websocket;protocol=https;branch=main;rev=e064f32e3674d9d79a8fd417b5bc06fa5c6cad8f;name=git_05a135b6_0;destsuffix=vcs_cache/722c87c831f4b73fd3a40f24d8693191974f7a5a180d73f29a05c9bb3f84589f" 218SRC_URI += "git://github.com/go-viper/mapstructure;protocol=https;nobranch=1;tag=v2.4.0;shallow=1;rev=b9794a5f0e73d425210d6614ed833067029155f5;name=git_2ea12042_1;destsuffix=vcs_cache/c8d654dc2b8f99ffd23c744af0b961737a283ddb83b110d144f8558b6ffa2ae1"
219SRC_URI += "git://github.com/godbus/dbus;protocol=https;nobranch=1;tag=v5.1.0;shallow=1;rev=e523abc905595cf17fb0001a7d77eaaddfaa216d;name=git_d9e1e146_0;destsuffix=vcs_cache/64a1380eac8fb56f64570a9ee44f46ff49a8cfc74d31623d696b49699728d072"
220SRC_URI += "git://github.com/acarl005/stripansi;protocol=https;nobranch=1;rev=5a71ef0e047df0427e87a79f27009029921f1f9b;name=git_b7e052ac_0;destsuffix=vcs_cache/337c48cf09adc53fe47bcae33dc8d5465a7dbf818b017054e53ee8ec11f2a73f"
221SRC_URI += "git://github.com/go-logr/logr;protocol=https;nobranch=1;tag=v1.4.3;shallow=1;rev=38a1c47ef633fa6b2eee6b8f2e1371ba8626e557;name=git_e0ff909e_0;destsuffix=vcs_cache/5b4f8e13d26b7581594ade5c47d93fb87ebb7720ce23eff7afaed11743464e1f"
222SRC_URI += "git://github.com/go-logr/logr;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=99e02a994f50f904b6b201df394776cf687238a9;name=git_e0ff909e_1;destsuffix=vcs_cache/761d6b76e4ca57583edd8a7d6cf39d5a0c0dfd1fb4f82f099c044f754193f7d1"
223SRC_URI += "git://github.com/go-logr/stdr;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=521af2addfa7c81c8a65d0e85ed34bb6bb6dc262;name=git_76834f06_0;destsuffix=vcs_cache/e69aa58ea5f2f28aa8623652f5e6643b2299d9fe8ba1e6c73a8e3d602290ac67"
224SRC_URI += "git://github.com/petermattis/goid;protocol=https;nobranch=1;rev=4fcff4a6cae7cd8fdaeeaa8bb87443eda9dec107;name=git_8e87b253_0;destsuffix=vcs_cache/28fe23d2ffb5463ca74406309be8d07f56f5b77b8f151b1f3d5a8edf6d6ae9be"
225SRC_URI += "git://github.com/blang/semver;protocol=https;nobranch=1;tag=v3.5.1;shallow=1;rev=2ee87856327ba09384cabd113bc6b5d174e9ec0f;name=git_b6bc1865_0;destsuffix=vcs_cache/fb904b093dc37ee6efcaa2a562389f10a2411237cdeef7cddf15818be70366d1"
226SRC_URI += "git://github.com/danieljoos/wincred;protocol=https;nobranch=1;tag=v1.2.3;shallow=1;rev=623325312d3224d48d131159187b93e906216563;name=git_340c15e0_0;destsuffix=vcs_cache/27fc7633a915ecb9e3e3c6095cfd2d495010d4208024eefb538180b978864222"
227SRC_URI += "git://github.com/danieljoos/wincred;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=f11701399b4bee2ad31457cc1f4ff5aa8abafcd6;name=git_340c15e0_1;destsuffix=vcs_cache/4c31e6f58d17a9dddc9ffae620bea8697c6f92b5c7db87875384a33fa8f2c46b"
228SRC_URI += "git://github.com/transparency-dev/formats;protocol=https;nobranch=1;rev=404c0d5b696c6a3e4eb9cec706cfc3550cc47e52;name=git_d2a1a757_0;destsuffix=vcs_cache/968921f38a5932901522d8dad3d99ef03c554eb958e6b809606dcae3d3a778dc"
229SRC_URI += "git://github.com/transparency-dev/merkle;protocol=https;nobranch=1;tag=v0.0.2;shallow=1;rev=036047b5d2f7faf3b1ee643d391e60fe5b1defcf;name=git_f8d2b00f_0;destsuffix=vcs_cache/11ca4461c55ebf4faefccb747a99c74860939f428aba666c5e7b7727ed758c08"
230SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=3f5e2b31e36c931159a1b80287847840cd581e6e;name=git_e9f7c9ac_0;destsuffix=vcs_cache/4e15ad209f57f1610bea03c67dbeef9ef7792fafe9b2902ca1a141277719f091"
231SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;protocol=https;nobranch=1;tag=providers/prometheus/v1.1.0;shallow=1;rev=53040665d19bab33e444905822557433511bb981;name=git_e9f7c9ac_1;destsuffix=vcs_cache/42aacc0b51ca4683515670ecfde267af8722802b2bb4d002d5647da7d38f9a47"
232SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;protocol=https;nobranch=1;tag=v2.27.2;shallow=1;rev=91958df0371da5c71794adc92e21cf8fed58df97;name=git_3fba78e5_0;destsuffix=vcs_cache/6c43ad48e059624148bd0ae0b851bb5d1200cd6574bdf1b8e9006ed161aaad3d"
233SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;protocol=https;nobranch=1;tag=v2.27.3;shallow=1;rev=ab243acfa3bcc5495c4e3923ca44aad7537e834c;name=git_3fba78e5_1;destsuffix=vcs_cache/c03051a5b664a646468e73db0e79c783550c89b868b36ae69d3eed66aea682c1"
234SRC_URI += "git://github.com/containernetworking/cni;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=a28faab92684aed3af64d5085733c34550ce9877;name=git_4ce5ee0d_0;destsuffix=vcs_cache/6fa30880d920c48b1630347223a375694a450629a1037b649907b1ab1f2f237a"
235SRC_URI += "git://github.com/containernetworking/plugins;protocol=https;nobranch=1;tag=v1.8.0;shallow=1;rev=0e648479e11c2c6d9109b14fc0c9ac64c677861b;name=git_4541537c_0;destsuffix=vcs_cache/f6503a87c1f81aa33a6d29c40a420afbc08e92fc8e1791dc7f439650e37194ca"
236SRC_URI += "git://github.com/containernetworking/plugins;protocol=https;nobranch=1;tag=v1.9.0;shallow=1;rev=9b3772e1a7abf93cbb7c6526a28bc0d27b830e02;name=git_4541537c_1;destsuffix=vcs_cache/f1741bcddc19dacbe0697ac406a478c08fb3a5527dfb1c4a43b549a9c1a420d3"
237SRC_URI += "git://github.com/opentracing/opentracing-go;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=659c90643e714681897ec2521c60567dd21da733;name=git_198e2417_0;destsuffix=vcs_cache/ef2c56f0be025c9601f62c989b9bbcc2ccb4177a010b2d10139888b5762b9823"
238SRC_URI += "git://github.com/go-kit/kit;protocol=https;nobranch=1;tag=v0.8.0;shallow=1;rev=12210fb6ace19e0496167bb3e667dcd91fa9f69b;name=git_b9f1d7d4_0;destsuffix=vcs_cache/164d4eaa2f8107f0ad2f6559aac743c96ecce3f6eb17905b0e878385ede67301"
239SRC_URI += "git://github.com/go-openapi/jsonreference;protocol=https;nobranch=1;tag=v0.20.2;shallow=1;rev=1f158e563669961b8e54817e3ea57978d439ffff;name=git_2d19bf8f_0;destsuffix=vcs_cache/2b1f5e4abef192d562993c04982e0222c673c03ef641b68a8e86ea31eae7b8e4"
240SRC_URI += "git://github.com/go-openapi/jsonreference;protocol=https;nobranch=1;tag=v0.21.3;shallow=1;rev=d5ff0ea463fe1bf994dd48091f28b2526f3cb6bb;name=git_2d19bf8f_1;destsuffix=vcs_cache/06de1c7f0badb80ff65f2b8d602c41115cadba1eab00a3644a26c815fd9f97cc"
241SRC_URI += "git://github.com/go-openapi/errors;protocol=https;nobranch=1;tag=v0.22.4;shallow=1;rev=7e2b230720943c0c427e3e641ee76119e533b680;name=git_2f7f139e_0;destsuffix=vcs_cache/e5716b375e23d3a59fd3d744fba14212d7d3d7434e874898258b45ea2aca6a07"
242SRC_URI += "git://github.com/go-openapi/swag;protocol=https;nobranch=1;tag=jsonname/v0.25.3;shallow=1;rev=4db976ab6f80579b63b3e33fb540c90cc558cc5a;name=git_8c33ed8b_0;destsuffix=vcs_cache/7836e34d24416dab15fe6283b68847039139876b4f48af3e54978b11d199b4a5"
243SRC_URI += "git://github.com/go-openapi/swag;protocol=https;nobranch=1;tag=v0.23.0;shallow=1;rev=53e32e82f758c8e884819330a87aef294ff10c1f;name=git_8c33ed8b_1;destsuffix=vcs_cache/c9cae28160c75921d2cb4ab3d1f827a75eff410d92b10dbdb59ee96851a11ee6"
244SRC_URI += "git://github.com/go-openapi/validate;protocol=https;nobranch=1;tag=v0.25.1;shallow=1;rev=b43789ca4e6f41c6f532ad98e024712da8336ea2;name=git_e8a696d7_0;destsuffix=vcs_cache/634835de930cf49d86f8279271ac56663708df6630c75375676b7da12b0be051"
245SRC_URI += "git://github.com/go-openapi/strfmt;protocol=https;nobranch=1;tag=v0.25.0;shallow=1;rev=a235dd3fc2b48f29134e547d440b8b6ed5d98beb;name=git_5147ce60_0;destsuffix=vcs_cache/1c34578346ff3d210d011d6cfe1401d10ad41c4367fffa74ef83da31a0dbd013"
246SRC_URI += "git://github.com/go-openapi/analysis;protocol=https;nobranch=1;tag=v0.24.1;shallow=1;rev=589beeaaac09b8d4f96bf8446875fba1f228e8dc;name=git_1c9ed6e9_0;destsuffix=vcs_cache/ea08203f36c98c5717a34e77c7e63e5e7be53de3838e1348958eba4d2a2f8b14"
247SRC_URI += "git://github.com/go-openapi/jsonpointer;protocol=https;nobranch=1;tag=v0.22.1;shallow=1;rev=64079a404bcfdf40f8ab8ccf9e0d86d56bd0bce1;name=git_a3358eda_0;destsuffix=vcs_cache/6269b4927db8fb7b41c628d42e3863e247ac6ab2729a17f0ea71ecfef8b873ab"
248SRC_URI += "git://github.com/go-openapi/jsonpointer;protocol=https;nobranch=1;tag=v0.21.0;shallow=1;rev=8b546b950409bd7b131488a88613339cd8937b7f;name=git_a3358eda_1;destsuffix=vcs_cache/eaab28eda54bc7b1675e90e5ebeb79d02f5b4b71c2430301297b1b41c648226c"
249SRC_URI += "git://github.com/go-openapi/spec;protocol=https;nobranch=1;tag=v0.22.1;shallow=1;rev=f06cfffb0300dabf0a47b700b0fb691f9486d110;name=git_e4b4df8f_0;destsuffix=vcs_cache/4092ffe95426c0c9bca5c198241300fcee8b81ca1c66da9b40ba1acb8768cf32"
250SRC_URI += "git://github.com/go-openapi/loads;protocol=https;nobranch=1;tag=v0.23.2;shallow=1;rev=5e9018c4503a8af31c6ec7816204a8bdbdd780be;name=git_e70762e1_0;destsuffix=vcs_cache/9c224bf4ee23cd9ccea3953edb8991bb14040f2a584059de1f1644613744997e"
251SRC_URI += "git://github.com/go-openapi/runtime;protocol=https;nobranch=1;tag=v0.29.2;shallow=1;rev=078717abbee7f694e8e77d8e41b8f32a435ae03e;name=git_370ff3c3_0;destsuffix=vcs_cache/b635f5b40e7ba10ae8c0cba6c904210f047c83113a12b45953d3e2f6f23d44e7"
252SRC_URI += "git://github.com/emicklei/go-restful;protocol=https;nobranch=1;tag=v3.13.0;shallow=1;rev=3fae6e4c6809ebc26315d163196ea7ab8e0685cb;name=git_98baf7ea_0;destsuffix=vcs_cache/2b1cb5344031e14606bed4c9c1a5462fa536c12e0f7359188d69f5709fdff9a1"
133SRC_URI += "git://github.com/gorilla/mux;protocol=https;nobranch=1;tag=v1.7.0;shallow=1;rev=a7962380ca08b5a188038c69871b8d3fbdf31e89;name=git_ebce69d6_0;destsuffix=vcs_cache/e9f6dcbb74dd04784ade5364ce0688a4247bdb04e0cc5ea8774218e7cf8a65c5" 253SRC_URI += "git://github.com/gorilla/mux;protocol=https;nobranch=1;tag=v1.7.0;shallow=1;rev=a7962380ca08b5a188038c69871b8d3fbdf31e89;name=git_ebce69d6_0;destsuffix=vcs_cache/e9f6dcbb74dd04784ade5364ce0688a4247bdb04e0cc5ea8774218e7cf8a65c5"
134SRC_URI += "git://github.com/gorilla/mux;protocol=https;nobranch=1;tag=v1.8.1;shallow=1;rev=b4617d0b9670ad14039b2739167fd35a60f557c5;name=git_ebce69d6_1;destsuffix=vcs_cache/489d4511710bd1a1fc80974aa65ee7c2b851f7c6354c34549b8cd131f4435f0f" 254SRC_URI += "git://github.com/gorilla/mux;protocol=https;nobranch=1;tag=v1.8.1;shallow=1;rev=b4617d0b9670ad14039b2739167fd35a60f557c5;name=git_ebce69d6_1;destsuffix=vcs_cache/489d4511710bd1a1fc80974aa65ee7c2b851f7c6354c34549b8cd131f4435f0f"
135SRC_URI += "git://github.com/theupdateframework/notary;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=b0b6bfdd4933081e8d5ae026b24e8337311dd598;name=git_88169bba_0;destsuffix=vcs_cache/0e83ed3cbdbbbd63c9ab62dc40651621a386fcaf575326772f2912b1279bfb2b" 255SRC_URI += "git://github.com/gorilla/websocket;protocol=https;nobranch=1;rev=e064f32e3674d9d79a8fd417b5bc06fa5c6cad8f;name=git_05a135b6_0;destsuffix=vcs_cache/722c87c831f4b73fd3a40f24d8693191974f7a5a180d73f29a05c9bb3f84589f"
136SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.5.2;shallow=1;rev=307d0db21292676ac9d469826525c3630f47f63a;name=git_7987da5d_0;destsuffix=vcs_cache/fe4a57d26379977ebf461da8c71a20095b9f973a91d55076b67fa0de48206a1e" 256SRC_URI += "git://github.com/golang-sql/civil;protocol=https;nobranch=1;rev=cb61b32ac6fe84d34b81730175f91965e43d0f90;name=git_3d8b378b_0;destsuffix=vcs_cache/cf48a794754d9a9b29ff84011cf01764f8e4e9140292e83b4154b89a13f0eee9"
137SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.1.1;shallow=1;rev=477a77ecc69700c7cdeb1fa9e129548e1c1c393c;name=git_7987da5d_1;destsuffix=vcs_cache/324a79f9170fef44f826e43999370c6ec3bc3be6044c9a4c2e3eb97cdf5ac743" 257SRC_URI += "git://github.com/tilt-dev/fsnotify;protocol=https;nobranch=1;rev=fff9c274a375301ae46812f257aa68393790c45b;name=git_c15f6d9a_0;destsuffix=vcs_cache/7518a2b435d07d055cf9c9215e09d3f354425246b3aaec57d9906b3f344e061e"
138SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=ea4fe68685ee0d3cee7032121851b57e7494e8ea;name=git_7987da5d_2;destsuffix=vcs_cache/982a1df420b1f34eee71122e02865aa89e1ea251dc09362265917bd0e0ca3995" 258SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=c12348ce28de40eed0136aa2b644d0ee0650e56c;name=git_2855aad4_0;destsuffix=vcs_cache/dd0fe058870feb088b8d2d88a7ff601f4c8c03aedeede7d837efcd311b5aea9b"
139SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=facf9a85c22f48d2f52f2380e4efce1768749a89;name=git_7987da5d_3;destsuffix=vcs_cache/39828321881a0709a36a2d1edde8fc9928ddd471ebd0bbdf7012076e7214bb02" 259SRC_URI += "git://github.com/Netflix/go-expect;protocol=https;nobranch=1;rev=73e0943537d2ba88bdf3f6acec79ca2de1d059df;name=git_e89d3f31_0;destsuffix=vcs_cache/421789c64dd51281a459815573a00c171d61889f5324c1701c37f5f2e8caa8a3"
140SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=221dbe5ed46703ee255b1da0dec05086f5035f62;name=git_aa93f7ee_0;destsuffix=vcs_cache/9e52b2f6204cf4daab20f41d30029448e95ae1a472c112e86dbdd68a16e14a2e" 260SRC_URI += "git://github.com/pmezard/go-difflib;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=792786c7400a136282c1664665ae0a8db921c6c2;name=git_b66720d7_0;destsuffix=vcs_cache/c04ad296d2e3203fda8b7ca96feaca21b20b3b7441e33c7d67cda029ea61ab4c"
141SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.11.1;shallow=1;rev=2a57335dc9cd6833daa820bc94d9b40c26a7917d;name=git_aa93f7ee_1;destsuffix=vcs_cache/ba91b84762300277627df761c9f004ffcc560434a1a1c2e613269b0c2e378278" 261SRC_URI += "git://github.com/golang/groupcache;protocol=https;nobranch=1;rev=2c02b8208cf8c02a3e358cb1d9b60950647543fc;name=git_24e750eb_0;destsuffix=vcs_cache/42d84b5a864149912b1976573aa12f43cdea041dfbb41206b5548b1134452af5"
142SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.5.1;shallow=1;rev=3ebf1ddaeb260c4b1ae502a01c7844fa8c1fa0e9;name=git_aa93f7ee_2;destsuffix=vcs_cache/725790d9265526f327bc846ba6025be038cd5cdf6367be0f622409ad58ac9aa0" 262SRC_URI += "git://github.com/golang/glog;protocol=https;nobranch=1;tag=v1.2.5;shallow=1;rev=2b790ef78571cd58d29ce909a8d4e3f71cc4c47e;name=git_d14ca79d_0;destsuffix=vcs_cache/c9f39bfa0a44d36bb33abf5da9f941c03e1a2e8b3c98916cabc3aaca09d17583"
143SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.7.0;shallow=1;rev=acba37e5db06f0093b465a7d47822bf13644b66c;name=git_aa93f7ee_3;destsuffix=vcs_cache/f87883f9ef1ad6bd6ecb844fe9108ae126c4dfab49080e5fb37bd27ca64417be" 263SRC_URI += "git://github.com/golang/snappy;protocol=https;nobranch=1;tag=v0.0.4;shallow=1;rev=544b4180ac705b7605231d4a4550a1acb22a19fe;name=git_bd5478a7_0;destsuffix=vcs_cache/0e8300bf89da9cc73c5b1fb83a5b5f3a9473d85cec3174c9484fb3b87ff8031d"
144SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=f35b8ab0b5a2cef36673838d662e249dd9c94686;name=git_aa93f7ee_4;destsuffix=vcs_cache/2bb8c4aae39dd3460bd5d8094b70444e65cec7f2390b1c2a41ffb7d431d41317" 264SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.3.4;shallow=1;rev=5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2;name=git_6e18cbff_0;destsuffix=vcs_cache/f83545c5d009af94276add9fdb970f0b4b5b6872f19d4b02b8111007ee5544b0"
145SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.6.1;shallow=1;rev=f654a9112bbeac49ca2cd45bfbe11533c4666cf8;name=git_aa93f7ee_5;destsuffix=vcs_cache/782e156612c5b8f52bb9daab64be055460c9e50ce18305034fc5c8954a4e6b4a" 265SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.3.2;shallow=1;rev=6c65a5562fc06764971b7c5d05c76c75e84bdbf7;name=git_6e18cbff_1;destsuffix=vcs_cache/cbdb48339b27d250cd1655e4e658760981e0b526face5866f3cfac54fd21200c"
146SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=ffdc059bfe9ce6a4e144ba849dbedead332c6053;name=git_aa93f7ee_6;destsuffix=vcs_cache/15f4be955793ecb9ef81031cf64191211271265868a72e4bf25c409e978a8ce8" 266SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.5.4;shallow=1;rev=75de7c059e36b64f01d0dd234ff2fff404ec3374;name=git_6e18cbff_2;destsuffix=vcs_cache/ff75ecee442381e7c87bac5ec092ebaf50137bc693ba5c5c1edce6eb4bd3ce94"
147SRC_URI += "git://github.com/klauspost/compress;protocol=https;nobranch=1;tag=v1.18.1;shallow=1;rev=d10b5259eef9d3da9a58bedad041b36731967489;name=git_98939663_0;destsuffix=vcs_cache/b48c3ccd9eeacff33408e742c5cba28495d19318773a2419734e1f7f12be4596" 267SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=aa810b61a9c79d51363740d207bb46cf8e620ed5;name=git_6e18cbff_3;destsuffix=vcs_cache/c620195ee748026eed07d7e16b36050b97c69cfe3f735e96aafd915e5397baa5"
148SRC_URI += "git://github.com/fatih/color;protocol=https;nobranch=1;tag=v1.18.0;shallow=1;rev=1c8d8706604ee5fb9a464e5097ba113101828a75;name=git_be555826_0;destsuffix=vcs_cache/5d3a7d46049b39f7f5f80bbbcaf1d95f84b393dcee5978948fd4ca3a5abb4461" 268SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.3.1;shallow=1;rev=b5d812f8a3706043e23a9cd5babf2e5423744d30;name=git_6e18cbff_4;destsuffix=vcs_cache/ac3a600ae77600dcd73c8d21a4cd18d0b220318ed349c8deda52af33b71c50c6"
149SRC_URI += "git://github.com/onsi/gomega;protocol=https;nobranch=1;tag=v1.9.0;shallow=1;rev=6be6c439588487cd908a3a700795660c2a16dfec;name=git_4f2954a0_0;destsuffix=vcs_cache/728f44b7af3fd5cab91499df1e92a9d2c3e67004ea59ac1e4a549fb2ca6763a8"
150SRC_URI += "git://github.com/onsi/gomega;protocol=https;nobranch=1;tag=v1.7.1;shallow=1;rev=f9a52764bd5a0fd2d201bcca584351d03b72f8da;name=git_4f2954a0_1;destsuffix=vcs_cache/eca01df4f63425b54410888126f5e562e7f2c689d9483249110a2f793909648b"
151SRC_URI += "git://github.com/onsi/ginkgo;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=3774a09d95489ccaa16032e0770d08ea77ba6184;name=git_209602b3_0;destsuffix=vcs_cache/084961c940c1064ad8f72342797a7f84ceb5184e0f4f98076f0ac0a75a0a376f"
152SRC_URI += "git://github.com/onsi/ginkgo;protocol=https;nobranch=1;tag=v1.12.0;shallow=1;rev=40598150331533e3cd497f21dcce387dae84b561;name=git_209602b3_1;destsuffix=vcs_cache/1fa773d747594333c67867f9bdc536ee1286d76aa754e875bec3818f99d1318b"
153SRC_URI += "git://github.com/russross/blackfriday;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=4c9bf9512682b995722660a4196c0013228e2049;name=git_fb978822_0;destsuffix=vcs_cache/6dd1604eceba1790dbf7f827f1e22a5866a5348a2ab616daed7363a6e16e081d"
154SRC_URI += "git://github.com/russross/blackfriday;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=e96880f42b9343aea6cbfd99693adae0e5fe2b2a;name=git_fb978822_1;destsuffix=vcs_cache/45882c51d4da17f32775abbdabd353753e5115f6ec6282c3bf028fe3471fc743"
155SRC_URI += "git://github.com/tchap/go-patricia;protocol=https;nobranch=1;tag=v2.3.3;shallow=1;rev=8c5d7fa2ef98ad77bfbd2d2c3d67d4d17db0093a;name=git_faedb7d0_0;destsuffix=vcs_cache/196ec21f158dd5c10370dcd9b618d17460a5f3dec6cbc351a797a1a4f906b7bb"
156SRC_URI += "git://github.com/Masterminds/semver;protocol=https;nobranch=1;tag=v3.4.0;shallow=1;rev=61fc460d28283a91c53be65c2e0f20b494ac8ad9;name=git_ff930dd9_0;destsuffix=vcs_cache/b69d3fcaea23340a3ee6fdc0c141ba3d247100353aee6eb28dd426e0d62498b3"
157SRC_URI += "git://github.com/docker/go-metrics;protocol=https;branch=master;rev=399ea8c73916000c64c2c76e8da00ca82f8387ab;name=git_08ad7bc8_0;destsuffix=vcs_cache/e46943e0ce240f96ccb15fabd2b6c91ee2105677005b8cff59822b6c952ea98e"
158SRC_URI += "git://github.com/docker/go-metrics;protocol=https;nobranch=1;tag=v0.0.1;shallow=1;rev=b619b3592b65de4f087d9f16863a7e6ff905973c;name=git_08ad7bc8_1;destsuffix=vcs_cache/96ae8893e24907a70aef922af47d48651611460f2b982f7e1e27dacd5ad82b9f"
159SRC_URI += "git://github.com/docker/distribution;protocol=https;nobranch=1;tag=v2.7.1;shallow=1;rev=2461543d988979529609e8cb6fca9ca190dc48da;name=git_3954c8b6_0;destsuffix=vcs_cache/26a3d4dc632c62414346d52deda2aedc133ba755ea9665e3aba4eba2cfe57bb0"
160SRC_URI += "git://github.com/docker/distribution;protocol=https;nobranch=1;tag=v2.8.3;shallow=1;rev=4772604ae973031ab32dd9805a4bccf61d94909f;name=git_3954c8b6_1;destsuffix=vcs_cache/179a4ea80ae56a5b38e4349dac5aa88a7180045bd04943c05933125b8abc5d93"
161SRC_URI += "git://github.com/docker/buildx;protocol=https;nobranch=1;tag=v0.30.1;shallow=1;rev=9e66234aa13328a5e75b75aa5574e1ca6d6d9c01;name=git_730b03c2_0;destsuffix=vcs_cache/25cb17d8ddf768aee49602f2f54d5eceac6363032a3553dd3c4c2fbc98d2f7e5"
162SRC_URI += "git://github.com/docker/cli;protocol=https;nobranch=1;tag=v28.5.2;shallow=1;rev=ecc694264de6b34e4b59d16245603382f22fa813;name=git_cad1045a_0;destsuffix=vcs_cache/a391fb1392ea2dfddf6174cc48f8cd0f4211b670b63e9ab68159b38203ff83cd"
163SRC_URI += "git://github.com/docker/cli-docs-tool;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=881b2fe16cd8d11775ba80038acf11497c9d0ab4;name=git_1c37a457_0;destsuffix=vcs_cache/c4b4f54f793ab2389943c51625a95daf19938238de995ed84d04aaeaeb0b8e72"
164SRC_URI += "git://github.com/docker/docker;protocol=https;nobranch=1;tag=v28.5.2;shallow=1;rev=89c5e8fd66634b6128fc4c0e6f1236e2540e46e0;name=git_248eb0d1_0;destsuffix=vcs_cache/3de5db22583d5bbf6eae05c3768cf39f98cec50b9a6c9fdeb10d95acbabbc761"
165SRC_URI += "git://github.com/docker/go-events;protocol=https;branch=main;rev=e31b211e4f1cd09aa76fe4ac244571fab96ae47f;name=git_2703dc86_0;destsuffix=vcs_cache/3e0bfea9682128db4b902dfb300a63020f2a4e0fd9e50a9a43529185ded21203"
166SRC_URI += "git://github.com/docker/libtrust;protocol=https;branch=master;rev=aabc10ec26b754e797f9028f4589c5b7bd90dc20;name=git_cce0256d_0;destsuffix=vcs_cache/30b9f1ca3a03878df88db7db5466a284cdc61ad2e0e647ef5d4611b4bc72f1b8"
167SRC_URI += "git://github.com/docker/docker-credential-helpers;protocol=https;nobranch=1;tag=v0.9.3;shallow=1;rev=f9d3010165b642df37215b1be945552f2c6f0e3b;name=git_46e68097_0;destsuffix=vcs_cache/770434256d900c6fb465ae2e5f70a7c567db07403fd44a6b8122f593f986a7b6"
168SRC_URI += "git://github.com/docker/go-units;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=e682442797b36348f8e1f98defdbf32bac0b6c6f;name=git_35e0b052_0;destsuffix=vcs_cache/2f970538f28b36d4a39663fa90033ec5c742ddd7774a86d94cc6c179e63a1c49"
169SRC_URI += "git://github.com/docker/go-connections;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=42faf792bde28c414a060127d6351769408a675f;name=git_d4d85c75_0;destsuffix=vcs_cache/cd70a0eee460c110e4a842a78601dec1916771fc94b97da790e5cdff44cf6b59"
170SRC_URI += "git://github.com/docker/go-connections;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=7395e3f8aa162843a74ed6d48e79627d9792ac55;name=git_d4d85c75_1;destsuffix=vcs_cache/90a622b6d50d291d33dc478ac881c41bd809522c6c0c4e6928a6c544843d868f"
171SRC_URI += "git://github.com/docker/compose;protocol=https;branch=main;rev=9fada6cc23fb95113d5a5475ea63e09144be466e;name=git_8d4a7825_0;destsuffix=vcs_cache/0d945e267746ce92d65bce0aaf01de62887f55820fc309105a3bf83b78bc07fb"
172SRC_URI += "git://github.com/planetscale/vtprotobuf;protocol=https;branch=main;rev=0393e58bdf106fe0347e554d272a8f2c84d12461;name=git_d20372f0_0;destsuffix=vcs_cache/2a8f7a744764b6b7d0f6b17003fd8217cc861be946aee65fccc7d1491634942f"
173SRC_URI += "git://github.com/mwitkow/go-conntrack;protocol=https;branch=master;rev=2f068394615f73e460c2f3d2c158b0ad9321cadb;name=git_ff07aa22_0;destsuffix=vcs_cache/0c95da896ecaf67638f45eea2282c2c840e57fd5bef90b1316645fe86914c177"
174SRC_URI += "git://github.com/mwitkow/go-conntrack;protocol=https;branch=master;rev=cc309e4a22231782e8893f3c35ced0967807a33e;name=git_ff07aa22_1;destsuffix=vcs_cache/0ff4a51de5f43065c774026c897e99f6a207c66edef943350fa92176ccaf3982"
175SRC_URI += "git://github.com/go-jose/go-jose;protocol=https;nobranch=1;tag=v4.1.3;shallow=1;rev=5348b9a4ba4559d2266b5af89fb5353cd1a5360a;name=git_3c60bf8b_0;destsuffix=vcs_cache/a4219826063988cbd7f4ed3d1c1fc58d7ed42f236f04225796cee7943617cebb" 269SRC_URI += "git://github.com/go-jose/go-jose;protocol=https;nobranch=1;tag=v4.1.3;shallow=1;rev=5348b9a4ba4559d2266b5af89fb5353cd1a5360a;name=git_3c60bf8b_0;destsuffix=vcs_cache/a4219826063988cbd7f4ed3d1c1fc58d7ed42f236f04225796cee7943617cebb"
176SRC_URI += "git://github.com/go-jose/go-jose;protocol=https;nobranch=1;tag=v3.0.0;shallow=1;rev=a563785af9481120d75c419acf7bdd86a07cc1f1;name=git_3c60bf8b_1;destsuffix=vcs_cache/a3831850f8ce4841dd8c7a97a914dc89fe910b83d57d95db27c873ade23304b4" 270SRC_URI += "git://github.com/go-jose/go-jose;protocol=https;nobranch=1;tag=v3.0.0;shallow=1;rev=a563785af9481120d75c419acf7bdd86a07cc1f1;name=git_3c60bf8b_1;destsuffix=vcs_cache/a3831850f8ce4841dd8c7a97a914dc89fe910b83d57d95db27c873ade23304b4"
177SRC_URI += "git://github.com/intel/goresctrl;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=404a7021807bd6c502268a5ab15ff36e11c21f44;name=git_dd750dae_0;destsuffix=vcs_cache/29a6109926a2e174fae849b3c015435e64e4f34ea86919fbc693930c06128b9b" 271SRC_URI += "git://github.com/keybase/go-keychain;protocol=https;nobranch=1;tag=v0.0.1;shallow=1;rev=dd79abb5f55f5239037126b5943c0b1335a84abc;name=git_31bcc336_0;destsuffix=vcs_cache/82b6722ae37ce95c4a4f5c5d543a436be413fa68f322f3be86191b0953905603"
272SRC_URI += "git://github.com/golang-jwt/jwt;protocol=https;nobranch=1;tag=v5.3.0;shallow=1;rev=e9547a11aa603c52a31e315cdcaa71d0f25b921a;name=git_6a52582e_0;destsuffix=vcs_cache/66e46ba0e23fba357561ed48f444bcd3786aa0082ed4d7977f2625fe09cb754e"
178SRC_URI += "git://github.com/felixge/httpsnoop;protocol=https;nobranch=1;tag=v1.0.4;shallow=1;rev=c5817c27ec125409c069052fdd171023c353501c;name=git_b48d732c_0;destsuffix=vcs_cache/4faaa0a5649a2ae9245609ad7ed739dbc2e39cfd27a3018400f3dad114269d26" 273SRC_URI += "git://github.com/felixge/httpsnoop;protocol=https;nobranch=1;tag=v1.0.4;shallow=1;rev=c5817c27ec125409c069052fdd171023c353501c;name=git_b48d732c_0;destsuffix=vcs_cache/4faaa0a5649a2ae9245609ad7ed739dbc2e39cfd27a3018400f3dad114269d26"
179SRC_URI += "git://github.com/felixge/fgprof;protocol=https;nobranch=1;tag=v0.9.3;shallow=1;rev=b0f80df6b76f74ec0c611dc52f4e79d4a11bff81;name=git_6649ad42_0;destsuffix=vcs_cache/e4198b9fea19f930b494d86892d08c8dcf4d5828b2b7c19db44e432daeadbd37" 274SRC_URI += "git://github.com/felixge/fgprof;protocol=https;nobranch=1;tag=v0.9.3;shallow=1;rev=b0f80df6b76f74ec0c611dc52f4e79d4a11bff81;name=git_6649ad42_0;destsuffix=vcs_cache/e4198b9fea19f930b494d86892d08c8dcf4d5828b2b7c19db44e432daeadbd37"
180SRC_URI += "git://github.com/hailocab/go-hostpool;protocol=https;branch=master;rev=e80d13ce29ede4452c43dea11e79b9bc8a15b478;name=git_9b349411_0;destsuffix=vcs_cache/9c4bc4176e756c26e2cdff114a1c5597225ee9e1831b7404408096c667ad9031" 275SRC_URI += "git://github.com/agnivade/levenshtein;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=813c5d3147488182a4d0d6aea81fc9f28d330cc1;name=git_65ddb0f9_0;destsuffix=vcs_cache/d5b038fb822a1e302e22b0e6ac8351f211ac30e1da66a634d22f607d655321e3"
181SRC_URI += "git://github.com/tonistiigi/fsutil;protocol=https;branch=master;rev=586307ad452fadb42e28be16d2b995b2eb6755e9;name=git_e9a91661_0;destsuffix=vcs_cache/d721d7ff5242aee01894397e3189dde451e48dd99ea135fda17971624b878725" 276SRC_URI += "git://github.com/spdx/tools-golang;protocol=https;nobranch=1;tag=v0.5.7;shallow=1;rev=28116d2a82c9999a10b186d88e4132e20ac67462;name=git_c611268e_0;destsuffix=vcs_cache/2944f2a5d449b4ba31e7000d974e7dafe6c0e63a63a2a667ce98cd5bdd81cadc"
182SRC_URI += "git://github.com/tonistiigi/vt100;protocol=https;branch=master;rev=90bafcd6abab5dc87970f00165ee2022806709fd;name=git_8eef3e28_0;destsuffix=vcs_cache/8c7e9f3cea5c616be7d8cb3b181a8ecf2d3b1ff0b881bb34abd9235b7680d2c9" 277SRC_URI += "git://github.com/spdx/tools-golang;protocol=https;nobranch=1;tag=v0.5.5;shallow=1;rev=9db247b854b9634d0109153d515fd1a9efd5a1b1;name=git_c611268e_1;destsuffix=vcs_cache/67dc836f5c494b30f0be4d730f354867948c78e92c42f1c68e779ec3c48a5a01"
183SRC_URI += "git://github.com/tonistiigi/go-csvvalue;protocol=https;branch=master;rev=030d3b2625d0ae73babf789e079c07ae2c9940b4;name=git_cd3fcea2_0;destsuffix=vcs_cache/4bab931b93ec61ba123209f20dc512a65f448d9af6783e77b89ee8a8b7bf94b3" 278SRC_URI += "git://github.com/lib/pq;protocol=https;nobranch=1;rev=0dad96c0b94f8dee039aa40467f767467392a0af;name=git_6c68f1e9_0;destsuffix=vcs_cache/501779f1f37d5eedf7b5e73065f7d7847c6343baa947b47ab9335de358604a1c"
184SRC_URI += "git://github.com/tonistiigi/units;protocol=https;branch=master;rev=6950e57a87eaf136bbe44ef2ec8e75b9e3569de2;name=git_02686fd3_0;destsuffix=vcs_cache/a0528d63437c733bc9243aeb601d0f1175a8f8eaa01b2402d7b077f35f36fbcd" 279SRC_URI += "git://github.com/cloudflare/circl;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=89e658c2ea39d3cfea7b7c7c8b34ebdbd6d21942;name=git_d8934de6_0;destsuffix=vcs_cache/6b1850dcf66e3b438754c6c9963b00daaa188378c7cb8c9c1ef005abe31f75f9"
185SRC_URI += "git://github.com/tonistiigi/dchapes-mode;protocol=https;branch=main;rev=73d941a28323f67dc09aefc69afd2770dc9dfc8b;name=git_e1d53fb7_0;destsuffix=vcs_cache/088daf1e815a0c250df5a6800476d2fd7926fd2cfde5c798932d14dc518d73f2" 280SRC_URI += "git://github.com/cloudflare/circl;protocol=https;nobranch=1;tag=v1.6.1;shallow=1;rev=c6d33e35234ebf5c4319d12ae7d77d7d17053e56;name=git_d8934de6_1;destsuffix=vcs_cache/3c2dfa258c309745a69f7643659c92a962cf059c411c84e321b55c5ac0323f35"
186SRC_URI += "git://github.com/tonistiigi/go-archvariant;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=ee27df245367183248db3391ccaaffce4bf25b3f;name=git_aa07a577_0;destsuffix=vcs_cache/07d631aebb630179eda0ac758a6a400523556e0df873aaaa8107c81569f5312d" 281SRC_URI += "git://github.com/cloudflare/cfssl;protocol=https;nobranch=1;rev=4e2dcbde500472449917533851bf4bae9bdff562;name=git_00392491_0;destsuffix=vcs_cache/3c8104b7da9d2e18832889b5c6a3e835075611b12d6602487addb722a70feac5"
187SRC_URI += "git://github.com/tonistiigi/go-actions-cache;protocol=https;branch=master;rev=378c5ed1ddd9f4bd9371b02deeca46c9b6fae2fa;name=git_27df42ff_0;destsuffix=vcs_cache/9f4a150fded4b0c51af4c77ae23f48e741fc3c25041f168f5e152c9bef985194" 282SRC_URI += "git://github.com/asaskevich/govalidator;protocol=https;nobranch=1;rev=a9d515a09cc289c60d55064edec5ef189859f172;name=git_f9896ddf_0;destsuffix=vcs_cache/e0c07f200ff31ed92aa0075d9e5e72c7ed4294f6ef7d9e723213e1bceaca59d3"
188SRC_URI += "git://github.com/tonistiigi/jaeger-ui-rest;protocol=https;branch=master;rev=3dd17559e117449543489dfacd6ae22014604045;name=git_6e70a498_0;destsuffix=vcs_cache/644200fb876350717a5c6642a51a536deec87f616bc0db7325b35f6e96fd6ceb"
189SRC_URI += "git://github.com/bugsnag/bugsnag-go;protocol=https;branch=master;rev=13fd6b8acda029830ef9904df6b63be0a83369d0;name=git_9b5e687f_0;destsuffix=vcs_cache/fcdbd0f3bb5816415e92fba0ccef0363d33bb9f4dd92baf939f44c15d7ff15dc"
190SRC_URI += "git://github.com/bugsnag/panicwrap;protocol=https;branch=master;rev=e2c28503fcd0675329da73bf48b33404db873782;name=git_3930fbb7_0;destsuffix=vcs_cache/262d5e88587cf547192faef1ff5a62313964f5302529d3b47078409890f656b8"
191SRC_URI += "git://github.com/bugsnag/osext;protocol=https;branch=master;rev=0dd3f918b21bec95ace9dc86c7e70266cfc5c702;name=git_a1a84bc7_0;destsuffix=vcs_cache/1e7b9a7b360bb8c03ff73c6b542ec4fc9da0aaa3491621e3f0709df81b41c883"
192SRC_URI += "git://github.com/opentracing/opentracing-go;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=659c90643e714681897ec2521c60567dd21da733;name=git_198e2417_0;destsuffix=vcs_cache/ef2c56f0be025c9601f62c989b9bbcc2ccb4177a010b2d10139888b5762b9823"
193SRC_URI += "git://github.com/mistifyio/go-zfs;protocol=https;nobranch=1;tag=v3.0.1;shallow=1;rev=f6d5c373cf63ae2477370aa9bda9fa49804c2d72;name=git_9ca91730_0;destsuffix=vcs_cache/14a067948c9001a8443e88278679f597430282136bcd53894095ccfed51182ca"
194SRC_URI += "git://github.com/vishvananda/netlink;protocol=https;nobranch=1;tag=v1.3.1;shallow=1;rev=17daef607c6442d47b0565343cf8a69f985a4cb7;name=git_2270cfb3_0;destsuffix=vcs_cache/add152ec680cd6ba7b1daeb50425ed8986ca51024d78c50810923119dbf60a49"
195SRC_URI += "git://github.com/vishvananda/netns;protocol=https;nobranch=1;tag=v0.0.5;shallow=1;rev=4c46424d73b556b3ea4bc5a7cec9e7376dcb2a73;name=git_e786acee_0;destsuffix=vcs_cache/9f1ef5c3417729b4f24554f4b88d06d9e7cdeb771a5d62000cc1344bb1c985d8"
196SRC_URI += "git://github.com/hiddeco/sshsig;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=49dc854ac39b55b9239cf5014b72a6ff2105bf2c;name=git_b8e4d5f4_0;destsuffix=vcs_cache/fdcb4ab573b69d6bee2d375517e62fb147744ddcca0378b2006891f9dd8f6477"
197SRC_URI += "git://github.com/smallstep/pkcs7;protocol=https;nobranch=1;tag=v0.1.1;shallow=1;rev=21b5bd412d3d388540388c0165151f7e3df92213;name=git_dd95d004_0;destsuffix=vcs_cache/2f19e869b678f6b075729ec3df26ac81f8f576057860ead9a9c70212023b6927" 283SRC_URI += "git://github.com/smallstep/pkcs7;protocol=https;nobranch=1;tag=v0.1.1;shallow=1;rev=21b5bd412d3d388540388c0165151f7e3df92213;name=git_dd95d004_0;destsuffix=vcs_cache/2f19e869b678f6b075729ec3df26ac81f8f576057860ead9a9c70212023b6927"
198SRC_URI += "git://github.com/dlclark/regexp2;protocol=https;nobranch=1;tag=v1.11.0;shallow=1;rev=05e6ac2ab64bbfb3b0ece82156906edbe794b140;name=git_41f57ef0_0;destsuffix=vcs_cache/da7b9067217bb6e77c96bb05d69da9e4421f31a79abcb4e24d8a02e57affca14" 284SRC_URI += "git://github.com/tonistiigi/go-actions-cache;protocol=https;nobranch=1;rev=378c5ed1ddd9f4bd9371b02deeca46c9b6fae2fa;name=git_27df42ff_0;destsuffix=vcs_cache/9f4a150fded4b0c51af4c77ae23f48e741fc3c25041f168f5e152c9bef985194"
285SRC_URI += "git://github.com/tonistiigi/go-actions-cache;protocol=https;nobranch=1;rev=54bc28c26fd2ab598cce3f9d3368744bc7b3fb58;name=git_27df42ff_1;destsuffix=vcs_cache/2924c7ecb319efa413b0f3012222cad7c8773cd26a54e23c43cd460cf6d9c0b0"
286SRC_URI += "git://github.com/tonistiigi/dchapes-mode;protocol=https;nobranch=1;rev=73d941a28323f67dc09aefc69afd2770dc9dfc8b;name=git_e1d53fb7_0;destsuffix=vcs_cache/088daf1e815a0c250df5a6800476d2fd7926fd2cfde5c798932d14dc518d73f2"
287SRC_URI += "git://github.com/tonistiigi/go-csvvalue;protocol=https;nobranch=1;rev=030d3b2625d0ae73babf789e079c07ae2c9940b4;name=git_cd3fcea2_0;destsuffix=vcs_cache/4bab931b93ec61ba123209f20dc512a65f448d9af6783e77b89ee8a8b7bf94b3"
288SRC_URI += "git://github.com/tonistiigi/units;protocol=https;nobranch=1;rev=6950e57a87eaf136bbe44ef2ec8e75b9e3569de2;name=git_02686fd3_0;destsuffix=vcs_cache/a0528d63437c733bc9243aeb601d0f1175a8f8eaa01b2402d7b077f35f36fbcd"
289SRC_URI += "git://github.com/tonistiigi/go-archvariant;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=ee27df245367183248db3391ccaaffce4bf25b3f;name=git_aa07a577_0;destsuffix=vcs_cache/07d631aebb630179eda0ac758a6a400523556e0df873aaaa8107c81569f5312d"
290SRC_URI += "git://github.com/tonistiigi/jaeger-ui-rest;protocol=https;nobranch=1;rev=3dd17559e117449543489dfacd6ae22014604045;name=git_6e70a498_0;destsuffix=vcs_cache/644200fb876350717a5c6642a51a536deec87f616bc0db7325b35f6e96fd6ceb"
291SRC_URI += "git://github.com/tonistiigi/fsutil;protocol=https;nobranch=1;rev=586307ad452fadb42e28be16d2b995b2eb6755e9;name=git_e9a91661_0;destsuffix=vcs_cache/d721d7ff5242aee01894397e3189dde451e48dd99ea135fda17971624b878725"
292SRC_URI += "git://github.com/tonistiigi/fsutil;protocol=https;nobranch=1;rev=a2aa163d723fe2c00105350a49e9e2b02242f472;name=git_e9a91661_1;destsuffix=vcs_cache/5728fb0835aa13d026604988f9496a653e4e5442f8a0e93e6495c60887f5e1b8"
293SRC_URI += "git://github.com/tonistiigi/vt100;protocol=https;nobranch=1;rev=90bafcd6abab5dc87970f00165ee2022806709fd;name=git_8eef3e28_0;destsuffix=vcs_cache/8c7e9f3cea5c616be7d8cb3b181a8ecf2d3b1ff0b881bb34abd9235b7680d2c9"
294SRC_URI += "git://github.com/denisenkom/go-mssqldb;protocol=https;nobranch=1;rev=1d7a30a10f73a69b1adb731b0ab12be3da43a833;name=git_827fc7d8_0;destsuffix=vcs_cache/51d1448ae824a59e167bc4626cbed812ff98e24bad9ad0e55865452f35f4e32a"
295SRC_URI += "git://github.com/containerd/stargz-snapshotter;protocol=https;nobranch=1;tag=estargz/v0.17.0;shallow=1;rev=6f6aacb044960a0820a2d2954f5cbcc40b17fbdb;name=git_0c473532_0;destsuffix=vcs_cache/24a2796839044959bbf030bb3fd1172f4a49c4577d48199b4f7087d3952367d6"
296SRC_URI += "git://github.com/containerd/otelttrpc;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=fa91cafe17adf59a0edc10650135dfd1dfb761c2;name=git_69c055ed_0;destsuffix=vcs_cache/c27d4a7087a7f4624cdf40c161f9707dbb90cd2d71159840f7c7b610260e9f24"
297SRC_URI += "git://github.com/containerd/platforms;protocol=https;nobranch=1;tag=v1.0.0-rc.2;shallow=1;rev=2e51fd9435bd985e1753954b24f4b0453f4e4767;name=git_96693f8e_0;destsuffix=vcs_cache/a5b697e2dcecbe42edb518786dede1d257aecc63276621eb03e3917cae97e344"
298SRC_URI += "git://github.com/containerd/go-runc;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=df3c22d088ca919d1943efa8ae0cfc0514da0542;name=git_84c96084_0;destsuffix=vcs_cache/9044e9e240020298712a51a4db4736afc66d70b1870cf11cac73c0661be06842"
299SRC_URI += "git://github.com/containerd/errdefs;protocol=https;nobranch=1;tag=pkg/v0.3.0;shallow=1;rev=4817405e4a3caeb7aee9dac68ed55339c59cb635;name=git_070120f7_0;destsuffix=vcs_cache/d9d1c9949e837f39205605237b656e944c7d0cd69e48a906fabdb6bebe0edb66"
300SRC_URI += "git://github.com/containerd/nri;protocol=https;nobranch=1;tag=v0.11.0;shallow=1;rev=1078130fa016884b4c03880d9d587e6691a67d98;name=git_523249c2_0;destsuffix=vcs_cache/9ef2c512de0aabf89c060ed428bc6ef3d29fc64b917b4a81d88abcada3f49d90"
301SRC_URI += "git://github.com/containerd/typeurl;protocol=https;nobranch=1;tag=v2.2.3;shallow=1;rev=5b047adad57d172afa9654c019fe65bf0540cc4d;name=git_94e812bb_0;destsuffix=vcs_cache/60bc9255cadbea28631b3293cd629cbe0b9a9cffb987712231cdc4f9dc75a2cb"
302SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;protocol=https;nobranch=1;tag=v2.1.7;shallow=1;rev=da57796c7d0a2b608abf173651cf148706e33337;name=git_923d9d3e_0;destsuffix=vcs_cache/ebd7034108ca2f7b1a5d3724f3248f21f9cf17f5ecf3db9b5c71ee2e6de56563"
303SRC_URI += "git://github.com/containerd/cgroups;protocol=https;nobranch=1;tag=v3.1.2;shallow=1;rev=8c81c66df8df1e3f748b40b93c83dbf081e7d552;name=git_85a7d8f6_0;destsuffix=vcs_cache/0a57a364d007af5ddf18af34b681967bf3bdb72cbf2ee50c605be53e1d114a0b"
304SRC_URI += "git://github.com/containerd/plugin;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd;name=git_0f1fd608_0;destsuffix=vcs_cache/f786b847c888d27ca5c517b566772c78216ed963d31d5119a32ebad7494855ea"
305SRC_URI += "git://github.com/containerd/zfs;protocol=https;nobranch=1;tag=v2.0.0;shallow=1;rev=a3e9bec07f4f2d9da41c5e119006cffad6fecffa;name=git_62ef0568_0;destsuffix=vcs_cache/3b6e8e17660f86603ad978c35f23b066288dc5937890ca5c61f54fc5dfaa9052"
306SRC_URI += "git://github.com/containerd/continuity;protocol=https;nobranch=1;tag=v0.4.5;shallow=1;rev=44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e;name=git_b4d76115_0;destsuffix=vcs_cache/ef286b146362aa5da58f9ef4e88323a32e1ea45eda78c6d484875972ce0a81e0"
307SRC_URI += "git://github.com/containerd/imgcrypt;protocol=https;nobranch=1;tag=v2.0.1;shallow=1;rev=c377ec98ff79ec9205eabf555ebd2ea784738c6c;name=git_3f4049aa_0;destsuffix=vcs_cache/cf07f49bde1cc9b1c042dfb7055d38c832cb69592e89521daa5ad46b367e047b"
308SRC_URI += "git://github.com/containerd/console;protocol=https;nobranch=1;tag=v1.0.5;shallow=1;rev=c8d962180f543ac07c008ecc79a413406ea10c0b;name=git_7dc259a2_0;destsuffix=vcs_cache/a38aca664db28f607862e39301d2fd06b3c58312662cbd189f451215c3eb9894"
309SRC_URI += "git://github.com/containerd/ttrpc;protocol=https;nobranch=1;tag=v1.2.7;shallow=1;rev=3b8c8b75577584e412043afb7b561193a4a47d2e;name=git_1deba031_0;destsuffix=vcs_cache/89e0e59ec2637becf69ff869326d460e7b3aa5c251d58a6d42981bc9c12360fd"
310SRC_URI += "git://github.com/containerd/fifo;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=151b205263c29d471e0d55c787d2ce9f5343fd46;name=git_6f3d1077_0;destsuffix=vcs_cache/e4b0152cde11b075ce8a8a9f0db77d54abb72ee1bab1036ab0c157b678aade47"
311SRC_URI += "git://github.com/containerd/go-cni;protocol=https;nobranch=1;tag=v1.1.13;shallow=1;rev=784f94e654944e41f86cf33ad49bfe07014c2e7e;name=git_cab8b449_0;destsuffix=vcs_cache/42aaa61d2bb4bd3a1eb278daa53bed3b31e3af601d35dafceb8b7714333cef05"
312SRC_URI += "git://github.com/containerd/containerd;protocol=https;nobranch=1;tag=v2.2.2;shallow=1;rev=301b2dac98f15c27117da5c8af12118a041a31d9;name=git_c2fd43eb_0;destsuffix=vcs_cache/ea4b5c8a660b2fc1f2b90648b4488ba3c3ee8dd68fa6b07824587410c3886213"
313SRC_URI += "git://github.com/containerd/containerd;protocol=https;nobranch=1;tag=api/v1.10.0;shallow=1;rev=8b34ce391bd114e080892cccfa956ef3807c207c;name=git_c2fd43eb_1;destsuffix=vcs_cache/4ae09c91c596d23f3127d6821ac6178aa6512e66eba4da3a39e7c94903e2407b"
314SRC_URI += "git://github.com/containerd/log;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=0fc1e28871fdf2786e2cc51bbe4133db6547a199;name=git_b70b7359_0;destsuffix=vcs_cache/697be36d9b8a0eb34f8591d0f69b6d596e1e9341b5944ebf81ddd334b1907bc6"
315SRC_URI += "git://github.com/containerd/accelerated-container-image;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=c5dd4fa383f2a932ab7d0b974f05a4e90eb46604;name=git_c15853d7_0;destsuffix=vcs_cache/3c38450d2e9b921d8073a5c5afb9472d94858098bc1fe7d691687d51d0ede1ff"
316SRC_URI += "git://github.com/containerd/nydus-snapshotter;protocol=https;nobranch=1;tag=v0.15.10;shallow=1;rev=ae5bebac2b0c1da6aafd78666eea1dd91fb59d96;name=git_c4766add_0;destsuffix=vcs_cache/8950efb8ebb00c25adcc9f3c186f0f47f0a67ddde318fcaeb41450e1d3559580"
317SRC_URI += "git://github.com/containerd/btrfs;protocol=https;nobranch=1;tag=v2.0.0;shallow=1;rev=f611cf12b33f43269574b2ad82bcb55e4d6f9982;name=git_afc7f4f6_0;destsuffix=vcs_cache/8a2ee3ce7d871ae06962c07984197acdfd6035091884c9db0791378ac0229823"
318SRC_URI += "git://github.com/codahale/rfc6979;protocol=https;nobranch=1;rev=6a90f24967ebb1aa57b22f74a13dbb3faad8cf3d;name=git_d13a0aee_0;destsuffix=vcs_cache/fd8285193cc7c3bc341773b0166d258b6baca2f6985aa666e14e22b19401aea7"
319SRC_URI += "git://github.com/docker/distribution;protocol=https;nobranch=1;tag=v2.7.1;shallow=1;rev=2461543d988979529609e8cb6fca9ca190dc48da;name=git_3954c8b6_0;destsuffix=vcs_cache/26a3d4dc632c62414346d52deda2aedc133ba755ea9665e3aba4eba2cfe57bb0"
320SRC_URI += "git://github.com/docker/distribution;protocol=https;nobranch=1;tag=v2.8.3;shallow=1;rev=4772604ae973031ab32dd9805a4bccf61d94909f;name=git_3954c8b6_1;destsuffix=vcs_cache/179a4ea80ae56a5b38e4349dac5aa88a7180045bd04943c05933125b8abc5d93"
321SRC_URI += "git://github.com/docker/go-metrics;protocol=https;nobranch=1;rev=399ea8c73916000c64c2c76e8da00ca82f8387ab;name=git_08ad7bc8_0;destsuffix=vcs_cache/e46943e0ce240f96ccb15fabd2b6c91ee2105677005b8cff59822b6c952ea98e"
322SRC_URI += "git://github.com/docker/go-metrics;protocol=https;nobranch=1;tag=v0.0.1;shallow=1;rev=b619b3592b65de4f087d9f16863a7e6ff905973c;name=git_08ad7bc8_1;destsuffix=vcs_cache/96ae8893e24907a70aef922af47d48651611460f2b982f7e1e27dacd5ad82b9f"
323SRC_URI += "git://github.com/docker/docker-credential-helpers;protocol=https;nobranch=1;tag=v0.9.5;shallow=1;rev=b871f765408aa5d1fa2aa490f05cab8c133937c3;name=git_46e68097_0;destsuffix=vcs_cache/14ec2ee3d9b2ad87575d79cb445095440bdffc43efd7c90bc3f69ae21362242e"
324SRC_URI += "git://github.com/docker/docker-credential-helpers;protocol=https;nobranch=1;tag=v0.9.3;shallow=1;rev=f9d3010165b642df37215b1be945552f2c6f0e3b;name=git_46e68097_1;destsuffix=vcs_cache/770434256d900c6fb465ae2e5f70a7c567db07403fd44a6b8122f593f986a7b6"
325SRC_URI += "git://github.com/docker/libtrust;protocol=https;nobranch=1;rev=aabc10ec26b754e797f9028f4589c5b7bd90dc20;name=git_cce0256d_0;destsuffix=vcs_cache/30b9f1ca3a03878df88db7db5466a284cdc61ad2e0e647ef5d4611b4bc72f1b8"
326SRC_URI += "git://github.com/docker/buildx;protocol=https;nobranch=1;tag=v0.30.1;shallow=1;rev=9e66234aa13328a5e75b75aa5574e1ca6d6d9c01;name=git_730b03c2_0;destsuffix=vcs_cache/25cb17d8ddf768aee49602f2f54d5eceac6363032a3553dd3c4c2fbc98d2f7e5"
327SRC_URI += "git://github.com/docker/buildx;protocol=https;nobranch=1;tag=v0.31.1;shallow=1;rev=a2675950d46b2cb171b23c2015ca44fb88607531;name=git_730b03c2_1;destsuffix=vcs_cache/dfa17ea3970eb93a7868db015690e0976ac455fe3108651eb274d3c8f69e70c2"
328SRC_URI += "git://github.com/docker/go-events;protocol=https;nobranch=1;rev=e31b211e4f1cd09aa76fe4ac244571fab96ae47f;name=git_2703dc86_0;destsuffix=vcs_cache/3e0bfea9682128db4b902dfb300a63020f2a4e0fd9e50a9a43529185ded21203"
329SRC_URI += "git://github.com/docker/go-connections;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=42faf792bde28c414a060127d6351769408a675f;name=git_d4d85c75_0;destsuffix=vcs_cache/cd70a0eee460c110e4a842a78601dec1916771fc94b97da790e5cdff44cf6b59"
330SRC_URI += "git://github.com/docker/go-connections;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=7395e3f8aa162843a74ed6d48e79627d9792ac55;name=git_d4d85c75_1;destsuffix=vcs_cache/90a622b6d50d291d33dc478ac881c41bd809522c6c0c4e6928a6c544843d868f"
331SRC_URI += "git://github.com/docker/docker;protocol=https;nobranch=1;tag=v28.5.2;shallow=1;rev=89c5e8fd66634b6128fc4c0e6f1236e2540e46e0;name=git_248eb0d1_0;destsuffix=vcs_cache/3de5db22583d5bbf6eae05c3768cf39f98cec50b9a6c9fdeb10d95acbabbc761"
332SRC_URI += "git://github.com/docker/go-units;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=e682442797b36348f8e1f98defdbf32bac0b6c6f;name=git_35e0b052_0;destsuffix=vcs_cache/2f970538f28b36d4a39663fa90033ec5c742ddd7774a86d94cc6c179e63a1c49"
333SRC_URI += "git://github.com/docker/cli;protocol=https;nobranch=1;tag=v29.2.1;shallow=1;rev=a5c7197d720daef7d8b9e6174ee78c0743cea166;name=git_cad1045a_0;destsuffix=vcs_cache/5a943d69020f5a43c45569ee422d339cf415d78724c142bb4bcc7c026f13ba05"
334SRC_URI += "git://github.com/docker/cli;protocol=https;nobranch=1;tag=v28.5.2;shallow=1;rev=ecc694264de6b34e4b59d16245603382f22fa813;name=git_cad1045a_1;destsuffix=vcs_cache/a391fb1392ea2dfddf6174cc48f8cd0f4211b670b63e9ab68159b38203ff83cd"
335SRC_URI += "git://github.com/docker/cli-docs-tool;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=881b2fe16cd8d11775ba80038acf11497c9d0ab4;name=git_1c37a457_0;destsuffix=vcs_cache/c4b4f54f793ab2389943c51625a95daf19938238de995ed84d04aaeaeb0b8e72"
336SRC_URI += "git://github.com/docker/cli-docs-tool;protocol=https;nobranch=1;tag=v0.11.0;shallow=1;rev=bf007734186023755e79bf718fbda8aefdeb45d0;name=git_1c37a457_1;destsuffix=vcs_cache/ea1717b5d1ffddca6c0b88e6cf0df444a95eb1c27839416e9a410285e4c8f907"
337SRC_URI += "git://github.com/docker/compose;protocol=https;nobranch=1;rev=9fada6cc23fb95113d5a5475ea63e09144be466e;name=git_8d4a7825_0;destsuffix=vcs_cache/0d945e267746ce92d65bce0aaf01de62887f55820fc309105a3bf83b78bc07fb"
338SRC_URI += "git://github.com/docker/compose;protocol=https;nobranch=1;rev=e8c214349819cc14804e8946adb8ae3576b7139c;name=git_8d4a7825_1;destsuffix=vcs_cache/9c33332b5cdc980c80ddc24904509f4bd96cfc277a4ef80ebcb47ad70112743a"
339SRC_URI += "git://github.com/klauspost/compress;protocol=https;nobranch=1;tag=v1.18.3;shallow=1;rev=1d6cf28a9eac67b569bb334c04e1dcb8bf02cf17;name=git_98939663_0;destsuffix=vcs_cache/0f346d4ee0d1e9d85741e16fef8a30c1cb637c33a2d4b0c6f46bb41ce24e3619"
340SRC_URI += "git://github.com/klauspost/compress;protocol=https;nobranch=1;tag=v1.18.1;shallow=1;rev=d10b5259eef9d3da9a58bedad041b36731967489;name=git_98939663_1;destsuffix=vcs_cache/b48c3ccd9eeacff33408e742c5cba28495d19318773a2419734e1f7f12be4596"
341SRC_URI += "git://github.com/jpillora/backoff;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=d80867952dff4e2fbfb4280ded4ff94d67790457;name=git_59c0b9df_0;destsuffix=vcs_cache/f3877637b1b0b11053bd3f6485df13672bc371749f756a13048e72298849b276"
199SRC_URI += "git://github.com/davecgh/go-spew;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=346938d642f2ec3594ed81d874461961cd0faa76;name=git_d9a489aa_0;destsuffix=vcs_cache/5ce38ad71c2d3bc390b87154a89c53fd5ead19aed2bf005419db5c0b28ea9dfd" 342SRC_URI += "git://github.com/davecgh/go-spew;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=346938d642f2ec3594ed81d874461961cd0faa76;name=git_d9a489aa_0;destsuffix=vcs_cache/5ce38ad71c2d3bc390b87154a89c53fd5ead19aed2bf005419db5c0b28ea9dfd"
200SRC_URI += "git://github.com/davecgh/go-spew;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=8991bc29aa16c548c550c7ff78260e27b9ab7c73;name=git_d9a489aa_1;destsuffix=vcs_cache/4c7d69cfe586f86079773ff48d94f76d327c2914d8dfeffca9e34fd1146e5d5e" 343SRC_URI += "git://github.com/davecgh/go-spew;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=8991bc29aa16c548c550c7ff78260e27b9ab7c73;name=git_d9a489aa_1;destsuffix=vcs_cache/4c7d69cfe586f86079773ff48d94f76d327c2914d8dfeffca9e34fd1146e5d5e"
201SRC_URI += "git://github.com/anchore/go-struct-converter;protocol=https;branch=main;rev=c68fdcfa20922cc80b266f13a7986e632bafacca;name=git_5862d91c_0;destsuffix=vcs_cache/4be54006369c9c3bb6a42a67721ee3e3e0f1aab0f71192fdc85f8dc980af1bd6" 344SRC_URI += "git://github.com/munnerz/goautoneg;protocol=https;nobranch=1;rev=a7dc8b61c822528f973a5e4e7b272055c6fdb43e;name=git_09d50017_0;destsuffix=vcs_cache/0f68eeb31e17a8fc96eede1943fe26be5835b08f5cc4a9eee4ed1b8eee4887ee"
202SRC_URI += "git://github.com/inhies/go-bytesize;protocol=https;branch=master;rev=4913239db9cf578e44f49d7b813734678ef94f51;name=git_d7b70507_0;destsuffix=vcs_cache/33f6338637f180574a557944ab4ae6a88bed881181e11b615b313307b6b045e7" 345SRC_URI += "git://github.com/intel/goresctrl;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=404a7021807bd6c502268a5ab15ff36e11c21f44;name=git_dd750dae_0;destsuffix=vcs_cache/29a6109926a2e174fae849b3c015435e64e4f34ea86919fbc693930c06128b9b"
203SRC_URI += "git://github.com/opencontainers/image-spec;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=147f9c13cedb47a0c4d9a11a222961073d585877;name=git_a9e099ef_0;destsuffix=vcs_cache/5bb7cbac46d5df774d087c364c00445553d3db253ca80dc7050c4e57832c118d"
204SRC_URI += "git://github.com/opencontainers/image-spec;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=d60099175f88c47cd379c4738d158884749ed235;name=git_a9e099ef_1;destsuffix=vcs_cache/cc3b5f635a95bc8a8d17057e77e824e9203543710d27cab434eae6bda0ebd445"
205SRC_URI += "git://github.com/opencontainers/go-digest;protocol=https;branch=master;rev=a6d0ee40d4207ea02364bd3b9e8e77b9159ba1eb;name=git_552be1ee_0;destsuffix=vcs_cache/023b07658f561af4e33906504bb1dff6d66e7a4b8ef99fcf0927e6d101be98bd"
206SRC_URI += "git://github.com/opencontainers/go-digest;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=ea51bea511f75cfa3ef6098cc253c5c3609b037a;name=git_552be1ee_1;destsuffix=vcs_cache/1a4d20c74c510ca00ecb86a3379c151579ed626508723e74a394480a71a0af24"
207SRC_URI += "git://github.com/opencontainers/runtime-tools;protocol=https;branch=master;rev=0ea5ed0382a279b30530acccafaf070fefeddafd;name=git_b055e1ee_0;destsuffix=vcs_cache/f53bb2252a6ed943b856ebf9ca177b616be13e0631422a2c5167b1eeada6cc21"
208SRC_URI += "git://github.com/opencontainers/selinux;protocol=https;nobranch=1;tag=v1.12.0;shallow=1;rev=996c4cffd3c5fb210e4ff01b4998ac73ff0031fa;name=git_49bf5caa_0;destsuffix=vcs_cache/4335d93e7b91bac4d4e22725cfaafc1cae44ef37a037022ea852d084e488e42a"
209SRC_URI += "git://github.com/opencontainers/runtime-spec;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b;name=git_502d0543_0;destsuffix=vcs_cache/527ad6550cd654c758c3a90c33fba5de9598578a66be5e157153797cc1e49aa3"
210SRC_URI += "git://github.com/acarl005/stripansi;protocol=https;branch=master;rev=5a71ef0e047df0427e87a79f27009029921f1f9b;name=git_b7e052ac_0;destsuffix=vcs_cache/337c48cf09adc53fe47bcae33dc8d5465a7dbf818b017054e53ee8ec11f2a73f"
211SRC_URI += "git://github.com/gofrs/flock;protocol=https;nobranch=1;tag=v0.13.0;shallow=1;rev=bfec60bb026171031050af631b6dec974f14e9fa;name=git_2d2b3139_0;destsuffix=vcs_cache/02d8268670a7857f4978becccdc42f5a6426d2a039ce8e2357ef0bf32795014f" 346SRC_URI += "git://github.com/gofrs/flock;protocol=https;nobranch=1;tag=v0.13.0;shallow=1;rev=bfec60bb026171031050af631b6dec974f14e9fa;name=git_2d2b3139_0;destsuffix=vcs_cache/02d8268670a7857f4978becccdc42f5a6426d2a039ce8e2357ef0bf32795014f"
212SRC_URI += "git://github.com/zclconf/go-cty;protocol=https;nobranch=1;tag=v1.17.0;shallow=1;rev=da4c600729aefcf628d6b042ee439e6927d1104e;name=git_5ffc57d2_0;destsuffix=vcs_cache/47f07e849f1a52fb6afc5ce8207515cf79885a5863c3f77672e2e24bc0ed8ce3" 347SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=atomicwriter/v0.1.0;shallow=1;rev=4a75548218baa36bdbaaed1371a3e8a9cdfcffa0;name=git_66165bb7_0;destsuffix=vcs_cache/f4359e6cc20b486bfb92dc3bcf6ac79f9272e2daa0c0172e594bcb9e9e7185c4"
213SRC_URI += "git://github.com/konsorten/go-windows-terminal-sequences;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=5c8c8bd35d3832f5d134ae1e1e375b69a4d25242;name=git_a370b262_0;destsuffix=vcs_cache/2044bc70056f083f4686548aca8c8ea39dc8943c0d28ac6ef38cfa1fa5ee7fd0" 348SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=capability/v0.4.0;shallow=1;rev=50e999a770172a519119e1c4fd4b6153b7dac90d;name=git_66165bb7_1;destsuffix=vcs_cache/e67c1b1913863f71a44fb255bb4ceafcd322cbb0790a301c410f76acaf083f75"
214SRC_URI += "git://github.com/konsorten/go-windows-terminal-sequences;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=f55edac94c9bbba5d6182a4be46d86a2c9b5b50e;name=git_a370b262_1;destsuffix=vcs_cache/1987ad3f256034b9d0fc3590868bb91e717f53fd7ee6de10cff3948645fcd530" 349SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=userns/v0.1.0;shallow=1;rev=54475191138bd297c627eb1a59e1e54b953957f1;name=git_66165bb7_2;destsuffix=vcs_cache/8ea1faceda9bb3618c7b96f0749fcc6b4672432eef27c1f25c4bf631513501f2"
215SRC_URI += "git://github.com/creack/pty;protocol=https;nobranch=1;tag=v1.1.9;shallow=1;rev=3a6a957789163cacdfe0e291617a1c8e80612c11;name=git_86cb0bb0_0;destsuffix=vcs_cache/90ab694bdf1c87cb7742c9e23a91280fd693f673a912c6ed840ff28d25b2d46e" 350SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=user/v0.4.0;shallow=1;rev=71f0c5ead442a11945a589a7aafd6ef5976fffc8;name=git_66165bb7_3;destsuffix=vcs_cache/1ea4d88317a39a40b500e6a8370c6c5f6d53cf5486d16925f6374042d8bf9896"
216SRC_URI += "git://github.com/creack/pty;protocol=https;nobranch=1;tag=v1.1.17;shallow=1;rev=b135084511330383e4d0adc4504cf407cab59bb0;name=git_86cb0bb0_1;destsuffix=vcs_cache/2ae6946e9609d4012331fdd2a2f73d351d9fb15432db00d88ab4c508585a6d96" 351SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=mount/v0.3.4;shallow=1;rev=7af2bbe457efeb8b84a57d35692694a50e3ee9cb;name=git_66165bb7_4;destsuffix=vcs_cache/bafd5119fc031ca52b9e52a119b6c3c57d48dea0d101fe2ad1a175fce54de6c7"
217SRC_URI += "git://github.com/creack/pty;protocol=https;nobranch=1;tag=v1.1.24;shallow=1;rev=edfbf75025b0ba4ee17c19f52d9b600fad80a787;name=git_86cb0bb0_2;destsuffix=vcs_cache/a723ba2e04aa95258b42d73ca8ebfd0b4170ac8a314767e9e3f78318484bb93b" 352SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=reexec/v0.1.0;shallow=1;rev=ca0444fed0e9557797cd00105eecf9db4c878b57;name=git_66165bb7_5;destsuffix=vcs_cache/4c6d72296668707abb39f73bf8ef79dbb131e20164c7c8897885dfa2b6dd000b"
218SRC_URI += "git://github.com/emicklei/go-restful;protocol=https;nobranch=1;tag=v3.13.0;shallow=1;rev=3fae6e4c6809ebc26315d163196ea7ab8e0685cb;name=git_98baf7ea_0;destsuffix=vcs_cache/2b1cb5344031e14606bed4c9c1a5462fa536c12e0f7359188d69f5709fdff9a1" 353SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=mountinfo/v0.7.2;shallow=1;rev=cafbe42351600ca9b363e220722f66d96f6e71f4;name=git_66165bb7_6;destsuffix=vcs_cache/c5c70dcea521c7e4cc66d0ca1ccdc1721b1a865780c1a1b9274ced410fa0553f"
219SRC_URI += "git://github.com/erikstmartin/go-testdb;protocol=https;branch=master;rev=8d10e4a1bae52cd8b81ffdec3445890d6dccab3d;name=git_4bbc2975_0;destsuffix=vcs_cache/94bdb322899f10502ca21756a20886b09fe0f8e8c7389a50bb21c7a2deb2d047" 354SRC_URI += "git://github.com/moby/patternmatcher;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=347bb8d8d557f90d1b75cd8bca3c0177f380a979;name=git_319ce9bf_0;destsuffix=vcs_cache/fde57a922ff865dfe02454fffbfcbb1e5f2ca06ac3390f3a9df16466bfda666b"
220SRC_URI += "git://github.com/golang-jwt/jwt;protocol=https;nobranch=1;tag=v5.3.0;shallow=1;rev=e9547a11aa603c52a31e315cdcaa71d0f25b921a;name=git_6a52582e_0;destsuffix=vcs_cache/66e46ba0e23fba357561ed48f444bcd3786aa0082ed4d7977f2625fe09cb754e" 355SRC_URI += "git://github.com/moby/policy-helpers;protocol=https;nobranch=1;rev=bcaa71c99f147b8fb48fcc79c5cc9c8ad7c4486c;name=git_e2196f87_0;destsuffix=vcs_cache/7077358f35b23a7b00fbe917cc678c7bc8e3429f2445f4e49c9d9b23313a86fb"
221SRC_URI += "git://github.com/golang/glog;protocol=https;nobranch=1;tag=v1.2.5;shallow=1;rev=2b790ef78571cd58d29ce909a8d4e3f71cc4c47e;name=git_d14ca79d_0;destsuffix=vcs_cache/c9f39bfa0a44d36bb33abf5da9f941c03e1a2e8b3c98916cabc3aaca09d17583" 356SRC_URI += "git://github.com/moby/policy-helpers;protocol=https;nobranch=1;rev=eeebf1a0ab2b2e0b0522574a6ac3c7898f9a22a9;name=git_e2196f87_1;destsuffix=vcs_cache/81e90ed44293828423239c840f4d9f585806a68c1f2cae756a855480505ab307"
222SRC_URI += "git://github.com/golang/groupcache;protocol=https;branch=master;rev=2c02b8208cf8c02a3e358cb1d9b60950647543fc;name=git_24e750eb_0;destsuffix=vcs_cache/42d84b5a864149912b1976573aa12f43cdea041dfbb41206b5548b1134452af5" 357SRC_URI += "git://github.com/moby/profiles;protocol=https;nobranch=1;tag=seccomp/v0.1.0;shallow=1;rev=c936cc7b4074219137bc0bee45670f5e4618d462;name=git_632e0288_0;destsuffix=vcs_cache/899c7ea07e4e45b382f104bc27009eeb90de7f25205638ebec13f6349d5977db"
223SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.3.4;shallow=1;rev=5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2;name=git_6e18cbff_0;destsuffix=vcs_cache/f83545c5d009af94276add9fdb970f0b4b5b6872f19d4b02b8111007ee5544b0" 358SRC_URI += "git://github.com/moby/term;protocol=https;nobranch=1;tag=v0.5.2;shallow=1;rev=6c1b69fecbac2753dcaf18718a7e9f9093c3760d;name=git_1bc89d26_0;destsuffix=vcs_cache/b7e959e4874fee596e5f3eaf06300410fe7cefde4fbece51042d17be137ef04e"
224SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.3.2;shallow=1;rev=6c65a5562fc06764971b7c5d05c76c75e84bdbf7;name=git_6e18cbff_1;destsuffix=vcs_cache/cbdb48339b27d250cd1655e4e658760981e0b526face5866f3cfac54fd21200c" 359SRC_URI += "git://github.com/moby/docker-image-spec;protocol=https;nobranch=1;tag=v1.3.1;shallow=1;rev=f1d00ebd2d6d6805170d5543dbca4b850f35f9af;name=git_00e28400_0;destsuffix=vcs_cache/7e0006fc710e13d8f5d4dd052be9861a4fd4562e1330ab6bdf94303f885e80da"
225SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.5.4;shallow=1;rev=75de7c059e36b64f01d0dd234ff2fff404ec3374;name=git_6e18cbff_2;destsuffix=vcs_cache/ff75ecee442381e7c87bac5ec092ebaf50137bc693ba5c5c1edce6eb4bd3ce94" 360SRC_URI += "git://github.com/moby/buildkit;protocol=https;nobranch=1;tag=v0.27.1;shallow=1;rev=5fbebf9d177edcc7af06c36c78728fdd357bf964;name=git_caea0070_0;destsuffix=vcs_cache/c851f6b4972c9c37c74ef154bbd0a3624b9c089e4320539a9204b388bded9c3c"
226SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=aa810b61a9c79d51363740d207bb46cf8e620ed5;name=git_6e18cbff_3;destsuffix=vcs_cache/c620195ee748026eed07d7e16b36050b97c69cfe3f735e96aafd915e5397baa5" 361SRC_URI += "git://github.com/moby/buildkit;protocol=https;nobranch=1;tag=v0.26.2;shallow=1;rev=be1f38efe73c6a93cc429a0488ad6e1db663398c;name=git_caea0070_1;destsuffix=vcs_cache/ea271cbec4e6af9d6f8b85fc342abbb36b352fe2a1696958921722eb7d40d1dc"
227SRC_URI += "git://github.com/golang/protobuf;protocol=https;nobranch=1;tag=v1.3.1;shallow=1;rev=b5d812f8a3706043e23a9cd5babf2e5423744d30;name=git_6e18cbff_4;destsuffix=vcs_cache/ac3a600ae77600dcd73c8d21a4cd18d0b220318ed349c8deda52af33b71c50c6" 362SRC_URI += "git://github.com/moby/locker;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=281af2d563954745bea9d1487c965f24d30742fe;name=git_a03ea75a_0;destsuffix=vcs_cache/5549df51df50be0334c0cca67abc7ed6c0bd4fceee3f7bb56eb917b56bfe8644"
228SRC_URI += "git://github.com/hinshun/vt10x;protocol=https;branch=master;rev=820417d04eecba13c2cbab106bbacb1edc8e2e98;name=git_08f1274a_0;destsuffix=vcs_cache/7a79a11a6f7d736423313fcb1bc2d2203d7d9e66baa86d1f4440c872a4349d6d" 363SRC_URI += "git://github.com/moby/go-archive;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=263611f5f0914b2a153d86dae2042d13be6a88c4;name=git_5508e76d_0;destsuffix=vcs_cache/6fc421f381bca613289817fce0d54c0c45fe7a0bb20e292dcef3f1f2d77e300d"
229SRC_URI += "git://github.com/rivo/uniseg;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=75711fccf6a3e85bc74c241e2dddd06a9bc9e53d;name=git_b3b758f5_0;destsuffix=vcs_cache/711d6ce77fb103240fb5d501f7548a0f9a576d48e783647cd7fed297fccb112a" 364SRC_URI += "git://github.com/moby/go-archive;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=9ec1e6e329273f4a3f0a445d8c0fb73c9b16bbe5;name=git_5508e76d_1;destsuffix=vcs_cache/de83d178e015001ec503f8d89743a9cc08e2d644c9cde111c18076c370479f62"
230SRC_URI += "git://github.com/cncf/xds;protocol=https;branch=main;rev=0feb69152e9f7e8a45c8a3cfe8c7dd93bca3512f;name=git_02e4abb9_0;destsuffix=vcs_cache/045cd4c74756d97523469c474718cfa5353da2649b74f284c165e81b0d07cd9f" 365SRC_URI += "git://github.com/moby/moby;protocol=https;nobranch=1;tag=api/v1.54.0;shallow=1;rev=7f1a670667e186baf2839a42a78ba2acad4f8852;name=git_07af7b49_0;destsuffix=vcs_cache/3b022057e034a384cd203891e20d2d127cd0b52e548cd3415504c340aa07d707"
231SRC_URI += "git://github.com/godbus/dbus;protocol=https;nobranch=1;tag=v5.1.0;shallow=1;rev=e523abc905595cf17fb0001a7d77eaaddfaa216d;name=git_d9e1e146_0;destsuffix=vcs_cache/64a1380eac8fb56f64570a9ee44f46ff49a8cfc74d31623d696b49699728d072" 366SRC_URI += "git://github.com/moby/moby;protocol=https;nobranch=1;tag=client/v0.3.0;shallow=1;rev=c2f80b072ca4754a19b721e9a4d75ab851cac925;name=git_07af7b49_1;destsuffix=vcs_cache/5565a518d25170f3b3f5875045b25f60e4544c33602acbbe9623f469851912ee"
232SRC_URI += "git://github.com/in-toto/in-toto-golang;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=5cfa4159eb11aa84d70d2eeea76665ad09130d09;name=git_bd024477_0;destsuffix=vcs_cache/2af10e1379ff951a497f89bf7bb202df095b1ff9be198f3787d92db04f8aa720" 367SRC_URI += "git://github.com/moby/spdystream;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=77eb080123d208697674a07b74ceaf94c98bee8b;name=git_30522a60_0;destsuffix=vcs_cache/d7500df0fff4308611e91e5edf74d69178b53dccca9230c03beecb0a26d56124"
233SRC_URI += "git://github.com/juju/loggo;protocol=https;branch=master;rev=6e530bcce5d8e1b51b8e5ee7f08a455cd0a8c2e5;name=git_b83624e7_0;destsuffix=vcs_cache/eaf37a5284a67e209a1c088360157366cb7f05d143b944db7660e83c541adf4c" 368SRC_URI += "git://github.com/vektah/gqlparser;protocol=https;nobranch=1;tag=v2.5.30;shallow=1;rev=f6387406570db1dccb7806016745427dbe8f5396;name=git_4c875114_0;destsuffix=vcs_cache/caccbea1b6233b524f53ad77070228cabeb6c237130882d4d07c2ddf094fed50"
234SRC_URI += "git://github.com/bmizerany/assert;protocol=https;branch=master;rev=b7ed37b82869576c289d7d97fb2bbd8b64a0cb28;name=git_ed3a3c5c_0;destsuffix=vcs_cache/56f05fc81a59fa58a710a7972b156c07636f5719c2c74f5fe694e2cf49ca2576" 369SRC_URI += "git://github.com/planetscale/vtprotobuf;protocol=https;nobranch=1;rev=0393e58bdf106fe0347e554d272a8f2c84d12461;name=git_d20372f0_0;destsuffix=vcs_cache/2a8f7a744764b6b7d0f6b17003fd8217cc861be946aee65fccc7d1491634942f"
235SRC_URI += "git://github.com/spf13/pflag;protocol=https;nobranch=1;tag=v1.0.10;shallow=1;rev=0491e5702ad2bb108bc519a5221bcc0f52aa9564;name=git_66b7b8c8_0;destsuffix=vcs_cache/737f239b3c3bd4e75040785cfc62b8349a547b1425bba1698b712866455bce75" 370SRC_URI += "git://github.com/miekg/pkcs11;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=cb39313ec884f2cd77f4762875fe96aecf68f8e3;name=git_cf5d6134_0;destsuffix=vcs_cache/eb5a56eb790cc3fc7850bf57682d3ac5831360a4496818de755c41ce63d505ba"
236SRC_URI += "git://github.com/spf13/pflag;protocol=https;nobranch=1;tag=v1.0.9;shallow=1;rev=10438578954bba2527fe5cae3684d4532b064bbe;name=git_66b7b8c8_1;destsuffix=vcs_cache/241e9025159bbbea2f54722542a86c03ff35968a42a753a0a4e0738690720a54" 371SRC_URI += "git://github.com/miekg/pkcs11;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=f3481918a208bd212aa995a41f92d786eb418a7d;name=git_cf5d6134_1;destsuffix=vcs_cache/cfc32d6973be9c203ec1d8480b59f61c59be67d146de9d920f82d4eb7c4d994a"
237SRC_URI += "git://github.com/spf13/pflag;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=e57e3eeb33f795204c1ca35f56c44f83227c6e66;name=git_66b7b8c8_2;destsuffix=vcs_cache/160c6a820138c13e769bbec879294544287b8dfde6af77776f81536ff3f43df9" 372SRC_URI += "git://github.com/lestrrat-go/httprc;protocol=https;nobranch=1;tag=v3.0.1;shallow=1;rev=3069ab9baadb0fc83ea8e5b559b490c371421842;name=git_70c47222_0;destsuffix=vcs_cache/76390b99e6f178283ea247d446a1825e979c8d9cf50844f596abb4e96582b1c1"
238SRC_URI += "git://github.com/spf13/cobra;protocol=https;nobranch=1;tag=v0.0.1;shallow=1;rev=7b2c5ac9fc04fc5efafb60700713d4fa609b777b;name=git_41456771_0;destsuffix=vcs_cache/a6573b02628ec0c919f90bba89f525eac2b0bda84d9dccdcb78b3f07c92b918e" 373SRC_URI += "git://github.com/lestrrat-go/dsig-secp256k1;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=761bd8630912128383a646ae5c0f9fa6051d8f1e;name=git_4ce8991a_0;destsuffix=vcs_cache/1aeb2bc1012f007479dc7d6ad9a5b56691b7d10a65a0769920fe28a1fd8c5723"
239SRC_URI += "git://github.com/spf13/cobra;protocol=https;nobranch=1;tag=v1.10.1;shallow=1;rev=7da941c3547e93b8c9f70bbd3befca79c6335388;name=git_41456771_1;destsuffix=vcs_cache/54a02856b15938777c687441dc6597bc487549c163521b5850e769bee67bc2af" 374SRC_URI += "git://github.com/lestrrat-go/blackmagic;protocol=https;nobranch=1;tag=v1.0.4;shallow=1;rev=150de8a4e21172dd241760e4398a24a8dec3feaf;name=git_a785ed5c_0;destsuffix=vcs_cache/3655ef3535f5fbfddd86c6bcfa866ada2fc8db33ec17816fc8b334009e9fb0f4"
240SRC_URI += "git://github.com/spf13/viper;protocol=https;branch=master;rev=be5ff3e4840cf692388bde7a057595a474ef379e;name=git_133525c9_0;destsuffix=vcs_cache/6b7187b929229be5c3959df1ee113d9acd19aff47b973e42b64e50cdf8a0e740" 375SRC_URI += "git://github.com/lestrrat-go/dsig;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=e7e4d54deeba321a433dfe959340ebe7a2db163d;name=git_d409995f_0;destsuffix=vcs_cache/4fdb7373a44af5a6ec82808bddce9b5b786907d10b6cf2138dcaf3c2ebf4c6ff"
241SRC_URI += "git://github.com/spf13/cast;protocol=https;branch=master;rev=4d07383ffe94b5e5a6fa3af9211374a4507a0184;name=git_60c66923_0;destsuffix=vcs_cache/61ca87f5a674dbb7719ca6806869cee44c68d3463ca0ee867270c61ef55016c5" 376SRC_URI += "git://github.com/lestrrat-go/httpcc;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=962f66809593fba7c5cdc78a0bdcf98827250e3c;name=git_743770ce_0;destsuffix=vcs_cache/466b0cb68191ccc31d667d0e1cf8f0eec07556bbc61fdad149b67379fba0f789"
242SRC_URI += "git://github.com/spf13/jwalterweatherman;protocol=https;branch=master;rev=3d60171a64319ef63c78bd45bd60e6eab1e75f8b;name=git_dbf881a0_0;destsuffix=vcs_cache/3516ad16d930d5653a48f59083d5a5851f1503e64d5f3e4f03dd5094d044ceba" 377SRC_URI += "git://github.com/lestrrat-go/jwx;protocol=https;nobranch=1;tag=v3.0.11;shallow=1;rev=9e9c27a269a1a650e1f666b18946dd1796f84779;name=git_daf2c4dd_0;destsuffix=vcs_cache/66aa4c6c5f6c980c23f16165b33721dbbd2b64c6686a1730684749c9c701712f"
243SRC_URI += "git://github.com/alecthomas/kingpin;protocol=https;nobranch=1;tag=v2.4.0;shallow=1;rev=64d23c54e3e2a385ce12757939bed9c632d1693c;name=git_f0f35838_0;destsuffix=vcs_cache/ae34e4803d18ba03ac4e70e84f5e737ec48634b725413ad5282fb01d6fc47dda" 378SRC_URI += "git://github.com/lestrrat-go/option;protocol=https;nobranch=1;tag=v2.0.0;shallow=1;rev=0f819155513c6863e03a9b185a3ba996e5357f71;name=git_7fba3ab3_0;destsuffix=vcs_cache/dc53b62e9538872256995babc7eb47d6a84dacaa027bdd84bb3cce5344e6bef9"
244SRC_URI += "git://github.com/alecthomas/units;protocol=https;branch=master;rev=2efee857e7cfd4f3d0138cc3cbb1b4966962b93a;name=git_12276b46_0;destsuffix=vcs_cache/7a070bc84b00c7dd5b58f997285cd94232a9fb500b03e849c7be9017203e4d51" 379SRC_URI += "git://github.com/lestrrat-go/option;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=ced73324dba7d8be3a1587a7d6a5fa081d9e2dc2;name=git_7fba3ab3_1;destsuffix=vcs_cache/1f8dcec97d12a81cde1ec2ba90e51e5a7642e0b6ac69fa6d060c924499d9e826"
245SRC_URI += "git://github.com/alecthomas/units;protocol=https;branch=master;rev=b94a6e3cc13755c0a75fffecbb089eb346fc4289;name=git_12276b46_1;destsuffix=vcs_cache/fd740bbc9bdec5b8bf13526eff2ee852c365b4c2a8feb66c89e2aa4b36a0d677" 380SRC_URI += "git://github.com/dimchansky/utfbom;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=6ae8f945ca96f30defc7e8ab12ec5d10cf86ded4;name=git_343da044_0;destsuffix=vcs_cache/04f39ab86cb6ab9bf2a2278357fae9932b31f6cb8b07bf8e6ca02581cbf46ecf"
246SRC_URI += "git://github.com/alecthomas/template;protocol=https;branch=master;rev=a0175ee3bccc567396460bf5acd36800cb10c49c;name=git_61f91bfb_0;destsuffix=vcs_cache/c18e6411468e7b9fa8d3eaacbe26c05c650393a6ed02eded4f8a729fcbdf3278" 381SRC_URI += "git://github.com/kballard/go-shellquote;protocol=https;nobranch=1;rev=95032a82bc518f77982ea72343cc1ade730072f0;name=git_e33a00ee_0;destsuffix=vcs_cache/49fe182d1b759955b666e8ad12ff66052cc7e14ba9ccf9e8371ee85848f1f9ac"
247SRC_URI += "git://github.com/jinzhu/gorm;protocol=https;branch=master;rev=5409931a1bb87e484d68d649af9367c207713ea2;name=git_82a2c1af_0;destsuffix=vcs_cache/e51ea32193aeb2a5bfab92442113de19e13f387509f58c7979e704306087d5d2" 382SRC_URI += "git://github.com/cenkalti/backoff;protocol=https;nobranch=1;tag=v4.3.0;shallow=1;rev=720b78985a65c0452fd37bb155c7cac4157a7c45;name=git_67dac28e_0;destsuffix=vcs_cache/c644c1d0f5212c0210f056d6c7d45f3e482a1fca002b7c3e65edf8d3c060566f"
248SRC_URI += "git://github.com/jinzhu/now;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=7e7333ac029d4aad7e88500a30889fcd22489425;name=git_ffa5efac_0;destsuffix=vcs_cache/3a2e9d8aa645efa2980908fbe342f3eb31a21421aeacd8a821f15d5775cb129f" 383SRC_URI += "git://github.com/cenkalti/backoff;protocol=https;nobranch=1;tag=v5.0.3;shallow=1;rev=7cad66a637c4ffff09d0795608116ddcc7eb1769;name=git_67dac28e_1;destsuffix=vcs_cache/656f7cb59961eb5e57ba97bf50166eda0c13e2ecff4c8c15b33eb72e8ad26dc4"
249SRC_URI += "git://github.com/jinzhu/inflection;protocol=https;branch=master;rev=1c35d901db3da928c72a72d8458480cc9ade058f;name=git_355e8fac_0;destsuffix=vcs_cache/3bf372ac0a41f41eb6c408c719a9f71d1a31a5cd8260a8135fa90085e5d6c0ce" 384SRC_URI += "git://github.com/buger/goterm;protocol=https;nobranch=1;tag=v1.0.4;shallow=1;rev=a73545aae7d693f786ce4cc687460efca4845f31;name=git_19a54999_0;destsuffix=vcs_cache/caf1c06b7ea92c81a60195c5df6f46d1e4ceb75cfb096fb918e712dcc226fc04"
250SRC_URI += "git://github.com/kr/pretty;protocol=https;nobranch=1;tag=v0.3.1;shallow=1;rev=3cd153a126da607b78d1762779b1e1054f9889fc;name=git_cd673b00_0;destsuffix=vcs_cache/487dccea2d19da29e6f873ffd57f7f4d33720781a3f60bb9f852176acb476435" 385SRC_URI += "git://github.com/mitchellh/go-ps;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=147ff83818ae939913b2e20b91ae3cd6c391771c;name=git_85bf403a_0;destsuffix=vcs_cache/e2954bb45e8e4304338ab2532158d042745f3a239202953369cef281beed32cb"
251SRC_URI += "git://github.com/kr/pretty;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=73f6ac0b30a98e433b289500d779f50c1a6f0712;name=git_cd673b00_1;destsuffix=vcs_cache/0f21d99b403d8e61d556bfa775400b5cd3eeb5d2fb19e978a43ff5e77dae75ee" 386SRC_URI += "git://github.com/mitchellh/mapstructure;protocol=https;nobranch=1;rev=2caf8efc93669b6c43e0441cdc6aed17546c96f3;name=git_3ac6d6a4_0;destsuffix=vcs_cache/5ad95eaf3fe770e7f704095dccb10123fc34e55570f7e163eb2e3e9a5c0586a6"
252SRC_URI += "git://github.com/kr/logfmt;protocol=https;branch=main;rev=b84e30acd515aadc4b783ad4ff83aff3299bdfe0;name=git_2782f244_0;destsuffix=vcs_cache/e035982996fb3352cf0880f1bb882f434fcb4adc3e775981b88072f2a379ec80" 387SRC_URI += "git://github.com/mitchellh/mapstructure;protocol=https;nobranch=1;tag=v1.5.0;shallow=1;rev=ab69d8d93410fce4361f4912bb1ff88110a81311;name=git_3ac6d6a4_1;destsuffix=vcs_cache/d9f5489d4515cf23689f7c9a7a71a85fdd52671cf92601ea8e8c59bf3644b6b5"
253SRC_URI += "git://github.com/kr/pty;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=282ce0e5322c82529687d609ee670fac7c7d917c;name=git_00cb36cf_0;destsuffix=vcs_cache/1bac58bd1947d8ae4f18469faf2550b830a1ff3614f2644b00e44b1dc16e13ec" 388SRC_URI += "git://github.com/mitchellh/hashstructure;protocol=https;nobranch=1;tag=v2.0.2;shallow=1;rev=a045b665615f739329536a58c25ca6327abf1ec1;name=git_2d77412f_0;destsuffix=vcs_cache/7c1d661828ecf7a5daa9f90b02814e542e1ed4d474edc002d91d945df708a5be"
254SRC_URI += "git://github.com/kr/text;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=702c74938df48b97370179f33ce2107bd7ff3b3e;name=git_2770e00e_0;destsuffix=vcs_cache/62674ecb33f72b9ab66dd856fe2e651dbf7344dea40ba5132203c7b4b32cfd61" 389SRC_URI += "git://github.com/mitchellh/go-wordwrap;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=ecf0936a077a4bd73a1cc2ac5c370f2b55618d62;name=git_bad0582b_0;destsuffix=vcs_cache/c6c7d05ba9f6db2637751fa2ce7bbc8bb04f632abc0b05363566319c8fd9c9b0"
255SRC_URI += "git://github.com/kr/text;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=e2ffdb16a802fe2bb95e2e35ff34f0e53aeef34f;name=git_2770e00e_1;destsuffix=vcs_cache/d47a4a089998b1398264c79fffcb25588459baa28396ff9e275fff9f4995519a" 390SRC_URI += "git://github.com/goccy/go-json;protocol=https;nobranch=1;tag=v0.10.5;shallow=1;rev=9872089c316cfe2d0f29b331b75d45bf6d522d96;name=git_58b9fee8_0;destsuffix=vcs_cache/9135ffafe2f170bce8f90413934c0b25aa6d201122cc437153cf64a206c46389"
256SRC_URI += "git://github.com/hashicorp/go-multierror;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=9974e9ec57696378079ecc3accd3d6f29401b3a0;name=git_151ee577_0;destsuffix=vcs_cache/cec0f337a88725c16a86058204a5dd4ae667b8a92bbed995ab204ebcb62177a5"
257SRC_URI += "git://github.com/hashicorp/hcl;protocol=https;nobranch=1;tag=v2.24.0;shallow=1;rev=6b5068090eef06b1f127f61529db5ba0be7ed343;name=git_e2b5d849_0;destsuffix=vcs_cache/7505ee60afc6b2dde4e4189214cf3f948ce2ebbc3aac73c7ba669bd366b12941" 391SRC_URI += "git://github.com/hashicorp/hcl;protocol=https;nobranch=1;tag=v2.24.0;shallow=1;rev=6b5068090eef06b1f127f61529db5ba0be7ed343;name=git_e2b5d849_0;destsuffix=vcs_cache/7505ee60afc6b2dde4e4189214cf3f948ce2ebbc3aac73c7ba669bd366b12941"
258SRC_URI += "git://github.com/hashicorp/golang-lru;protocol=https;nobranch=1;tag=v2.0.7;shallow=1;rev=d8515860cebc7b25ff2d29fada3f10a43611c28b;name=git_aa2934d2_0;destsuffix=vcs_cache/0a17d620bc2f7dd8c00efd79d0b78bb5f5c0bfaa2ec311417e9256a33b35db77"
259SRC_URI += "git://github.com/hashicorp/go-retryablehttp;protocol=https;nobranch=1;tag=v0.7.8;shallow=1;rev=e1f5485fe84728709b857cb89e17088894c301d6;name=git_69ebb5f3_0;destsuffix=vcs_cache/420ce476cca0369183e19289674513fb1d412be25fb7aa1ce6f21f22444e1b02"
260SRC_URI += "git://github.com/hashicorp/errwrap;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=7b00e5db719c64d14dd0caaacbd13e76254d02c0;name=git_28334120_0;destsuffix=vcs_cache/a0949020a0c14672f86d32cbf0d984b8d048a27e6f75aeac79f8ca3f7cc4ecae" 392SRC_URI += "git://github.com/hashicorp/errwrap;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=7b00e5db719c64d14dd0caaacbd13e76254d02c0;name=git_28334120_0;destsuffix=vcs_cache/a0949020a0c14672f86d32cbf0d984b8d048a27e6f75aeac79f8ca3f7cc4ecae"
261SRC_URI += "git://github.com/hashicorp/errwrap;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=8a6fb523712970c966eefc6b39ed2c5e74880354;name=git_28334120_1;destsuffix=vcs_cache/65db17b2a8abd8c2bde5a919d17f7abc0e891ae4037aa21f7aa2482f560cf21f" 393SRC_URI += "git://github.com/hashicorp/errwrap;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=8a6fb523712970c966eefc6b39ed2c5e74880354;name=git_28334120_1;destsuffix=vcs_cache/65db17b2a8abd8c2bde5a919d17f7abc0e891ae4037aa21f7aa2482f560cf21f"
262SRC_URI += "git://github.com/hashicorp/go-cleanhttp;protocol=https;nobranch=1;tag=v0.5.2;shallow=1;rev=6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2;name=git_34cadc19_0;destsuffix=vcs_cache/da345fc970b7e579c1da9ec42edfbe1bf896f5e3274ce418f134b15952eb2494"
263SRC_URI += "git://github.com/hashicorp/go-version;protocol=https;nobranch=1;tag=v1.8.0;shallow=1;rev=505335eb9df1a0063c4f4edadabbd4ba68a6039c;name=git_55a07af7_0;destsuffix=vcs_cache/8982e9d982dbb37864656981c0a1169a41662dac51c477690cdd71c30034f649" 394SRC_URI += "git://github.com/hashicorp/go-version;protocol=https;nobranch=1;tag=v1.8.0;shallow=1;rev=505335eb9df1a0063c4f4edadabbd4ba68a6039c;name=git_55a07af7_0;destsuffix=vcs_cache/8982e9d982dbb37864656981c0a1169a41662dac51c477690cdd71c30034f649"
264SRC_URI += "git://github.com/hashicorp/go-cty-funcs;protocol=https;branch=main;rev=6aab671309282ceb3432b07f94658c3f61d83a46;name=git_918c4c36_0;destsuffix=vcs_cache/c24779ffbc1879e38298ad13dcbc65277e22b74eaf6a132090792bb6f3aef29f" 395SRC_URI += "git://github.com/hashicorp/go-multierror;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=9974e9ec57696378079ecc3accd3d6f29401b3a0;name=git_151ee577_0;destsuffix=vcs_cache/cec0f337a88725c16a86058204a5dd4ae667b8a92bbed995ab204ebcb62177a5"
396SRC_URI += "git://github.com/hashicorp/go-cty-funcs;protocol=https;nobranch=1;rev=6aab671309282ceb3432b07f94658c3f61d83a46;name=git_918c4c36_0;destsuffix=vcs_cache/c24779ffbc1879e38298ad13dcbc65277e22b74eaf6a132090792bb6f3aef29f"
397SRC_URI += "git://github.com/hashicorp/go-retryablehttp;protocol=https;nobranch=1;tag=v0.7.8;shallow=1;rev=e1f5485fe84728709b857cb89e17088894c301d6;name=git_69ebb5f3_0;destsuffix=vcs_cache/420ce476cca0369183e19289674513fb1d412be25fb7aa1ce6f21f22444e1b02"
398SRC_URI += "git://github.com/hashicorp/golang-lru;protocol=https;nobranch=1;tag=v2.0.7;shallow=1;rev=d8515860cebc7b25ff2d29fada3f10a43611c28b;name=git_aa2934d2_0;destsuffix=vcs_cache/0a17d620bc2f7dd8c00efd79d0b78bb5f5c0bfaa2ec311417e9256a33b35db77"
265SRC_URI += "git://github.com/hashicorp/go-immutable-radix;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=95618379cef103a15b38cc79cce1e8eb1eaf10f1;name=git_5eeabd90_0;destsuffix=vcs_cache/e7330a0d345fdfe0fc28bc95ffa515bf29b09fde15bff6885c08836ae16c3992" 399SRC_URI += "git://github.com/hashicorp/go-immutable-radix;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=95618379cef103a15b38cc79cce1e8eb1eaf10f1;name=git_5eeabd90_0;destsuffix=vcs_cache/e7330a0d345fdfe0fc28bc95ffa515bf29b09fde15bff6885c08836ae16c3992"
266SRC_URI += "git://github.com/vbatts/tar-split;protocol=https;nobranch=1;tag=v0.12.2;shallow=1;rev=e93e90127321a61ddca6df0d1dcc786684d75b74;name=git_b8e88960_0;destsuffix=vcs_cache/748e9d5ff174cd19acc98de6dc7f6c3d780e0ffcf645aea8c246a36eaa6cac37" 400SRC_URI += "git://github.com/hashicorp/go-cleanhttp;protocol=https;nobranch=1;tag=v0.5.2;shallow=1;rev=6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2;name=git_34cadc19_0;destsuffix=vcs_cache/da345fc970b7e579c1da9ec42edfbe1bf896f5e3274ce418f134b15952eb2494"
267SRC_URI += "git://github.com/xhit/go-str2duration;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=017325bfda0895fe02177e4ebb07962e58735bbf;name=git_c7386ea5_0;destsuffix=vcs_cache/395a3ddd7e351b7b882dc20af4936a00bd11a84147f83ac7a7c25f8093a51cb3" 401SRC_URI += "git://github.com/Azure/go-ansiterm;protocol=https;nobranch=1;rev=faa5f7b0171c46bb398a91b4a0c906324d3664cf;name=git_e113ad22_0;destsuffix=vcs_cache/d9abe4d330489bbcc2f3473a042a0886c4f556d7a3b9128c484c2fef3396e790"
268SRC_URI += "git://github.com/x448/float16;protocol=https;nobranch=1;tag=v0.8.4;shallow=1;rev=cb9afec31f2649663ebb64da5c6c32c3d365c3ca;name=git_b79b770f_0;destsuffix=vcs_cache/e395eca01f11e874b5b2b165e3dc2620faa30374fb308657449d3a3023ce5cbb"
269SRC_URI += "git://github.com/fvbommel/sortorder;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=a8d9302c17f9f46c6580b82b919672e58ef6e396;name=git_9bd73630_0;destsuffix=vcs_cache/f31f7baba1030efc67be0125d6ea3670572de4cf9ef4162f66c110baedf2fc25"
270SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/internal/v1.11.2;shallow=1;rev=066f6f92078187a769c5a4e0bfe3c5ac4a22bd36;name=git_d31d6145_0;destsuffix=vcs_cache/29bb1f5f66b9ef2c0d8280dc2ef9de2d950d32bde6082c37129d36181e7f8ad0" 402SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/internal/v1.11.2;shallow=1;rev=066f6f92078187a769c5a4e0bfe3c5ac4a22bd36;name=git_d31d6145_0;destsuffix=vcs_cache/29bb1f5f66b9ef2c0d8280dc2ef9de2d950d32bde6082c37129d36181e7f8ad0"
271SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/storage/azblob/v1.5.0;shallow=1;rev=15c65ced02ca0b4875e8463146d7bd4a68a0fbb1;name=git_d31d6145_1;destsuffix=vcs_cache/69ba1366ff498c1f6625ee95464ad8462e9596296890fc801954d6d94c815ead" 403SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/storage/azblob/v1.5.0;shallow=1;rev=15c65ced02ca0b4875e8463146d7bd4a68a0fbb1;name=git_d31d6145_1;destsuffix=vcs_cache/69ba1366ff498c1f6625ee95464ad8462e9596296890fc801954d6d94c815ead"
272SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/azcore/v1.18.2;shallow=1;rev=362bc8998b0ea1905f61541a708b115d3ecef409;name=git_d31d6145_2;destsuffix=vcs_cache/7fff7c00899b7a610f1669e66e7b2bdb2f9f6f1765acf6d87fc480b0ce2180f2" 404SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/azcore/v1.20.0;shallow=1;rev=466795e90c61fba2bef23d311a61d4085b873718;name=git_d31d6145_2;destsuffix=vcs_cache/02f52ded3147a31e12f76b40a2946a56511aa87e241c7cc331dc2fad7934d835"
273SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/azidentity/v1.11.0;shallow=1;rev=8142fe31b71b865c16b99efd2807666dae7177fc;name=git_d31d6145_3;destsuffix=vcs_cache/26a019c0c5bde0ca7713fb2f4aa84021d6a795ea92a3347022b4ed25ab941b08" 405SRC_URI += "git://github.com/Azure/azure-sdk-for-go;protocol=https;nobranch=1;tag=sdk/azidentity/v1.13.1;shallow=1;rev=6bb9b03b237d03bcfd0b32f0ca5e1b989d74e5e8;name=git_d31d6145_3;destsuffix=vcs_cache/b80d29c1ad9369a1185c04ff6677176d1d56f8a746b65ef588727523e8cac4fa"
274SRC_URI += "git://github.com/Azure/go-ansiterm;protocol=https;branch=master;rev=faa5f7b0171c46bb398a91b4a0c906324d3664cf;name=git_e113ad22_0;destsuffix=vcs_cache/d9abe4d330489bbcc2f3473a042a0886c4f556d7a3b9128c484c2fef3396e790" 406SRC_URI += "git://github.com/cilium/ebpf;protocol=https;nobranch=1;tag=v0.16.0;shallow=1;rev=061e86d8f5e99aa6f04d11a3807c8cacdbe7908b;name=git_1e891de1_0;destsuffix=vcs_cache/8e810695e5aecdedc82025b50fe217f458e95243dfd6f3a725e4be31bb89421b"
275SRC_URI += "git://github.com/StackExchange/wmi;protocol=https;branch=master;rev=cbe66965904dbe8a6cd589e2298e5d8b986bd7dd;name=git_48d6db20_0;destsuffix=vcs_cache/1fc27d9cac14b2a03bbb0b0458896762317bee884884ef85b821fa4cb18c6952" 407SRC_URI += "git://github.com/digitorus/pkcs7;protocol=https;nobranch=1;rev=3a137a8743524b3683ca4e11608d0dde37caee99;name=git_602eafe1_0;destsuffix=vcs_cache/fd2b6e349ca1abce350a94202038bc78abc083934bc68342108df0ef0a47c72c"
276SRC_URI += "git://github.com/codahale/rfc6979;protocol=https;branch=master;rev=6a90f24967ebb1aa57b22f74a13dbb3faad8cf3d;name=git_d13a0aee_0;destsuffix=vcs_cache/fd8285193cc7c3bc341773b0166d258b6baca2f6985aa666e14e22b19401aea7" 408SRC_URI += "git://github.com/digitorus/timestamp;protocol=https;nobranch=1;rev=220c5c2851b7435eea999de3daa773601a7ca126;name=git_c314405a_0;destsuffix=vcs_cache/316e808b25b3a6563da681b8e93bb537209a2463c7239f367cc18628056cecf7"
277SRC_URI += "git://github.com/spiffe/go-spiffe;protocol=https;nobranch=1;tag=v2.6.0;shallow=1;rev=c6d0af3a4780fcc69132bb8bc5d2bdfcbe5ea42b;name=git_217f6de8_0;destsuffix=vcs_cache/aca54385906c3e38bd7515a2b0b52e4b6be402d2333e38eb4d2484305552aca4" 409SRC_URI += "git://github.com/skratchdot/open-golang;protocol=https;nobranch=1;rev=eef8423979666925a58eb77f9db583e54320d5a4;name=git_2106ca54_0;destsuffix=vcs_cache/2049e06101e5abb574af5068dfb1255087c23cd963db0e1f0c82585b42e02bf4"
278SRC_URI += "git://github.com/tilt-dev/fsnotify;protocol=https;branch=main;rev=fff9c274a375301ae46812f257aa68393790c45b;name=git_c15f6d9a_0;destsuffix=vcs_cache/7518a2b435d07d055cf9c9215e09d3f354425246b3aaec57d9906b3f344e061e" 410SRC_URI += "git://github.com/magiconair/properties;protocol=https;nobranch=1;tag=v1.5.3;shallow=1;rev=624009598839a9432bd97bb75552389422357723;name=git_fa8300c1_0;destsuffix=vcs_cache/d96b4b0c7ecc137249800d1b95fece0b9fca1b6978650bd2a8be72d541a097fd"
411SRC_URI += "git://github.com/magiconair/properties;protocol=https;nobranch=1;tag=v1.8.9;shallow=1;rev=d8bdba35b511a72d4c00a47e801dc703328198e8;name=git_fa8300c1_1;destsuffix=vcs_cache/5d2d0e3a74034cdf4554cd9fa44a3186b4017a8f6ecc1823cdd7dc5202b0b8fb"
412SRC_URI += "git://github.com/jonboulle/clockwork;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=6d8d032a18422c2e3ef651170a8a55012d1f704c;name=git_c61652e2_0;destsuffix=vcs_cache/8a9b3a40ae13b2679138bcbfbe409f1586f92c23e873f4e219066c6596debc26"
279SRC_URI += "git://github.com/checkpoint-restore/go-criu;protocol=https;nobranch=1;tag=v7.2.0;shallow=1;rev=39135d0112fa0fb12e80ba04ef843eea097add46;name=git_400f7838_0;destsuffix=vcs_cache/cd3a96bfb455f01e0ad41b83fe0a2ba40c017e12b43cf536dd72401c0a9efa9b" 413SRC_URI += "git://github.com/checkpoint-restore/go-criu;protocol=https;nobranch=1;tag=v7.2.0;shallow=1;rev=39135d0112fa0fb12e80ba04ef843eea097add46;name=git_400f7838_0;destsuffix=vcs_cache/cd3a96bfb455f01e0ad41b83fe0a2ba40c017e12b43cf536dd72401c0a9efa9b"
280SRC_URI += "git://github.com/checkpoint-restore/checkpointctl;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=854ab59c71dde1991c2fdfae9c694aaddc752047;name=git_3c5c2d9d_0;destsuffix=vcs_cache/6b759ce79ef9b0cf0e95821c6506ecb3e1f87ff4709b914b3e18ce7b12ed0769" 414SRC_URI += "git://github.com/checkpoint-restore/checkpointctl;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=854ab59c71dde1991c2fdfae9c694aaddc752047;name=git_3c5c2d9d_0;destsuffix=vcs_cache/6b759ce79ef9b0cf0e95821c6506ecb3e1f87ff4709b914b3e18ce7b12ed0769"
281SRC_URI += "git://github.com/Microsoft/go-winio;protocol=https;nobranch=1;tag=v0.6.2;shallow=1;rev=3c9576c9346a1892dee136329e7e15309e82fb4f;name=git_6d816430_0;destsuffix=vcs_cache/963154633520174004b7a508de4bfa23c0374f9312f6db845c29aa3cb751d708"
282SRC_URI += "git://github.com/Microsoft/hcsshim;protocol=https;nobranch=1;tag=v0.14.0-rc.1;shallow=1;rev=59e0e2f72c87c95fdd376c5fb12a216b6f983e5d;name=git_d1a645ee_0;destsuffix=vcs_cache/f493369c2a96e959905afa70d80efbf15bd25304bc9938aafdaa00d931825b26"
283SRC_URI += "git://github.com/kisielk/errcheck;protocol=https;nobranch=1;tag=v1.5.0;shallow=1;rev=ee08a456fc430219ad80ce5af98415bcc027a219;name=git_19b8b0b3_0;destsuffix=vcs_cache/2ae681313b6ac49c6c60836f406eed1f7f4db5b86a3027f0ec720f5984386390" 415SRC_URI += "git://github.com/kisielk/errcheck;protocol=https;nobranch=1;tag=v1.5.0;shallow=1;rev=ee08a456fc430219ad80ce5af98415bcc027a219;name=git_19b8b0b3_0;destsuffix=vcs_cache/2ae681313b6ac49c6c60836f406eed1f7f4db5b86a3027f0ec720f5984386390"
284SRC_URI += "git://github.com/kisielk/gotool;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=80517062f582ea3340cd4baf70e86d539ae7d84d;name=git_e251e12c_0;destsuffix=vcs_cache/5f448e8a93894c89c55e73478ef6dc8a0a1a6a3fd3fe3a2b5cd5e03e65915fb1" 416SRC_URI += "git://github.com/kisielk/gotool;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=80517062f582ea3340cd4baf70e86d539ae7d84d;name=git_e251e12c_0;destsuffix=vcs_cache/5f448e8a93894c89c55e73478ef6dc8a0a1a6a3fd3fe3a2b5cd5e03e65915fb1"
285SRC_URI += "git://github.com/eiannone/keyboard;protocol=https;branch=master;rev=0d226195f2038e282bb90d2e24f7f29aa7c5b210;name=git_856af60d_0;destsuffix=vcs_cache/c7ad216919ed9d1db40a1a79054fb70019f12275ddb216094b1aefbdd44e8744" 417SRC_URI += "git://github.com/onsi/gomega;protocol=https;nobranch=1;tag=v1.9.0;shallow=1;rev=6be6c439588487cd908a3a700795660c2a16dfec;name=git_4f2954a0_0;destsuffix=vcs_cache/728f44b7af3fd5cab91499df1e92a9d2c3e67004ea59ac1e4a549fb2ca6763a8"
286SRC_URI += "git://github.com/google/certtostore;protocol=https;nobranch=1;tag=v1.0.6;shallow=1;rev=ee4ff6fd9d452e8aa7eb3249c00b272ecd454c2d;name=git_e7a3d490_0;destsuffix=vcs_cache/03eab8e8fd9152de179043ef32fd09e4375ad5a3b8e25efbeeba6b44d1ca9d4f" 418SRC_URI += "git://github.com/onsi/gomega;protocol=https;nobranch=1;tag=v1.7.1;shallow=1;rev=f9a52764bd5a0fd2d201bcca584351d03b72f8da;name=git_4f2954a0_1;destsuffix=vcs_cache/eca01df4f63425b54410888126f5e562e7f2c689d9483249110a2f793909648b"
287SRC_URI += "git://github.com/google/certificate-transparency-go;protocol=https;branch=master;rev=5ab67e519c93568ac3ee50fd6772a5bcf8aa460d;name=git_1d240fe8_0;destsuffix=vcs_cache/0fd69fa049b1061cd5c090184fa587afb10ae78ca64762f4b915f363cf226599" 419SRC_URI += "git://github.com/onsi/ginkgo;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=3774a09d95489ccaa16032e0770d08ea77ba6184;name=git_209602b3_0;destsuffix=vcs_cache/084961c940c1064ad8f72342797a7f84ceb5184e0f4f98076f0ac0a75a0a376f"
288SRC_URI += "git://github.com/google/go-dap;protocol=https;nobranch=1;tag=v0.12.0;shallow=1;rev=69ae96dd1be582d05210c92e880b3d63a37b2cf7;name=git_befa0a72_0;destsuffix=vcs_cache/7d0defb60f3f577e67d765314ac295225706f0b4958436b28cf163f2170e3ff7" 420SRC_URI += "git://github.com/onsi/ginkgo;protocol=https;nobranch=1;tag=v1.12.0;shallow=1;rev=40598150331533e3cd497f21dcce387dae84b561;name=git_209602b3_1;destsuffix=vcs_cache/1fa773d747594333c67867f9bdc536ee1286d76aa754e875bec3818f99d1318b"
289SRC_URI += "git://github.com/google/shlex;protocol=https;branch=master;rev=e7afc7fbc51079733e9468cdfd1efcd7d196cd1d;name=git_2bc3fe04_0;destsuffix=vcs_cache/6317e931b780de46077449706d69a38f426197406a504d848e3500a0d06b7299" 421SRC_URI += "git://github.com/anchore/go-struct-converter;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=c68fdcfa20922cc80b266f13a7986e632bafacca;name=git_5862d91c_0;destsuffix=vcs_cache/4be54006369c9c3bb6a42a67721ee3e3e0f1aab0f71192fdc85f8dc980af1bd6"
290SRC_URI += "git://github.com/google/pprof;protocol=https;branch=main;rev=f64d9cf942d6bcc1a1d4add2c9e758f42cd5adcd;name=git_4d435d14_0;destsuffix=vcs_cache/b4a3cf22b289c100dae58764b0f35b0c0af89950e35274a0659c15b4340bc322" 422SRC_URI += "git://github.com/apparentlymart/go-textseg;protocol=https;nobranch=1;tag=v15.0.0;shallow=1;rev=72b78f42484ddc3f58858f794da1771fb9559ad0;name=git_81a61598_0;destsuffix=vcs_cache/2ad90a9579325698fb8eedc37a5bb5c32c0df927e2e2029b3cfa6369b0aad683"
291SRC_URI += "git://github.com/google/gofuzz;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=f140a6486e521aad38f5917de355cbf147cc0496;name=git_32fcbcb4_0;destsuffix=vcs_cache/3b10b16f3e547f9036aa468f5a846c1e873d084728258048c32c4afc2a1bb2cf" 423SRC_URI += "git://github.com/apparentlymart/go-cidr;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=c0fb5fbe0acb592411e2db59add389a43260ad44;name=git_75732a95_0;destsuffix=vcs_cache/78882067332ee02e3c72ccc9d03c697f04b24132ddd74da1593a953f0b833469"
292SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=6f77996f0c42f7b84e5a2b252227263f93432e9b;name=git_8726c33a_0;destsuffix=vcs_cache/ae58fd0d54f7194cd02ff68b9600f09892901604ebd985b881c9860505e91785" 424SRC_URI += "git://github.com/Microsoft/go-winio;protocol=https;nobranch=1;tag=v0.6.2;shallow=1;rev=3c9576c9346a1892dee136329e7e15309e82fb4f;name=git_6d816430_0;destsuffix=vcs_cache/963154633520174004b7a508de4bfa23c0374f9312f6db845c29aa3cb751d708"
293SRC_URI += "git://github.com/google/go-cmp;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=9b12f366a942ebc7254abc7f32ca05068b455fb7;name=git_8726c33a_1;destsuffix=vcs_cache/460ed71bde70f3a932cad8d9044d3f12302bf8b6e95353bd17c44189712e2763" 425SRC_URI += "git://github.com/Microsoft/hcsshim;protocol=https;nobranch=1;tag=v0.14.0-rc.1;shallow=1;rev=59e0e2f72c87c95fdd376c5fb12a216b6f983e5d;name=git_d1a645ee_0;destsuffix=vcs_cache/f493369c2a96e959905afa70d80efbf15bd25304bc9938aafdaa00d931825b26"
294SRC_URI += "git://github.com/google/gnostic-models;protocol=https;nobranch=1;tag=v0.7.0;shallow=1;rev=82b4ba06c153dcd30e1dbcf93601b3bee5cb3792;name=git_62ad6da8_0;destsuffix=vcs_cache/88a05eeac87ac843d53bbad4f86c891fbd1a6eb73d10d5b2c7381c229c0a25ab" 426SRC_URI += "git://github.com/russross/blackfriday;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=4c9bf9512682b995722660a4196c0013228e2049;name=git_fb978822_0;destsuffix=vcs_cache/6dd1604eceba1790dbf7f827f1e22a5866a5348a2ab616daed7363a6e16e081d"
295SRC_URI += "git://github.com/google/uuid;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=0f11ee6918f41a04c201eceeadf612a377bc7fbc;name=git_c3a7687c_0;destsuffix=vcs_cache/1743dd7863ebf20fb946ec26a0525a27c91536f2d01acf863b0a99566cd8f3e5" 427SRC_URI += "git://github.com/russross/blackfriday;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=e96880f42b9343aea6cbfd99693adae0e5fe2b2a;name=git_fb978822_1;destsuffix=vcs_cache/45882c51d4da17f32775abbdabd353753e5115f6ec6282c3bf028fe3471fc743"
296SRC_URI += "git://github.com/google/deck;protocol=https;branch=master;rev=105ad94aa8aec4c27766e92c4310b466f0852009;name=git_57663d5a_0;destsuffix=vcs_cache/9c43c7ddfa82c3fc0dbcab5945f7f810fa68c290504895ba9a331c514051c140" 428SRC_URI += "git://github.com/josharian/intern;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=8e6ff32b3e7c0b018c43953085fe2ac330fe9acd;name=git_eb6bc1bf_0;destsuffix=vcs_cache/273d42676826fc8f106c11c2800d01690a09463878fa115700b2e26df24a2440"
297SRC_URI += "git://github.com/go-viper/mapstructure;protocol=https;nobranch=1;tag=v2.4.0;shallow=1;rev=b9794a5f0e73d425210d6614ed833067029155f5;name=git_2ea12042_0;destsuffix=vcs_cache/c8d654dc2b8f99ffd23c744af0b961737a283ddb83b110d144f8558b6ffa2ae1" 429SRC_URI += "git://github.com/titanous/rocacheck;protocol=https;nobranch=1;rev=afe73141d399b0c79c3d6412d4bdcf4c672c496a;name=git_b223e935_0;destsuffix=vcs_cache/333921fe7c4fb4be2fd4b694b9d4ec2e6000c6f84fe6e5a447504b83a30df193"
430SRC_URI += "git://github.com/knqyf263/go-plugin;protocol=https;nobranch=1;tag=v0.9.0;shallow=1;rev=c156889d438cf7d729d5959c02772d9f3a86cb2e;name=git_9ffa8f9a_0;destsuffix=vcs_cache/a8467353858eb68db6c0dd39ab99d740baa3155c9ebe2dee04be36a524fc48f7"
431SRC_URI += "git://github.com/sassoftware/relic;protocol=https;nobranch=1;tag=v7.2.1;shallow=1;rev=1ba272b5494260614e67ab55afa4e9e49ec881d5;name=git_6cf8c4b1_0;destsuffix=vcs_cache/11b818fd7c4740f195b6669f17117f3e72c1b14cd4cca20dca3b88334a67edcf"
432SRC_URI += "git://github.com/hiddeco/sshsig;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=49dc854ac39b55b9239cf5014b72a6ff2105bf2c;name=git_b8e4d5f4_0;destsuffix=vcs_cache/fdcb4ab573b69d6bee2d375517e62fb147744ddcca0378b2006891f9dd8f6477"
433SRC_URI += "git://github.com/grafana/regexp;protocol=https;nobranch=1;rev=a468a5bfb3bc9d48aafe80becd5634c8be0b9fce;name=git_662137b1_0;destsuffix=vcs_cache/ee7ce08aedc8b0c4622a701ebc6308e5f4de035b78a7a97690fe1159dc0e6408"
434SRC_URI += "git://github.com/dlclark/regexp2;protocol=https;nobranch=1;tag=v1.11.0;shallow=1;rev=05e6ac2ab64bbfb3b0ece82156906edbe794b140;name=git_41f57ef0_0;destsuffix=vcs_cache/da7b9067217bb6e77c96bb05d69da9e4421f31a79abcb4e24d8a02e57affca14"
435SRC_URI += "git://github.com/kr/pretty;protocol=https;nobranch=1;tag=v0.3.1;shallow=1;rev=3cd153a126da607b78d1762779b1e1054f9889fc;name=git_cd673b00_0;destsuffix=vcs_cache/487dccea2d19da29e6f873ffd57f7f4d33720781a3f60bb9f852176acb476435"
436SRC_URI += "git://github.com/kr/pretty;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=73f6ac0b30a98e433b289500d779f50c1a6f0712;name=git_cd673b00_1;destsuffix=vcs_cache/0f21d99b403d8e61d556bfa775400b5cd3eeb5d2fb19e978a43ff5e77dae75ee"
437SRC_URI += "git://github.com/kr/logfmt;protocol=https;nobranch=1;rev=b84e30acd515aadc4b783ad4ff83aff3299bdfe0;name=git_2782f244_0;destsuffix=vcs_cache/e035982996fb3352cf0880f1bb882f434fcb4adc3e775981b88072f2a379ec80"
438SRC_URI += "git://github.com/kr/text;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=702c74938df48b97370179f33ce2107bd7ff3b3e;name=git_2770e00e_0;destsuffix=vcs_cache/62674ecb33f72b9ab66dd856fe2e651dbf7344dea40ba5132203c7b4b32cfd61"
439SRC_URI += "git://github.com/kr/text;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=e2ffdb16a802fe2bb95e2e35ff34f0e53aeef34f;name=git_2770e00e_1;destsuffix=vcs_cache/d47a4a089998b1398264c79fffcb25588459baa28396ff9e275fff9f4995519a"
440SRC_URI += "git://github.com/kr/pty;protocol=https;nobranch=1;tag=v1.1.1;shallow=1;rev=282ce0e5322c82529687d609ee670fac7c7d917c;name=git_00cb36cf_0;destsuffix=vcs_cache/1bac58bd1947d8ae4f18469faf2550b830a1ff3614f2644b00e44b1dc16e13ec"
441SRC_URI += "git://github.com/xhit/go-str2duration;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=017325bfda0895fe02177e4ebb07962e58735bbf;name=git_c7386ea5_0;destsuffix=vcs_cache/395a3ddd7e351b7b882dc20af4936a00bd11a84147f83ac7a7c25f8093a51cb3"
442SRC_URI += "git://github.com/rcrowley/go-metrics;protocol=https;nobranch=1;rev=65e299d6c5c92718e672a9d2bc7f96e5b687eef8;name=git_54613f95_0;destsuffix=vcs_cache/0cbaeb01627514ae95e6aae5f103c7c103c0c38175dca1ae96d51d0c083cb2ae"
443SRC_URI += "git://github.com/containers/ocicrypt;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=1db71af9f28553231f0b59880d3fe5b162fa8c61;name=git_1f55eed4_0;destsuffix=vcs_cache/bec170205b8cb4f7646d21f6d05f4e78b62b540ff061d55788f38ccecc6313b7"
444SRC_URI += "git://github.com/juju/loggo;protocol=https;nobranch=1;rev=6e530bcce5d8e1b51b8e5ee7f08a455cd0a8c2e5;name=git_b83624e7_0;destsuffix=vcs_cache/eaf37a5284a67e209a1c088360157366cb7f05d143b944db7660e83c541adf4c"
445SRC_URI += "git://github.com/tink-crypto/tink-go;protocol=https;nobranch=1;tag=v2.5.0;shallow=1;rev=826823a28e29d3ca5a1269b8759eba29968834c4;name=git_4e7e25bc_0;destsuffix=vcs_cache/6ef7407087c1490be9ea49b07a012d985e5870aafd4b3f243366c00b8a6c7228"
446SRC_URI += "git://github.com/aws/smithy-go;protocol=https;nobranch=1;tag=v1.23.2;shallow=1;rev=299f4049a6724834ef275ce37d7012e7839dfb99;name=git_0adf6e3e_0;destsuffix=vcs_cache/ceea8ea3ce6f05dc65f31f9c5fc729dffea0edbc06ed85c870c9653cf95fe72e"
447SRC_URI += "git://github.com/aws/smithy-go;protocol=https;nobranch=1;tag=v1.22.5;shallow=1;rev=7ae51ce5ea73d9c3fe85b1c8fb3c81a2bd0b21c6;name=git_0adf6e3e_1;destsuffix=vcs_cache/df3761f412d2b02fbaffd15e24301d8601a60063303e07b87de822ced8c96121"
298SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=feature/s3/manager/v1.17.10;shallow=1;rev=5102c2e4b1a28439ef06579615323ea351ff1d4a;name=git_0a897d51_0;destsuffix=vcs_cache/cb865e07742cd1082075e62a7aa437a1d7a36c2b59650fb3917b59facf9c9870" 448SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=feature/s3/manager/v1.17.10;shallow=1;rev=5102c2e4b1a28439ef06579615323ea351ff1d4a;name=git_0a897d51_0;destsuffix=vcs_cache/cb865e07742cd1082075e62a7aa437a1d7a36c2b59650fb3917b59facf9c9870"
299SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=internal/ini/v1.8.3;shallow=1;rev=54aed732316b5162e5c4382a1f2d3891175d0254;name=git_0a897d51_1;destsuffix=vcs_cache/59776778bcd1c2364b3cf068aae3bc4af675e9db26b504cdf63cfcd408196f9d" 449SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=internal/ini/v1.8.3;shallow=1;rev=54aed732316b5162e5c4382a1f2d3891175d0254;name=git_0a897d51_1;destsuffix=vcs_cache/59776778bcd1c2364b3cf068aae3bc4af675e9db26b504cdf63cfcd408196f9d"
300SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=feature/ec2/imds/v1.18.4;shallow=1;rev=ba4ee4da236306b260326a7a913f61cb19355110;name=git_0a897d51_2;destsuffix=vcs_cache/f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b" 450SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=feature/ec2/imds/v1.18.13;shallow=1;rev=aacca0a210fc819cfdbe4dbaea4e28fc66788a55;name=git_0a897d51_2;destsuffix=vcs_cache/45e2d6bf4c7e64f4f8fd4ce4f5c93360285f18b7f29072204cee529378cc3ed5"
301SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=config/v1.31.3;shallow=1;rev=e1909a587c354bd1b2962eebaba94c16838669a5;name=git_0a897d51_3;destsuffix=vcs_cache/158f4c475d58f45270a2ee360121c0d872bd0af86a66d1a33ae01e7d47d3c0eb" 451SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;branch=main;shallow=1;rev=b01c60e67d006e63b45267e8060d56623c70704d;name=git_0a897d51_3;destsuffix=vcs_cache/78b72da8835a5f1e87ef9c241f8dcd2d750eaedf954486c831b428fd0e6a6def"
302SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=aws/protocol/eventstream/v1.7.0;shallow=1;rev=ebcf78d22f1b40b55dc266b7b614d4f37ed94b73;name=git_0a897d51_4;destsuffix=vcs_cache/df9ff661e9255a23fb41298936640e56610c9dcf7556c6dc1cb9570419c85b19" 452SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=aws/protocol/eventstream/v1.7.2;shallow=1;rev=b9b0c6553b80f99603b4f8356b88f5baf1328deb;name=git_0a897d51_4;destsuffix=vcs_cache/7beb4ea4ace2b86f2fd5d920e72a2086021f585de496c7f0a8183fc9d22665bd"
303SRC_URI += "git://github.com/aws/smithy-go;protocol=https;nobranch=1;tag=v1.22.5;shallow=1;rev=7ae51ce5ea73d9c3fe85b1c8fb3c81a2bd0b21c6;name=git_0adf6e3e_0;destsuffix=vcs_cache/df3761f412d2b02fbaffd15e24301d8601a60063303e07b87de822ced8c96121" 453SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=feature/ec2/imds/v1.18.4;shallow=1;rev=ba4ee4da236306b260326a7a913f61cb19355110;name=git_0a897d51_5;destsuffix=vcs_cache/f77bc22040ddae697de68ec8bebd3c584e616c8989a6934f3c03b343efb8e73b"
304SRC_URI += "git://github.com/morikuni/aec;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=39771216ff4c63d11f5e604076f9c45e8be1067b;name=git_a24d8d91_0;destsuffix=vcs_cache/ed63d58cf112e0b59a076da22b09a7543de7421c2457060482db3ad8303454e1" 454SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=internal/v4a/v1.4.12;shallow=1;rev=d8ed081e9bcc22e6c5eb63fb6bbacfa38d7bcce3;name=git_0a897d51_6;destsuffix=vcs_cache/30fcbbe2bfcdefbdee0241f6a6d77f9835d4eb5be47610351b16d59c88f91da7"
305SRC_URI += "git://github.com/go-ole/go-ole;protocol=https;nobranch=1;tag=v1.2.6;shallow=1;rev=8b1f7f90f6b1728609c9694f2cff140d34fd91f8;name=git_c77f8c8d_0;destsuffix=vcs_cache/f8a37b093a9da7f7719abb71318560d985c5c38e6d58c2c73adde45616845d0c" 455SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=config/v1.31.3;shallow=1;rev=e1909a587c354bd1b2962eebaba94c16838669a5;name=git_0a897d51_7;destsuffix=vcs_cache/158f4c475d58f45270a2ee360121c0d872bd0af86a66d1a33ae01e7d47d3c0eb"
456SRC_URI += "git://github.com/aws/aws-sdk-go-v2;protocol=https;nobranch=1;tag=aws/protocol/eventstream/v1.7.0;shallow=1;rev=ebcf78d22f1b40b55dc266b7b614d4f37ed94b73;name=git_0a897d51_8;destsuffix=vcs_cache/df9ff661e9255a23fb41298936640e56610c9dcf7556c6dc1cb9570419c85b19"
457SRC_URI += "git://github.com/open-policy-agent/opa;protocol=https;nobranch=1;tag=v1.10.1;shallow=1;rev=a119f30419c83050505a44ac33ba81e7279f5178;name=git_345563a6_0;destsuffix=vcs_cache/70e752e43ab7d75f9f6aeb2ffc6cb3be9e5d708f347ed6858ff3d3c287e2ccee"
458SRC_URI += "git://github.com/rogpeppe/fastuuid;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=10c3923834d38e951ae8f627bfec2dc632c5b6cb;name=git_8a779c11_0;destsuffix=vcs_cache/20ca2e2cf2990cc136cad7958992d06abd356dc16a58362afd2bd51be48ae0ac"
459SRC_URI += "git://github.com/rogpeppe/go-internal;protocol=https;nobranch=1;tag=v1.14.1;shallow=1;rev=9ee3698d19c525c9cefe855433e5f6096b77c6f5;name=git_2748cdc3_0;destsuffix=vcs_cache/84674da628e57d1722274a512e0879c23e8465ad7ef7e016c3bc39c8ea13175b"
460SRC_URI += "git://github.com/zeebo/errs;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=743600cc6fdfab08f5d50d6ac661b59cb3b1adaf;name=git_1cced855_0;destsuffix=vcs_cache/39db003c7dfcc8ee4cbaee7626cb0f113936318043f7a7b09d6fa4609f36e609"
461SRC_URI += "git://github.com/cncf/xds;protocol=https;nobranch=1;rev=0feb69152e9f7e8a45c8a3cfe8c7dd93bca3512f;name=git_02e4abb9_0;destsuffix=vcs_cache/045cd4c74756d97523469c474718cfa5353da2649b74f284c165e81b0d07cd9f"
462SRC_URI += "git://github.com/cyphar/filepath-securejoin;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=60da611d3eb2d22494ec2b6b746e2b2e89ec25f5;name=git_8d04195c_0;destsuffix=vcs_cache/ebafd268e345e3bd3673b92f938be34bd2c77636cb5b23531ab4d0ae989acee7"
463SRC_URI += "git://github.com/niemeyer/pretty;protocol=https;nobranch=1;rev=a10e7caefd8e0d600cea437f5c3613aeb1553d56;name=git_2ab93bd0_0;destsuffix=vcs_cache/7b69594221f05faea56a0d177d0ca9efaac2b2e4ba4f7539c68b87cfe214c6ef"
464SRC_URI += "git://github.com/vbatts/tar-split;protocol=https;nobranch=1;tag=v0.12.2;shallow=1;rev=e93e90127321a61ddca6df0d1dcc786684d75b74;name=git_b8e88960_0;destsuffix=vcs_cache/748e9d5ff174cd19acc98de6dc7f6c3d780e0ffcf645aea8c246a36eaa6cac37"
465SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.4.0;shallow=1;rev=221dbe5ed46703ee255b1da0dec05086f5035f62;name=git_aa93f7ee_0;destsuffix=vcs_cache/9e52b2f6204cf4daab20f41d30029448e95ae1a472c112e86dbdd68a16e14a2e"
466SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.11.1;shallow=1;rev=2a57335dc9cd6833daa820bc94d9b40c26a7917d;name=git_aa93f7ee_1;destsuffix=vcs_cache/ba91b84762300277627df761c9f004ffcc560434a1a1c2e613269b0c2e378278"
467SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.5.1;shallow=1;rev=3ebf1ddaeb260c4b1ae502a01c7844fa8c1fa0e9;name=git_aa93f7ee_2;destsuffix=vcs_cache/725790d9265526f327bc846ba6025be038cd5cdf6367be0f622409ad58ac9aa0"
468SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.7.0;shallow=1;rev=acba37e5db06f0093b465a7d47822bf13644b66c;name=git_aa93f7ee_3;destsuffix=vcs_cache/f87883f9ef1ad6bd6ecb844fe9108ae126c4dfab49080e5fb37bd27ca64417be"
469SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=f35b8ab0b5a2cef36673838d662e249dd9c94686;name=git_aa93f7ee_4;destsuffix=vcs_cache/2bb8c4aae39dd3460bd5d8094b70444e65cec7f2390b1c2a41ffb7d431d41317"
470SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.6.1;shallow=1;rev=f654a9112bbeac49ca2cd45bfbe11533c4666cf8;name=git_aa93f7ee_5;destsuffix=vcs_cache/782e156612c5b8f52bb9daab64be055460c9e50ce18305034fc5c8954a4e6b4a"
471SRC_URI += "git://github.com/stretchr/testify;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=ffdc059bfe9ce6a4e144ba849dbedead332c6053;name=git_aa93f7ee_6;destsuffix=vcs_cache/15f4be955793ecb9ef81031cf64191211271265868a72e4bf25c409e978a8ce8"
472SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.5.2;shallow=1;rev=307d0db21292676ac9d469826525c3630f47f63a;name=git_7987da5d_0;destsuffix=vcs_cache/fe4a57d26379977ebf461da8c71a20095b9f973a91d55076b67fa0de48206a1e"
473SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.1.1;shallow=1;rev=477a77ecc69700c7cdeb1fa9e129548e1c1c393c;name=git_7987da5d_1;destsuffix=vcs_cache/324a79f9170fef44f826e43999370c6ec3bc3be6044c9a4c2e3eb97cdf5ac743"
474SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=ea4fe68685ee0d3cee7032121851b57e7494e8ea;name=git_7987da5d_2;destsuffix=vcs_cache/982a1df420b1f34eee71122e02865aa89e1ea251dc09362265917bd0e0ca3995"
475SRC_URI += "git://github.com/stretchr/objx;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=facf9a85c22f48d2f52f2380e4efce1768749a89;name=git_7987da5d_3;destsuffix=vcs_cache/39828321881a0709a36a2d1edde8fc9928ddd471ebd0bbdf7012076e7214bb02"
476SRC_URI += "git://github.com/mgutz/ansi;protocol=https;nobranch=1;rev=9520e82c474b0a04dd04f8a40959027271bab992;name=git_ab1ea218_0;destsuffix=vcs_cache/f38805371ceca34945d620f33580bc80b8d8946d490670358956c3579639e7ad"
477SRC_URI += "git://github.com/inconshreveable/mousetrap;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=4e8053ee7ef85a6bd26368364a6d27f1641c1d21;name=git_b31cc6ad_0;destsuffix=vcs_cache/a9f0ac4cf05240ceb9790811cbd8ab3cbdcd404501a9ca5a402a28033e7235d8"
478SRC_URI += "git://github.com/inconshreveable/mousetrap;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=76626ae9c91c4f2a10f34cad8ce83ea42c93bb75;name=git_b31cc6ad_1;destsuffix=vcs_cache/bdd1bbf309f6078c2e930609779f6207bad79817ed60bcb7a66df8a5735580f3"
306SRC_URI += "git://github.com/cpuguy83/go-md2man;protocol=https;nobranch=1;tag=v2.0.7;shallow=1;rev=061b6c7cbecd6752049221aa15b7a05160796698;name=git_af686cb3_0;destsuffix=vcs_cache/44790142f31974c97a48f51298f4d80d17cdea0211947e7cbfe90054a7fe7774" 479SRC_URI += "git://github.com/cpuguy83/go-md2man;protocol=https;nobranch=1;tag=v2.0.7;shallow=1;rev=061b6c7cbecd6752049221aa15b7a05160796698;name=git_af686cb3_0;destsuffix=vcs_cache/44790142f31974c97a48f51298f4d80d17cdea0211947e7cbfe90054a7fe7774"
307SRC_URI += "git://github.com/cpuguy83/go-md2man;protocol=https;nobranch=1;tag=v2.0.6;shallow=1;rev=441631534462b74c098953dbd8d5f6210994b0bf;name=git_af686cb3_1;destsuffix=vcs_cache/0b9036af46cc50aa9433a461266e6ef3b3645807c3d1fa49cc53eb201e011781" 480SRC_URI += "git://github.com/cpuguy83/go-md2man;protocol=https;nobranch=1;tag=v2.0.6;shallow=1;rev=441631534462b74c098953dbd8d5f6210994b0bf;name=git_af686cb3_1;destsuffix=vcs_cache/0b9036af46cc50aa9433a461266e6ef3b3645807c3d1fa49cc53eb201e011781"
308SRC_URI += "git://github.com/agext/levenshtein;protocol=https;nobranch=1;tag=v1.2.3;shallow=1;rev=52c14c47d03211d8ac1834e94601635e07c5a6ef;name=git_67b51d80_0;destsuffix=vcs_cache/f4186a1dba20fb3f51b9daaf116c010f10b94a0eb8114b084e25bb3b5649ecf6" 481SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;protocol=https;nobranch=1;tag=v0.9.1;shallow=1;rev=a1a33cddd5be3be60e654ba0aeecb80881185d07;name=git_09ca63ed_0;destsuffix=vcs_cache/10dbe58c8dc404f5f42a20a009cd93a99386ef2bc8e22ece06ffbaf572deb939"
309SRC_URI += "git://github.com/kballard/go-shellquote;protocol=https;branch=master;rev=95032a82bc518f77982ea72343cc1ade730072f0;name=git_e33a00ee_0;destsuffix=vcs_cache/49fe182d1b759955b666e8ad12ff66052cc7e14ba9ccf9e8371ee85848f1f9ac" 482SRC_URI += "git://github.com/hpcloud/tail;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=a30252cb686a21eb2d0b98132633053ec2f7f1e5;name=git_eb7f53a1_0;destsuffix=vcs_cache/9dfd08c5a4f07a465c8fe6fd4e5e96ac82ccaeba87143831c1a6290e944a3c84"
310SRC_URI += "git://github.com/serialx/hashring;protocol=https;branch=master;rev=22c0c7ab6b1be4be7b950bae8b117767da7b18b6;name=git_819991f3_0;destsuffix=vcs_cache/9ad302311a59b7a00732c9d2e738e872440b07b223df6f9dc7104acafedb16ee" 483SRC_URI += "git://github.com/cespare/xxhash;protocol=https;nobranch=1;tag=v2.3.0;shallow=1;rev=998dce232f17418a7a5721ecf87ca714025a3243;name=git_9d94b3ef_0;destsuffix=vcs_cache/4cf9134295bfe252b2146507759140e7050e00021c322cfd0d38a231ef3c0b20"
311SRC_URI += "git://github.com/go-logr/logr;protocol=https;nobranch=1;tag=v1.4.3;shallow=1;rev=38a1c47ef633fa6b2eee6b8f2e1371ba8626e557;name=git_e0ff909e_0;destsuffix=vcs_cache/5b4f8e13d26b7581594ade5c47d93fb87ebb7720ce23eff7afaed11743464e1f"
312SRC_URI += "git://github.com/go-logr/logr;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=99e02a994f50f904b6b201df394776cf687238a9;name=git_e0ff909e_1;destsuffix=vcs_cache/761d6b76e4ca57583edd8a7d6cf39d5a0c0dfd1fb4f82f099c044f754193f7d1"
313SRC_URI += "git://github.com/go-logr/stdr;protocol=https;nobranch=1;tag=v1.2.2;shallow=1;rev=521af2addfa7c81c8a65d0e85ed34bb6bb6dc262;name=git_76834f06_0;destsuffix=vcs_cache/e69aa58ea5f2f28aa8623652f5e6643b2299d9fe8ba1e6c73a8e3d602290ac67"
314SRC_URI += "git://github.com/envoyproxy/protoc-gen-validate;protocol=https;nobranch=1;tag=v1.2.1;shallow=1;rev=7b06248484ceeaa947e93ca2747eccf336a88ecc;name=git_ac4e3fea_0;destsuffix=vcs_cache/d5f02e84a7cac6538441cf10353084bc8986687c4fb1dbec8ce868f36087a44c"
315SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;nobranch=1;tag=ratelimit/v0.1.0;shallow=1;rev=2cdf9fc1e8a104e69a6487721514041c335d86f6;name=git_f80b47a3_0;destsuffix=vcs_cache/906f63aa0b71e9714823fdb45d45be4659d30de781b6a053c93f43371894845f"
316SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;nobranch=1;tag=envoy/v1.35.0;shallow=1;rev=5321204dac14eb3ef389be392c36364d9bad4302;name=git_f80b47a3_1;destsuffix=vcs_cache/af904f5786ed9309afb305ff0ca3cddce08208c95ec3f9def0b074e767b05cb9"
317SRC_URI += "git://github.com/envoyproxy/go-control-plane;protocol=https;branch=main;rev=75eaa193e329413d3a688b7c3aa2991095f321c1;name=git_f80b47a3_2;destsuffix=vcs_cache/16d730c776e5b5650a8f35d6f26efcb4548bf62ecba132bc934e522eec2a0508"
318SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;protocol=https;nobranch=1;tag=v2.1.0;shallow=1;rev=3f5e2b31e36c931159a1b80287847840cd581e6e;name=git_e9f7c9ac_0;destsuffix=vcs_cache/4e15ad209f57f1610bea03c67dbeef9ef7792fafe9b2902ca1a141277719f091"
319SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;protocol=https;nobranch=1;tag=providers/prometheus/v1.1.0;shallow=1;rev=53040665d19bab33e444905822557433511bb981;name=git_e9f7c9ac_1;destsuffix=vcs_cache/42aacc0b51ca4683515670ecfde267af8722802b2bb4d002d5647da7d38f9a47"
320SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;protocol=https;nobranch=1;tag=v2.27.2;shallow=1;rev=91958df0371da5c71794adc92e21cf8fed58df97;name=git_3fba78e5_0;destsuffix=vcs_cache/6c43ad48e059624148bd0ae0b851bb5d1200cd6574bdf1b8e9006ed161aaad3d"
321SRC_URI += "git://github.com/mxk/go-flowrate;protocol=https;branch=master;rev=cca7078d478f8520f85629ad7c68962d31ed7682;name=git_a209a0d8_0;destsuffix=vcs_cache/12c25c020a66ecc07c7c90ff8a8793d5462f3f4e58338c9b36012b25b4ed81b8"
322SRC_URI += "git://github.com/sasha-s/go-deadlock;protocol=https;nobranch=1;tag=v0.3.5;shallow=1;rev=464d34347a399b840a4f963cc96dfc993ccf8c62;name=git_8c229f40_0;destsuffix=vcs_cache/fa29175221f16401d041954c9a07bc5aa8b90d585d480873eaa15a18b5fa8e6d"
323SRC_URI += "git://github.com/prometheus/client_model;protocol=https;branch=master;rev=5c3871d89910bfb32f5fcab2aa4b9ec68e65a99f;name=git_63d71ba5_0;destsuffix=vcs_cache/f6f51abd7b0f905d6b844652733802c893708c937a90eddb39855a9027e795ef"
324SRC_URI += "git://github.com/prometheus/client_model;protocol=https;branch=master;rev=99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c;name=git_63d71ba5_1;destsuffix=vcs_cache/b20883069672740ec9f8b88232be489d4e077ea06970f02fdd7280e57e070c26"
325SRC_URI += "git://github.com/prometheus/client_model;protocol=https;nobranch=1;tag=v0.6.2;shallow=1;rev=eb136e513d419e0c31ad750922f0a6f7675c2dee;name=git_63d71ba5_2;destsuffix=vcs_cache/ce4113e6c8f9de1c05a5198a36f67001c5b8ac458bbdbca291a0800fa698d5b1"
326SRC_URI += "git://github.com/prometheus/client_model;protocol=https;branch=master;rev=fd36f4220a901265f90734c3183c5f0c91daa0b8;name=git_63d71ba5_3;destsuffix=vcs_cache/86bc615fe75b2ce98cd8c130b2a77b88c6ddb4a708b29321848472d9dd871940"
327SRC_URI += "git://github.com/prometheus/procfs;protocol=https;branch=master;rev=185b4288413d2a0dd0806f78c90dde719829e5ae;name=git_0ab7c7bc_0;destsuffix=vcs_cache/6f855d6fe4ec2b6948e8c511b7c537693831aa71f3427a1625d4a9a01260e77d"
328SRC_URI += "git://github.com/prometheus/procfs;protocol=https;nobranch=1;tag=v0.0.3;shallow=1;rev=3f98efb27840a48a7a2898ec80be07674d19f9c8;name=git_0ab7c7bc_1;destsuffix=vcs_cache/300598e31c95698a764cc0dc7edf8fdfc8ab21a3296c0c5a34791af504e1a038"
329SRC_URI += "git://github.com/prometheus/procfs;protocol=https;nobranch=1;tag=v0.0.2;shallow=1;rev=833678b5bb319f2d20a475cb165c6cc59c2cc77c;name=git_0ab7c7bc_2;destsuffix=vcs_cache/99df38a3259da6d3172d2228188bc6bb7c0f8033d40d03436c89d71e754acf1e"
330SRC_URI += "git://github.com/prometheus/procfs;protocol=https;branch=master;rev=cb4147076ac75738c9a7d279075a253c0cc5acbd;name=git_0ab7c7bc_3;destsuffix=vcs_cache/d6e1327c0735ef125d48a5e4da87d9573ffbc383c27ca670995682b478f20009"
331SRC_URI += "git://github.com/prometheus/procfs;protocol=https;nobranch=1;tag=v0.16.1;shallow=1;rev=cff69b9d9aa77a0793276da74310e38422864e28;name=git_0ab7c7bc_4;destsuffix=vcs_cache/c5636022955615867ff5e898a254c352486ff4f35f8066d4296d4561c4ef4d2e"
332SRC_URI += "git://github.com/prometheus/common;protocol=https;nobranch=1;tag=v0.4.1;shallow=1;rev=17f5ca1748182ddf24fc33a5a7caaaf790a52fcc;name=git_63ab0745_0;destsuffix=vcs_cache/892c75be05216c8a166e1dfe11c12f4563f5c0830e193268bcf9f7511010bcc7"
333SRC_URI += "git://github.com/prometheus/common;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=31bed53e4047fd6c510e43a941f90cb31be0972a;name=git_63ab0745_1;destsuffix=vcs_cache/866ac186da10c19f814988a847f2b46d07b11981edcd6fec98970325a2803af4"
334SRC_URI += "git://github.com/prometheus/common;protocol=https;branch=main;rev=89604d197083d4781071d3c65855d24ecfb0a563;name=git_63ab0745_2;destsuffix=vcs_cache/6fa554cea5eccb087d26785c06f579b8594dbf658c4a1288c2a78398383fed0f"
335SRC_URI += "git://github.com/prometheus/common;protocol=https;nobranch=1;tag=v0.66.1;shallow=1;rev=8975dde6db7208309e9872891f24c7301aa77dfb;name=git_63ab0745_3;destsuffix=vcs_cache/4004fe14db85cf2a2119d66ea225f2b9d7d14ea63e1e3bfa539d1d2440d107c4"
336SRC_URI += "git://github.com/prometheus/client_golang;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=170205fb58decfd011f1550d4cfb737230d7ae4f;name=git_6ffa6057_0;destsuffix=vcs_cache/4e44bd818fd07e6368ea60f26721c00dad401136a0e4742f5b167d5755f25168"
337SRC_URI += "git://github.com/prometheus/client_golang;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=4ab88e80c249ed361d3299e2930427d9ac43ef8d;name=git_6ffa6057_1;destsuffix=vcs_cache/607ef8649c55f0756537573f8975af1867f26f93a7f97eb4ff594fc98c467f83"
338SRC_URI += "git://github.com/prometheus/client_golang;protocol=https;nobranch=1;tag=v1.23.2;shallow=1;rev=8179a560819f2c64ef6ade70e6ae4c73aecaca3c;name=git_6ffa6057_2;destsuffix=vcs_cache/d9bbeca592abd4abe4a9bb304c93ff338301ffcad964694c918522126d52a1d2"
339SRC_URI += "git://github.com/prometheus/client_golang;protocol=https;nobranch=1;tag=v0.9.1;shallow=1;rev=abad2d1bd44235a26707c172eab6bca5bf2dbad3;name=git_6ffa6057_3;destsuffix=vcs_cache/5b7494e1e1baac9b65067e6f77ebb97bd97f8ea769f7093cc8cb23ca7d5ab93e"
340SRC_URI += "git://github.com/santhosh-tekuri/jsonschema;protocol=https;nobranch=1;tag=v5.3.1;shallow=1;rev=16bce71af51f6a4a775f11e649a347a8803940d3;name=git_3ace93c7_0;destsuffix=vcs_cache/9964fa94eb99b405ebcfa3af19e0e16d07aef590c7af497cdfc6743aa4544776" 484SRC_URI += "git://github.com/santhosh-tekuri/jsonschema;protocol=https;nobranch=1;tag=v5.3.1;shallow=1;rev=16bce71af51f6a4a775f11e649a347a8803940d3;name=git_3ace93c7_0;destsuffix=vcs_cache/9964fa94eb99b405ebcfa3af19e0e16d07aef590c7af497cdfc6743aa4544776"
341SRC_URI += "git://github.com/santhosh-tekuri/jsonschema;protocol=https;nobranch=1;tag=v6.0.1;shallow=1;rev=87df339550a7b2440ff7da286bd34ece7d74039b;name=git_3ace93c7_1;destsuffix=vcs_cache/8cfe8424190c359d20ad2bc01793323c7ac268106706dfa9721cccd4203cbfde" 485SRC_URI += "git://github.com/santhosh-tekuri/jsonschema;protocol=https;nobranch=1;tag=v6.0.1;shallow=1;rev=87df339550a7b2440ff7da286bd34ece7d74039b;name=git_3ace93c7_1;destsuffix=vcs_cache/8cfe8424190c359d20ad2bc01793323c7ac268106706dfa9721cccd4203cbfde"
342SRC_URI += "git://github.com/go-sql-driver/mysql;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=a0583e0143b1624142adab07e0e97fe106d99561;name=git_825229b4_0;destsuffix=vcs_cache/732613cefc15b1adbb2c7aeb63e0c9bbf2708050a30ce547a2df82727da51371" 486SRC_URI += "git://github.com/mistifyio/go-zfs;protocol=https;nobranch=1;tag=v3.0.1;shallow=1;rev=f6d5c373cf63ae2477370aa9bda9fa49804c2d72;name=git_9ca91730_0;destsuffix=vcs_cache/14a067948c9001a8443e88278679f597430282136bcd53894095ccfed51182ca"
343SRC_URI += "git://github.com/tetratelabs/wazero;protocol=https;nobranch=1;tag=v1.9.0;shallow=1;rev=96f2052f6d12cccc29193f5452c635b76d8a036d;name=git_59327123_0;destsuffix=vcs_cache/8184e4b8a52d22bbf7a3100e9a800f7f69b67c8a4a0349fa457cf7c0f1833060" 487SRC_URI += "git://github.com/uber/mock;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=2d1c58167e30f380cf78e44a43b100a14767e817;name=git_d59a22ac_0;destsuffix=vcs_cache/03540ab2f6f54b62764f09a177ce039608b19eb6106bf7b67da770000fde2a48"
344SRC_URI += "git://github.com/spdx/tools-golang;protocol=https;nobranch=1;tag=v0.5.5;shallow=1;rev=9db247b854b9634d0109153d515fd1a9efd5a1b1;name=git_c611268e_0;destsuffix=vcs_cache/67dc836f5c494b30f0be4d730f354867948c78e92c42f1c68e779ec3c48a5a01" 488SRC_URI += "git://github.com/uber-go/goleak;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=31095c657c34bba405a8d480db27989aa5f60b9c;name=git_aa00c2c2_0;destsuffix=vcs_cache/358840d6c8d4d8a268b95a505fd6f93da14af34041c0824fe51920b4cd523ae2"
345SRC_URI += "git://github.com/cenkalti/backoff;protocol=https;nobranch=1;tag=v4.3.0;shallow=1;rev=720b78985a65c0452fd37bb155c7cac4157a7c45;name=git_67dac28e_0;destsuffix=vcs_cache/c644c1d0f5212c0210f056d6c7d45f3e482a1fca002b7c3e65edf8d3c060566f" 489SRC_URI += "git://github.com/FiloSottile/edwards25519;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=325f520de716c1d2d2b4e8dc2f82c7ccc5fac764;name=git_41754dd3_0;destsuffix=vcs_cache/f4c4c638435f40478f3fd4350a83ea7fc251e7970f9edee9b9bc5101fbd4f799"
346SRC_URI += "git://github.com/cenkalti/backoff;protocol=https;nobranch=1;tag=v5.0.3;shallow=1;rev=7cad66a637c4ffff09d0795608116ddcc7eb1769;name=git_67dac28e_1;destsuffix=vcs_cache/656f7cb59961eb5e57ba97bf50166eda0c13e2ecff4c8c15b33eb72e8ad26dc4"
347SRC_URI += "git://github.com/pelletier/go-toml;protocol=https;nobranch=1;tag=v2.2.4;shallow=1;rev=ee07c9203b72060f12e31c04ace80e8a187d5a67;name=git_5fc8a683_0;destsuffix=vcs_cache/024e6f520632e6be8a8fbc0202fdf0da2cfc0266ff95451a8e8d944dd0d8882f"
348SRC_URI += "git://github.com/pelletier/go-toml;protocol=https;nobranch=1;tag=v1.9.5;shallow=1;rev=fed1464066413075eac02cd4dc368b5221845541;name=git_5fc8a683_1;destsuffix=vcs_cache/22bc2e212b193b23af04b0014dd6e6f15e66953913e88670099f8375927b48c7"
349SRC_URI += "git://github.com/mattn/go-colorable;protocol=https;nobranch=1;tag=v0.1.14;shallow=1;rev=1f71342c1ee78c126bcb69cd26ed8c2be7e016b3;name=git_65d23631_0;destsuffix=vcs_cache/d115108e05252e00501d24555b70931860f5e2506c9b51436969923bc59f5dd0"
350SRC_URI += "git://github.com/mattn/go-colorable;protocol=https;nobranch=1;tag=v0.1.2;shallow=1;rev=8029fb3788e5a4a9c00e415f586a6d033f5d38b3;name=git_65d23631_1;destsuffix=vcs_cache/c71b6f3acd50d510992b046a557833b9b03a5c1f131137523bd7a638b59e233e"
351SRC_URI += "git://github.com/mattn/go-runewidth;protocol=https;nobranch=1;tag=v0.0.16;shallow=1;rev=6ceadc68530e7bfea8cba17d6523bed32912d4fa;name=git_54f38250_0;destsuffix=vcs_cache/1af9e649dfc4b15b3476c94bfc74f82df8afa71fae63a7efc761b8a649019d2d"
352SRC_URI += "git://github.com/mattn/go-sqlite3;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=6c771bb9887719704b210e87e934f08be014bdb1;name=git_e0a410bf_0;destsuffix=vcs_cache/0bc060447a84109d178e936cf0287c198c9a1bcbf25d74362b7df7427a44fdda"
353SRC_URI += "git://github.com/mattn/go-isatty;protocol=https;nobranch=1;tag=v0.0.8;shallow=1;rev=1311e847b0cb909da63b5fecfb5370aa66236465;name=git_bdb8c628_0;destsuffix=vcs_cache/4963e35bcc64525b440c791c0eb22045df1ebb90bbcdf56256950a814d09f425"
354SRC_URI += "git://github.com/mattn/go-isatty;protocol=https;nobranch=1;tag=v0.0.20;shallow=1;rev=a7c02353c47bc4ec6b30dc9628154ae4fe760c11;name=git_bdb8c628_1;destsuffix=vcs_cache/d07760adabb0d05ba45e3c8997554326fa96668c12bc4572654f288670e1af35"
355SRC_URI += "git://github.com/mattn/go-shellwords;protocol=https;nobranch=1;tag=v1.0.12;shallow=1;rev=973b9d5391598d4ee601db46fa32f6e186a356ac;name=git_86631c51_0;destsuffix=vcs_cache/3e9de7967c04a07a314669e56b72110ac8eee96a9646f5b9863c709575abe8d1"
356SRC_URI += "git://github.com/buger/goterm;protocol=https;nobranch=1;tag=v1.0.4;shallow=1;rev=a73545aae7d693f786ce4cc687460efca4845f31;name=git_19a54999_0;destsuffix=vcs_cache/caf1c06b7ea92c81a60195c5df6f46d1e4ceb75cfb096fb918e712dcc226fc04"
357SRC_URI += "git://github.com/moby/patternmatcher;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=347bb8d8d557f90d1b75cd8bca3c0177f380a979;name=git_319ce9bf_0;destsuffix=vcs_cache/fde57a922ff865dfe02454fffbfcbb1e5f2ca06ac3390f3a9df16466bfda666b"
358SRC_URI += "git://github.com/moby/term;protocol=https;nobranch=1;tag=v0.5.2;shallow=1;rev=6c1b69fecbac2753dcaf18718a7e9f9093c3760d;name=git_1bc89d26_0;destsuffix=vcs_cache/b7e959e4874fee596e5f3eaf06300410fe7cefde4fbece51042d17be137ef04e"
359SRC_URI += "git://github.com/moby/policy-helpers;protocol=https;branch=main;rev=bcaa71c99f147b8fb48fcc79c5cc9c8ad7c4486c;name=git_e2196f87_0;destsuffix=vcs_cache/7077358f35b23a7b00fbe917cc678c7bc8e3429f2445f4e49c9d9b23313a86fb"
360SRC_URI += "git://github.com/moby/profiles;protocol=https;nobranch=1;tag=seccomp/v0.1.0;shallow=1;rev=c936cc7b4074219137bc0bee45670f5e4618d462;name=git_632e0288_0;destsuffix=vcs_cache/899c7ea07e4e45b382f104bc27009eeb90de7f25205638ebec13f6349d5977db"
361SRC_URI += "git://github.com/moby/locker;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=281af2d563954745bea9d1487c965f24d30742fe;name=git_a03ea75a_0;destsuffix=vcs_cache/5549df51df50be0334c0cca67abc7ed6c0bd4fceee3f7bb56eb917b56bfe8644"
362SRC_URI += "git://github.com/moby/go-archive;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=9ec1e6e329273f4a3f0a445d8c0fb73c9b16bbe5;name=git_5508e76d_0;destsuffix=vcs_cache/de83d178e015001ec503f8d89743a9cc08e2d644c9cde111c18076c370479f62"
363SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=atomicwriter/v0.1.0;shallow=1;rev=4a75548218baa36bdbaaed1371a3e8a9cdfcffa0;name=git_66165bb7_0;destsuffix=vcs_cache/f4359e6cc20b486bfb92dc3bcf6ac79f9272e2daa0c0172e594bcb9e9e7185c4"
364SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=capability/v0.4.0;shallow=1;rev=50e999a770172a519119e1c4fd4b6153b7dac90d;name=git_66165bb7_1;destsuffix=vcs_cache/e67c1b1913863f71a44fb255bb4ceafcd322cbb0790a301c410f76acaf083f75"
365SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=userns/v0.1.0;shallow=1;rev=54475191138bd297c627eb1a59e1e54b953957f1;name=git_66165bb7_2;destsuffix=vcs_cache/8ea1faceda9bb3618c7b96f0749fcc6b4672432eef27c1f25c4bf631513501f2"
366SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=user/v0.4.0;shallow=1;rev=71f0c5ead442a11945a589a7aafd6ef5976fffc8;name=git_66165bb7_3;destsuffix=vcs_cache/1ea4d88317a39a40b500e6a8370c6c5f6d53cf5486d16925f6374042d8bf9896"
367SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=mount/v0.3.4;shallow=1;rev=7af2bbe457efeb8b84a57d35692694a50e3ee9cb;name=git_66165bb7_4;destsuffix=vcs_cache/bafd5119fc031ca52b9e52a119b6c3c57d48dea0d101fe2ad1a175fce54de6c7"
368SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=reexec/v0.1.0;shallow=1;rev=ca0444fed0e9557797cd00105eecf9db4c878b57;name=git_66165bb7_5;destsuffix=vcs_cache/4c6d72296668707abb39f73bf8ef79dbb131e20164c7c8897885dfa2b6dd000b"
369SRC_URI += "git://github.com/moby/sys;protocol=https;nobranch=1;tag=sequential/v0.6.0;shallow=1;rev=cafbe42351600ca9b363e220722f66d96f6e71f4;name=git_66165bb7_6;destsuffix=vcs_cache/c5c70dcea521c7e4cc66d0ca1ccdc1721b1a865780c1a1b9274ced410fa0553f"
370SRC_URI += "git://github.com/moby/docker-image-spec;protocol=https;nobranch=1;tag=v1.3.1;shallow=1;rev=f1d00ebd2d6d6805170d5543dbca4b850f35f9af;name=git_00e28400_0;destsuffix=vcs_cache/7e0006fc710e13d8f5d4dd052be9861a4fd4562e1330ab6bdf94303f885e80da"
371SRC_URI += "git://github.com/moby/spdystream;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=77eb080123d208697674a07b74ceaf94c98bee8b;name=git_30522a60_0;destsuffix=vcs_cache/d7500df0fff4308611e91e5edf74d69178b53dccca9230c03beecb0a26d56124"
372SRC_URI += "git://github.com/moby/buildkit;protocol=https;nobranch=1;tag=v0.26.2;shallow=1;rev=be1f38efe73c6a93cc429a0488ad6e1db663398c;name=git_caea0070_0;destsuffix=vcs_cache/ea271cbec4e6af9d6f8b85fc342abbb36b352fe2a1696958921722eb7d40d1dc"
373SRC_URI += "git://github.com/cilium/ebpf;protocol=https;nobranch=1;tag=v0.16.0;shallow=1;rev=061e86d8f5e99aa6f04d11a3807c8cacdbe7908b;name=git_1e891de1_0;destsuffix=vcs_cache/8e810695e5aecdedc82025b50fe217f458e95243dfd6f3a725e4be31bb89421b"
374SRC_URI += "git://github.com/Shopify/logrus-bugsnag;protocol=https;branch=master;rev=6dbc35f2c30d1e37549f9673dd07912452ab28a5;name=git_7b455409_0;destsuffix=vcs_cache/32b9430ae515731f656e10a931bd6ca61d5ea940c15245ea2c8bb98990560cfd"
375SRC_URI += "git://github.com/containerd/zfs;protocol=https;nobranch=1;tag=v2.0.0-rc.0;shallow=1;rev=ac25940eac8d55a66eb07b5444da0bd98ab03f2b;name=git_62ef0568_0;destsuffix=vcs_cache/760d9b417b3649f7335a5437c1ddc3ce9a7d15632bcac73a7aabc3c145104a12"
376SRC_URI += "git://github.com/containerd/console;protocol=https;nobranch=1;tag=v1.0.5;shallow=1;rev=c8d962180f543ac07c008ecc79a413406ea10c0b;name=git_7dc259a2_0;destsuffix=vcs_cache/a38aca664db28f607862e39301d2fd06b3c58312662cbd189f451215c3eb9894"
377SRC_URI += "git://github.com/containerd/stargz-snapshotter;protocol=https;nobranch=1;tag=estargz/v0.17.0;shallow=1;rev=6f6aacb044960a0820a2d2954f5cbcc40b17fbdb;name=git_0c473532_0;destsuffix=vcs_cache/24a2796839044959bbf030bb3fd1172f4a49c4577d48199b4f7087d3952367d6"
378SRC_URI += "git://github.com/containerd/plugin;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd;name=git_0f1fd608_0;destsuffix=vcs_cache/f786b847c888d27ca5c517b566772c78216ed963d31d5119a32ebad7494855ea"
379SRC_URI += "git://github.com/containerd/platforms;protocol=https;nobranch=1;tag=v1.0.0-rc.2;shallow=1;rev=2e51fd9435bd985e1753954b24f4b0453f4e4767;name=git_96693f8e_0;destsuffix=vcs_cache/a5b697e2dcecbe42edb518786dede1d257aecc63276621eb03e3917cae97e344"
380SRC_URI += "git://github.com/containerd/cgroups;protocol=https;nobranch=1;tag=v3.1.0;shallow=1;rev=fa024e5d81b610f004f42857e696d94b8961475a;name=git_85a7d8f6_0;destsuffix=vcs_cache/afcdc6b74bd9b0d30fcd801d4175ef54783d125d29b7cf31da1bed7135dae03e"
381SRC_URI += "git://github.com/containerd/nri;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=a2eea2bc19ada59eafdb1237a4720ef8ab11e5b1;name=git_523249c2_0;destsuffix=vcs_cache/9e8aeba250dfc002831e46adace86815de4667ce3a2125acdbc5818f536de05c"
382SRC_URI += "git://github.com/containerd/log;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=0fc1e28871fdf2786e2cc51bbe4133db6547a199;name=git_b70b7359_0;destsuffix=vcs_cache/697be36d9b8a0eb34f8591d0f69b6d596e1e9341b5944ebf81ddd334b1907bc6"
383SRC_URI += "git://github.com/containerd/otelttrpc;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=fa91cafe17adf59a0edc10650135dfd1dfb761c2;name=git_69c055ed_0;destsuffix=vcs_cache/c27d4a7087a7f4624cdf40c161f9707dbb90cd2d71159840f7c7b610260e9f24"
384SRC_URI += "git://github.com/containerd/ttrpc;protocol=https;nobranch=1;tag=v1.2.7;shallow=1;rev=3b8c8b75577584e412043afb7b561193a4a47d2e;name=git_1deba031_0;destsuffix=vcs_cache/89e0e59ec2637becf69ff869326d460e7b3aa5c251d58a6d42981bc9c12360fd"
385SRC_URI += "git://github.com/containerd/errdefs;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=4817405e4a3caeb7aee9dac68ed55339c59cb635;name=git_070120f7_0;destsuffix=vcs_cache/d9d1c9949e837f39205605237b656e944c7d0cd69e48a906fabdb6bebe0edb66"
386SRC_URI += "git://github.com/containerd/imgcrypt;protocol=https;nobranch=1;tag=v2.0.1;shallow=1;rev=c377ec98ff79ec9205eabf555ebd2ea784738c6c;name=git_3f4049aa_0;destsuffix=vcs_cache/cf07f49bde1cc9b1c042dfb7055d38c832cb69592e89521daa5ad46b367e047b"
387SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;protocol=https;nobranch=1;tag=v2.1.6;shallow=1;rev=8b4beab359e7d031f06783f60a34f2a9b7297ef5;name=git_923d9d3e_0;destsuffix=vcs_cache/d6462a2e449413e1dd1cf0af4cad9575f645aa1bdbde1b40c8a967fe3de781cf"
388SRC_URI += "git://github.com/containerd/accelerated-container-image;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=c5dd4fa383f2a932ab7d0b974f05a4e90eb46604;name=git_c15853d7_0;destsuffix=vcs_cache/3c38450d2e9b921d8073a5c5afb9472d94858098bc1fe7d691687d51d0ede1ff"
389SRC_URI += "git://github.com/containerd/continuity;protocol=https;nobranch=1;tag=v0.4.5;shallow=1;rev=44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e;name=git_b4d76115_0;destsuffix=vcs_cache/ef286b146362aa5da58f9ef4e88323a32e1ea45eda78c6d484875972ce0a81e0"
390SRC_URI += "git://github.com/containerd/go-runc;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=df3c22d088ca919d1943efa8ae0cfc0514da0542;name=git_84c96084_0;destsuffix=vcs_cache/9044e9e240020298712a51a4db4736afc66d70b1870cf11cac73c0661be06842"
391SRC_URI += "git://github.com/containerd/nydus-snapshotter;protocol=https;nobranch=1;tag=v0.15.4;shallow=1;rev=7317cffb615fb1409cf5e2ea06e83590d1113df0;name=git_c4766add_0;destsuffix=vcs_cache/3371554120d7414305ee7e2a1039afc3c4fe1e65619e9593558857b842b7ed84"
392SRC_URI += "git://github.com/containerd/btrfs;protocol=https;nobranch=1;tag=v2.0.0;shallow=1;rev=f611cf12b33f43269574b2ad82bcb55e4d6f9982;name=git_afc7f4f6_0;destsuffix=vcs_cache/8a2ee3ce7d871ae06962c07984197acdfd6035091884c9db0791378ac0229823"
393SRC_URI += "git://github.com/containerd/typeurl;protocol=https;nobranch=1;tag=v2.2.3;shallow=1;rev=5b047adad57d172afa9654c019fe65bf0540cc4d;name=git_94e812bb_0;destsuffix=vcs_cache/60bc9255cadbea28631b3293cd629cbe0b9a9cffb987712231cdc4f9dc75a2cb"
394SRC_URI += "git://github.com/containerd/go-cni;protocol=https;nobranch=1;tag=v1.1.13;shallow=1;rev=784f94e654944e41f86cf33ad49bfe07014c2e7e;name=git_cab8b449_0;destsuffix=vcs_cache/42aaa61d2bb4bd3a1eb278daa53bed3b31e3af601d35dafceb8b7714333cef05"
395SRC_URI += "git://github.com/containerd/containerd;protocol=https;nobranch=1;tag=api/v1.10.0;shallow=1;rev=8b34ce391bd114e080892cccfa956ef3807c207c;name=git_c2fd43eb_0;destsuffix=vcs_cache/4ae09c91c596d23f3127d6821ac6178aa6512e66eba4da3a39e7c94903e2407b"
396SRC_URI += "git://github.com/containerd/containerd;protocol=https;branch=release/2.2;rev=efd86f2b0bc2ab918d26768a78afa8b979f346ce;name=git_c2fd43eb_1;destsuffix=vcs_cache/ef6d3af0b4d38d1e023e66d374c8efb4bb6ef25956191f4927cfe680a5aed74d"
397SRC_URI += "git://github.com/containerd/fifo;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=151b205263c29d471e0d55c787d2ce9f5343fd46;name=git_6f3d1077_0;destsuffix=vcs_cache/e4b0152cde11b075ce8a8a9f0db77d54abb72ee1bab1036ab0c157b678aade47"
398SRC_URI += "git://github.com/GoogleCloudPlatform/opentelemetry-operations-go;protocol=https;nobranch=1;tag=detectors/gcp/v1.30.0;shallow=1;rev=7130d1aded77c51f613a9d949f166d119cd595e9;name=git_2c8937f6_0;destsuffix=vcs_cache/d73039b2dd906a0889a3850d34d408fe2a98553d7bcdfe853ca194f24d0d76ca"
399SRC_URI += "git://github.com/bitly/go-hostpool;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=5d3b4dc6ed4701a761ee884fd803b0a0879744f1;name=git_81a0605e_0;destsuffix=vcs_cache/4fa48fb597b43d9ba89aa477912e73c8b6130aa0cda05b209201b071f25d10a4"
400SRC_URI += "git://github.com/bitly/go-simplejson;protocol=https;nobranch=1;tag=v0.5.0;shallow=1;rev=aabad6e819789e569bd6aabf444c935aa9ba1e44;name=git_460f3a74_0;destsuffix=vcs_cache/c56b9fa4257469037ce41f652467339083e21d8cf63b420f7051f689474dcb9e"
401SRC_URI += "git://github.com/modern-go/concurrent;protocol=https;branch=master;rev=bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94;name=git_2bbaef4c_0;destsuffix=vcs_cache/09a996e0549b43adaeb1c40a8dc339563ed1a8dcc831e5cb074441a30d502d23"
402SRC_URI += "git://github.com/modern-go/concurrent;protocol=https;branch=master;rev=e0a39a4cb4216ea8db28e22a69f4ec25610d513a;name=git_2bbaef4c_1;destsuffix=vcs_cache/720429d876e0c333185ab19ebc83ff389edac9e5b459d07c74e7a18cae1c5b7a"
403SRC_URI += "git://github.com/modern-go/reflect2;protocol=https;branch=master;rev=35a7c28c31ee079903db043180532306a621943a;name=git_975c3d3f_0;destsuffix=vcs_cache/b0f41ee692517b4a6786fb48ce9d49e532c4f77cac6cacadd6ff49dcb7325931"
404SRC_URI += "git://github.com/modern-go/reflect2;protocol=https;branch=master;rev=4b7aa43c6742a2c18fdef89dd197aaae7dac7ccd;name=git_975c3d3f_1;destsuffix=vcs_cache/8af4d54440b1b6703cd1b26845d1f5914958f01a18064501f7b77554b973b677"
405SRC_URI += "git://github.com/modern-go/reflect2;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=94122c33edd36123c84d5368cfb2b69df93a0ec8;name=git_975c3d3f_2;destsuffix=vcs_cache/5f837a9261606850c86cb464d91848cb7e2e334be529f812891c080cfd881b9a"
406SRC_URI += "git://github.com/sirupsen/logrus;protocol=https;nobranch=1;tag=v1.0.6;shallow=1;rev=3e01752db0189b9157070a0e1668a620f9a85da2;name=git_02061634_0;destsuffix=vcs_cache/e2b60414d6cf051bc156482dc25c0e442f2dcbaf755db11f95b165196e3a417d"
407SRC_URI += "git://github.com/sirupsen/logrus;protocol=https;nobranch=1;tag=v1.4.1;shallow=1;rev=8bdbc7bcc01dcbb8ec23dc8a28e332258d25251f;name=git_02061634_1;destsuffix=vcs_cache/e7dadc55f17d7e5dd646b8a1408f0d5dc551bfbbbb8de273a6b6ceb927a05353"
408SRC_URI += "git://github.com/sirupsen/logrus;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=bcd833dfe83d3cebad139e4a29ed79cb2318bf95;name=git_02061634_2;destsuffix=vcs_cache/f662f3bd248d63f5671cbf660c0fd3e5c3fc5389fca023c018b7c8fa63d75263"
409SRC_URI += "git://github.com/sirupsen/logrus;protocol=https;nobranch=1;tag=v1.9.3;shallow=1;rev=d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd;name=git_02061634_3;destsuffix=vcs_cache/a1230aee5f8f1a866199cbec636d1525e00a9b13cf2fe0023dcf6b874c525014"
410SRC_URI += "git://github.com/containernetworking/cni;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=a28faab92684aed3af64d5085733c34550ce9877;name=git_4ce5ee0d_0;destsuffix=vcs_cache/6fa30880d920c48b1630347223a375694a450629a1037b649907b1ab1f2f237a"
411SRC_URI += "git://github.com/containernetworking/plugins;protocol=https;nobranch=1;tag=v1.8.0;shallow=1;rev=0e648479e11c2c6d9109b14fc0c9ac64c677861b;name=git_4541537c_0;destsuffix=vcs_cache/f6503a87c1f81aa33a6d29c40a420afbc08e92fc8e1791dc7f439650e37194ca"
412SRC_URI += "git://github.com/pmezard/go-difflib;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=792786c7400a136282c1664665ae0a8db921c6c2;name=git_b66720d7_0;destsuffix=vcs_cache/c04ad296d2e3203fda8b7ca96feaca21b20b3b7441e33c7d67cda029ea61ab4c"
413SRC_URI += "git://github.com/petermattis/goid;protocol=https;branch=master;rev=4fcff4a6cae7cd8fdaeeaa8bb87443eda9dec107;name=git_8e87b253_0;destsuffix=vcs_cache/28fe23d2ffb5463ca74406309be8d07f56f5b77b8f151b1f3d5a8edf6d6ae9be"
414SRC_URI += "git://github.com/go-openapi/jsonreference;protocol=https;nobranch=1;tag=v0.20.2;shallow=1;rev=1f158e563669961b8e54817e3ea57978d439ffff;name=git_2d19bf8f_0;destsuffix=vcs_cache/2b1f5e4abef192d562993c04982e0222c673c03ef641b68a8e86ea31eae7b8e4"
415SRC_URI += "git://github.com/go-openapi/swag;protocol=https;nobranch=1;tag=v0.23.0;shallow=1;rev=53e32e82f758c8e884819330a87aef294ff10c1f;name=git_8c33ed8b_0;destsuffix=vcs_cache/c9cae28160c75921d2cb4ab3d1f827a75eff410d92b10dbdb59ee96851a11ee6"
416SRC_URI += "git://github.com/go-openapi/jsonpointer;protocol=https;nobranch=1;tag=v0.21.0;shallow=1;rev=8b546b950409bd7b131488a88613339cd8937b7f;name=git_a3358eda_0;destsuffix=vcs_cache/eaab28eda54bc7b1675e90e5ebeb79d02f5b4b71c2430301297b1b41c648226c"
417SRC_URI += "git://github.com/kubernetes-sigs/randfill;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=1b6128de8ceabf6d20c4d81d770bf439c1494960;name=git_8dcba602_0;destsuffix=vcs_cache/64598686d0dc1d499a7860fd9d58ec01370c353b03b4e9377d668d615af13dc6"
418SRC_URI += "git://github.com/kubernetes-sigs/yaml;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=048d724aca2d37ddb5b03c90b5b4550a3a48766d;name=git_a731a2aa_0;destsuffix=vcs_cache/289ff1bc36e2275d8f58e8de4b1e27b0cabf0d8bfcb2058f040045490a48f9fc"
419SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;protocol=https;nobranch=1;tag=v6.3.0;shallow=1;rev=d3e4dc6f630e155d2fbfdac465eb0da8a737245f;name=git_68ce0dfe_0;destsuffix=vcs_cache/d66ac94ec61bd2ff1830ecd910c5ba59307d9987a0b5e8bc4d43eed2a9670e03" 490SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;protocol=https;nobranch=1;tag=v6.3.0;shallow=1;rev=d3e4dc6f630e155d2fbfdac465eb0da8a737245f;name=git_68ce0dfe_0;destsuffix=vcs_cache/d66ac94ec61bd2ff1830ecd910c5ba59307d9987a0b5e8bc4d43eed2a9670e03"
420SRC_URI += "git://github.com/kubernetes-sigs/json;protocol=https;branch=main;rev=cfa47c3a1cc8ff0eff148aa9ec5b0226d0909e87;name=git_5671cdf3_0;destsuffix=vcs_cache/af72b3861f1b450d8fac535a64ce765bba3c291956ec3c652a5f54db46add460" 491SRC_URI += "git://github.com/kubernetes-sigs/json;protocol=https;nobranch=1;rev=cfa47c3a1cc8ff0eff148aa9ec5b0226d0909e87;name=git_5671cdf3_0;destsuffix=vcs_cache/af72b3861f1b450d8fac535a64ce765bba3c291956ec3c652a5f54db46add460"
421SRC_URI += "git://go.googlesource.com/time;protocol=https;nobranch=1;tag=v0.14.0;shallow=1;rev=2b4e43900c03fd6b77109b7b2b6d77583f48bc1c;name=git_e2f6844a_0;destsuffix=vcs_cache/0b5a85f52d49b5c97b97cde355131c98905f13038f61a5848c4d01a01512f74b" 492SRC_URI += "git://github.com/kubernetes-sigs/yaml;protocol=https;nobranch=1;tag=v1.6.0;shallow=1;rev=048d724aca2d37ddb5b03c90b5b4550a3a48766d;name=git_a731a2aa_0;destsuffix=vcs_cache/289ff1bc36e2275d8f58e8de4b1e27b0cabf0d8bfcb2058f040045490a48f9fc"
422SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50;name=git_2e975dd2_0;destsuffix=vcs_cache/39b5e1daf17afc894da71452dbc3a21bfd60c2a69143fd621e2f4c38e90360ea" 493SRC_URI += "git://github.com/kubernetes-sigs/randfill;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=1b6128de8ceabf6d20c4d81d770bf439c1494960;name=git_8dcba602_0;destsuffix=vcs_cache/64598686d0dc1d499a7860fd9d58ec01370c353b03b4e9377d668d615af13dc6"
423SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.37.0;shallow=1;rev=1231d5465be98a7c5f01140358c142d365d4fbb6;name=git_2e975dd2_1;destsuffix=vcs_cache/dc68a83f0b959f11ba9a73ae88839dbcfaa7f3926b2c644ab3d6371b08b9487e" 494SRC_URI += "git://git.kernel.org/pub/scm/libs/libcap/libcap.git;protocol=https;nobranch=1;tag=psx/v1.2.77;shallow=1;rev=3b2513a1ba696f01d31edfa93f35c30b379cc70e;name=git_101689eb_0;destsuffix=vcs_cache/0e3f13776ff605f669bbf0d6414b493efd804254db98b6d3bea7655371b7f53f"
424SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=7de9c90e9dd184706b838f536a1cbf40a296ddb7;name=git_2e975dd2_2;destsuffix=vcs_cache/ead0d27eba7bab1501c9338f4e8f06fcaeada49e20ae7ea11b3242a3e7e99835" 495SRC_URI += "git://git.kernel.org/pub/scm/libs/libcap/libcap.git;protocol=https;nobranch=1;tag=psx/v1.2.76;shallow=1;rev=5f3e12ca39c476b78160df6e2345a642a8e6f178;name=git_101689eb_1;destsuffix=vcs_cache/68fcf96342d6b57dcc3e6c818463c707e806599087dedf19a4eb9d818367df61"
425SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=f5c789dd3221ff39d752ac54467d762de7cfbec6;name=git_2e975dd2_3;destsuffix=vcs_cache/c88580cdc620bf60d25b76e2063471e63eb3d1d7e2637b2d2fee2fa29c5eef30" 496SRC_URI += "git://github.com/google/cel-spec;protocol=https;nobranch=1;tag=v0.24.0;shallow=1;rev=9f069b3ee58b02d6f6736c5ebd6587075c1a1b22;name=git_9b911644_0;destsuffix=vcs_cache/22be8bab702f88ee991b30c18c7bac8535814d8de3215c69ac9ee1e73da82c45"
497SRC_URI += "git://github.com/cyphar/libpathrs.git;protocol=https;nobranch=1;tag=go-pathrs/v0.2.1;shallow=1;rev=f900452f21ff9fa092ea5250de5634beaae0f082;name=git_8cb51ac9_0;destsuffix=vcs_cache/e45d21327d19f5df130e8033c6a083bb99ae3ef92dff0a6b9e0b6ad59104fe90"
498SRC_URI += "git://github.com/census-instrumentation/opencensus-go;protocol=https;nobranch=1;tag=v0.24.0;shallow=1;rev=b1a01ee95db0e690d91d7193d037447816fae4c5;name=git_aae3ac7b_0;destsuffix=vcs_cache/8607148e6fbec2ab3d0020ea3ffb8bdce7bc15dae97ebec60385afa6ddb97c29"
499SRC_URI += "git://github.com/gonum/gonum;protocol=https;nobranch=1;tag=v0.16.0;shallow=1;rev=7826ba4358a76646a8bd1f852201c4fed2c81c38;name=git_63b91e23_0;destsuffix=vcs_cache/525f00d6116e74b77041f8bb562564ec0e4c1d66d02a48c7b8093f8f931ae1c4"
500SRC_URI += "git://github.com/yaml/go-yaml;protocol=https;nobranch=1;tag=v4.0.0-rc.4;shallow=1;rev=068e4d63881bdd1923f069559870b6d153b15478;name=git_780106c7_0;destsuffix=vcs_cache/adea5cf06c6a3beda8e988488bf42b037fd9e912a944733d3d8861ee12229595"
501SRC_URI += "git://github.com/yaml/go-yaml;protocol=https;nobranch=1;tag=v2.4.2;shallow=1;rev=246a95c22c57f15ef6d3305a1f1b8a0b05e4d560;name=git_780106c7_1;destsuffix=vcs_cache/8e5c657c86d0e182b5f4d6ed3715a0ec93dfb998d8ef94555af035578a3aba8d"
502SRC_URI += "git://github.com/yaml/go-yaml;protocol=https;nobranch=1;tag=v2.4.3;shallow=1;rev=3b57511c5e469cd030f5df7705d1f4208aa8b339;name=git_780106c7_2;destsuffix=vcs_cache/2408eeac30b1574986dd0e17458ada4d251f9845f816637202936da13fcdab91"
503SRC_URI += "git://github.com/yaml/go-yaml;protocol=https;nobranch=1;tag=v3.0.4;shallow=1;rev=c3552c15f996075a7634df5159d9161c67bf3d76;name=git_780106c7_3;destsuffix=vcs_cache/28af0e86ac86bfc3e00873c91eee3b58eb4f82e4f4c0f7963ccfc8872fd4a4a5"
504SRC_URI += "git://github.com/yaml/go-yaml;protocol=https;nobranch=1;tag=v4.0.0-rc.3;shallow=1;rev=e99d6a6e928a797feb752a3f839e0a7e45a46ddc;name=git_780106c7_4;destsuffix=vcs_cache/bb6f6ec483049dba1843496880df5682fc52f28cc7a78c0fd6884e70812d5903"
505SRC_URI += "git://github.com/flyingmutant/rapid;protocol=https;nobranch=1;tag=v1.2.0;shallow=1;rev=7adc026a03621808fcbc07e70c6a36933b0e0d7a;name=git_137f50da_0;destsuffix=vcs_cache/44c434e5467532a753dca055894777e9cc0c2edb2d36b01df08664a6953e8459"
506SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.38.0;shallow=1;rev=15129aafc3056028aa2694528ac20373f8cd34e4;name=git_da0444fc_0;destsuffix=vcs_cache/31b4a87892cd1d88cf590c31b22ef78bd77b4e57c5287e1e0eb653c03ef43d8b"
507SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=33da011f77ade50ff5b6a6fb4a9a1e6d6b285809;name=git_da0444fc_1;destsuffix=vcs_cache/144d2f77c6aa06af51d5820df4e7506c5ecad01c86e770e0027b682ff0d3f9a9"
508SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=43e1dd70ce54ee5b1711930029ae5b4926f78f72;name=git_da0444fc_2;destsuffix=vcs_cache/61395547cb668a679b4d7508a904d02fd50ffe1630e5ffd6f4ef293a97c2d3ba"
509SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=59db8d763f22395595c26ee1cae0886b57141b3a;name=git_da0444fc_3;destsuffix=vcs_cache/34a6c6ff0efd234ebc0cc2a5cfdad07405fca7403da460f8d25bfb69091bc0c5"
510SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=665e8c7367d1ecf644cea2d163019ef59c13d554;name=git_da0444fc_4;destsuffix=vcs_cache/7389e79775019a8b50e34efbdfd1a6f9ee910ef3822e04963ba444b3d04db399"
511SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=8c9f86f7a55f5af45a9080f6ed3ac915382d369c;name=git_da0444fc_5;destsuffix=vcs_cache/2b23297aec08f23623501029a20a4eee604e87ce090001ef6ad0a5930d799dd5"
512SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=95e765b1cc43ac521bd4fd501e00774e34401449;name=git_da0444fc_6;destsuffix=vcs_cache/b1e9a27b98fa2dd77074f2947aa9586de17609eb0bdd77672fccab342a0f1a77"
513SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=97732733099d6a942a73b889770774366de963ed;name=git_da0444fc_7;destsuffix=vcs_cache/aa620878a9f9f2576616d28b01af853869a5a014c70f6b2966e79beae63baeae"
514SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=a9d3bda3a223baa6bba6ef412cb273f0fd163c05;name=git_da0444fc_8;destsuffix=vcs_cache/b39bbf1e5c63baf8bb27abab5aa581c65e0d2a22893ed2ccbcc8fa2f7dcb1f04"
515SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=bc2c85ada10aa9b6aa9607e9ac9ad0761b95cf1d;name=git_da0444fc_9;destsuffix=vcs_cache/f1ca944a9f749f11954489cf91646b40418e0abb15fdadc5040f1dbba7b6ee33"
516SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=c7a1bf9a0b0aa7c0c0e35a435924dd68e64d1653;name=git_da0444fc_10;destsuffix=vcs_cache/323536cd91bc88e38213d12787ab63a3504a0061ffc7b17a8c7ca560497f24fa"
517SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=d0b11bdaac8adb652bff00e49bcacf992835621a;name=git_da0444fc_11;destsuffix=vcs_cache/f12e98c7124bdf27aa44290b851a1ac08039087a76b23733d63312bc784b1556"
518SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.42.0;shallow=1;rev=eaaaaee1dc1aacededf4a89bc4544558f425d5f1;name=git_da0444fc_12;destsuffix=vcs_cache/8e0c29133c55549f2a5ccd9da93c1f00cb94b6e82a15ed2bf8a2406448f69c37"
519SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=f84b799fce68db3cb46a8f6f819c1e56377181df;name=git_da0444fc_13;destsuffix=vcs_cache/5e73009c1afca32127ea1cb27ff11e49ac3eab70df61f2738a4e4d8f95e48511"
520SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;rev=fdedc70b468f679c263a3ccaefc1faeed3239939;name=git_da0444fc_14;destsuffix=vcs_cache/782e11bb6bc760c1f6beebcc00039d583f0f5dce996fff1adc7a3eac70c2c65b"
426SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=859b3ef565e237f9f1a0fb6b55385c497545680d;name=git_13df7481_0;destsuffix=vcs_cache/c7adf8bcca55c1652cddd18c7e949788e387f878482d2553dd5f0a8b63dae8ba" 521SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=859b3ef565e237f9f1a0fb6b55385c497545680d;name=git_13df7481_0;destsuffix=vcs_cache/c7adf8bcca55c1652cddd18c7e949788e387f878482d2553dd5f0a8b63dae8ba"
427SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=86c51ed26bb44749b7d60a57bab0e7524656fe8a;name=git_13df7481_1;destsuffix=vcs_cache/8d01fb415e3ecdf7c1c57243ebaa9b07a2cecd87ea1574f747bbc2ab686be373" 522SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;rev=86c51ed26bb44749b7d60a57bab0e7524656fe8a;name=git_13df7481_1;destsuffix=vcs_cache/8d01fb415e3ecdf7c1c57243ebaa9b07a2cecd87ea1574f747bbc2ab686be373"
428SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.29.0;shallow=1;rev=bba3e065a67271df90253c78c98f2cea7f572948;name=git_13df7481_2;destsuffix=vcs_cache/e2f24273f66162f4a2bfde7357a860b565262f0932e1d1bcba22f2c375336f39" 523SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.29.0;shallow=1;rev=bba3e065a67271df90253c78c98f2cea7f572948;name=git_13df7481_2;destsuffix=vcs_cache/e2f24273f66162f4a2bfde7357a860b565262f0932e1d1bcba22f2c375336f39"
429SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=ed3ec21bb8e252814c380df79a80f366440ddb2d;name=git_13df7481_3;destsuffix=vcs_cache/d8ce3a26ef11a4e81bfc12391c4d0bf865766bcb2812acb31931c12ee0d326f8" 524SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.31.0;shallow=1;rev=d271cf332fd221d661d13b186b51a11d7e66ff74;name=git_13df7481_3;destsuffix=vcs_cache/cb53cc14448559f4b79c8c47297f628afbc8171ff501cdc4743c5f4030033dd7"
430SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.3.7;shallow=1;rev=113979e3529a77b99c4f3e5f3c8a22802a39cc95;name=git_7d9b3b49_0;destsuffix=vcs_cache/74532c68be1c7f64a0eee926ba2b0b7d4552a8c11bae36838bf170186db4264d" 525SRC_URI += "git://go.googlesource.com/mod;protocol=https;nobranch=1;tag=v0.2.0;shallow=1;rev=ed3ec21bb8e252814c380df79a80f366440ddb2d;name=git_13df7481_4;destsuffix=vcs_cache/d8ce3a26ef11a4e81bfc12391c4d0bf865766bcb2812acb31931c12ee0d326f8"
431SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.3.7;shallow=1;rev=298f0cb1881e71e68bc5bc17757fabe78a426460;name=git_7d9b3b49_1;destsuffix=vcs_cache/4bdade122172b6644bff0ea433cdb68d5460d8b894432e030ced235888ac6fdc"
432SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.3.7;shallow=1;rev=7c47624df98f421302ad5a380f58fd5ed0ecb734;name=git_7d9b3b49_2;destsuffix=vcs_cache/a7efe20c5bee119c7e0018be6d57820b9b6a182d1818d3ec344c022fad6b7114"
433SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.3.7;shallow=1;rev=90fa682c2a6e6a37b3a1364ce2fe1d5e41af9d6d;name=git_7d9b3b49_3;destsuffix=vcs_cache/e396d41e128acc62cbad331ee090a99e470d23a3611d8b07d3c2cc41a1cc0b49"
434SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.38.0;shallow=1;rev=a22b5e8a9b8d2234e1e960ec2473e4011f012a6b;name=git_7d9b3b49_4;destsuffix=vcs_cache/d216d54a0764f2431487fc456233144cce69e8db7cf83fe343dc1b40544002c3"
435SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.1.12;shallow=1;rev=b3b5c13b291f9653da6f31b95db100a2e26bd186;name=git_7d9b3b49_5;destsuffix=vcs_cache/caef14ab3734fcbf0d05c7a9aab8ffc3dee6066c109316257d37ec9c806f1482"
436SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=0de0cce0169b09b364e001f108dc0399ea8630b3;name=git_ed42bd05_0;destsuffix=vcs_cache/4a83ce2ea03f8d39736df96f33e3c12c6f2736e4e2d7c83f96b043f96b097451"
437SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=161cd47e91fd58ac17490ef4d742dc98bb4cf60e;name=git_ed42bd05_1;destsuffix=vcs_cache/babc11e479dde015dda8f2983ff3d34baeca8fc3c8f903c8cdb86bbe5bd33276"
438SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=3b0461eec859c4b73bb64fdc8285971fd33e3938;name=git_ed42bd05_2;destsuffix=vcs_cache/3c84774e4b117bf9ca7f463a9106bc672447617fbfdf58b268e7a74cb79b8882"
439SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.47.0;shallow=1;rev=9a296438e54dff851a45667aa645a97003b44db5;name=git_ed42bd05_3;destsuffix=vcs_cache/8c32d9cb50e30e4c5deab8ef39dfee35e4f56c13625493919d433a59ec1eb2e4"
440SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=a158d28d115bfbcc1583374c5ae12ba6415bb93e;name=git_ed42bd05_4;destsuffix=vcs_cache/2de939cb01f6e50973e8ce809ddfa5b8ceec4f7d5e7a3aef65caea692eb1f5b5"
441SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=adae6a3d119ae4890b46832a2e88a95adc62b8e7;name=git_ed42bd05_5;destsuffix=vcs_cache/b8c1e7047b6e4851ac069daf32f49810a275ba804ac8e291088dc3153c2e9244"
442SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=d28f0bde5980168871434b95cfc858db9f2a7a99;name=git_ed42bd05_6;destsuffix=vcs_cache/757dd4c6e25318b13686cfb89c72e097891b4100c7969a22acf412f56e47896d"
443SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=e18ecbb051101a46fc263334b127c89bc7bff7ea;name=git_ed42bd05_7;destsuffix=vcs_cache/376d3afffd1f62bc65b76e58fc724fe033367b5c6b239fa6c7d0367687a2bfbd"
444SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=eb5bcb51f2a31c7d5141d810b70815c05d9c9146;name=git_ed42bd05_8;destsuffix=vcs_cache/ae86d4593bf8e0a0514f77d1f3831f0f2f4214c3d1e77cc50661343ba4fcdebe"
445SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=f5854403a9740e74b2e9e725e6cd7c8a57711905;name=git_ed42bd05_9;destsuffix=vcs_cache/fc8ecf11eddaf279509465d2c0dde9c76fb90ea7c097356e83c6ed4c375e1c16"
446SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=1bdb400fb39a45cc788ffe7e5d7a2a9719afc7e9;name=git_38515699_0;destsuffix=vcs_cache/5ad35cfebebfa5b556ca6d44b5026673bb71ab874271a0fc395ab751275779ae"
447SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.3;shallow=1;rev=23ae387dee1f90d29a23c0e87ee0b46038fbed0e;name=git_38515699_1;destsuffix=vcs_cache/fc27daff31c5f47a26c7ef94196bf8cee86c79308480edbe7cf8e4dc0c447e43"
448SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.7;shallow=1;rev=383b2e75a7a4198c42f8f87833eefb772868a56f;name=git_38515699_2;destsuffix=vcs_cache/3b8a76fcf794a9f1d2139606900fb5805f666e19e7234b234fc05ccf35ef6a06"
449SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.31.0;shallow=1;rev=e7ff6b3572e1a83c072ef150c985f86603986e1b;name=git_38515699_3;destsuffix=vcs_cache/577e4676a2f50c97fb4d38cee5035ca19849a09a3f986733a02de10c991c03d2"
450SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=f21a4dfb5e38f5895301dc265a8def02365cc3d0;name=git_38515699_4;destsuffix=vcs_cache/e9ec4c6af0acd56750bc559cb32d09c01276f0ac22e70bb84dd122fdfa9e2db7"
451SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.38.0;shallow=1;rev=15129aafc3056028aa2694528ac20373f8cd34e4;name=git_da0444fc_0;destsuffix=vcs_cache/31b4a87892cd1d88cf590c31b22ef78bd77b4e57c5287e1e0eb653c03ef43d8b"
452SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=33540a1f603772f9d4b761f416f5c10dade23e96;name=git_da0444fc_1;destsuffix=vcs_cache/74df1e05ff5bf1317fe42883ce7a496c0ad3800044d955163fd3f3acca0a0166"
453SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=33da011f77ade50ff5b6a6fb4a9a1e6d6b285809;name=git_da0444fc_2;destsuffix=vcs_cache/144d2f77c6aa06af51d5820df4e7506c5ecad01c86e770e0027b682ff0d3f9a9"
454SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=43e1dd70ce54ee5b1711930029ae5b4926f78f72;name=git_da0444fc_3;destsuffix=vcs_cache/61395547cb668a679b4d7508a904d02fd50ffe1630e5ffd6f4ef293a97c2d3ba"
455SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=59db8d763f22395595c26ee1cae0886b57141b3a;name=git_da0444fc_4;destsuffix=vcs_cache/34a6c6ff0efd234ebc0cc2a5cfdad07405fca7403da460f8d25bfb69091bc0c5"
456SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=5ac8a444bdc56cee774f8f2b3382156bd27c63c3;name=git_da0444fc_5;destsuffix=vcs_cache/fefde8e557c698aecc8d48f3c3d82b7fea1eb55451adbc71dbed3a8871ed8e13"
457SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=665e8c7367d1ecf644cea2d163019ef59c13d554;name=git_da0444fc_6;destsuffix=vcs_cache/7389e79775019a8b50e34efbdfd1a6f9ee910ef3822e04963ba444b3d04db399"
458SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=8c9f86f7a55f5af45a9080f6ed3ac915382d369c;name=git_da0444fc_7;destsuffix=vcs_cache/2b23297aec08f23623501029a20a4eee604e87ce090001ef6ad0a5930d799dd5"
459SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=95e765b1cc43ac521bd4fd501e00774e34401449;name=git_da0444fc_8;destsuffix=vcs_cache/b1e9a27b98fa2dd77074f2947aa9586de17609eb0bdd77672fccab342a0f1a77"
460SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=97732733099d6a942a73b889770774366de963ed;name=git_da0444fc_9;destsuffix=vcs_cache/aa620878a9f9f2576616d28b01af853869a5a014c70f6b2966e79beae63baeae"
461SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=a9d3bda3a223baa6bba6ef412cb273f0fd163c05;name=git_da0444fc_10;destsuffix=vcs_cache/b39bbf1e5c63baf8bb27abab5aa581c65e0d2a22893ed2ccbcc8fa2f7dcb1f04"
462SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=bc2c85ada10aa9b6aa9607e9ac9ad0761b95cf1d;name=git_da0444fc_11;destsuffix=vcs_cache/f1ca944a9f749f11954489cf91646b40418e0abb15fdadc5040f1dbba7b6ee33"
463SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=bd437916bb0eb726b873ee8e9b2dcf212d32e2fd;name=git_da0444fc_12;destsuffix=vcs_cache/253eeaed31139dc6c6092c9677b29b309c54686acef6519ba8e7423b19d0c65e"
464SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=c0bba94af5f85fbad9f6dc2e04ed5b8fac9696cf;name=git_da0444fc_13;destsuffix=vcs_cache/e4718f232872f03637fc197e3ccf66bc067874db09f67e7567cae86e8cee6732"
465SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.6.0;shallow=1;rev=c7a1bf9a0b0aa7c0c0e35a435924dd68e64d1653;name=git_da0444fc_14;destsuffix=vcs_cache/323536cd91bc88e38213d12787ab63a3504a0061ffc7b17a8c7ca560497f24fa"
466SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=cbf593c0f2f39034e9104bbf77e2ec7c48c98fc5;name=git_da0444fc_15;destsuffix=vcs_cache/4caa6bf3877ea4a9088acc64f20cf170854590c47a2251c747b075d57989606f"
467SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=d0b11bdaac8adb652bff00e49bcacf992835621a;name=git_da0444fc_16;destsuffix=vcs_cache/f12e98c7124bdf27aa44290b851a1ac08039087a76b23733d63312bc784b1556"
468SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=d0be0721c37eeb5299f245a996a483160fc36940;name=git_da0444fc_17;destsuffix=vcs_cache/e23d421c76c78ddc7b91228f72ce5f09a2820d7648b887aa27f4e1b7ffe9f8a4"
469SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=ebe1bf3edb3325c393447059974de898d5133eb8;name=git_da0444fc_18;destsuffix=vcs_cache/d3bdb2e23f146b5636bca4252db35273bff745f37dece252f87edb601338f1fa"
470SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=f84b799fce68db3cb46a8f6f819c1e56377181df;name=git_da0444fc_19;destsuffix=vcs_cache/5e73009c1afca32127ea1cb27ff11e49ac3eab70df61f2738a4e4d8f95e48511"
471SRC_URI += "git://go.googlesource.com/sys;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=fdedc70b468f679c263a3ccaefc1faeed3239939;name=git_da0444fc_20;destsuffix=vcs_cache/782e11bb6bc760c1f6beebcc00039d583f0f5dce996fff1adc7a3eac70c2c65b"
472SRC_URI += "git://go.googlesource.com/oauth2;protocol=https;nobranch=1;tag=v0.32.0;shallow=1;rev=792c8776358f0c8689d84eef0d0c966937d560fb;name=git_d7a72cb8_0;destsuffix=vcs_cache/5299f99fe900c9f416ec8f845e101931917c9ec20b42262d8341778bde5e7247" 526SRC_URI += "git://go.googlesource.com/oauth2;protocol=https;nobranch=1;tag=v0.32.0;shallow=1;rev=792c8776358f0c8689d84eef0d0c966937d560fb;name=git_d7a72cb8_0;destsuffix=vcs_cache/5299f99fe900c9f416ec8f845e101931917c9ec20b42262d8341778bde5e7247"
473SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=112230192c580c3556b8cee6403af37a4fc5f28c;name=git_d7307bee_0;destsuffix=vcs_cache/b68e56943c8c12324ce0414e7075fd80f016eafe879c0c69e6b25893ebb49bce" 527SRC_URI += "git://go.googlesource.com/oauth2;protocol=https;nobranch=1;tag=v0.33.0;shallow=1;rev=f28b0b5467dda26d56f1240381158f7c334654d1;name=git_d7a72cb8_1;destsuffix=vcs_cache/231775307d2198402b4332072fb4567ff1a13e24f257ef58f6e3fdb368a76ee0"
528SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;rev=03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50;name=git_2e975dd2_0;destsuffix=vcs_cache/39b5e1daf17afc894da71452dbc3a21bfd60c2a69143fd621e2f4c38e90360ea"
529SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.37.0;shallow=1;rev=1231d5465be98a7c5f01140358c142d365d4fbb6;name=git_2e975dd2_1;destsuffix=vcs_cache/dc68a83f0b959f11ba9a73ae88839dbcfaa7f3926b2c644ab3d6371b08b9487e"
530SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;tag=v0.38.0;shallow=1;rev=3863673230bd2f654d5c3749dc90e6d130067dd6;name=git_2e975dd2_2;destsuffix=vcs_cache/71d12ef0538a7e08304bd53ff5dbe1a79f60001589f3d0127d4b8bfc96b4cb9e"
531SRC_URI += "git://go.googlesource.com/term;protocol=https;nobranch=1;rev=7de9c90e9dd184706b838f536a1cbf40a296ddb7;name=git_2e975dd2_3;destsuffix=vcs_cache/ead0d27eba7bab1501c9338f4e8f06fcaeada49e20ae7ea11b3242a3e7e99835"
532SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;rev=112230192c580c3556b8cee6403af37a4fc5f28c;name=git_d7307bee_0;destsuffix=vcs_cache/b68e56943c8c12324ce0414e7075fd80f016eafe879c0c69e6b25893ebb49bce"
474SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.18.0;shallow=1;rev=1966f539bbd7664efd5bb7462ae94d9db67f4502;name=git_d7307bee_1;destsuffix=vcs_cache/ebf6fd09cb715ca3918f1d9bcf5429f708b1f0cec51d03ec50e2b14777bc5963" 533SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.18.0;shallow=1;rev=1966f539bbd7664efd5bb7462ae94d9db67f4502;name=git_d7307bee_1;destsuffix=vcs_cache/ebf6fd09cb715ca3918f1d9bcf5429f708b1f0cec51d03ec50e2b14777bc5963"
475SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=1d60e4601c6fd243af51cc01ddf169918a5407ca;name=git_d7307bee_2;destsuffix=vcs_cache/a474d88ee14fcd89b314b779d02a4628461aebbfc6613a6ba90e583c35e15b02" 534SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;rev=67f06af15bc961c363a7260195bcd53487529a21;name=git_d7307bee_2;destsuffix=vcs_cache/63c5dce6fecd17ec0193ec4ee4221b61ccd0834c745a066128df4000c7ec583e"
476SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=37e7f081c4d4c64e13b10787722085407fe5d15f;name=git_d7307bee_3;destsuffix=vcs_cache/901f082ea4e1c94dfbaef54bd883432751214951b6b2d5885765a306b1c60d1f" 535SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;rev=886fb9371eb4b47af10bff9c8025a8c9e1554b92;name=git_d7307bee_3;destsuffix=vcs_cache/ca22f14e147dd49170157c4d70861fe830bc43b62113fa8da7da7806f515979b"
477SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=42b317875d0fa942474b76e1b46a6060d720ae6e;name=git_d7307bee_4;destsuffix=vcs_cache/19d48188f5a03164bde06d13dc555c6a2ebc78aafd3dabc7439ec4c9dcca3519" 536SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;rev=cd5d95a43a6e21273425c7ae415d3df9ea832eeb;name=git_d7307bee_4;destsuffix=vcs_cache/eaa2921285a7524f3154ea98a551847767b259c18f901ed97668900b204aa7a6"
478SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=67f06af15bc961c363a7260195bcd53487529a21;name=git_d7307bee_5;destsuffix=vcs_cache/63c5dce6fecd17ec0193ec4ee4221b61ccd0834c745a066128df4000c7ec583e" 537SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.20.0;shallow=1;rev=ec11c4a93de22cde2abe2bf74d70791033c2464c;name=git_d7307bee_5;destsuffix=vcs_cache/7832f0aec63a5b5bc0fa1a349a5a6f0126ede331ea71a528ecb5f3968f2b000c"
479SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=886fb9371eb4b47af10bff9c8025a8c9e1554b92;name=git_d7307bee_6;destsuffix=vcs_cache/ca22f14e147dd49170157c4d70861fe830bc43b62113fa8da7da7806f515979b" 538SRC_URI += "git://go.googlesource.com/crypto;protocol=https;nobranch=1;tag=v0.46.0;shallow=1;rev=19acf81bd7bc7b558d18a550e8e023df2c33e742;name=git_f72f7a6f_0;destsuffix=vcs_cache/798f6d5ef5f210d9df33b4e7c70674a661cd004d741bfb266c427b6f478b1cc8"
480SRC_URI += "git://go.googlesource.com/sync;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=cd5d95a43a6e21273425c7ae415d3df9ea832eeb;name=git_d7307bee_7;destsuffix=vcs_cache/eaa2921285a7524f3154ea98a551847767b259c18f901ed97668900b204aa7a6" 539SRC_URI += "git://go.googlesource.com/crypto;protocol=https;nobranch=1;tag=v0.45.0;shallow=1;rev=4e0068c0098be10d7025c99ab7c50ce454c1f0f9;name=git_f72f7a6f_1;destsuffix=vcs_cache/8e06e9b13668ac944956ad59f8348e8b4c938e9d610a8227755b513dc6a69aa7"
481SRC_URI += "git://go.googlesource.com/crypto;protocol=https;nobranch=1;tag=v0.45.0;shallow=1;rev=4e0068c0098be10d7025c99ab7c50ce454c1f0f9;name=git_f72f7a6f_0;destsuffix=vcs_cache/8e06e9b13668ac944956ad59f8348e8b4c938e9d610a8227755b513dc6a69aa7" 540SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;rev=0de0cce0169b09b364e001f108dc0399ea8630b3;name=git_ed42bd05_0;destsuffix=vcs_cache/4a83ce2ea03f8d39736df96f33e3c12c6f2736e4e2d7c83f96b043f96b097451"
482SRC_URI += "git://go.googlesource.com/exp;protocol=https;branch=master;rev=df9299821621739a7bc3340d51dd518f7f4abc32;name=git_879ce674_0;destsuffix=vcs_cache/b29a418d7bb6e15cce9cdb2caf0de7ed5dba8f2a38735a52d5d41801549b0ebf" 541SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.48.0;shallow=1;rev=35e1306bddd863f360fb94480c5fed84229953f0;name=git_ed42bd05_1;destsuffix=vcs_cache/933b45295e922f06f042181b7cf7fb2f2b10035e52fef5bbb293c1cb6ea68cf6"
483SRC_URI += "git://github.com/kubernetes/utils;protocol=https;branch=master;rev=4c0f3b24339726b3d4a1b610c150919126aad841;name=git_9da930f9_0;destsuffix=vcs_cache/60ee1a48e44e3b939997e0fd54e801d1b11cfe7183c5f295746d2564bd6860e8" 542SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;rev=3b0461eec859c4b73bb64fdc8285971fd33e3938;name=git_ed42bd05_2;destsuffix=vcs_cache/3c84774e4b117bf9ca7f463a9106bc672447617fbfdf58b268e7a74cb79b8882"
484SRC_URI += "git://github.com/kubernetes/cri-api;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=9b3ce5ec47987aa9451184a42273d4d36e789f83;name=git_31e69ce5_0;destsuffix=vcs_cache/7301e739a4795b683b66e93dd7c6f440f5c5fddd2ad7816c05a5678c723aca60" 543SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;tag=v0.47.0;shallow=1;rev=9a296438e54dff851a45667aa645a97003b44db5;name=git_ed42bd05_3;destsuffix=vcs_cache/8c32d9cb50e30e4c5deab8ef39dfee35e4f56c13625493919d433a59ec1eb2e4"
485SRC_URI += "git://github.com/kubernetes/kube-openapi;protocol=https;branch=master;rev=f3f2b991d03be98072466d6aff0880ad93184b2c;name=git_dbee483c_0;destsuffix=vcs_cache/bbdfcb1726af92c510f587baa66600e18719a63bbabc846728d7c2ff829a2146" 544SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;rev=a158d28d115bfbcc1583374c5ae12ba6415bb93e;name=git_ed42bd05_4;destsuffix=vcs_cache/2de939cb01f6e50973e8ce809ddfa5b8ceec4f7d5e7a3aef65caea692eb1f5b5"
545SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;rev=e18ecbb051101a46fc263334b127c89bc7bff7ea;name=git_ed42bd05_5;destsuffix=vcs_cache/376d3afffd1f62bc65b76e58fc724fe033367b5c6b239fa6c7d0367687a2bfbd"
546SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;rev=eb5bcb51f2a31c7d5141d810b70815c05d9c9146;name=git_ed42bd05_6;destsuffix=vcs_cache/ae86d4593bf8e0a0514f77d1f3831f0f2f4214c3d1e77cc50661343ba4fcdebe"
547SRC_URI += "git://go.googlesource.com/net;protocol=https;nobranch=1;rev=f5854403a9740e74b2e9e725e6cd7c8a57711905;name=git_ed42bd05_7;destsuffix=vcs_cache/fc8ecf11eddaf279509465d2c0dde9c76fb90ea7c097356e83c6ed4c375e1c16"
548SRC_URI += "git://go.googlesource.com/exp;protocol=https;nobranch=1;rev=df9299821621739a7bc3340d51dd518f7f4abc32;name=git_879ce674_0;destsuffix=vcs_cache/b29a418d7bb6e15cce9cdb2caf0de7ed5dba8f2a38735a52d5d41801549b0ebf"
549SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.32.0;shallow=1;rev=0dd57a6ef90c283b902525213f15d6b2a59cc84b;name=git_38515699_0;destsuffix=vcs_cache/db1055c090da946a126ac8573a0148f86e0c41f537a9ee33dc5eefbe656d95ed"
550SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.4.0;shallow=1;rev=1bdb400fb39a45cc788ffe7e5d7a2a9719afc7e9;name=git_38515699_1;destsuffix=vcs_cache/5ad35cfebebfa5b556ca6d44b5026673bb71ab874271a0fc395ab751275779ae"
551SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.3;shallow=1;rev=23ae387dee1f90d29a23c0e87ee0b46038fbed0e;name=git_38515699_2;destsuffix=vcs_cache/fc27daff31c5f47a26c7ef94196bf8cee86c79308480edbe7cf8e4dc0c447e43"
552SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.7;shallow=1;rev=383b2e75a7a4198c42f8f87833eefb772868a56f;name=git_38515699_3;destsuffix=vcs_cache/3b8a76fcf794a9f1d2139606900fb5805f666e19e7234b234fc05ccf35ef6a06"
553SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.31.0;shallow=1;rev=e7ff6b3572e1a83c072ef150c985f86603986e1b;name=git_38515699_4;destsuffix=vcs_cache/577e4676a2f50c97fb4d38cee5035ca19849a09a3f986733a02de10c991c03d2"
554SRC_URI += "git://go.googlesource.com/text;protocol=https;nobranch=1;tag=v0.3.0;shallow=1;rev=f21a4dfb5e38f5895301dc265a8def02365cc3d0;name=git_38515699_5;destsuffix=vcs_cache/e9ec4c6af0acd56750bc559cb32d09c01276f0ac22e70bb84dd122fdfa9e2db7"
555SRC_URI += "git://go.googlesource.com/time;protocol=https;nobranch=1;tag=v0.14.0;shallow=1;rev=2b4e43900c03fd6b77109b7b2b6d77583f48bc1c;name=git_e2f6844a_0;destsuffix=vcs_cache/0b5a85f52d49b5c97b97cde355131c98905f13038f61a5848c4d01a01512f74b"
556SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.39.0;shallow=1;rev=034e59c473362f8f2be47694d98fd3f12a1ad497;name=git_7d9b3b49_0;destsuffix=vcs_cache/3e134fe07900bbb1f6b786c65f3bae7ddad868e248d5ce0e1a52fc21568e545f"
557SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;rev=113979e3529a77b99c4f3e5f3c8a22802a39cc95;name=git_7d9b3b49_1;destsuffix=vcs_cache/74532c68be1c7f64a0eee926ba2b0b7d4552a8c11bae36838bf170186db4264d"
558SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;rev=298f0cb1881e71e68bc5bc17757fabe78a426460;name=git_7d9b3b49_2;destsuffix=vcs_cache/4bdade122172b6644bff0ea433cdb68d5460d8b894432e030ced235888ac6fdc"
559SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;rev=7c47624df98f421302ad5a380f58fd5ed0ecb734;name=git_7d9b3b49_3;destsuffix=vcs_cache/a7efe20c5bee119c7e0018be6d57820b9b6a182d1818d3ec344c022fad6b7114"
560SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;rev=90fa682c2a6e6a37b3a1364ce2fe1d5e41af9d6d;name=git_7d9b3b49_4;destsuffix=vcs_cache/e396d41e128acc62cbad331ee090a99e470d23a3611d8b07d3c2cc41a1cc0b49"
561SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.38.0;shallow=1;rev=a22b5e8a9b8d2234e1e960ec2473e4011f012a6b;name=git_7d9b3b49_5;destsuffix=vcs_cache/d216d54a0764f2431487fc456233144cce69e8db7cf83fe343dc1b40544002c3"
562SRC_URI += "git://go.googlesource.com/tools;protocol=https;nobranch=1;tag=v0.1.12;shallow=1;rev=b3b5c13b291f9653da6f31b95db100a2e26bd186;name=git_7d9b3b49_6;destsuffix=vcs_cache/caef14ab3734fcbf0d05c7a9aab8ffc3dee6066c109316257d37ec9c806f1482"
563SRC_URI += "git://github.com/kubernetes/apimachinery;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=b72d93d174332f952a8d431419fece5e6f044bcb;name=git_d6490ebc_0;destsuffix=vcs_cache/9131e9ebe36078f01c5a5e8e9866300b853aa46fab527d00fc089d4c16938663"
486SRC_URI += "git://github.com/kubernetes/api;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=77c9e29b068e14d4bcca2d6a4c85b2cc9da5a923;name=git_91745483_0;destsuffix=vcs_cache/5c4bbd0617f6f594b275f1999f97eca8f79dbb30e908e7d6b5c7a80fd5b9b0d2" 564SRC_URI += "git://github.com/kubernetes/api;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=77c9e29b068e14d4bcca2d6a4c85b2cc9da5a923;name=git_91745483_0;destsuffix=vcs_cache/5c4bbd0617f6f594b275f1999f97eca8f79dbb30e908e7d6b5c7a80fd5b9b0d2"
487SRC_URI += "git://github.com/kubernetes/klog;protocol=https;nobranch=1;tag=v2.130.1;shallow=1;rev=75663bb798999a49e3e4c0f2375ed5cca8164194;name=git_9d03197d_0;destsuffix=vcs_cache/eaab5e8e1958570d9bced9a912298fdaa9472cecec794161f58aebf8c4d1e963" 565SRC_URI += "git://github.com/kubernetes/klog;protocol=https;nobranch=1;tag=v2.130.1;shallow=1;rev=75663bb798999a49e3e4c0f2375ed5cca8164194;name=git_9d03197d_0;destsuffix=vcs_cache/eaab5e8e1958570d9bced9a912298fdaa9472cecec794161f58aebf8c4d1e963"
488SRC_URI += "git://github.com/kubernetes/apimachinery;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=b72d93d174332f952a8d431419fece5e6f044bcb;name=git_d6490ebc_0;destsuffix=vcs_cache/9131e9ebe36078f01c5a5e8e9866300b853aa46fab527d00fc089d4c16938663" 566SRC_URI += "git://github.com/kubernetes/kube-openapi;protocol=https;nobranch=1;rev=f3f2b991d03be98072466d6aff0880ad93184b2c;name=git_dbee483c_0;destsuffix=vcs_cache/bbdfcb1726af92c510f587baa66600e18719a63bbabc846728d7c2ff829a2146"
567SRC_URI += "git://github.com/kubernetes/cri-api;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=9b3ce5ec47987aa9451184a42273d4d36e789f83;name=git_31e69ce5_0;destsuffix=vcs_cache/7301e739a4795b683b66e93dd7c6f440f5c5fddd2ad7816c05a5678c723aca60"
568SRC_URI += "git://github.com/kubernetes/utils;protocol=https;nobranch=1;rev=4c0f3b24339726b3d4a1b610c150919126aad841;name=git_9da930f9_0;destsuffix=vcs_cache/60ee1a48e44e3b939997e0fd54e801d1b11cfe7183c5f295746d2564bd6860e8"
489SRC_URI += "git://github.com/kubernetes/client-go;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=d033c497ffef47be9b4f81abde5c3d94dd78089a;name=git_0356f569_0;destsuffix=vcs_cache/25b2ca19570dcf36fcfa8a5388cc7647944fee1a9a445671e69704dbd6f452b5" 569SRC_URI += "git://github.com/kubernetes/client-go;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=d033c497ffef47be9b4f81abde5c3d94dd78089a;name=git_0356f569_0;destsuffix=vcs_cache/25b2ca19570dcf36fcfa8a5388cc7647944fee1a9a445671e69704dbd6f452b5"
490SRC_URI += "git://github.com/imdario/mergo;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=7b33b2b01026fbbbbfcfbb1ee2c9c0a5e0c9a9f7;name=git_c84ab7ed_0;destsuffix=vcs_cache/b16914f71b927e268f1d35e84fd54af7eca655000013af4d0f184bcbd154847c" 570SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;protocol=https;nobranch=1;tag=detectors/gcp/v1.38.0;shallow=1;rev=80c9316336ebb4f4c67d8e1011a3add889213fb7;name=git_9cecf883_0;destsuffix=vcs_cache/a35299710fa18a3df076b2389758f98c816c8d03e316516b36a9d5299420a7f7"
571SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-instrumentation;protocol=https;nobranch=1;tag=sdk/v1.2.1;shallow=1;rev=715f58ce2f17e2176b8e53b871e47531a259cc1d;name=git_0cf36a85_0;destsuffix=vcs_cache/1fd877c6ad92470308433b00b2458aacc47c259fb28a0596272d30410c77f412"
572SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;protocol=https;nobranch=1;tag=otlp/v1.7.1;shallow=1;rev=683f172c00ae2b73cbc85ed1aa2ad86cc0e1ee3f;name=git_430aa893_0;destsuffix=vcs_cache/7362aea1b94649c9ad7d031fd6fe79b2310f347d865614b0be2b844894e28013"
573SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;nobranch=1;tag=exporters/jaeger/v1.17.0;shallow=1;rev=3c476ce1816ae6f38758e90cc36d8b77ebcc223b;name=git_120ed83a_0;destsuffix=vcs_cache/7257a93ca31d121ae8fee06e2ce5824c46e65e351d7b2daf9b1a27a10d8bb60d"
574SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;nobranch=1;tag=exporters/prometheus/v0.42.0;shallow=1;rev=60666c554065ac4da502fe28943eea4b938ab479;name=git_120ed83a_1;destsuffix=vcs_cache/5781e823bcdbe01100cd1dc8d89e81f073e0a26cb157df3e236c81af5d21f7e4"
575SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;nobranch=1;tag=exporters/otlp/otlpmetric/otlpmetricgrpc/v1.38.0;shallow=1;rev=84e3f3ac8b25204f3a0f77a805437a5e08573b35;name=git_120ed83a_2;destsuffix=vcs_cache/a95b69a9e67fb0660691c8d8f29b4fbfe95874e2d916849ef02db0d886ff00b5"
576SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;protocol=https;nobranch=1;rev=bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0;name=git_120ed83a_3;destsuffix=vcs_cache/32a87864cfa3320f417f47862642c312d2c19908839bd781f0f1073a0a9b899e"
577SRC_URI += "git://github.com/etcd-io/bbolt;protocol=https;nobranch=1;tag=v1.4.3;shallow=1;rev=68e6b96e6b74ebc396ac1aa7186c92e616960bd1;name=git_bd7d6031_0;destsuffix=vcs_cache/5983ea71bb9e5e22aede686f4e2d57552e937bd9f2a5a3ca5e595c01b957c33a"
578SRC_URI += "git://github.com/go-check/check;protocol=https;nobranch=1;rev=10cb98267c6cb43ea9cd6793f29ff4089c306974;name=git_fc1e328f_0;destsuffix=vcs_cache/b8ed7c01feb15e76511fd0dcf4b7d5e0ab535f96b5fe0e22cd9854a758a6c38d"
579SRC_URI += "git://github.com/go-check/check;protocol=https;nobranch=1;rev=20d25e2804050c1cd24a7eea1e7a6447dd0e74ec;name=git_fc1e328f_1;destsuffix=vcs_cache/f6f7125ac7ef086ca6395a14a9a28c8c11cd6f8790a8be7cfd6475d1acd0f40b"
580SRC_URI += "git://github.com/go-check/check;protocol=https;nobranch=1;rev=8fa46927fb4f5b54d48bde78c6c08db205b2298c;name=git_fc1e328f_2;destsuffix=vcs_cache/23da246e09df0cfb88f7874f3e8ab42f1563033c51f59b8fd9f88f708ab87083"
581SRC_URI += "git://github.com/go-inf/inf;protocol=https;nobranch=1;tag=v0.9.1;shallow=1;rev=d2d2541c53f18d2a059457998ce2876cc8e67cbf;name=git_989ffae9_0;destsuffix=vcs_cache/61185ca91404d2e09a193aede807b4a9ededd43199f58cd49ec4cef480d7bc7f"
582SRC_URI += "git://github.com/go-tomb/tomb;protocol=https;nobranch=1;rev=dd632973f1e7218eb1089048e0798ec9ae7dceb8;name=git_40f32ad0_0;destsuffix=vcs_cache/3eb09c53457860b46e591b55bd3d381c6c4ceb426eeef3c43e3b3eac38964c0d"
583SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.2;shallow=1;rev=51d6538a90f86fe93ac480b35f37b2be17fef232;name=git_b0089ab1_0;destsuffix=vcs_cache/8a100ce674e65e72daf096e45d53f5beec9f9123c742acb89993de84b6414834"
584SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.8;shallow=1;rev=53403b58ad1b561927d19068c655246f2db79d48;name=git_b0089ab1_1;destsuffix=vcs_cache/400816c86851106c70bff651cdce4df77403b9659ec70d1d1bbe2d3211dfa942"
585SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.1;shallow=1;rev=5420a8b6744d3b0345ab293f6fcba19c978f1183;name=git_b0089ab1_2;destsuffix=vcs_cache/0fa3b98a4c1a3d9bd017c1d1c94874fecbc693d1400e5f002f53d4444a42664c"
586SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;rev=9f266ea9e77c4c7aab4cf02650570e7c7b3031a5;name=git_b0089ab1_3;destsuffix=vcs_cache/ae6e6119974a43d5668501b6efe7e743408319dee4094d1929d3e75a4f5dac98"
587SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v2.2.4;shallow=1;rev=f221b8435cfb71e54062f6c6e99e9ade30b124d5;name=git_b0089ab1_4;destsuffix=vcs_cache/16ad1bc1035b50f99a688a97524eadf6fc6a8b09612f99dd2ef19e0889b7935a"
588SRC_URI += "git://github.com/go-yaml/yaml;protocol=https;nobranch=1;tag=v3.0.1;shallow=1;rev=f6f7691b1fdeb513f56608cd2c32c51f8194bf51;name=git_b0089ab1_5;destsuffix=vcs_cache/8d340fff421a1861f196061b40e49b2f9e802647204935d08e1062b8ecd90b0d"
589SRC_URI += "git://gopkg.in/ini.v1;protocol=https;nobranch=1;tag=v1.67.0;shallow=1;rev=b2f570e5b5b844226bbefe6fb521d891f529a951;name=git_b7879a4b_0;destsuffix=vcs_cache/35aca96c4c1dbe28b4a68dd8f9ad52ed4d311b137ae51f57e5f73034281e5da5"
590SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=v1.0.5;shallow=1;rev=708a7f9f3283aa2d4f6132d287d78683babe55c8;name=git_6bc32f05_0;destsuffix=vcs_cache/a8f63cb0b9589a8734365d4e15d54811da5f80c7314224f78f912146fcb9e1d8"
591SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=v1.77.0;shallow=1;rev=805b1f88c5fb9419e3837c72e1deb9c2ec677ffe;name=git_6bc32f05_1;destsuffix=vcs_cache/6a4d91efb4524dab3f60e9d933cded144ffbbfe78825b7b8af87b3f8ac1f948f"
592SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=v1.78.0;shallow=1;rev=9df039ef2c921978514b600c9d5c6bf25cce54f6;name=git_6bc32f05_2;destsuffix=vcs_cache/0638a64122abeb115144e72987920717a22fb1af701d28ef847f1f50cf61c8ac"
593SRC_URI += "git://github.com/grpc/grpc-go;protocol=https;nobranch=1;tag=cmd/protoc-gen-go-grpc/v1.5.1;shallow=1;rev=ec9dff77b186d5308955fe0fc50e3e4cbe187e2c;name=git_6bc32f05_3;destsuffix=vcs_cache/ce5a862c22ded840bff7b7ec1016804cb0af284075ea09fb5fe73b9866532a3a"
594SRC_URI += "git://github.com/googleapis/go-genproto;protocol=https;nobranch=1;rev=3a174f9686a8c31630db6dcfd3e1ebbaefa11974;name=git_461a63b9_0;destsuffix=vcs_cache/b5ce4250f6640d334872a72f3816006a60b60061151262fb86636fdb602cb7f6"
595SRC_URI += "git://github.com/googleapis/go-genproto;protocol=https;nobranch=1;rev=637eb2293923635deb6e44d88eb5f70e9faad7e0;name=git_461a63b9_1;destsuffix=vcs_cache/21c46bcd2e99306470dba32b1498445db51b8fb0eb86d97f796374b8d215eb9c"
596SRC_URI += "git://github.com/googleapis/go-genproto;protocol=https;nobranch=1;rev=f26f9409b1015066eedc5c8084c945f7a5215f34;name=git_461a63b9_2;destsuffix=vcs_cache/2a836781ea0b225ac15b54d6058e34525750c5a309d733ac59c70bd294604259"
597SRC_URI += "git://go.googlesource.com/protobuf;protocol=https;nobranch=1;tag=v1.36.11;shallow=1;rev=96a179180f0ad6bba9b1e7b6e38d0affb0168e9a;name=git_a6c5d6b8_0;destsuffix=vcs_cache/d5e44d171a0e43b2572231e7dad4dbb2fbeb34ff9c7aaf7a36a393294ff3d55d"
598SRC_URI += "git://go.googlesource.com/protobuf;protocol=https;nobranch=1;tag=v1.36.10;shallow=1;rev=f9fa50e26c0ffec610c509850484a5fdecdb26ec;name=git_a6c5d6b8_1;destsuffix=vcs_cache/3436497d01a86cde43a5e76c997e02e0547f362e8f0246dcbb7680acad79157f"
599SRC_URI += "git://github.com/mongodb/mongo-go-driver.git;protocol=https;nobranch=1;tag=v1.17.6;shallow=1;rev=d2fa0ab6f3ba0579b7bca7912d30e23907ffec9a;name=git_7f8fc3cf_0;destsuffix=vcs_cache/e629113ada68e74e78e8cccbe5f20cfc312b1982f3b922205f92ed2458babd7f"
491SRC_URI += "git://github.com/cncf-tags/container-device-interface;protocol=https;nobranch=1;tag=specs-go/v1.0.0;shallow=1;rev=40e4c311613750fb2bf8766635d4ed60c0bf3194;name=git_c2439148_0;destsuffix=vcs_cache/a9b36137e55bc5c537c3eddc79e73eca4dc1c855628a8e32e027103df4d865f4" 600SRC_URI += "git://github.com/cncf-tags/container-device-interface;protocol=https;nobranch=1;tag=specs-go/v1.0.0;shallow=1;rev=40e4c311613750fb2bf8766635d4ed60c0bf3194;name=git_c2439148_0;destsuffix=vcs_cache/a9b36137e55bc5c537c3eddc79e73eca4dc1c855628a8e32e027103df4d865f4"
492SRC_URI += "git://github.com/cncf-tags/container-device-interface;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=79790445c2d70820f6824eb42832d2efd0f08dd2;name=git_c2439148_1;destsuffix=vcs_cache/228f05c3a05800a5e1340385d34910aac599df817838e50aa367b9cd09151186" 601SRC_URI += "git://github.com/cncf-tags/container-device-interface;protocol=https;nobranch=1;tag=v1.0.1;shallow=1;rev=79790445c2d70820f6824eb42832d2efd0f08dd2;name=git_c2439148_1;destsuffix=vcs_cache/228f05c3a05800a5e1340385d34910aac599df817838e50aa367b9cd09151186"
602SRC_URI += "git://github.com/cncf-tags/container-device-interface;protocol=https;nobranch=1;tag=specs-go/v1.1.0;shallow=1;rev=98a7d735d9592c1ccca0130e06b0709f4b65ecbf;name=git_c2439148_2;destsuffix=vcs_cache/2a0706ee0554e66b341fabb5c09e62f00336b0a7e6faac981d973f30b4064622"
493SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=compute/metadata/v0.9.0;shallow=1;rev=7b2365446764b0bba37198a55644954b437bddd0;name=git_8ce8c847_0;destsuffix=vcs_cache/ef8ad73ce6cafa3fbb115b0895d2b391fa5aefa58dac151c1ff06e7279185884" 603SRC_URI += "git://github.com/googleapis/google-cloud-go;protocol=https;nobranch=1;tag=compute/metadata/v0.9.0;shallow=1;rev=7b2365446764b0bba37198a55644954b437bddd0;name=git_8ce8c847_0;destsuffix=vcs_cache/ef8ad73ce6cafa3fbb115b0895d2b391fa5aefa58dac151c1ff06e7279185884"
494SRC_URI += "git://github.com/docker/go;protocol=https;branch=master;rev=d30aec9fd63c35133f8f79c3412ad91a3b08be06;name=git_48fbd2df_0;destsuffix=vcs_cache/adbf3e69f7023041c90d95475b29404cfcd9bbc165416530ac397daf92713d9f" 604SRC_URI += "git://github.com/gotestyourself/gotest.tools;protocol=https;nobranch=1;tag=v3.5.2;shallow=1;rev=0b81523ff268a1f1b0baf4a5da67e42fbb86880b;name=git_6a558ec9_0;destsuffix=vcs_cache/0059a65e8d8f001755ae605517342ab3e098223b600f512103941850dfee7cc5"
495SRC_URI += "git://go.googlesource.com/xerrors;protocol=https;nobranch=1;tag=v0.1.12;shallow=1;rev=1b5146add8981d58be77b16229c0ff0f8bebd8c1;name=git_e8cbb9fc_0;destsuffix=vcs_cache/8c142112d3bf2046dde4cb3dda11db03c95a8ab51bfb424b4d31be45594f7e6a" 605SRC_URI += "git://github.com/imdario/mergo;protocol=https;nobranch=1;tag=v1.0.2;shallow=1;rev=7b33b2b01026fbbbbfcfbb1ee2c9c0a5e0c9a9f7;name=git_c84ab7ed_0;destsuffix=vcs_cache/b16914f71b927e268f1d35e84fd54af7eca655000013af4d0f184bcbd154847c"
496SRC_URI += "git://go.googlesource.com/xerrors;protocol=https;branch=master;rev=5ec99f83aff198f5fbd629d6c8d8eb38a04218ca;name=git_e8cbb9fc_1;destsuffix=vcs_cache/1a7eef0babb47828059471e537bef1e9023bf22cd1c23e5fcaf7523b68332e82"
497SRC_URI += "git://go.googlesource.com/xerrors;protocol=https;nobranch=1;tag=v0.1.12;shallow=1;rev=9bdfabe68543c54f90421aeb9a60ef8061b5b544;name=git_e8cbb9fc_2;destsuffix=vcs_cache/a190c0bd506167cc1631eefeb81697d88fd666066c0d35abb4f058915f9881cd"
498SRC_URI += "git://go.googlesource.com/xerrors;protocol=https;nobranch=1;tag=v0.1.12;shallow=1;rev=a985d3407aa71f30cf86696ee0a2f409709f22e1;name=git_e8cbb9fc_3;destsuffix=vcs_cache/19bf66358270f1db6b287805895c6fc8385236e01234a96b3da1d15fe70245f7"
499SRC_URI += "git://gopkg.in/airbrake/gobrake.v2;protocol=https;branch=master;rev=668876711219e8b0206e2994bf0a59d889c775aa;name=git_ac7dd998_0;destsuffix=vcs_cache/077965e9dddf4afe778a53c5657b15d425b2922ce1bb4473b48a092882d1c86c"
500SRC_URI += "git://gopkg.in/alecthomas/kingpin.v2;protocol=https;branch=master;rev=947dcec5ba9c011838740e680966fd7087a71d0d;name=git_c2c1b071_0;destsuffix=vcs_cache/2735cac9b4a3cdb15215106fb8250a3cf703ade538238379c02b2e4630006774"
501SRC_URI += "git://gopkg.in/cenkalti/backoff.v2;protocol=https;branch=master;rev=5267b6dd4d2666b980a911bf235efa276222cbe2;name=git_585aa1be_0;destsuffix=vcs_cache/71c3d72ed297486ed0a5ea367107475dd5a2f63506f13752eff8697b952feb2b"
502SRC_URI += "git://gopkg.in/evanphx/json-patch.v4;protocol=https;branch=master;rev=50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907;name=git_6e26e914_0;destsuffix=vcs_cache/4b7afc94ca313174a1c06213eff6268514e8df200fe8280a69535c2f7d458ab8"
503SRC_URI += "git://gopkg.in/gemnasium/logrus-airbrake-hook.v2;protocol=https;branch=master;rev=e928b033a891c0175fb643d5aa0779e86325eb12;name=git_b4c61f4c_0;destsuffix=vcs_cache/d0726cab486cec911bd01a228103871bd0013c064acd93acf6ec283371126c72"
504SRC_URI += "git://gopkg.in/rethinkdb/rethinkdb-go.v6;protocol=https;branch=master;rev=fcfe1f12e1c9fb834ac0e68e7771dbfc0e773e4f;name=git_5a855390_0;destsuffix=vcs_cache/217dbcd1c8416832ce026dc8bc5191884d1b45525c1a9e2c2e6980ae4fa4b11e"
505 606
diff --git a/recipes-containers/docker-compose/go-mod-hybrid-cache.inc b/recipes-containers/docker-compose/go-mod-hybrid-cache.inc
index 960b198c..f6e9b94d 100644
--- a/recipes-containers/docker-compose/go-mod-hybrid-cache.inc
+++ b/recipes-containers/docker-compose/go-mod-hybrid-cache.inc
@@ -8,21 +8,21 @@ inherit go-mod-vcs
8GO_MODULE_CACHE_DATA = '[\ 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"},\ 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"},\ 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"},\ 11{"module":"github.com/containerd/cgroups/v3","version":"v3.1.2","vcs_hash":"0a57a364d007af5ddf18af34b681967bf3bdb72cbf2ee50c605be53e1d114a0b","timestamp":"2025-11-26T14:43:42Z","subdir":"","vcs_ref":"refs/tags/v3.1.2"},\
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"},\ 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"},\ 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":""},\ 14{"module":"github.com/containerd/containerd/v2","version":"v2.2.2","vcs_hash":"ea4b5c8a660b2fc1f2b90648b4488ba3c3ee8dd68fa6b07824587410c3886213","timestamp":"2026-03-10T19:55:31Z","subdir":"","vcs_ref":"refs/tags/v2.2.2"},\
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"},\ 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"},\ 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"},\ 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"},\ 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"},\ 19{"module":"github.com/containerd/fuse-overlayfs-snapshotter/v2","version":"v2.1.7","vcs_hash":"ebd7034108ca2f7b1a5d3724f3248f21f9cf17f5ecf3db9b5c71ee2e6de56563","timestamp":"2025-11-06T01:42:49Z","subdir":"","vcs_ref":"refs/tags/v2.1.7"},\
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"},\ 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"},\ 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"},\ 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"},\ 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"},\ 24{"module":"github.com/containerd/nri","version":"v0.11.0","vcs_hash":"9ef2c512de0aabf89c060ed428bc6ef3d29fc64b917b4a81d88abcada3f49d90","timestamp":"2025-12-17T00:38:45Z","subdir":"","vcs_ref":"refs/tags/v0.11.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"},\ 25{"module":"github.com/containerd/nydus-snapshotter","version":"v0.15.10","vcs_hash":"8950efb8ebb00c25adcc9f3c186f0f47f0a67ddde318fcaeb41450e1d3559580","timestamp":"2025-12-18T11:26:51Z","subdir":"","vcs_ref":"refs/tags/v0.15.10"},\
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"},\ 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"},\ 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"},\ 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"},\
@@ -30,4 +30,7 @@ GO_MODULE_CACHE_DATA = '[\
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"},\ 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"},\ 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"},\ 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"}]' 33{"module":"github.com/containerd/zfs/v2","version":"v2.0.0","vcs_hash":"3b6e8e17660f86603ad978c35f23b066288dc5937890ca5c61f54fc5dfaa9052","timestamp":"2025-12-08T03:44:17Z","subdir":"","vcs_ref":"refs/tags/v2.0.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"}]'
diff --git a/recipes-containers/docker-compose/go-mod-hybrid-git.inc b/recipes-containers/docker-compose/go-mod-hybrid-git.inc
index 331e12f0..c9253575 100644
--- a/recipes-containers/docker-compose/go-mod-hybrid-git.inc
+++ b/recipes-containers/docker-compose/go-mod-hybrid-git.inc
@@ -6,24 +6,27 @@
6 6
7SRC_URI += "git://github.com/containerd/accelerated-container-image;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=c5dd4fa383f2a932ab7d0b974f05a4e90eb46604;name=git_c15853d7_0;destsuffix=vcs_cache/3c38450d2e9b921d8073a5c5afb9472d94858098bc1fe7d691687d51d0ede1ff" 7SRC_URI += "git://github.com/containerd/accelerated-container-image;protocol=https;nobranch=1;tag=v1.3.0;shallow=1;rev=c5dd4fa383f2a932ab7d0b974f05a4e90eb46604;name=git_c15853d7_0;destsuffix=vcs_cache/3c38450d2e9b921d8073a5c5afb9472d94858098bc1fe7d691687d51d0ede1ff"
8SRC_URI += "git://github.com/containerd/btrfs;protocol=https;nobranch=1;tag=v2.0.0;shallow=1;rev=f611cf12b33f43269574b2ad82bcb55e4d6f9982;name=git_afc7f4f6_0;destsuffix=vcs_cache/8a2ee3ce7d871ae06962c07984197acdfd6035091884c9db0791378ac0229823" 8SRC_URI += "git://github.com/containerd/btrfs;protocol=https;nobranch=1;tag=v2.0.0;shallow=1;rev=f611cf12b33f43269574b2ad82bcb55e4d6f9982;name=git_afc7f4f6_0;destsuffix=vcs_cache/8a2ee3ce7d871ae06962c07984197acdfd6035091884c9db0791378ac0229823"
9SRC_URI += "git://github.com/containerd/cgroups;protocol=https;nobranch=1;tag=v3.1.0;shallow=1;rev=fa024e5d81b610f004f42857e696d94b8961475a;name=git_85a7d8f6_0;destsuffix=vcs_cache/afcdc6b74bd9b0d30fcd801d4175ef54783d125d29b7cf31da1bed7135dae03e" 9SRC_URI += "git://github.com/containerd/cgroups;protocol=https;nobranch=1;tag=v3.1.2;shallow=1;rev=8c81c66df8df1e3f748b40b93c83dbf081e7d552;name=git_85a7d8f6_0;destsuffix=vcs_cache/0a57a364d007af5ddf18af34b681967bf3bdb72cbf2ee50c605be53e1d114a0b"
10SRC_URI += "git://github.com/containerd/console;protocol=https;nobranch=1;tag=v1.0.5;shallow=1;rev=c8d962180f543ac07c008ecc79a413406ea10c0b;name=git_7dc259a2_0;destsuffix=vcs_cache/a38aca664db28f607862e39301d2fd06b3c58312662cbd189f451215c3eb9894" 10SRC_URI += "git://github.com/containerd/console;protocol=https;nobranch=1;tag=v1.0.5;shallow=1;rev=c8d962180f543ac07c008ecc79a413406ea10c0b;name=git_7dc259a2_0;destsuffix=vcs_cache/a38aca664db28f607862e39301d2fd06b3c58312662cbd189f451215c3eb9894"
11SRC_URI += "git://github.com/containerd/containerd;protocol=https;nobranch=1;tag=api/v1.10.0;shallow=1;rev=8b34ce391bd114e080892cccfa956ef3807c207c;name=git_c2fd43eb_0;destsuffix=vcs_cache/4ae09c91c596d23f3127d6821ac6178aa6512e66eba4da3a39e7c94903e2407b" 11SRC_URI += "git://github.com/containerd/containerd;protocol=https;nobranch=1;tag=api/v1.10.0;shallow=1;rev=8b34ce391bd114e080892cccfa956ef3807c207c;name=git_c2fd43eb_1;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" 12SRC_URI += "git://github.com/containerd/containerd;protocol=https;nobranch=1;tag=v2.2.2;shallow=1;rev=301b2dac98f15c27117da5c8af12118a041a31d9;name=git_c2fd43eb_0;destsuffix=vcs_cache/ea4b5c8a660b2fc1f2b90648b4488ba3c3ee8dd68fa6b07824587410c3886213"
13SRC_URI += "git://github.com/containerd/continuity;protocol=https;nobranch=1;tag=v0.4.5;shallow=1;rev=44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e;name=git_b4d76115_0;destsuffix=vcs_cache/ef286b146362aa5da58f9ef4e88323a32e1ea45eda78c6d484875972ce0a81e0" 13SRC_URI += "git://github.com/containerd/continuity;protocol=https;nobranch=1;tag=v0.4.5;shallow=1;rev=44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e;name=git_b4d76115_0;destsuffix=vcs_cache/ef286b146362aa5da58f9ef4e88323a32e1ea45eda78c6d484875972ce0a81e0"
14SRC_URI += "git://github.com/containerd/errdefs;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=4817405e4a3caeb7aee9dac68ed55339c59cb635;name=git_070120f7_0;destsuffix=vcs_cache/d9d1c9949e837f39205605237b656e944c7d0cd69e48a906fabdb6bebe0edb66" 14SRC_URI += "git://github.com/containerd/errdefs;protocol=https;nobranch=1;tag=pkg/v0.3.0;shallow=1;rev=4817405e4a3caeb7aee9dac68ed55339c59cb635;name=git_070120f7_0;destsuffix=vcs_cache/d9d1c9949e837f39205605237b656e944c7d0cd69e48a906fabdb6bebe0edb66"
15SRC_URI += "git://github.com/containerd/fifo;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=151b205263c29d471e0d55c787d2ce9f5343fd46;name=git_6f3d1077_0;destsuffix=vcs_cache/e4b0152cde11b075ce8a8a9f0db77d54abb72ee1bab1036ab0c157b678aade47" 15SRC_URI += "git://github.com/containerd/fifo;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=151b205263c29d471e0d55c787d2ce9f5343fd46;name=git_6f3d1077_0;destsuffix=vcs_cache/e4b0152cde11b075ce8a8a9f0db77d54abb72ee1bab1036ab0c157b678aade47"
16SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;protocol=https;nobranch=1;tag=v2.1.6;shallow=1;rev=8b4beab359e7d031f06783f60a34f2a9b7297ef5;name=git_923d9d3e_0;destsuffix=vcs_cache/d6462a2e449413e1dd1cf0af4cad9575f645aa1bdbde1b40c8a967fe3de781cf" 16SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;protocol=https;nobranch=1;tag=v2.1.7;shallow=1;rev=da57796c7d0a2b608abf173651cf148706e33337;name=git_923d9d3e_0;destsuffix=vcs_cache/ebd7034108ca2f7b1a5d3724f3248f21f9cf17f5ecf3db9b5c71ee2e6de56563"
17SRC_URI += "git://github.com/containerd/go-cni;protocol=https;nobranch=1;tag=v1.1.13;shallow=1;rev=784f94e654944e41f86cf33ad49bfe07014c2e7e;name=git_cab8b449_0;destsuffix=vcs_cache/42aaa61d2bb4bd3a1eb278daa53bed3b31e3af601d35dafceb8b7714333cef05" 17SRC_URI += "git://github.com/containerd/go-cni;protocol=https;nobranch=1;tag=v1.1.13;shallow=1;rev=784f94e654944e41f86cf33ad49bfe07014c2e7e;name=git_cab8b449_0;destsuffix=vcs_cache/42aaa61d2bb4bd3a1eb278daa53bed3b31e3af601d35dafceb8b7714333cef05"
18SRC_URI += "git://github.com/containerd/go-runc;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=df3c22d088ca919d1943efa8ae0cfc0514da0542;name=git_84c96084_0;destsuffix=vcs_cache/9044e9e240020298712a51a4db4736afc66d70b1870cf11cac73c0661be06842" 18SRC_URI += "git://github.com/containerd/go-runc;protocol=https;nobranch=1;tag=v1.1.0;shallow=1;rev=df3c22d088ca919d1943efa8ae0cfc0514da0542;name=git_84c96084_0;destsuffix=vcs_cache/9044e9e240020298712a51a4db4736afc66d70b1870cf11cac73c0661be06842"
19SRC_URI += "git://github.com/containerd/imgcrypt;protocol=https;nobranch=1;tag=v2.0.1;shallow=1;rev=c377ec98ff79ec9205eabf555ebd2ea784738c6c;name=git_3f4049aa_0;destsuffix=vcs_cache/cf07f49bde1cc9b1c042dfb7055d38c832cb69592e89521daa5ad46b367e047b" 19SRC_URI += "git://github.com/containerd/imgcrypt;protocol=https;nobranch=1;tag=v2.0.1;shallow=1;rev=c377ec98ff79ec9205eabf555ebd2ea784738c6c;name=git_3f4049aa_0;destsuffix=vcs_cache/cf07f49bde1cc9b1c042dfb7055d38c832cb69592e89521daa5ad46b367e047b"
20SRC_URI += "git://github.com/containerd/log;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=0fc1e28871fdf2786e2cc51bbe4133db6547a199;name=git_b70b7359_0;destsuffix=vcs_cache/697be36d9b8a0eb34f8591d0f69b6d596e1e9341b5944ebf81ddd334b1907bc6" 20SRC_URI += "git://github.com/containerd/log;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=0fc1e28871fdf2786e2cc51bbe4133db6547a199;name=git_b70b7359_0;destsuffix=vcs_cache/697be36d9b8a0eb34f8591d0f69b6d596e1e9341b5944ebf81ddd334b1907bc6"
21SRC_URI += "git://github.com/containerd/nri;protocol=https;nobranch=1;tag=v0.10.0;shallow=1;rev=a2eea2bc19ada59eafdb1237a4720ef8ab11e5b1;name=git_523249c2_0;destsuffix=vcs_cache/9e8aeba250dfc002831e46adace86815de4667ce3a2125acdbc5818f536de05c" 21SRC_URI += "git://github.com/containerd/nri;protocol=https;nobranch=1;tag=v0.11.0;shallow=1;rev=1078130fa016884b4c03880d9d587e6691a67d98;name=git_523249c2_0;destsuffix=vcs_cache/9ef2c512de0aabf89c060ed428bc6ef3d29fc64b917b4a81d88abcada3f49d90"
22SRC_URI += "git://github.com/containerd/nydus-snapshotter;protocol=https;nobranch=1;tag=v0.15.4;shallow=1;rev=7317cffb615fb1409cf5e2ea06e83590d1113df0;name=git_c4766add_0;destsuffix=vcs_cache/3371554120d7414305ee7e2a1039afc3c4fe1e65619e9593558857b842b7ed84" 22SRC_URI += "git://github.com/containerd/nydus-snapshotter;protocol=https;nobranch=1;tag=v0.15.10;shallow=1;rev=ae5bebac2b0c1da6aafd78666eea1dd91fb59d96;name=git_c4766add_0;destsuffix=vcs_cache/8950efb8ebb00c25adcc9f3c186f0f47f0a67ddde318fcaeb41450e1d3559580"
23SRC_URI += "git://github.com/containerd/otelttrpc;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=fa91cafe17adf59a0edc10650135dfd1dfb761c2;name=git_69c055ed_0;destsuffix=vcs_cache/c27d4a7087a7f4624cdf40c161f9707dbb90cd2d71159840f7c7b610260e9f24" 23SRC_URI += "git://github.com/containerd/otelttrpc;protocol=https;nobranch=1;tag=v0.1.0;shallow=1;rev=fa91cafe17adf59a0edc10650135dfd1dfb761c2;name=git_69c055ed_0;destsuffix=vcs_cache/c27d4a7087a7f4624cdf40c161f9707dbb90cd2d71159840f7c7b610260e9f24"
24SRC_URI += "git://github.com/containerd/platforms;protocol=https;nobranch=1;tag=v1.0.0-rc.2;shallow=1;rev=2e51fd9435bd985e1753954b24f4b0453f4e4767;name=git_96693f8e_0;destsuffix=vcs_cache/a5b697e2dcecbe42edb518786dede1d257aecc63276621eb03e3917cae97e344" 24SRC_URI += "git://github.com/containerd/platforms;protocol=https;nobranch=1;tag=v1.0.0-rc.2;shallow=1;rev=2e51fd9435bd985e1753954b24f4b0453f4e4767;name=git_96693f8e_0;destsuffix=vcs_cache/a5b697e2dcecbe42edb518786dede1d257aecc63276621eb03e3917cae97e344"
25SRC_URI += "git://github.com/containerd/plugin;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd;name=git_0f1fd608_0;destsuffix=vcs_cache/f786b847c888d27ca5c517b566772c78216ed963d31d5119a32ebad7494855ea" 25SRC_URI += "git://github.com/containerd/plugin;protocol=https;nobranch=1;tag=v1.0.0;shallow=1;rev=19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd;name=git_0f1fd608_0;destsuffix=vcs_cache/f786b847c888d27ca5c517b566772c78216ed963d31d5119a32ebad7494855ea"
26SRC_URI += "git://github.com/containerd/stargz-snapshotter;protocol=https;nobranch=1;tag=estargz/v0.17.0;shallow=1;rev=6f6aacb044960a0820a2d2954f5cbcc40b17fbdb;name=git_0c473532_0;destsuffix=vcs_cache/24a2796839044959bbf030bb3fd1172f4a49c4577d48199b4f7087d3952367d6" 26SRC_URI += "git://github.com/containerd/stargz-snapshotter;protocol=https;nobranch=1;tag=estargz/v0.17.0;shallow=1;rev=6f6aacb044960a0820a2d2954f5cbcc40b17fbdb;name=git_0c473532_0;destsuffix=vcs_cache/24a2796839044959bbf030bb3fd1172f4a49c4577d48199b4f7087d3952367d6"
27SRC_URI += "git://github.com/containerd/ttrpc;protocol=https;nobranch=1;tag=v1.2.7;shallow=1;rev=3b8c8b75577584e412043afb7b561193a4a47d2e;name=git_1deba031_0;destsuffix=vcs_cache/89e0e59ec2637becf69ff869326d460e7b3aa5c251d58a6d42981bc9c12360fd" 27SRC_URI += "git://github.com/containerd/ttrpc;protocol=https;nobranch=1;tag=v1.2.7;shallow=1;rev=3b8c8b75577584e412043afb7b561193a4a47d2e;name=git_1deba031_0;destsuffix=vcs_cache/89e0e59ec2637becf69ff869326d460e7b3aa5c251d58a6d42981bc9c12360fd"
28SRC_URI += "git://github.com/containerd/typeurl;protocol=https;nobranch=1;tag=v2.2.3;shallow=1;rev=5b047adad57d172afa9654c019fe65bf0540cc4d;name=git_94e812bb_0;destsuffix=vcs_cache/60bc9255cadbea28631b3293cd629cbe0b9a9cffb987712231cdc4f9dc75a2cb" 28SRC_URI += "git://github.com/containerd/typeurl;protocol=https;nobranch=1;tag=v2.2.3;shallow=1;rev=5b047adad57d172afa9654c019fe65bf0540cc4d;name=git_94e812bb_0;destsuffix=vcs_cache/60bc9255cadbea28631b3293cd629cbe0b9a9cffb987712231cdc4f9dc75a2cb"
29SRC_URI += "git://github.com/containerd/zfs;protocol=https;nobranch=1;tag=v2.0.0-rc.0;shallow=1;rev=ac25940eac8d55a66eb07b5444da0bd98ab03f2b;name=git_62ef0568_0;destsuffix=vcs_cache/760d9b417b3649f7335a5437c1ddc3ce9a7d15632bcac73a7aabc3c145104a12" 29SRC_URI += "git://github.com/containerd/zfs;protocol=https;nobranch=1;tag=v2.0.0;shallow=1;rev=a3e9bec07f4f2d9da41c5e119006cffad6fecffa;name=git_62ef0568_0;destsuffix=vcs_cache/3b6e8e17660f86603ad978c35f23b066288dc5937890ca5c61f54fc5dfaa9052"
30SRC_URI += "git://github.com/kubernetes/api;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=77c9e29b068e14d4bcca2d6a4c85b2cc9da5a923;name=git_91745483_0;destsuffix=vcs_cache/5c4bbd0617f6f594b275f1999f97eca8f79dbb30e908e7d6b5c7a80fd5b9b0d2"
31SRC_URI += "git://github.com/kubernetes/apimachinery;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=b72d93d174332f952a8d431419fece5e6f044bcb;name=git_d6490ebc_0;destsuffix=vcs_cache/9131e9ebe36078f01c5a5e8e9866300b853aa46fab527d00fc089d4c16938663"
32SRC_URI += "git://github.com/kubernetes/client-go;protocol=https;nobranch=1;tag=v0.34.1;shallow=1;rev=d033c497ffef47be9b4f81abde5c3d94dd78089a;name=git_0356f569_0;destsuffix=vcs_cache/25b2ca19570dcf36fcfa8a5388cc7647944fee1a9a445671e69704dbd6f452b5"
diff --git a/recipes-containers/docker-compose/go-mod-hybrid-gomod.inc b/recipes-containers/docker-compose/go-mod-hybrid-gomod.inc
index 61160d47..dd686400 100644
--- a/recipes-containers/docker-compose/go-mod-hybrid-gomod.inc
+++ b/recipes-containers/docker-compose/go-mod-hybrid-gomod.inc
@@ -8,16 +8,17 @@ inherit go-mod
8 8
9SRC_URI += "gomod://cel.dev/expr;version=v0.24.0;sha256sum=4456189315133136b72bfb40312d731c8957cce38a2807ac21d09f5158259bb7" 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" 10SRC_URI += "gomod://cloud.google.com/go/compute/metadata;version=v0.9.0;sha256sum=f97e35d1c96239b8574054a77e312c95d2c82a89c21daf46ffeaea6d5fc59eca"
11SRC_URI += "gomod://cyphar.com/go-pathrs;version=v0.2.1;sha256sum=c68ca36bf78b684a29ef9ce58b5c26a4a68baa4a068259c753b652a91b85a5ed"
11SRC_URI += "gomod://dario.cat/mergo;version=v1.0.2;sha256sum=67d2e9d83ca57d3a8ce1a0e0e626a7c03753b3966b58b41b95e97ca4e7b2c640" 12SRC_URI += "gomod://dario.cat/mergo;version=v1.0.2;sha256sum=67d2e9d83ca57d3a8ce1a0e0e626a7c03753b3966b58b41b95e97ca4e7b2c640"
13SRC_URI += "gomod://filippo.io/edwards25519;version=v1.1.0;sha256sum=9ac43a686d06fdebd719f7af3866c87eb069302272dfb131007adf471c308b65"
12SRC_URI += "gomod://github.com/AdaLogics/go-fuzz-headers;version=v0.0.0-20240806141605-e8a1dd7889d6;sha256sum=2fc1bca9461db8f106c8b73652d51ab2b7f8a2620b2d453ffcb813bbadf587b6" 14SRC_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" 15SRC_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" 16SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/azcore;version=v1.20.0;sha256sum=fcfedf994af73624db0bd7921624af02305965b2efb9e25ed12358a0c344333b"
15SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/azidentity;version=v1.11.0;sha256sum=31cd0ed0a36c70b3ceaf994978eaf10df34e2e875affbb655d357e828172a5b9" 17SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/azidentity;version=v1.13.1;sha256sum=98012cfee26379a030c430ee2218c396201a9f9a35f17867c6f5c8a7cb6839a5"
16SRC_URI += "gomod://github.com/Azure/azure-sdk-for-go/sdk/internal;version=v1.11.2;sha256sum=88c28c7f95f1ab392d5bf5e98569b30b834721978e2d7d4dc2eed1bc08f6f4e8" 18SRC_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" 19SRC_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" 20SRC_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" 21SRC_URI += "gomod://github.com/AzureAD/microsoft-authentication-library-for-go;version=v1.6.0;sha256sum=b5bd3c20f1152ee71546ed7d11466878f85cef9dee35b47ad6218e621d9cc4dc"
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/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/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/Masterminds/semver/v3;version=v3.4.0;sha256sum=20cf1a0cf1820860c47cb87a0daa1422824e39ca15f47bb59a52b33bce31a239"
@@ -25,44 +26,65 @@ SRC_URI += "gomod://github.com/Microsoft/go-winio;version=v0.6.2;sha256sum=cd007
25SRC_URI += "gomod://github.com/Microsoft/hcsshim;version=v0.14.0-rc.1;sha256sum=c5201e908e6dabcfad1ea91f93a73dadaa53cc41f3284b915da1bd1d15973d89" 26SRC_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/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/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" 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" 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" 31SRC_URI += "gomod://github.com/agext/levenshtein;version=v1.2.3;sha256sum=f24dcae174b3418f6340fb8f54797788a71130b960da4f07d3e08206cbcbdc02"
32SRC_URI += "gomod://github.com/agnivade/levenshtein;version=v1.2.1;sha256sum=26bdb12f38a5ca1c45a666e8dea1c409189a383443fa14f4ff04f75af7022534"
32SRC_URI += "gomod://github.com/alecthomas/kingpin/v2;version=v2.4.0;sha256sum=ef1ea6fead21e5fcc9e1532187888c8c7c4f3ebbdb00587ab67a19245206ca66" 33SRC_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/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-20151022065526-2efee857e7cf;sha256sum=2c955e4d09c1208f4542e08515b5b409c36ff8c70cf471ad56859eb5e86f7271"
35SRC_URI += "gomod://github.com/alecthomas/units;version=v0.0.0-20211218093645-b94a6e3cc137;sha256sum=b62437d74a523089af46ba0115ece1ce11bca5e321fe1e1d4c976ecca6ee78aa" 36SRC_URI += "gomod://github.com/alecthomas/units;version=v0.0.0-20211218093645-b94a6e3cc137;sha256sum=b62437d74a523089af46ba0115ece1ce11bca5e321fe1e1d4c976ecca6ee78aa"
37SRC_URI += "gomod://github.com/anchore/go-struct-converter;version=v0.1.0;sha256sum=d59da72ec5a33286bf91e47055e3a526474f9ee2755735be7221dad0540dc88c"
36SRC_URI += "gomod://github.com/anchore/go-struct-converter;version=v0.0.0-20221118182256-c68fdcfa2092;sha256sum=39c9a3f557aa5486c08681a626858bc9d7c333af34f6ce22142fb157828d00f1" 38SRC_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" 39SRC_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" 40SRC_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" 41SRC_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" 42SRC_URI += "gomod://github.com/armon/circbuf;version=v0.0.0-20190214190532-5111143e8da2;sha256sum=c8b7ba977844b5378a2413c123c3e55d0885fb67f64ad6cf06575a791a36b827"
43SRC_URI += "gomod://github.com/asaskevich/govalidator;version=v0.0.0-20230301143203-a9d515a09cc2;sha256sum=0f8ec67bbc585d29ec115c0885cef6f2431a422cc1cc10008e466ebe8be5dc37"
44SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2;version=v1.39.6;sha256sum=91aea21c184da2dca0575230da2d7258185c7544ada2619a195d281096cbf758"
41SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2;version=v1.38.1;sha256sum=e6e26aa9cf8f00260501d54d1e1a3d74ca7f4230fbe037337395792999a4d74d" 45SRC_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" 46SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream;version=v1.7.0;sha256sum=51f06bb486a7271c3c6714a6f531646c474034c15a7281506d108ca633e1b2a0"
47SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream;version=v1.7.2;sha256sum=e70a11cfa40c39c92eb73043ae46d98fb9ded90088e0152771f25af191547b31"
48SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/config;version=v1.31.20;sha256sum=6b7fded2eebec112185a1e663e10d5c0c643e16341417247d6faee9a0f7b1ce5"
43SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/config;version=v1.31.3;sha256sum=1ac9b4f99365d03e3ce2b21f3114b7a20c6200b9745fbf3acecb97a13a3ce360" 49SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/config;version=v1.31.3;sha256sum=1ac9b4f99365d03e3ce2b21f3114b7a20c6200b9745fbf3acecb97a13a3ce360"
50SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/credentials;version=v1.18.24;sha256sum=c221e58b6d629c68b9ddc73784871c284f12e80f5f659757536d4946d68aa39d"
44SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/credentials;version=v1.18.7;sha256sum=9fdeb65230d9cda7c415649a4760bafe55cc897eab6520fb7df4c3e645dafc3f" 51SRC_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" 52SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/feature/ec2/imds;version=v1.18.4;sha256sum=ea0c9dad6cff8ed9435353cb2a0e8ba5db6e24b399a7b5d7d282f10dcaae00f1"
53SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/feature/ec2/imds;version=v1.18.13;sha256sum=2956d48a3c799c1c7027a479118157bbddcce84bb0c13e38df71f9a6875ad01a"
46SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/feature/s3/manager;version=v1.17.10;sha256sum=e4ff6e115f4d1261ef0a1d503c100a161e48f9632ee79ab2ef6b818175e502a2" 54SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/feature/s3/manager;version=v1.17.10;sha256sum=e4ff6e115f4d1261ef0a1d503c100a161e48f9632ee79ab2ef6b818175e502a2"
55SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/configsources;version=v1.4.13;sha256sum=c865975b594b46ce4c81514930677ae510a2a6cd1688106fb4abd0b4fbc62a30"
47SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/configsources;version=v1.4.4;sha256sum=08c8583ecd8a088c51038bd855dfc1e99c6e4ff40df3c7726da83c9c229bf7c5" 56SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/configsources;version=v1.4.4;sha256sum=08c8583ecd8a088c51038bd855dfc1e99c6e4ff40df3c7726da83c9c229bf7c5"
57SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/endpoints/v2;version=v2.7.13;sha256sum=d770aba8ff4593801ff91e1e86f1df7c0d7597977c6ed3d29a4f85c58c7ee6b4"
48SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/endpoints/v2;version=v2.7.4;sha256sum=680ecedd8d91f262418ba3b188b09aceff70305b29574de320e1548bf2016a09" 58SRC_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" 59SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/ini;version=v1.8.3;sha256sum=7c134d09366b976ea1362c3dca8a394e130182af739a792d7b16089eefa8a514"
60SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/ini;version=v1.8.4;sha256sum=f34dd5f3521bdb07f657b88348bbafbb68f41d134bcb615356122e56c1117600"
50SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/v4a;version=v1.4.4;sha256sum=0bba07ce03c9836ede3250590c4ab9b7a078567dfecbc34b74d3defcdd081a17" 61SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/v4a;version=v1.4.4;sha256sum=0bba07ce03c9836ede3250590c4ab9b7a078567dfecbc34b74d3defcdd081a17"
62SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/internal/v4a;version=v1.4.12;sha256sum=a987fb44c62f91c058348f98a1d791eab9a066168c5e08ca6ff47d6b6e83251e"
63SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding;version=v1.13.3;sha256sum=55758a09847139083b1a98c54301dd946f90519293fc07c52990ba4b09fb6c05"
51SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding;version=v1.13.0;sha256sum=3698d63c385276ae27a1e2fe54ed50abed2016a35f5296c1f702babb4be11d39" 64SRC_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" 65SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/checksum;version=v1.8.4;sha256sum=9db6e59213902c81ce36035efba04bf1299ea0a095b6706714afc340ac9df356"
66SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/checksum;version=v1.9.3;sha256sum=29bb29037e979418ec5d8a445a7f42c98e2f1fac6e40d230ce0788f6d69e8b82"
53SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/presigned-url;version=v1.13.4;sha256sum=62ec11fe1d7764148736c03f48e74e097a017ae97c6cc8b113e57e4b2393ae52" 67SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/presigned-url;version=v1.13.4;sha256sum=62ec11fe1d7764148736c03f48e74e097a017ae97c6cc8b113e57e4b2393ae52"
68SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/presigned-url;version=v1.13.13;sha256sum=e18d434800c2596ee3c8bc27207f5dfe424c5a922f912f58fcb7a251384b4150"
69SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/s3shared;version=v1.19.12;sha256sum=933aac4530a3b0e42f22116e5058630b4a8d527421099703d5d50f6c002f7ada"
54SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/s3shared;version=v1.19.4;sha256sum=92176f37be2b3cca975834c4a568dd9108e4126ad37d4370c28540d34b4bc627" 70SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/internal/s3shared;version=v1.19.4;sha256sum=92176f37be2b3cca975834c4a568dd9108e4126ad37d4370c28540d34b4bc627"
71SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/s3;version=v1.89.1;sha256sum=a961c1276bb3c9046f020fc3dca298fd402ae30bc5ae8f9bb144bb501cefc6f1"
55SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/s3;version=v1.87.1;sha256sum=d0f024176fdc8738037963a829123cb749f91516a85a557301431d6de0526de2" 72SRC_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" 73SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/sso;version=v1.28.2;sha256sum=ec1eb04c3557694088831232ed654b78aea2f442f38523908274905ef045dfc8"
74SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/sso;version=v1.30.3;sha256sum=bd47c38cfea2e1384e101f82948bcd964021e7527ad36d5d3660fdbc54ea9045"
75SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/ssooidc;version=v1.35.7;sha256sum=6669e059cb859f2148a7a3271d5872e9779dc5d6cecb1b8b309f74ff7a538d8d"
57SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/ssooidc;version=v1.34.0;sha256sum=3cc2085b3295fd315fa0a466cc63c0df52d61c507ef3cd588fbce49bc0534adb" 76SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/ssooidc;version=v1.34.0;sha256sum=3cc2085b3295fd315fa0a466cc63c0df52d61c507ef3cd588fbce49bc0534adb"
77SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/sts;version=v1.40.2;sha256sum=1f020eebc63603732b380d920f1a4d11bc3e4c978f3060ff0637e50f7d6e1d9a"
58SRC_URI += "gomod://github.com/aws/aws-sdk-go-v2/service/sts;version=v1.38.0;sha256sum=f0f7df436d0a4b9e92c83e010f5f4047b60be2d8d26aa1844ed802c11762ea19" 78SRC_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" 79SRC_URI += "gomod://github.com/aws/smithy-go;version=v1.22.5;sha256sum=51e3e8cd878571ee947de927505805fe425ab8743a1aad05bfad7bbc0b747a29"
80SRC_URI += "gomod://github.com/aws/smithy-go;version=v1.23.2;sha256sum=fa8ca95555a0624bef57d4e54cae4fb6c1f731ebb93c0aaea71ead1a6a1ea624"
60SRC_URI += "gomod://github.com/beorn7/perks;version=v1.0.0;sha256sum=a7ec6164e31ea8e10c601abb9793753ec43cb218283b226800c134fb23cea409" 81SRC_URI += "gomod://github.com/beorn7/perks;version=v1.0.0;sha256sum=a7ec6164e31ea8e10c601abb9793753ec43cb218283b226800c134fb23cea409"
61SRC_URI += "gomod://github.com/beorn7/perks;version=v0.0.0-20180321164747-3a771d992973;sha256sum=536e7c15d3bddfce923ebc7f55b87bf4c7af6920bcebdbf24d3969e624eb7537"
62SRC_URI += "gomod://github.com/beorn7/perks;version=v0.0.0-20150223135152-b965b613227f;sha256sum=c2d9b3d7a26c1cd6b384c2f6cbd00f0174524c0146a0425cd8e37dfc828ee262"
63SRC_URI += "gomod://github.com/beorn7/perks;version=v1.0.1;sha256sum=25bd9e2d94aca770e6dbc1f53725f84f6af4432f631d35dd2c46f96ef0512f1a" 82SRC_URI += "gomod://github.com/beorn7/perks;version=v1.0.1;sha256sum=25bd9e2d94aca770e6dbc1f53725f84f6af4432f631d35dd2c46f96ef0512f1a"
83SRC_URI += "gomod://github.com/beorn7/perks;version=v0.0.0-20150223135152-b965b613227f;sha256sum=c2d9b3d7a26c1cd6b384c2f6cbd00f0174524c0146a0425cd8e37dfc828ee262"
84SRC_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" 85SRC_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" 86SRC_URI += "gomod://github.com/bitly/go-simplejson;version=v0.5.0;sha256sum=53930281dc7fba8947c1b1f07c82952a38dcaefae23bd3c8e71d70a6daa6cb40"
87SRC_URI += "gomod://github.com/blang/semver;version=v3.5.1+incompatible;sha256sum=8d032399cf835b93f7cf641b5477a31a002059eed7888a775f97bd3e9677ad3c"
66SRC_URI += "gomod://github.com/bmizerany/assert;version=v0.0.0-20160611221934-b7ed37b82869;sha256sum=2532a167df77ade7e8012f07c0e3db4d4c15abdb7ffa7b05e1d961408da9a539" 88SRC_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" 89SRC_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" 90SRC_URI += "gomod://github.com/bugsnag/bugsnag-go;version=v1.0.5-0.20150529004307-13fd6b8acda0;sha256sum=ae7062064da9737d52d9d0bb76f074a0c3018fe0c84888434bdb9aa50cfe31a8"
@@ -75,41 +97,55 @@ SRC_URI += "gomod://github.com/checkpoint-restore/checkpointctl;version=v1.4.0;s
75SRC_URI += "gomod://github.com/checkpoint-restore/go-criu/v7;version=v7.2.0;sha256sum=6e88d29322c7665fdac2b5ed9c9a30b44fc2fb254e460241d9dee71d564c5ac3" 97SRC_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" 98SRC_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" 99SRC_URI += "gomod://github.com/cloudflare/cfssl;version=v0.0.0-20180223231731-4e2dcbde5004;sha256sum=937cbafe6c37ade60fc77687092e1fae2f2e24a59530d59369729278a022c6cb"
100SRC_URI += "gomod://github.com/cloudflare/circl;version=v1.6.1;sha256sum=a639161f881603a040700d987d2c16ec815302418058cdb29bcc3b349ed56c10"
78SRC_URI += "gomod://github.com/cloudflare/circl;version=v1.6.0;sha256sum=7836c8b3b0d93f739fb350d30b3f619d91ce68f250359f391c05d70dac3a17aa" 101SRC_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" 102SRC_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" 103SRC_URI += "gomod://github.com/codahale/rfc6979;version=v0.0.0-20141003034818-6a90f24967eb;sha256sum=b15238554e2e66e045df44125055b8cf57fad45a0321b25b47c9fca48ecc8e32"
104SRC_URI += "gomod://github.com/compose-spec/compose-go/v2;version=v2.10.1;sha256sum=c220d9556fa4f6cec1861fc3bd1034456fa13b30aa6e8a993f2c5eae1edf561f"
81SRC_URI += "gomod://github.com/compose-spec/compose-go/v2;version=v2.10.0;sha256sum=e5aa05965799dbd5aa3e6df54ff24b7fc61e3aecf97b23f7e5b4e4dc6b245e40" 105SRC_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" 106SRC_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" 107SRC_URI += "gomod://github.com/containernetworking/plugins;version=v1.8.0;sha256sum=836cc30b9327cbf24395bb40c3b971fe98ba65a02b0cfdbb1ab2494de1b736f1"
108SRC_URI += "gomod://github.com/containernetworking/plugins;version=v1.9.0;sha256sum=8fd1a894635d21cfdf1726e967d32b961c5a2a2b124d3dcf8bdd92e34a19f887"
84SRC_URI += "gomod://github.com/containers/ocicrypt;version=v1.2.1;sha256sum=9b36e2235a5009b5e2efcb1374a55ca156c5798d68d09dca25b238e233860183" 109SRC_URI += "gomod://github.com/containers/ocicrypt;version=v1.2.1;sha256sum=9b36e2235a5009b5e2efcb1374a55ca156c5798d68d09dca25b238e233860183"
110SRC_URI += "gomod://github.com/coreos/go-oidc/v3;version=v3.16.0;sha256sum=738ce35563917e1d08703fa602be8f0a73b1be7f927b5bb563c76b13fc73b37d"
85SRC_URI += "gomod://github.com/coreos/go-systemd/v22;version=v22.6.0;sha256sum=7759d251cb9c2f020d8b7b5fa075653cb11cad4861e3e194bf3484267bbabc2f" 111SRC_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" 112SRC_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" 113SRC_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" 114SRC_URI += "gomod://github.com/creack/pty;version=v1.1.24;sha256sum=754e25253e76a5583b80d57d3add3afe68fc4d9f2a490968a9d1eda8c8fd8815"
89SRC_URI += "gomod://github.com/creack/pty;version=v1.1.9;sha256sum=20edfcc27afd7991780bc91ca523d26999ea025e41f60bc5ed71bbac00e175e2"
90SRC_URI += "gomod://github.com/creack/pty;version=v1.1.17;sha256sum=c6b0820b35c25f7d782f86c00545045b28992b6de894930634191feec56fc484" 115SRC_URI += "gomod://github.com/creack/pty;version=v1.1.17;sha256sum=c6b0820b35c25f7d782f86c00545045b28992b6de894930634191feec56fc484"
116SRC_URI += "gomod://github.com/creack/pty;version=v1.1.9;sha256sum=20edfcc27afd7991780bc91ca523d26999ea025e41f60bc5ed71bbac00e175e2"
117SRC_URI += "gomod://github.com/cyberphone/json-canonicalization;version=v0.0.0-20241213102144-19d51d7fe467;sha256sum=9492fa89d9f2543890346672d239c494ccba4073be51f338b50e8f749792e25a"
118SRC_URI += "gomod://github.com/cyphar/filepath-securejoin;version=v0.6.0;sha256sum=ea65899eb360982a060471c6213e7acbe0f9a0fd0b604bd24f6f0286a1cb6f00"
91SRC_URI += "gomod://github.com/danieljoos/wincred;version=v1.2.2;sha256sum=5cad35b62beb448347a6c7422b1ed25936aea3edf6c57f198286282a4ce8df6a" 119SRC_URI += "gomod://github.com/danieljoos/wincred;version=v1.2.2;sha256sum=5cad35b62beb448347a6c7422b1ed25936aea3edf6c57f198286282a4ce8df6a"
120SRC_URI += "gomod://github.com/danieljoos/wincred;version=v1.2.3;sha256sum=a24ece3a299344e6c6cb45da1b5c147e6b14d074a8cfedd7d66488a63ca9dbd5"
92SRC_URI += "gomod://github.com/davecgh/go-spew;version=v1.1.1;sha256sum=6b44a843951f371b7010c754ecc3cabefe815d5ced1c5b9409fb2d697e8a890d" 121SRC_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" 122SRC_URI += "gomod://github.com/davecgh/go-spew;version=v1.1.0;sha256sum=0b5a691aeb8b6af31bd2bb640973ea7e8bf1ed9bc5889da220bf44dc06d9692c"
123SRC_URI += "gomod://github.com/decred/dcrd/dcrec/secp256k1/v4;version=v4.4.0;sha256sum=5f6308047f5dc0175d4021e3a9eff909aa276bf890e4c62672fc104f4a3133c6"
94SRC_URI += "gomod://github.com/denisenkom/go-mssqldb;version=v0.0.0-20191128021309-1d7a30a10f73;sha256sum=99f13ab8797314edeec7f48b1df9b674769607dd3502c3189cd4d29dcd268d33" 124SRC_URI += "gomod://github.com/denisenkom/go-mssqldb;version=v0.0.0-20191128021309-1d7a30a10f73;sha256sum=99f13ab8797314edeec7f48b1df9b674769607dd3502c3189cd4d29dcd268d33"
125SRC_URI += "gomod://github.com/digitorus/pkcs7;version=v0.0.0-20230818184609-3a137a874352;sha256sum=c4c8c4f4f331709c7c9dc40035fa0a9c23c98e8a7777cfaafe2013301e69bbfb"
126SRC_URI += "gomod://github.com/digitorus/timestamp;version=v0.0.0-20231217203849-220c5c2851b7;sha256sum=0e79eb53bb9d500f26e33a58bb0cced31d72f91b3205c7685e6126cce267c683"
95SRC_URI += "gomod://github.com/dimchansky/utfbom;version=v1.1.1;sha256sum=0c1a11101602d5f57ac3e790c0b72e09ff87d8d535535f43fbee9e6a42327350" 127SRC_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" 128SRC_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" 129SRC_URI += "gomod://github.com/dlclark/regexp2;version=v1.11.0;sha256sum=2a93432600feacb866669789bb7910ff283e1af764fcd03d70c6592f9619aeb4"
130SRC_URI += "gomod://github.com/docker/buildx;version=v0.31.1;sha256sum=22dc84feb22fc6792f7648e55e5605783f78aa7f72dfffcb494ddfee7a6f0dec"
98SRC_URI += "gomod://github.com/docker/buildx;version=v0.30.1;sha256sum=50f4cd612a8cada0826eaec64bd968671e093817e8281a5ac91286d9220b1f9b" 131SRC_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" 132SRC_URI += "gomod://github.com/docker/cli;version=v28.5.2+incompatible;sha256sum=ae8f0f3ffa308bcee47cc2cb85e087ff082ba0a6c4a5cb379bfdcaa18d62d411"
133SRC_URI += "gomod://github.com/docker/cli;version=v29.2.1+incompatible;sha256sum=7532caf47ab19626562df2c996ff59399c9266b7e98e9fb38c064a9925ea5e94"
134SRC_URI += "gomod://github.com/docker/cli-docs-tool;version=v0.11.0;sha256sum=b4802747380da9db5270f53b4e403f04570a37c3d24323cfa1ae52e911b40d4c"
100SRC_URI += "gomod://github.com/docker/cli-docs-tool;version=v0.10.0;sha256sum=258ad124838ef59f53895f8e090aa57167110e216cd4559e2a1a7ffd22e66b0a" 135SRC_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.0-20251205141902-9fada6cc23fb;sha256sum=d7bb2fcd79627feee8c1df7f00b58616ca627ae0b09aa4a4d33d5b73e27b99a8"
102SRC_URI += "gomod://github.com/docker/compose/v5;version=v5.0.1-0.20251205141902-9fada6cc23fb;sha256sum=8dca731645c2dfc46c43bd6bb71cb0de7d59969ae225af90c4dea0d1ca9d9107" 136SRC_URI += "gomod://github.com/docker/compose/v5;version=v5.0.1-0.20251205141902-9fada6cc23fb;sha256sum=8dca731645c2dfc46c43bd6bb71cb0de7d59969ae225af90c4dea0d1ca9d9107"
137SRC_URI += "gomod://github.com/docker/compose/v5;version=v5.0.0-20260312130628-e8c214349819;sha256sum=1a934fce9f439d5112880c3c88a178fd44b2482c9f795e21c8e100395275c60e"
138SRC_URI += "gomod://github.com/docker/compose/v5;version=v5.0.0-20251205141902-9fada6cc23fb;sha256sum=d7bb2fcd79627feee8c1df7f00b58616ca627ae0b09aa4a4d33d5b73e27b99a8"
103SRC_URI += "gomod://github.com/docker/distribution;version=v2.8.3+incompatible;sha256sum=8f08722c5459cb4d9aa006e1fae094997da372098f4e14a59215b1ed3d48738a" 139SRC_URI += "gomod://github.com/docker/distribution;version=v2.8.3+incompatible;sha256sum=8f08722c5459cb4d9aa006e1fae094997da372098f4e14a59215b1ed3d48738a"
104SRC_URI += "gomod://github.com/docker/distribution;version=v2.7.1+incompatible;sha256sum=be78bc43d74873b67afe05a6b244490088680dab75bdfaf26d0fd4d054595bc7" 140SRC_URI += "gomod://github.com/docker/distribution;version=v2.7.1+incompatible;sha256sum=be78bc43d74873b67afe05a6b244490088680dab75bdfaf26d0fd4d054595bc7"
105SRC_URI += "gomod://github.com/docker/docker;version=v28.5.2+incompatible;sha256sum=eb2091e8336c55b1996489eccbc01c06b1b9fed028b5b38e0499b49c9fa0d468" 141SRC_URI += "gomod://github.com/docker/docker;version=v28.5.2+incompatible;sha256sum=eb2091e8336c55b1996489eccbc01c06b1b9fed028b5b38e0499b49c9fa0d468"
142SRC_URI += "gomod://github.com/docker/docker-credential-helpers;version=v0.9.5;sha256sum=2a01551502cf37b523c7137d92ec8fbc99aaa5a4b83b2b8f27fb0b47a394b3c5"
106SRC_URI += "gomod://github.com/docker/docker-credential-helpers;version=v0.9.3;sha256sum=d1d7e8680253fa217273bf0df542ae9183b07716a7e52582b7d51347db4db661" 143SRC_URI += "gomod://github.com/docker/docker-credential-helpers;version=v0.9.3;sha256sum=d1d7e8680253fa217273bf0df542ae9183b07716a7e52582b7d51347db4db661"
107SRC_URI += "gomod://github.com/docker/go;version=v1.5.1-1.0.20160303222718-d30aec9fd63c;sha256sum=d27ddf744cd27e687a8dd0bf4d32af037d0398b2372b0ec8e7599f36d5b8a0bf"
108SRC_URI += "gomod://github.com/docker/go-connections;version=v0.4.0;sha256sum=570ebcee7e6fd844e00c89eeab2b1922081d6969df76078dfe4ffacd3db56ada"
109SRC_URI += "gomod://github.com/docker/go-connections;version=v0.6.0;sha256sum=c9847dae346c572e5e35cbd910ab3cb8ba7bf2bf2bb63a733e53031dd6d17127" 144SRC_URI += "gomod://github.com/docker/go-connections;version=v0.6.0;sha256sum=c9847dae346c572e5e35cbd910ab3cb8ba7bf2bf2bb63a733e53031dd6d17127"
145SRC_URI += "gomod://github.com/docker/go-connections;version=v0.4.0;sha256sum=570ebcee7e6fd844e00c89eeab2b1922081d6969df76078dfe4ffacd3db56ada"
110SRC_URI += "gomod://github.com/docker/go-events;version=v0.0.0-20190806004212-e31b211e4f1c;sha256sum=0f654eb0e7e07c237a229935ea3488728ddb5b082af2918b64452a1129dccae3" 146SRC_URI += "gomod://github.com/docker/go-events;version=v0.0.0-20190806004212-e31b211e4f1c;sha256sum=0f654eb0e7e07c237a229935ea3488728ddb5b082af2918b64452a1129dccae3"
111SRC_URI += "gomod://github.com/docker/go-metrics;version=v0.0.1;sha256sum=4efab3706215f5b2d29ba823d3991fd6e2f81c02ce45ef0c73c019ebc90e020b"
112SRC_URI += "gomod://github.com/docker/go-metrics;version=v0.0.0-20180209012529-399ea8c73916;sha256sum=575c4b852669f83c4b7b58eebde69908fb4b7699359f170939c830524b03c719" 147SRC_URI += "gomod://github.com/docker/go-metrics;version=v0.0.0-20180209012529-399ea8c73916;sha256sum=575c4b852669f83c4b7b58eebde69908fb4b7699359f170939c830524b03c719"
148SRC_URI += "gomod://github.com/docker/go-metrics;version=v0.0.1;sha256sum=4efab3706215f5b2d29ba823d3991fd6e2f81c02ce45ef0c73c019ebc90e020b"
113SRC_URI += "gomod://github.com/docker/go-units;version=v0.5.0;sha256sum=039d53ebe64af1aefa0be94ce42c621a17a3052c58ad15e5b3f357529beeaff6" 149SRC_URI += "gomod://github.com/docker/go-units;version=v0.5.0;sha256sum=039d53ebe64af1aefa0be94ce42c621a17a3052c58ad15e5b3f357529beeaff6"
114SRC_URI += "gomod://github.com/docker/libtrust;version=v0.0.0-20160708172513-aabc10ec26b7;sha256sum=bf1c1230a3b5c0dadb2c9366aabc99181e708369d735dc83c3eb89f597f42adb" 150SRC_URI += "gomod://github.com/docker/libtrust;version=v0.0.0-20160708172513-aabc10ec26b7;sha256sum=bf1c1230a3b5c0dadb2c9366aabc99181e708369d735dc83c3eb89f597f42adb"
115SRC_URI += "gomod://github.com/dvsekhvalnov/jose2go;version=v0.0.0-20170216131308-f21a8cedbbae;sha256sum=3c122f66601d78857f9f002fa46d9fbbfd6f23794d549996f4255c3fd4bb9519" 151SRC_URI += "gomod://github.com/dvsekhvalnov/jose2go;version=v0.0.0-20170216131308-f21a8cedbbae;sha256sum=3c122f66601d78857f9f002fa46d9fbbfd6f23794d549996f4255c3fd4bb9519"
@@ -124,56 +160,90 @@ SRC_URI += "gomod://github.com/fatih/color;version=v1.18.0;sha256sum=4dc6907b7f6
124SRC_URI += "gomod://github.com/felixge/fgprof;version=v0.9.3;sha256sum=2c83268087acf8b767be69dbc37c099fa85856763c2e88fb99637d46eb6ac23c" 160SRC_URI += "gomod://github.com/felixge/fgprof;version=v0.9.3;sha256sum=2c83268087acf8b767be69dbc37c099fa85856763c2e88fb99637d46eb6ac23c"
125SRC_URI += "gomod://github.com/felixge/httpsnoop;version=v1.0.4;sha256sum=75aa471311265e9860df0e523400b4650ed0c1a33262786a421f07226792e494" 161SRC_URI += "gomod://github.com/felixge/httpsnoop;version=v1.0.4;sha256sum=75aa471311265e9860df0e523400b4650ed0c1a33262786a421f07226792e494"
126SRC_URI += "gomod://github.com/fsnotify/fsevents;version=v0.2.0;sha256sum=d239917e6efe35a1dc89a219abca5084c57eb78b83815fda47b6452d27f03749" 162SRC_URI += "gomod://github.com/fsnotify/fsevents;version=v0.2.0;sha256sum=d239917e6efe35a1dc89a219abca5084c57eb78b83815fda47b6452d27f03749"
127SRC_URI += "gomod://github.com/fsnotify/fsnotify;version=v1.4.7;sha256sum=1d09ad8f3dc41cb6e0288023b47272c1c9393ca411e48f4b5009bca6662dc3ad"
128SRC_URI += "gomod://github.com/fsnotify/fsnotify;version=v1.9.0;sha256sum=94e64824b23591b7aa504e3321d5ec3f57de88f4d49882eaefbbf6820dab746e" 163SRC_URI += "gomod://github.com/fsnotify/fsnotify;version=v1.9.0;sha256sum=94e64824b23591b7aa504e3321d5ec3f57de88f4d49882eaefbbf6820dab746e"
164SRC_URI += "gomod://github.com/fsnotify/fsnotify;version=v1.4.7;sha256sum=1d09ad8f3dc41cb6e0288023b47272c1c9393ca411e48f4b5009bca6662dc3ad"
129SRC_URI += "gomod://github.com/fvbommel/sortorder;version=v1.1.0;sha256sum=a4dbc58d2f72212474a7b5e1894b11d6712b687f4cc66ca1f6e202a375d252f7" 165SRC_URI += "gomod://github.com/fvbommel/sortorder;version=v1.1.0;sha256sum=a4dbc58d2f72212474a7b5e1894b11d6712b687f4cc66ca1f6e202a375d252f7"
130SRC_URI += "gomod://github.com/fxamacker/cbor/v2;version=v2.9.0;sha256sum=5b0ec6424bd522aeeeab30cbdcad6f40bf976a9a2ddf125ab27b97826140d97a" 166SRC_URI += "gomod://github.com/fxamacker/cbor/v2;version=v2.9.0;sha256sum=5b0ec6424bd522aeeeab30cbdcad6f40bf976a9a2ddf125ab27b97826140d97a"
167SRC_URI += "gomod://github.com/go-ini/ini;version=v1.67.0;sha256sum=d77fe1b537b2e6db4040bd518b4755979006d5af7e82ae035aa2bc5d40c0ff55"
131SRC_URI += "gomod://github.com/go-jose/go-jose/v3;version=v3.0.0;sha256sum=936e00c9abdd3bb365124807201bff21f90c36710beca458d7b1830ff3bea449" 168SRC_URI += "gomod://github.com/go-jose/go-jose/v3;version=v3.0.0;sha256sum=936e00c9abdd3bb365124807201bff21f90c36710beca458d7b1830ff3bea449"
132SRC_URI += "gomod://github.com/go-jose/go-jose/v4;version=v4.1.3;sha256sum=ec019b110f6cdc3f55f067f52573be4474d5051b9b7c7fc11eb846b13c56beb4" 169SRC_URI += "gomod://github.com/go-jose/go-jose/v4;version=v4.1.3;sha256sum=ec019b110f6cdc3f55f067f52573be4474d5051b9b7c7fc11eb846b13c56beb4"
133SRC_URI += "gomod://github.com/go-kit/kit;version=v0.8.0;sha256sum=73ae40db4bcb0326a9bc1cc66a59f72129c55d14e4b7eba2b8a1f994e8c038ff" 170SRC_URI += "gomod://github.com/go-kit/kit;version=v0.8.0;sha256sum=73ae40db4bcb0326a9bc1cc66a59f72129c55d14e4b7eba2b8a1f994e8c038ff"
134SRC_URI += "gomod://github.com/go-logfmt/logfmt;version=v0.4.0;sha256sum=d678198dc0eeaed28736e0d71b919a0bd98501b7275c69a7917122f6de9e0d1c"
135SRC_URI += "gomod://github.com/go-logfmt/logfmt;version=v0.3.0;sha256sum=58cdd9d64c5650048b1ef3a4cec6fefd6b245206cdc154ad2dbb41a6edf427f4" 171SRC_URI += "gomod://github.com/go-logfmt/logfmt;version=v0.3.0;sha256sum=58cdd9d64c5650048b1ef3a4cec6fefd6b245206cdc154ad2dbb41a6edf427f4"
172SRC_URI += "gomod://github.com/go-logfmt/logfmt;version=v0.4.0;sha256sum=d678198dc0eeaed28736e0d71b919a0bd98501b7275c69a7917122f6de9e0d1c"
136SRC_URI += "gomod://github.com/go-logr/logr;version=v1.2.2;sha256sum=3d8ad5428394dcea7ecd1e9b9750011341e9043412326f53138677f9eac84567" 173SRC_URI += "gomod://github.com/go-logr/logr;version=v1.2.2;sha256sum=3d8ad5428394dcea7ecd1e9b9750011341e9043412326f53138677f9eac84567"
137SRC_URI += "gomod://github.com/go-logr/logr;version=v1.4.3;sha256sum=523d7a3587fe73f61ef41c8bc627f7d7f38de8104d46278154b307e60770ad70" 174SRC_URI += "gomod://github.com/go-logr/logr;version=v1.4.3;sha256sum=523d7a3587fe73f61ef41c8bc627f7d7f38de8104d46278154b307e60770ad70"
138SRC_URI += "gomod://github.com/go-logr/stdr;version=v1.2.2;sha256sum=9dd6893bf700198485ae699640b49bc1efbc6c73b37cb5792a0476e1fd8f7fef" 175SRC_URI += "gomod://github.com/go-logr/stdr;version=v1.2.2;sha256sum=9dd6893bf700198485ae699640b49bc1efbc6c73b37cb5792a0476e1fd8f7fef"
139SRC_URI += "gomod://github.com/go-ole/go-ole;version=v1.2.6;sha256sum=95b192df81ca16f0fb7d2d98ff6596d70256d73e49e899c55fabd511fd6768ef" 176SRC_URI += "gomod://github.com/go-ole/go-ole;version=v1.2.6;sha256sum=95b192df81ca16f0fb7d2d98ff6596d70256d73e49e899c55fabd511fd6768ef"
177SRC_URI += "gomod://github.com/go-openapi/analysis;version=v0.24.1;sha256sum=00bc7194b6adcfab6ee2eef065c4fd5dd38a339cc16ec4543527168e327a7f6f"
178SRC_URI += "gomod://github.com/go-openapi/errors;version=v0.22.4;sha256sum=3dd6459f014d675347e6d5ab00df7dabb3b8324c45ef6d7bd2c96cb44a5ff101"
140SRC_URI += "gomod://github.com/go-openapi/jsonpointer;version=v0.21.0;sha256sum=8a36ba84f6f6148834875fff96da79fcc2b383ace69cc34d71756b3fa84b9952" 179SRC_URI += "gomod://github.com/go-openapi/jsonpointer;version=v0.21.0;sha256sum=8a36ba84f6f6148834875fff96da79fcc2b383ace69cc34d71756b3fa84b9952"
180SRC_URI += "gomod://github.com/go-openapi/jsonpointer;version=v0.22.1;sha256sum=6f017fddfbe1c5e1cc264b6e1dde9d1e5ff80f5ff6771790d2b6fd91755c8b1b"
181SRC_URI += "gomod://github.com/go-openapi/jsonreference;version=v0.21.3;sha256sum=2f98f9852069d38f464d4d69c24c87fedd8781364dd322b6c8bb98898cc7ce4f"
141SRC_URI += "gomod://github.com/go-openapi/jsonreference;version=v0.20.2;sha256sum=27afd0bef56453e463eba6093afb04dc08d97b5ad0e15b2266cac867d062ae1b" 182SRC_URI += "gomod://github.com/go-openapi/jsonreference;version=v0.20.2;sha256sum=27afd0bef56453e463eba6093afb04dc08d97b5ad0e15b2266cac867d062ae1b"
183SRC_URI += "gomod://github.com/go-openapi/loads;version=v0.23.2;sha256sum=ae63af2b28917c3566d568e498695c1d1983b369b35ce1d3b1832607cb94613a"
184SRC_URI += "gomod://github.com/go-openapi/runtime;version=v0.29.2;sha256sum=89b653d9ce163e21c247f4bf450ac2c2edf93940391437a4c0cf7b4452bd3636"
185SRC_URI += "gomod://github.com/go-openapi/spec;version=v0.22.1;sha256sum=05ef9d885782a3d6391b6715d4161619632bbee6b2d1bebd77d41aa8ad0fa283"
186SRC_URI += "gomod://github.com/go-openapi/strfmt;version=v0.25.0;sha256sum=cac3e2abf31b1e3456c024aaf6514695b3fc3273d8ad4fbb2c9ea7ff8a40829f"
187SRC_URI += "gomod://github.com/go-openapi/swag;version=v0.25.3;sha256sum=c5756208eb89a55477f5585016aa429e230b7eb7b260f48b68171f79e54eb7bf"
142SRC_URI += "gomod://github.com/go-openapi/swag;version=v0.23.0;sha256sum=a604425d0d3ff6936ffd056e86cd776c80e06874ef026e53da528208a986df94" 188SRC_URI += "gomod://github.com/go-openapi/swag;version=v0.23.0;sha256sum=a604425d0d3ff6936ffd056e86cd776c80e06874ef026e53da528208a986df94"
189SRC_URI += "gomod://github.com/go-openapi/swag/cmdutils;version=v0.25.3;sha256sum=5c0dd53303913f87d28cb49f1699b35312a577b3967a68528a8b3782254868a0"
190SRC_URI += "gomod://github.com/go-openapi/swag/conv;version=v0.25.3;sha256sum=6be6ddc74b91352bcd1f922f9441ee9c16fadc15e3189d9c26725d03564fa295"
191SRC_URI += "gomod://github.com/go-openapi/swag/fileutils;version=v0.25.3;sha256sum=0b76abb23a0266e2fdf17c4723ce507a6b13be37c66881adb3650372ff976fad"
192SRC_URI += "gomod://github.com/go-openapi/swag/jsonname;version=v0.25.3;sha256sum=2b9724d47716059b750ce4d2778ccea2abd4448dcbb4e8236a1ba097ac353316"
193SRC_URI += "gomod://github.com/go-openapi/swag/jsonutils;version=v0.25.3;sha256sum=78949d00c8abf5c79598128f8020c29deafafb4675043553f1f057f079421303"
194SRC_URI += "gomod://github.com/go-openapi/swag/loading;version=v0.25.3;sha256sum=14eacae8df11ef99edd8233344e867850efa99d168fdd78cdc7958fcb84ad5b9"
195SRC_URI += "gomod://github.com/go-openapi/swag/mangling;version=v0.25.3;sha256sum=cb0bb8524e39085e14e881df25f6d70b4636d79c757072a492ee3153f9b78565"
196SRC_URI += "gomod://github.com/go-openapi/swag/netutils;version=v0.25.3;sha256sum=cbfc3a0ea443b84aaf6602f46fc9a708e35f8be1a6d5c1591462eac3e34eff45"
197SRC_URI += "gomod://github.com/go-openapi/swag/stringutils;version=v0.25.3;sha256sum=09966bcba185141d4c4c2811ea6c0354494efee15ef4d38d4986412755c7cc49"
198SRC_URI += "gomod://github.com/go-openapi/swag/typeutils;version=v0.25.3;sha256sum=23f76395518c07d2e43be68fe5b6c9cd0bcb09d6385f984bc5b0469a010994a8"
199SRC_URI += "gomod://github.com/go-openapi/swag/yamlutils;version=v0.25.3;sha256sum=3b104271c38007f922b523c3db74972863a2ab28ba38bbd62a8576ce5204cf50"
200SRC_URI += "gomod://github.com/go-openapi/validate;version=v0.25.1;sha256sum=d192bd721533fcc5f91a373e98d5d8938b0cd9d32ba8258800ac1d1deee0068e"
201SRC_URI += "gomod://github.com/go-rod/rod;version=v0.116.2;sha256sum=985245a8535cc24da8bb91cff4f10ece3daa7b4a25eb5df1800f04287c3e64de"
143SRC_URI += "gomod://github.com/go-sql-driver/mysql;version=v1.3.0;sha256sum=c315f6495b933a60baa96199e15f75d87a4b416f2133a05f11083a5b1ae458f4" 202SRC_URI += "gomod://github.com/go-sql-driver/mysql;version=v1.3.0;sha256sum=c315f6495b933a60baa96199e15f75d87a4b416f2133a05f11083a5b1ae458f4"
203SRC_URI += "gomod://github.com/go-sql-driver/mysql;version=v1.9.3;sha256sum=fa0066aaca3f8932270d62c75dfdb291a0a1a38505464910de6c83a1332e161e"
144SRC_URI += "gomod://github.com/go-stack/stack;version=v1.8.0;sha256sum=78c2667c710f811307038634ffa43af442619acfeaf1efb593aa4e0ded9df48f" 204SRC_URI += "gomod://github.com/go-stack/stack;version=v1.8.0;sha256sum=78c2667c710f811307038634ffa43af442619acfeaf1efb593aa4e0ded9df48f"
205SRC_URI += "gomod://github.com/go-viper/mapstructure/v2;version=v2.5.0;sha256sum=326f8e00f648af4ae8e6e18c606325e4206a92d6ed42f486dc2f4da8e1897547"
145SRC_URI += "gomod://github.com/go-viper/mapstructure/v2;version=v2.4.0;sha256sum=33e0398e34eca4b1b8c9d91318dd3be871811aee6e2ababc82c02280dcca296a" 206SRC_URI += "gomod://github.com/go-viper/mapstructure/v2;version=v2.4.0;sha256sum=33e0398e34eca4b1b8c9d91318dd3be871811aee6e2ababc82c02280dcca296a"
207SRC_URI += "gomod://github.com/gobwas/glob;version=v0.2.3;sha256sum=0cfe486cd63d45ed4cb5863ff1cbd14b15e4b9380dcbf80ff26991b4049f4fdf"
208SRC_URI += "gomod://github.com/goccy/go-json;version=v0.10.5;sha256sum=96e417d4493705f470f7f29858a09cdbe68330f2d7e74cd024fbace4745c0615"
146SRC_URI += "gomod://github.com/godbus/dbus/v5;version=v5.1.0;sha256sum=03dfa8e71089a6f477310d15c4d3a036d82d028532881b50fee254358e782ad9" 209SRC_URI += "gomod://github.com/godbus/dbus/v5;version=v5.1.0;sha256sum=03dfa8e71089a6f477310d15c4d3a036d82d028532881b50fee254358e782ad9"
147SRC_URI += "gomod://github.com/gofrs/flock;version=v0.13.0;sha256sum=171560e83110e199cc9f4f8959d442c563c8ab6b26c100dd67b7a2fe265339ce" 210SRC_URI += "gomod://github.com/gofrs/flock;version=v0.13.0;sha256sum=171560e83110e199cc9f4f8959d442c563c8ab6b26c100dd67b7a2fe265339ce"
148SRC_URI += "gomod://github.com/gogo/protobuf;version=v1.3.2;sha256sum=dd2b73f163c8183941626360196c8f844addd95423d341a0412e1b22d0104ff7"
149SRC_URI += "gomod://github.com/gogo/protobuf;version=v1.0.0;sha256sum=c6e334947d037fdb111d145ed33a1c4d77398557e3ecb3c95e8ca02af286a307"
150SRC_URI += "gomod://github.com/gogo/protobuf;version=v1.1.1;sha256sum=918dce96f1b5c897ecb15e79c741d3088abf0c481ca084b6686109a39f53f52e" 211SRC_URI += "gomod://github.com/gogo/protobuf;version=v1.1.1;sha256sum=918dce96f1b5c897ecb15e79c741d3088abf0c481ca084b6686109a39f53f52e"
212SRC_URI += "gomod://github.com/gogo/protobuf;version=v1.0.0;sha256sum=c6e334947d037fdb111d145ed33a1c4d77398557e3ecb3c95e8ca02af286a307"
213SRC_URI += "gomod://github.com/gogo/protobuf;version=v1.3.2;sha256sum=dd2b73f163c8183941626360196c8f844addd95423d341a0412e1b22d0104ff7"
151SRC_URI += "gomod://github.com/golang-jwt/jwt/v5;version=v5.3.0;sha256sum=7de1cf03d836b3fcb32e02011d148fe94533e52dd54d521cadc61bcdf068eb1c" 214SRC_URI += "gomod://github.com/golang-jwt/jwt/v5;version=v5.3.0;sha256sum=7de1cf03d836b3fcb32e02011d148fe94533e52dd54d521cadc61bcdf068eb1c"
152SRC_URI += "gomod://github.com/golang-sql/civil;version=v0.0.0-20190719163853-cb61b32ac6fe;sha256sum=22fcd1e01cabf6ec75c6b6c8e443de029611c9dd5cc4673818d52dac465ac688" 215SRC_URI += "gomod://github.com/golang-sql/civil;version=v0.0.0-20190719163853-cb61b32ac6fe;sha256sum=22fcd1e01cabf6ec75c6b6c8e443de029611c9dd5cc4673818d52dac465ac688"
153SRC_URI += "gomod://github.com/golang/glog;version=v1.2.5;sha256sum=99f5736dc4fd976a0691361b57ed853cb459070ba4c42ace6e3f5ebd0d154f8e" 216SRC_URI += "gomod://github.com/golang/glog;version=v1.2.5;sha256sum=99f5736dc4fd976a0691361b57ed853cb459070ba4c42ace6e3f5ebd0d154f8e"
154SRC_URI += "gomod://github.com/golang/groupcache;version=v0.0.0-20241129210726-2c02b8208cf8;sha256sum=163367355442a630b12b0b452892cd98e99fcfdf7e40b68d358be73479cc1c23" 217SRC_URI += "gomod://github.com/golang/groupcache;version=v0.0.0-20241129210726-2c02b8208cf8;sha256sum=163367355442a630b12b0b452892cd98e99fcfdf7e40b68d358be73479cc1c23"
155SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.1;sha256sum=963c1727816dcd6b474158a8a23f26115e0fb610aaf6363233d5b3e317b2193e" 218SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.1;sha256sum=963c1727816dcd6b474158a8a23f26115e0fb610aaf6363233d5b3e317b2193e"
156SRC_URI += "gomod://github.com/golang/protobuf;version=v1.5.4;sha256sum=9a2f43d3eac8ceda506ebbeb4f229254b87235ce90346692a0e233614182190b"
157SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.2;sha256sum=a004ba3acb85e012cb9e468e1d445a81cfeeb4b4db7e9802f30aa500a8341851"
158SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.4;sha256sum=177c9ae8d07fea0ae1ca3dd771ac299cc66705211720fd9714ddf680aabbe886"
159SRC_URI += "gomod://github.com/golang/protobuf;version=v1.2.0;sha256sum=7574e650f6f12186def8b31b0e8d980ccb88a6a365b99fbf36515f6e7b99fd09" 219SRC_URI += "gomod://github.com/golang/protobuf;version=v1.2.0;sha256sum=7574e650f6f12186def8b31b0e8d980ccb88a6a365b99fbf36515f6e7b99fd09"
220SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.4;sha256sum=177c9ae8d07fea0ae1ca3dd771ac299cc66705211720fd9714ddf680aabbe886"
221SRC_URI += "gomod://github.com/golang/protobuf;version=v1.3.2;sha256sum=a004ba3acb85e012cb9e468e1d445a81cfeeb4b4db7e9802f30aa500a8341851"
222SRC_URI += "gomod://github.com/golang/protobuf;version=v1.5.4;sha256sum=9a2f43d3eac8ceda506ebbeb4f229254b87235ce90346692a0e233614182190b"
223SRC_URI += "gomod://github.com/golang/snappy;version=v0.0.4;sha256sum=ea4545ca44ee990554094df6de440386a440a5bd99106e048939409d63beb423"
160SRC_URI += "gomod://github.com/google/certificate-transparency-go;version=v1.0.10-0.20180222191210-5ab67e519c93;sha256sum=ab30ce449613db2703e7579d53d654a8d4e55748e3797a129de010a1473d96ab" 224SRC_URI += "gomod://github.com/google/certificate-transparency-go;version=v1.0.10-0.20180222191210-5ab67e519c93;sha256sum=ab30ce449613db2703e7579d53d654a8d4e55748e3797a129de010a1473d96ab"
225SRC_URI += "gomod://github.com/google/certificate-transparency-go;version=v1.3.2;sha256sum=3ed01f6ab05444275466dd46a6c2ce7593c58ffa8c0563528dbc2499e6c1100a"
161SRC_URI += "gomod://github.com/google/certtostore;version=v1.0.6;sha256sum=3c63648be1e9310760545f27f023889967b638ce095697a71b0d4668adbc5e2e" 226SRC_URI += "gomod://github.com/google/certtostore;version=v1.0.6;sha256sum=3c63648be1e9310760545f27f023889967b638ce095697a71b0d4668adbc5e2e"
162SRC_URI += "gomod://github.com/google/deck;version=v0.0.0-20230104221208-105ad94aa8ae;sha256sum=2c19caf0916f6fb02b6c7de4de36d70bc60cab8926ee66012b6d56a3abd76b6a" 227SRC_URI += "gomod://github.com/google/deck;version=v0.0.0-20230104221208-105ad94aa8ae;sha256sum=2c19caf0916f6fb02b6c7de4de36d70bc60cab8926ee66012b6d56a3abd76b6a"
163SRC_URI += "gomod://github.com/google/gnostic-models;version=v0.7.0;sha256sum=797a05cd73a30624ece79633c4db4631676adc1f30f07a0a7051ab39beca96c8" 228SRC_URI += "gomod://github.com/google/gnostic-models;version=v0.7.0;sha256sum=797a05cd73a30624ece79633c4db4631676adc1f30f07a0a7051ab39beca96c8"
164SRC_URI += "gomod://github.com/google/go-cmp;version=v0.3.0;sha256sum=129f65af6e54abc08a9b867ef48e5fb69ef560fa67e540067a8cfaefc6977626"
165SRC_URI += "gomod://github.com/google/go-cmp;version=v0.7.0;sha256sum=64a9ce046f2c320e3783fba0d1f4a15f8a18f0b009b67bf27f7630919db3f539" 229SRC_URI += "gomod://github.com/google/go-cmp;version=v0.7.0;sha256sum=64a9ce046f2c320e3783fba0d1f4a15f8a18f0b009b67bf27f7630919db3f539"
230SRC_URI += "gomod://github.com/google/go-cmp;version=v0.3.0;sha256sum=129f65af6e54abc08a9b867ef48e5fb69ef560fa67e540067a8cfaefc6977626"
231SRC_URI += "gomod://github.com/google/go-containerregistry;version=v0.20.6;sha256sum=df1671d352daf96efbc0d06ffa4797dc44b002eef6a706982d89df1aeb27cd79"
232SRC_URI += "gomod://github.com/google/go-dap;version=v0.12.1-0.20250904181021-d7a2259b058b;sha256sum=b9eda3537b717229926ae927f841678cb6612c90a2f963f3943a019629235081"
166SRC_URI += "gomod://github.com/google/go-dap;version=v0.12.0;sha256sum=47e50b9d8a3888476fcbf0f76ce81f860ca5026b364c2513e5243726d2c86b50" 233SRC_URI += "gomod://github.com/google/go-dap;version=v0.12.0;sha256sum=47e50b9d8a3888476fcbf0f76ce81f860ca5026b364c2513e5243726d2c86b50"
167SRC_URI += "gomod://github.com/google/gofuzz;version=v1.0.0;sha256sum=752570262575bbcb5f0107dbd80a463abacaf51e94e15f96f5bc4166ff2d33e1" 234SRC_URI += "gomod://github.com/google/gofuzz;version=v1.0.0;sha256sum=752570262575bbcb5f0107dbd80a463abacaf51e94e15f96f5bc4166ff2d33e1"
168SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20250820193118-f64d9cf942d6;sha256sum=6d7ecf87165c2b026dee6aeb708516f76b7ea077ed7b13496fbb5d801e22d2b1" 235SRC_URI += "gomod://github.com/google/pprof;version=v0.0.0-20250820193118-f64d9cf942d6;sha256sum=6d7ecf87165c2b026dee6aeb708516f76b7ea077ed7b13496fbb5d801e22d2b1"
169SRC_URI += "gomod://github.com/google/shlex;version=v0.0.0-20191202100458-e7afc7fbc510;sha256sum=1bf70bdb4c889b47b1976370832da79060c36cad282f278f279603200623775c" 236SRC_URI += "gomod://github.com/google/shlex;version=v0.0.0-20191202100458-e7afc7fbc510;sha256sum=1bf70bdb4c889b47b1976370832da79060c36cad282f278f279603200623775c"
237SRC_URI += "gomod://github.com/google/trillian;version=v1.7.2;sha256sum=ed6db0f457762c8b8068fbc7ee697510a270c93ce5ca11dc2d73597e082b6336"
170SRC_URI += "gomod://github.com/google/uuid;version=v1.6.0;sha256sum=d0f02f377217f42702e259684e06441edbf5140dddcc34ba9bea56038b38a6ed" 238SRC_URI += "gomod://github.com/google/uuid;version=v1.6.0;sha256sum=d0f02f377217f42702e259684e06441edbf5140dddcc34ba9bea56038b38a6ed"
171SRC_URI += "gomod://github.com/gorilla/mux;version=v1.7.0;sha256sum=826a3f5b8acb2d10f53dcdcd2f2ccb48eb934a7a3012276acf50766af50fb841" 239SRC_URI += "gomod://github.com/gorilla/mux;version=v1.7.0;sha256sum=826a3f5b8acb2d10f53dcdcd2f2ccb48eb934a7a3012276acf50766af50fb841"
172SRC_URI += "gomod://github.com/gorilla/mux;version=v1.8.1;sha256sum=728243623caa67f64e4a0b6c59dde3f762918d9e729266167ba46d8df56c193a" 240SRC_URI += "gomod://github.com/gorilla/mux;version=v1.8.1;sha256sum=728243623caa67f64e4a0b6c59dde3f762918d9e729266167ba46d8df56c193a"
173SRC_URI += "gomod://github.com/gorilla/websocket;version=v1.5.4-0.20250319132907-e064f32e3674;sha256sum=81809e9741b37f386c8d28c9c6a23511f4a2465fd024a690a4c44a439e32e832" 241SRC_URI += "gomod://github.com/gorilla/websocket;version=v1.5.4-0.20250319132907-e064f32e3674;sha256sum=81809e9741b37f386c8d28c9c6a23511f4a2465fd024a690a4c44a439e32e832"
242SRC_URI += "gomod://github.com/grafana/regexp;version=v0.0.0-20240518133315-a468a5bfb3bc;sha256sum=0834c0727a787e26ea060eaca46a8ecafb719aca0fd6860d69d98211acd22c00"
174SRC_URI += "gomod://github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus;version=v1.1.0;sha256sum=8a0bfef1332e102be67d5599bd7c006bebf5f0823f2a9d11aa5cf22a74dbafb4" 243SRC_URI += "gomod://github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus;version=v1.1.0;sha256sum=8a0bfef1332e102be67d5599bd7c006bebf5f0823f2a9d11aa5cf22a74dbafb4"
175SRC_URI += "gomod://github.com/grpc-ecosystem/go-grpc-middleware/v2;version=v2.1.0;sha256sum=77e8fb88b8089ff917f6d409984c1d90f825d8e3dc996a0d68113493e32c96b8" 244SRC_URI += "gomod://github.com/grpc-ecosystem/go-grpc-middleware/v2;version=v2.1.0;sha256sum=77e8fb88b8089ff917f6d409984c1d90f825d8e3dc996a0d68113493e32c96b8"
176SRC_URI += "gomod://github.com/grpc-ecosystem/grpc-gateway/v2;version=v2.27.2;sha256sum=6dae1ad81ee4d0941b9eee20d0899886c32747de8c71565a7310a039d81e13be" 245SRC_URI += "gomod://github.com/grpc-ecosystem/grpc-gateway/v2;version=v2.27.2;sha256sum=6dae1ad81ee4d0941b9eee20d0899886c32747de8c71565a7310a039d81e13be"
246SRC_URI += "gomod://github.com/grpc-ecosystem/grpc-gateway/v2;version=v2.27.3;sha256sum=82f62a00e6a1ab4d571901a8cd19c1fbad98320a350f260e8bc77878c7813492"
177SRC_URI += "gomod://github.com/hailocab/go-hostpool;version=v0.0.0-20160125115350-e80d13ce29ed;sha256sum=faf2b985681cda77ab928976b620b790585e364b6aff351483227d474db85e9a" 247SRC_URI += "gomod://github.com/hailocab/go-hostpool;version=v0.0.0-20160125115350-e80d13ce29ed;sha256sum=faf2b985681cda77ab928976b620b790585e364b6aff351483227d474db85e9a"
178SRC_URI += "gomod://github.com/hanwen/go-fuse/v2;version=v2.8.0;sha256sum=ac0a357028e533e764cb25fd359e18e867a0bca09adaef79245658399797d56c" 248SRC_URI += "gomod://github.com/hanwen/go-fuse/v2;version=v2.8.0;sha256sum=ac0a357028e533e764cb25fd359e18e867a0bca09adaef79245658399797d56c"
179SRC_URI += "gomod://github.com/hashicorp/errwrap;version=v1.0.0;sha256sum=ccdf4c90f894d8a5fde4e79d5828c5d27a13e9f7ce3006dd72ce76e6e17cdeb2" 249SRC_URI += "gomod://github.com/hashicorp/errwrap;version=v1.0.0;sha256sum=ccdf4c90f894d8a5fde4e79d5828c5d27a13e9f7ce3006dd72ce76e6e17cdeb2"
@@ -189,46 +259,62 @@ SRC_URI += "gomod://github.com/hashicorp/hcl/v2;version=v2.24.0;sha256sum=53fd4e
189SRC_URI += "gomod://github.com/hiddeco/sshsig;version=v0.2.0;sha256sum=f1acfab01317d2d1d9b269774de433993e452659ece865ad4009692d06e5a9a3" 259SRC_URI += "gomod://github.com/hiddeco/sshsig;version=v0.2.0;sha256sum=f1acfab01317d2d1d9b269774de433993e452659ece865ad4009692d06e5a9a3"
190SRC_URI += "gomod://github.com/hinshun/vt10x;version=v0.0.0-20220119200601-820417d04eec;sha256sum=ac69741b34c166012c5516db17bc6325ec0efc23105776b7728b9a53ae6746de" 260SRC_URI += "gomod://github.com/hinshun/vt10x;version=v0.0.0-20220119200601-820417d04eec;sha256sum=ac69741b34c166012c5516db17bc6325ec0efc23105776b7728b9a53ae6746de"
191SRC_URI += "gomod://github.com/hpcloud/tail;version=v1.0.0;sha256sum=3cba484748e2e2919d72663599b8cc6454058976fbca96f9ac78d84f195b922a" 261SRC_URI += "gomod://github.com/hpcloud/tail;version=v1.0.0;sha256sum=3cba484748e2e2919d72663599b8cc6454058976fbca96f9ac78d84f195b922a"
262SRC_URI += "gomod://github.com/in-toto/attestation;version=v1.1.2;sha256sum=0bb737ac0836f6a9ba6499139630a558bdda510c78dc51967e58355006a03d9a"
192SRC_URI += "gomod://github.com/in-toto/in-toto-golang;version=v0.9.0;sha256sum=08e1ed5fef21fed93b5acdf8cdae7e9ed51dbd1a6fd65858ee905963db81be5a" 263SRC_URI += "gomod://github.com/in-toto/in-toto-golang;version=v0.9.0;sha256sum=08e1ed5fef21fed93b5acdf8cdae7e9ed51dbd1a6fd65858ee905963db81be5a"
193SRC_URI += "gomod://github.com/inconshreveable/mousetrap;version=v1.0.0;sha256sum=c3fa0813e78f5cef10dc0e9912c43e68e06ff970a98e98c4050fe14dbbfd18c7" 264SRC_URI += "gomod://github.com/inconshreveable/mousetrap;version=v1.0.0;sha256sum=c3fa0813e78f5cef10dc0e9912c43e68e06ff970a98e98c4050fe14dbbfd18c7"
194SRC_URI += "gomod://github.com/inconshreveable/mousetrap;version=v1.1.0;sha256sum=526674de624d7db108cfe7653ef110ccdfd97bc85026254224815567928ed243" 265SRC_URI += "gomod://github.com/inconshreveable/mousetrap;version=v1.1.0;sha256sum=526674de624d7db108cfe7653ef110ccdfd97bc85026254224815567928ed243"
195SRC_URI += "gomod://github.com/inhies/go-bytesize;version=v0.0.0-20220417184213-4913239db9cf;sha256sum=58bdba8f721840cd401529022a3019d02e68e996da678a2a705919329f5ac232" 266SRC_URI += "gomod://github.com/inhies/go-bytesize;version=v0.0.0-20220417184213-4913239db9cf;sha256sum=58bdba8f721840cd401529022a3019d02e68e996da678a2a705919329f5ac232"
196SRC_URI += "gomod://github.com/intel/goresctrl;version=v0.10.0;sha256sum=8e5c0fc4254f765833f451c9b29d808714f5419e049d36f4c8adc1362d6c604f" 267SRC_URI += "gomod://github.com/intel/goresctrl;version=v0.10.0;sha256sum=8e5c0fc4254f765833f451c9b29d808714f5419e049d36f4c8adc1362d6c604f"
268SRC_URI += "gomod://github.com/jackc/pgpassfile;version=v1.0.0;sha256sum=1cc79fb0b80f54b568afd3f4648dd1c349f746ad7c379df8d7f9e0eb1cac938b"
269SRC_URI += "gomod://github.com/jackc/pgservicefile;version=v0.0.0-20240606120523-5a60cdf6a761;sha256sum=c9e31c91aebf96eb246bd410d1849cc7666d955a1e20ca2eba1c30b4eb89335f"
270SRC_URI += "gomod://github.com/jackc/pgx/v5;version=v5.7.5;sha256sum=cade5fe321e938f99ad9d552c12f5418438b970d74d61b5c2f9b0b1dc2b610bb"
271SRC_URI += "gomod://github.com/jackc/puddle/v2;version=v2.2.2;sha256sum=f1f0789098a0bcb5ff3c7024f9ee387a6748446e1bc6713b13a63d763a9fb11e"
272SRC_URI += "gomod://github.com/jedisct1/go-minisign;version=v0.0.0-20211028175153-1c139d1cc84b;sha256sum=98ca8b8fde47dd712a1ad7e536c84fdcb0f39e337951c80ccfb115494ae2bd8b"
197SRC_URI += "gomod://github.com/jinzhu/gorm;version=v0.0.0-20170222002820-5409931a1bb8;sha256sum=b1ceaea5bf93839f64b509ea18fb7879418260ff6d4e6ecfddfee2392341c69a" 273SRC_URI += "gomod://github.com/jinzhu/gorm;version=v0.0.0-20170222002820-5409931a1bb8;sha256sum=b1ceaea5bf93839f64b509ea18fb7879418260ff6d4e6ecfddfee2392341c69a"
198SRC_URI += "gomod://github.com/jinzhu/inflection;version=v0.0.0-20170102125226-1c35d901db3d;sha256sum=07cb007039c9451099cdd62eb7200c75745f240655b1ac22347a1a607087b289" 274SRC_URI += "gomod://github.com/jinzhu/inflection;version=v0.0.0-20170102125226-1c35d901db3d;sha256sum=07cb007039c9451099cdd62eb7200c75745f240655b1ac22347a1a607087b289"
199SRC_URI += "gomod://github.com/jinzhu/now;version=v1.1.1;sha256sum=8c56b1bd3f10b4597c75e1a880bc37c02df633b2afa8d576ab484d681c4c9609" 275SRC_URI += "gomod://github.com/jinzhu/now;version=v1.1.1;sha256sum=8c56b1bd3f10b4597c75e1a880bc37c02df633b2afa8d576ab484d681c4c9609"
200SRC_URI += "gomod://github.com/jonboulle/clockwork;version=v0.5.0;sha256sum=f6b22626f17e5d4be7c755f83f97b575764da4c9ea4deccd5c5794912ce508aa" 276SRC_URI += "gomod://github.com/jonboulle/clockwork;version=v0.5.0;sha256sum=f6b22626f17e5d4be7c755f83f97b575764da4c9ea4deccd5c5794912ce508aa"
201SRC_URI += "gomod://github.com/josharian/intern;version=v1.0.0;sha256sum=5679bfd11c14adccdb45bd1a0f9cf4b445b95caeed6fb507ba96ecced11c248d" 277SRC_URI += "gomod://github.com/josharian/intern;version=v1.0.0;sha256sum=5679bfd11c14adccdb45bd1a0f9cf4b445b95caeed6fb507ba96ecced11c248d"
202SRC_URI += "gomod://github.com/jpillora/backoff;version=v1.0.0;sha256sum=f856692c725143c49b9cceabfbca8bc93d3dbde84a0aaa53fb26ed3774c220cc" 278SRC_URI += "gomod://github.com/jpillora/backoff;version=v1.0.0;sha256sum=f856692c725143c49b9cceabfbca8bc93d3dbde84a0aaa53fb26ed3774c220cc"
203SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.7;sha256sum=95bbe51bbf1e88095e604700f354dab03bcbc00f2377b0ab893618d2976d82dd"
204SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.12;sha256sum=d001ea57081afd0e378467c8f4a9b6a51259996bb8bb763f78107eaf12f99501" 279SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.12;sha256sum=d001ea57081afd0e378467c8f4a9b6a51259996bb8bb763f78107eaf12f99501"
205SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.6;sha256sum=1e0ddaa3c493f343c11925cd7d3701f58b4339ea38a0d2c34370c672dec640b5" 280SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.6;sha256sum=1e0ddaa3c493f343c11925cd7d3701f58b4339ea38a0d2c34370c672dec640b5"
281SRC_URI += "gomod://github.com/json-iterator/go;version=v1.1.7;sha256sum=95bbe51bbf1e88095e604700f354dab03bcbc00f2377b0ab893618d2976d82dd"
206SRC_URI += "gomod://github.com/juju/loggo;version=v0.0.0-20190526231331-6e530bcce5d8;sha256sum=3db058c07ced25b8689f5d3e462d344ffb965c6f371eabc0396ce94d927e6206" 282SRC_URI += "gomod://github.com/juju/loggo;version=v0.0.0-20190526231331-6e530bcce5d8;sha256sum=3db058c07ced25b8689f5d3e462d344ffb965c6f371eabc0396ce94d927e6206"
207SRC_URI += "gomod://github.com/julienschmidt/httprouter;version=v1.3.0;sha256sum=e457dccd7015f340664e3b8cfd41997471382da2f4a743ee55be539abc6ca1f9"
208SRC_URI += "gomod://github.com/julienschmidt/httprouter;version=v1.2.0;sha256sum=bf0a269697dfe7ebdc6544a2734e76a699505eb7316e34ba2ed53e88e85abf4a" 283SRC_URI += "gomod://github.com/julienschmidt/httprouter;version=v1.2.0;sha256sum=bf0a269697dfe7ebdc6544a2734e76a699505eb7316e34ba2ed53e88e85abf4a"
284SRC_URI += "gomod://github.com/julienschmidt/httprouter;version=v1.3.0;sha256sum=e457dccd7015f340664e3b8cfd41997471382da2f4a743ee55be539abc6ca1f9"
209SRC_URI += "gomod://github.com/kballard/go-shellquote;version=v0.0.0-20180428030007-95032a82bc51;sha256sum=ae4cb7b097dc4eb0c248dff00ed3bbf0f36984c4162ad1d615266084e58bd6cc" 285SRC_URI += "gomod://github.com/kballard/go-shellquote;version=v0.0.0-20180428030007-95032a82bc51;sha256sum=ae4cb7b097dc4eb0c248dff00ed3bbf0f36984c4162ad1d615266084e58bd6cc"
210SRC_URI += "gomod://github.com/keybase/go-keychain;version=v0.0.1;sha256sum=9514a68da08d39d60a47640bef049e44c829aab5dbbddd03d272e9252039a5c7" 286SRC_URI += "gomod://github.com/keybase/go-keychain;version=v0.0.1;sha256sum=9514a68da08d39d60a47640bef049e44c829aab5dbbddd03d272e9252039a5c7"
211SRC_URI += "gomod://github.com/kisielk/errcheck;version=v1.5.0;sha256sum=e15bd181a3f384da89fed079dc4ec4d1f431fc20db758fdbe4abb38d7ddee06b" 287SRC_URI += "gomod://github.com/kisielk/errcheck;version=v1.5.0;sha256sum=e15bd181a3f384da89fed079dc4ec4d1f431fc20db758fdbe4abb38d7ddee06b"
212SRC_URI += "gomod://github.com/kisielk/gotool;version=v1.0.0;sha256sum=089dbba6e3aa09944fdb40d72acc86694e8bdde01cfc0f40fe0248309eb80a3f" 288SRC_URI += "gomod://github.com/kisielk/gotool;version=v1.0.0;sha256sum=089dbba6e3aa09944fdb40d72acc86694e8bdde01cfc0f40fe0248309eb80a3f"
289SRC_URI += "gomod://github.com/klauspost/compress;version=v1.18.3;sha256sum=b78fdb69a9cb8f2b7111ceacb397fe9a2af85f5fd98481025ab2b7d8febf8115"
213SRC_URI += "gomod://github.com/klauspost/compress;version=v1.18.1;sha256sum=9f233a4929ef02a58da534cd7c91e170548b90f5a69e221829531e9588e4da23" 290SRC_URI += "gomod://github.com/klauspost/compress;version=v1.18.1;sha256sum=9f233a4929ef02a58da534cd7c91e170548b90f5a69e221829531e9588e4da23"
214SRC_URI += "gomod://github.com/knqyf263/go-plugin;version=v0.9.0;sha256sum=ef80e801ff7ed5fc5ebf0a78423a39b876fee0d3df6dc69056277eb1238475e0" 291SRC_URI += "gomod://github.com/knqyf263/go-plugin;version=v0.9.0;sha256sum=ef80e801ff7ed5fc5ebf0a78423a39b876fee0d3df6dc69056277eb1238475e0"
215SRC_URI += "gomod://github.com/konsorten/go-windows-terminal-sequences;version=v1.0.2;sha256sum=4d00d71b8de60bcaf454f8f867210ebcd05e75c0a7c2725904f71aa2f20fb08e"
216SRC_URI += "gomod://github.com/konsorten/go-windows-terminal-sequences;version=v1.0.1;sha256sum=7fd0273fc0855ed08172c150f756e708d6e43c4a6d52ca4939a8b43d03356091" 292SRC_URI += "gomod://github.com/konsorten/go-windows-terminal-sequences;version=v1.0.1;sha256sum=7fd0273fc0855ed08172c150f756e708d6e43c4a6d52ca4939a8b43d03356091"
293SRC_URI += "gomod://github.com/konsorten/go-windows-terminal-sequences;version=v1.0.2;sha256sum=4d00d71b8de60bcaf454f8f867210ebcd05e75c0a7c2725904f71aa2f20fb08e"
217SRC_URI += "gomod://github.com/kr/logfmt;version=v0.0.0-20140226030751-b84e30acd515;sha256sum=ebd95653aaca6182184a1b9b309a65d55eb4c7c833c5e790aee11efd73d4722c" 294SRC_URI += "gomod://github.com/kr/logfmt;version=v0.0.0-20140226030751-b84e30acd515;sha256sum=ebd95653aaca6182184a1b9b309a65d55eb4c7c833c5e790aee11efd73d4722c"
218SRC_URI += "gomod://github.com/kr/pretty;version=v0.3.1;sha256sum=ecf5a4af24826c3ad758ce06410ca08e2d58e4d95053be3b9dde2e14852c0cdc"
219SRC_URI += "gomod://github.com/kr/pretty;version=v0.1.0;sha256sum=06063d21457e06dc2aba4a5bd09771147ec3d8ab40b224f26e55c5a76089ca43" 295SRC_URI += "gomod://github.com/kr/pretty;version=v0.1.0;sha256sum=06063d21457e06dc2aba4a5bd09771147ec3d8ab40b224f26e55c5a76089ca43"
296SRC_URI += "gomod://github.com/kr/pretty;version=v0.3.1;sha256sum=ecf5a4af24826c3ad758ce06410ca08e2d58e4d95053be3b9dde2e14852c0cdc"
220SRC_URI += "gomod://github.com/kr/pty;version=v1.1.1;sha256sum=10474d7a875cbd2b9d74c9bb8fb99264b7863f204c7610607797ff18d580bf00" 297SRC_URI += "gomod://github.com/kr/pty;version=v1.1.1;sha256sum=10474d7a875cbd2b9d74c9bb8fb99264b7863f204c7610607797ff18d580bf00"
221SRC_URI += "gomod://github.com/kr/text;version=v0.2.0;sha256sum=368eb318f91a5b67be905c47032ab5c31a1d49a97848b1011a0d0a2122b30ba4"
222SRC_URI += "gomod://github.com/kr/text;version=v0.1.0;sha256sum=9363a4c8f1f3387a36014de51b477b831a13981fc59a5665f9d21609bea9e77c" 298SRC_URI += "gomod://github.com/kr/text;version=v0.1.0;sha256sum=9363a4c8f1f3387a36014de51b477b831a13981fc59a5665f9d21609bea9e77c"
299SRC_URI += "gomod://github.com/kr/text;version=v0.2.0;sha256sum=368eb318f91a5b67be905c47032ab5c31a1d49a97848b1011a0d0a2122b30ba4"
223SRC_URI += "gomod://github.com/kylelemons/godebug;version=v1.1.0;sha256sum=dbbd0ce8c2f4932bb03704d73026b21af12bd68d5b8f4798dbf10a487a2b6d13" 300SRC_URI += "gomod://github.com/kylelemons/godebug;version=v1.1.0;sha256sum=dbbd0ce8c2f4932bb03704d73026b21af12bd68d5b8f4798dbf10a487a2b6d13"
301SRC_URI += "gomod://github.com/lestrrat-go/blackmagic;version=v1.0.4;sha256sum=4775ca8eab443a882cc1772c25716810a889d478746c6a405f559750de42dce6"
302SRC_URI += "gomod://github.com/lestrrat-go/dsig;version=v1.0.0;sha256sum=d4f31e5380752d00740a447b7c129dfb2644367e4642e35ad60ff252edb470a0"
303SRC_URI += "gomod://github.com/lestrrat-go/dsig-secp256k1;version=v1.0.0;sha256sum=1d1dbde8d45f731b491fe1de12eeb18ceea0b3bb32592c29f2f545f81cdcf364"
304SRC_URI += "gomod://github.com/lestrrat-go/httpcc;version=v1.0.1;sha256sum=d75132f805ea5cf6275d9af02a5ff3c116ad92ac7fc28e2a22b8fd2e029a3f4c"
305SRC_URI += "gomod://github.com/lestrrat-go/httprc/v3;version=v3.0.1;sha256sum=a139b676f19eb99846f457ac435c1d17d22e189661f8e12d42841bdcd34fd1c8"
306SRC_URI += "gomod://github.com/lestrrat-go/jwx/v3;version=v3.0.11;sha256sum=793ec98a023b0c3e3c9f45b4ef91ea090d1faf27901174d351a7f2eb0322e62f"
307SRC_URI += "gomod://github.com/lestrrat-go/option;version=v1.0.1;sha256sum=3e5614e160680053e07e4970e825e694c2a917741e735ab4d435a396b739ae78"
308SRC_URI += "gomod://github.com/lestrrat-go/option/v2;version=v2.0.0;sha256sum=3456bd01638c67da62570123f3d12f5996d0a01ed521959c2fc85aa83d3ee94a"
309SRC_URI += "gomod://github.com/letsencrypt/boulder;version=v0.20251110.0;sha256sum=e91825bdde9e72eef21a513e709b7fa255625f7fd5e41674f01cee75f4e2fac0"
224SRC_URI += "gomod://github.com/lib/pq;version=v0.0.0-20150723085316-0dad96c0b94f;sha256sum=0946c2b1df11f908d6bbe11da9a86f65f10149038cecf082d37ca1e67a9fc6e4" 310SRC_URI += "gomod://github.com/lib/pq;version=v0.0.0-20150723085316-0dad96c0b94f;sha256sum=0946c2b1df11f908d6bbe11da9a86f65f10149038cecf082d37ca1e67a9fc6e4"
225SRC_URI += "gomod://github.com/magiconair/properties;version=v1.8.9;sha256sum=8361b76b967090e33192173d91fb3de5f5ea43f6b8d23e927bf6d698fc8a0250"
226SRC_URI += "gomod://github.com/magiconair/properties;version=v1.5.3;sha256sum=be1987e9a8dac8f197a091b734c1d1a2f91f17b614f52b2d5b13b7d584abf163" 311SRC_URI += "gomod://github.com/magiconair/properties;version=v1.5.3;sha256sum=be1987e9a8dac8f197a091b734c1d1a2f91f17b614f52b2d5b13b7d584abf163"
312SRC_URI += "gomod://github.com/magiconair/properties;version=v1.8.9;sha256sum=8361b76b967090e33192173d91fb3de5f5ea43f6b8d23e927bf6d698fc8a0250"
227SRC_URI += "gomod://github.com/mailru/easyjson;version=v0.7.7;sha256sum=139387981a220d499c9f47cece42a2002f105e4ee3ab9c74188a7fb8a9be711e" 313SRC_URI += "gomod://github.com/mailru/easyjson;version=v0.7.7;sha256sum=139387981a220d499c9f47cece42a2002f105e4ee3ab9c74188a7fb8a9be711e"
228SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.1.2;sha256sum=6f64967892df6c491738811a76842998dfbdf631199a0236346dd59b36d42322" 314SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.1.2;sha256sum=6f64967892df6c491738811a76842998dfbdf631199a0236346dd59b36d42322"
229SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.1.14;sha256sum=5e0e7925a070bb5bd11b4097e1a7b608167f0217ee83901b44c135f6e5e85c78" 315SRC_URI += "gomod://github.com/mattn/go-colorable;version=v0.1.14;sha256sum=5e0e7925a070bb5bd11b4097e1a7b608167f0217ee83901b44c135f6e5e85c78"
230SRC_URI += "gomod://github.com/mattn/go-isatty;version=v0.0.20;sha256sum=f2d5f89ca451577e17464b9bb596dc0d0ecececb5eaa63622c41b57cd0b7b8cc"
231SRC_URI += "gomod://github.com/mattn/go-isatty;version=v0.0.8;sha256sum=0e55980f57ba3e77c8051f46e607adee55ca85f2179e1b78e30f5683007c93ba" 316SRC_URI += "gomod://github.com/mattn/go-isatty;version=v0.0.8;sha256sum=0e55980f57ba3e77c8051f46e607adee55ca85f2179e1b78e30f5683007c93ba"
317SRC_URI += "gomod://github.com/mattn/go-isatty;version=v0.0.20;sha256sum=f2d5f89ca451577e17464b9bb596dc0d0ecececb5eaa63622c41b57cd0b7b8cc"
232SRC_URI += "gomod://github.com/mattn/go-runewidth;version=v0.0.16;sha256sum=179d2d900c76ee3560fbeda60d0237a3be6acb734d0cb7423b55e5ccb0cedbca" 318SRC_URI += "gomod://github.com/mattn/go-runewidth;version=v0.0.16;sha256sum=179d2d900c76ee3560fbeda60d0237a3be6acb734d0cb7423b55e5ccb0cedbca"
233SRC_URI += "gomod://github.com/mattn/go-shellwords;version=v1.0.12;sha256sum=6d35c3edc92e47a06988788d683c1ad389719b55ef19d5a7f239ab4708b6da11" 319SRC_URI += "gomod://github.com/mattn/go-shellwords;version=v1.0.12;sha256sum=6d35c3edc92e47a06988788d683c1ad389719b55ef19d5a7f239ab4708b6da11"
234SRC_URI += "gomod://github.com/mattn/go-sqlite3;version=v1.6.0;sha256sum=98494f3b32464346ba4f90b0e96d06976f10079a65759f82bdb47abd7c2aa928" 320SRC_URI += "gomod://github.com/mattn/go-sqlite3;version=v1.6.0;sha256sum=98494f3b32464346ba4f90b0e96d06976f10079a65759f82bdb47abd7c2aa928"
@@ -245,10 +331,15 @@ SRC_URI += "gomod://github.com/mitchellh/hashstructure/v2;version=v2.0.2;sha256s
245SRC_URI += "gomod://github.com/mitchellh/mapstructure;version=v1.5.0;sha256sum=118d5b2cb65c50dba967fb6d708f450a9caf93f321f8fc99080675b2ee374199" 331SRC_URI += "gomod://github.com/mitchellh/mapstructure;version=v1.5.0;sha256sum=118d5b2cb65c50dba967fb6d708f450a9caf93f321f8fc99080675b2ee374199"
246SRC_URI += "gomod://github.com/mitchellh/mapstructure;version=v0.0.0-20150613213606-2caf8efc9366;sha256sum=540c288003dcb86a3a2837bfb0dae8a30f0fc315f0a69c48a8e711630dad6d03" 332SRC_URI += "gomod://github.com/mitchellh/mapstructure;version=v0.0.0-20150613213606-2caf8efc9366;sha256sum=540c288003dcb86a3a2837bfb0dae8a30f0fc315f0a69c48a8e711630dad6d03"
247SRC_URI += "gomod://github.com/moby/buildkit;version=v0.26.2;sha256sum=5e89793899f3be6adc66cb053b058855f07420a9dbe931d4241591d94ae7dcc6" 333SRC_URI += "gomod://github.com/moby/buildkit;version=v0.26.2;sha256sum=5e89793899f3be6adc66cb053b058855f07420a9dbe931d4241591d94ae7dcc6"
334SRC_URI += "gomod://github.com/moby/buildkit;version=v0.27.1;sha256sum=f922d61d95c6adbd01a2c59f76e941841c8e4908d1b7a177f04eb7c666554015"
248SRC_URI += "gomod://github.com/moby/docker-image-spec;version=v1.3.1;sha256sum=e3fe212be410465c0cae032baa7e2c7282b9bb878f081f00549333edc260c306" 335SRC_URI += "gomod://github.com/moby/docker-image-spec;version=v1.3.1;sha256sum=e3fe212be410465c0cae032baa7e2c7282b9bb878f081f00549333edc260c306"
249SRC_URI += "gomod://github.com/moby/go-archive;version=v0.1.0;sha256sum=17cd0776ad62e2aee3082c26d1805dc6c355c0a1528e1119c6eab909e4ce6b3d" 336SRC_URI += "gomod://github.com/moby/go-archive;version=v0.1.0;sha256sum=17cd0776ad62e2aee3082c26d1805dc6c355c0a1528e1119c6eab909e4ce6b3d"
337SRC_URI += "gomod://github.com/moby/go-archive;version=v0.2.0;sha256sum=9fa1f9c9076a5d614e0fe1519878b49f0ae6221203d1b41c8e1710344783d345"
250SRC_URI += "gomod://github.com/moby/locker;version=v1.0.1;sha256sum=f07361346d12a24e168db7fb2f21281883bee6060f1aedf7507bccf20c4a793f" 338SRC_URI += "gomod://github.com/moby/locker;version=v1.0.1;sha256sum=f07361346d12a24e168db7fb2f21281883bee6060f1aedf7507bccf20c4a793f"
339SRC_URI += "gomod://github.com/moby/moby/api;version=v1.54.0;sha256sum=17bc432fe7a0d6992127c218d0c189971595d744e347b1f78211314195fb1f31"
340SRC_URI += "gomod://github.com/moby/moby/client;version=v0.3.0;sha256sum=09c68b46ad2b1fd454816316accaa6b4ea1c0506fb602df400fac96eb37d6b38"
251SRC_URI += "gomod://github.com/moby/patternmatcher;version=v0.6.0;sha256sum=5c3e4605f977523322c23c6e17332862689c564b1930dfbcbc74e9004721fcf9" 341SRC_URI += "gomod://github.com/moby/patternmatcher;version=v0.6.0;sha256sum=5c3e4605f977523322c23c6e17332862689c564b1930dfbcbc74e9004721fcf9"
342SRC_URI += "gomod://github.com/moby/policy-helpers;version=v0.0.0-20260127165209-eeebf1a0ab2b;sha256sum=274c81c2fe80447f89c114283a14e29bc35fad91b51fbe5ef49822062a4742db"
252SRC_URI += "gomod://github.com/moby/policy-helpers;version=v0.0.0-20251105011237-bcaa71c99f14;sha256sum=9fdca4221e4d7faf431070209e660386e5b6c46d687dc6afdaec21c75205f2e1" 343SRC_URI += "gomod://github.com/moby/policy-helpers;version=v0.0.0-20251105011237-bcaa71c99f14;sha256sum=9fdca4221e4d7faf431070209e660386e5b6c46d687dc6afdaec21c75205f2e1"
253SRC_URI += "gomod://github.com/moby/profiles/seccomp;version=v0.1.0;sha256sum=8025f81f4e0decdf0edae68ae096f98731413fd2723cc4652cffb8db6a588c9d" 344SRC_URI += "gomod://github.com/moby/profiles/seccomp;version=v0.1.0;sha256sum=8025f81f4e0decdf0edae68ae096f98731413fd2723cc4652cffb8db6a588c9d"
254SRC_URI += "gomod://github.com/moby/spdystream;version=v0.5.0;sha256sum=0919457a3bba34fb4ee5eff1645830648e26ea9757f27b293f1f7bb9f1ec65a2" 345SRC_URI += "gomod://github.com/moby/spdystream;version=v0.5.0;sha256sum=0919457a3bba34fb4ee5eff1645830648e26ea9757f27b293f1f7bb9f1ec65a2"
@@ -265,26 +356,32 @@ SRC_URI += "gomod://github.com/moby/sys/userns;version=v0.1.0;sha256sum=24c102bc
265SRC_URI += "gomod://github.com/moby/term;version=v0.5.2;sha256sum=f8d6e5c53992c640512ee45a9b6147a765bebe3d8d50e3bfe1e4ec3e052cd688" 356SRC_URI += "gomod://github.com/moby/term;version=v0.5.2;sha256sum=f8d6e5c53992c640512ee45a9b6147a765bebe3d8d50e3bfe1e4ec3e052cd688"
266SRC_URI += "gomod://github.com/modern-go/concurrent;version=v0.0.0-20180228061459-e0a39a4cb421;sha256sum=7879936219694facd98a70748597a091690b34e1384a9c6987bd0b2c53c2a052" 357SRC_URI += "gomod://github.com/modern-go/concurrent;version=v0.0.0-20180228061459-e0a39a4cb421;sha256sum=7879936219694facd98a70748597a091690b34e1384a9c6987bd0b2c53c2a052"
267SRC_URI += "gomod://github.com/modern-go/concurrent;version=v0.0.0-20180306012644-bacd9c7ef1dd;sha256sum=91ef49599bec459869d94ff3dec128871ab66bd2dfa61041f1e1169f9b4a8073" 358SRC_URI += "gomod://github.com/modern-go/concurrent;version=v0.0.0-20180306012644-bacd9c7ef1dd;sha256sum=91ef49599bec459869d94ff3dec128871ab66bd2dfa61041f1e1169f9b4a8073"
268SRC_URI += "gomod://github.com/modern-go/reflect2;version=v0.0.0-20180701023420-4b7aa43c6742;sha256sum=ff641a4cb8a664211221f09d9fe4aeafedcaacd6042b0d5ead69ae3becbf2a72"
269SRC_URI += "gomod://github.com/modern-go/reflect2;version=v1.0.3-0.20250322232337-35a7c28c31ee;sha256sum=49f3fb0f76b1b98b52b5e6e8eab2a48454eab33904b937625941c28138a7fea4" 359SRC_URI += "gomod://github.com/modern-go/reflect2;version=v1.0.3-0.20250322232337-35a7c28c31ee;sha256sum=49f3fb0f76b1b98b52b5e6e8eab2a48454eab33904b937625941c28138a7fea4"
270SRC_URI += "gomod://github.com/modern-go/reflect2;version=v1.0.1;sha256sum=6af8268206d037428a4197bd421bbe5399c19450ef53ae8309a083f34fb7ac05" 360SRC_URI += "gomod://github.com/modern-go/reflect2;version=v1.0.1;sha256sum=6af8268206d037428a4197bd421bbe5399c19450ef53ae8309a083f34fb7ac05"
361SRC_URI += "gomod://github.com/modern-go/reflect2;version=v0.0.0-20180701023420-4b7aa43c6742;sha256sum=ff641a4cb8a664211221f09d9fe4aeafedcaacd6042b0d5ead69ae3becbf2a72"
271SRC_URI += "gomod://github.com/morikuni/aec;version=v1.0.0;sha256sum=c14eeff6945b854edd8b91a83ac760fbd95068f33dc17d102c18f2e8e86bcced" 362SRC_URI += "gomod://github.com/morikuni/aec;version=v1.0.0;sha256sum=c14eeff6945b854edd8b91a83ac760fbd95068f33dc17d102c18f2e8e86bcced"
363SRC_URI += "gomod://github.com/morikuni/aec;version=v1.1.0;sha256sum=3d50f78078455e310a5df2f0fb5aaf3d50e1f0d52efe66f7d60635700612b392"
272SRC_URI += "gomod://github.com/munnerz/goautoneg;version=v0.0.0-20191010083416-a7dc8b61c822;sha256sum=3d7ce17916779890be02ea6b3dd6345c3c30c1df502ad9d8b5b9b310e636afd9" 364SRC_URI += "gomod://github.com/munnerz/goautoneg;version=v0.0.0-20191010083416-a7dc8b61c822;sha256sum=3d7ce17916779890be02ea6b3dd6345c3c30c1df502ad9d8b5b9b310e636afd9"
273SRC_URI += "gomod://github.com/mwitkow/go-conntrack;version=v0.0.0-20190716064945-2f068394615f;sha256sum=d6fc513490d5c73e3f64ede3cf18ba973a4f8ef4c39c9816cc6080e39c8c480a"
274SRC_URI += "gomod://github.com/mwitkow/go-conntrack;version=v0.0.0-20161129095857-cc309e4a2223;sha256sum=9b3c27b7b954d5d3e09e51e4aa8da7486584b1247d9b592e9a59bf5e502caf90" 365SRC_URI += "gomod://github.com/mwitkow/go-conntrack;version=v0.0.0-20161129095857-cc309e4a2223;sha256sum=9b3c27b7b954d5d3e09e51e4aa8da7486584b1247d9b592e9a59bf5e502caf90"
366SRC_URI += "gomod://github.com/mwitkow/go-conntrack;version=v0.0.0-20190716064945-2f068394615f;sha256sum=d6fc513490d5c73e3f64ede3cf18ba973a4f8ef4c39c9816cc6080e39c8c480a"
275SRC_URI += "gomod://github.com/mxk/go-flowrate;version=v0.0.0-20140419014527-cca7078d478f;sha256sum=bd0701ef9115469a661c07a3e9c2e572114126eb2d098b01eda34ebf62548492" 367SRC_URI += "gomod://github.com/mxk/go-flowrate;version=v0.0.0-20140419014527-cca7078d478f;sha256sum=bd0701ef9115469a661c07a3e9c2e572114126eb2d098b01eda34ebf62548492"
276SRC_URI += "gomod://github.com/niemeyer/pretty;version=v0.0.0-20200227124842-a10e7caefd8e;sha256sum=2dcb7053faf11c28cad7d84fcfa3dd7f93e3d236b39d83cff0934f691f860d7a" 368SRC_URI += "gomod://github.com/niemeyer/pretty;version=v0.0.0-20200227124842-a10e7caefd8e;sha256sum=2dcb7053faf11c28cad7d84fcfa3dd7f93e3d236b39d83cff0934f691f860d7a"
369SRC_URI += "gomod://github.com/oklog/ulid;version=v1.3.1;sha256sum=40e502c064a922d5eb7f2bc2cda9c6a2a929ec0fc76c9aae4db54fb7b6b611ae"
277SRC_URI += "gomod://github.com/onsi/ginkgo;version=v1.12.0;sha256sum=527bc60953da80718a3afae08d12802a67c7de84937ea54ed5b81230beaa545c" 370SRC_URI += "gomod://github.com/onsi/ginkgo;version=v1.12.0;sha256sum=527bc60953da80718a3afae08d12802a67c7de84937ea54ed5b81230beaa545c"
278SRC_URI += "gomod://github.com/onsi/ginkgo;version=v1.6.0;sha256sum=04ccd635943d80d8767d83738e9058091d50517860dce86f7f8ac7a55f6c2959" 371SRC_URI += "gomod://github.com/onsi/ginkgo;version=v1.6.0;sha256sum=04ccd635943d80d8767d83738e9058091d50517860dce86f7f8ac7a55f6c2959"
279SRC_URI += "gomod://github.com/onsi/gomega;version=v1.7.1;sha256sum=0a245e719f17cc2bc399aa7c2005cca84f1cfba5373b0c96f5c64673f758a712" 372SRC_URI += "gomod://github.com/onsi/gomega;version=v1.7.1;sha256sum=0a245e719f17cc2bc399aa7c2005cca84f1cfba5373b0c96f5c64673f758a712"
280SRC_URI += "gomod://github.com/onsi/gomega;version=v1.9.0;sha256sum=7b8a44d3e9d2beee947ced1b5a4227f875337828089d1165c1c65f7610a4faaf" 373SRC_URI += "gomod://github.com/onsi/gomega;version=v1.9.0;sha256sum=7b8a44d3e9d2beee947ced1b5a4227f875337828089d1165c1c65f7610a4faaf"
281SRC_URI += "gomod://github.com/opencontainers/go-digest;version=v1.0.0;sha256sum=615efb31ff6cd71035b8aa38c3659d8b4da46f3cd92ac807cb50449adfe37c86" 374SRC_URI += "gomod://github.com/open-policy-agent/opa;version=v1.10.1;sha256sum=3cc27036c293cf33f7f692d9d6df51cdb5dabeb4bccb0dc8309939fc28398469"
282SRC_URI += "gomod://github.com/opencontainers/go-digest;version=v0.0.0-20170106003457-a6d0ee40d420;sha256sum=a8c121c810839900b7f6d8d35741f438795bc116b9b969cf681df63fb46e7983" 375SRC_URI += "gomod://github.com/opencontainers/go-digest;version=v0.0.0-20170106003457-a6d0ee40d420;sha256sum=a8c121c810839900b7f6d8d35741f438795bc116b9b969cf681df63fb46e7983"
376SRC_URI += "gomod://github.com/opencontainers/go-digest;version=v1.0.0;sha256sum=615efb31ff6cd71035b8aa38c3659d8b4da46f3cd92ac807cb50449adfe37c86"
283SRC_URI += "gomod://github.com/opencontainers/image-spec;version=v1.1.1;sha256sum=3a32eeb459719172947c20be78b5b7293c6ea84f4039184e846f6b676bc19574" 377SRC_URI += "gomod://github.com/opencontainers/image-spec;version=v1.1.1;sha256sum=3a32eeb459719172947c20be78b5b7293c6ea84f4039184e846f6b676bc19574"
284SRC_URI += "gomod://github.com/opencontainers/image-spec;version=v1.0.1;sha256sum=ebb2dca711a137fbfb717158b0368792f834000f4308d9ea259d06c6804c677c" 378SRC_URI += "gomod://github.com/opencontainers/image-spec;version=v1.0.1;sha256sum=ebb2dca711a137fbfb717158b0368792f834000f4308d9ea259d06c6804c677c"
285SRC_URI += "gomod://github.com/opencontainers/runtime-spec;version=v1.2.1;sha256sum=847dfbbec37aef7d1e14caebacb0ea036ecd22fa84bca96a0da3dfebfc16ef31" 379SRC_URI += "gomod://github.com/opencontainers/runtime-spec;version=v1.2.1;sha256sum=847dfbbec37aef7d1e14caebacb0ea036ecd22fa84bca96a0da3dfebfc16ef31"
380SRC_URI += "gomod://github.com/opencontainers/runtime-spec;version=v1.3.0;sha256sum=09e58e616eb70f2972ed19ada447dd661b298b39777adb0bbd35c94886bdbdf8"
286SRC_URI += "gomod://github.com/opencontainers/runtime-tools;version=v0.9.1-0.20250523060157-0ea5ed0382a2;sha256sum=6128d4734ad019b6e856fc2813a05d3b8d94bc7facbd3e324fababc024d756e9" 381SRC_URI += "gomod://github.com/opencontainers/runtime-tools;version=v0.9.1-0.20250523060157-0ea5ed0382a2;sha256sum=6128d4734ad019b6e856fc2813a05d3b8d94bc7facbd3e324fababc024d756e9"
382SRC_URI += "gomod://github.com/opencontainers/runtime-tools;version=v0.9.1-0.20251114084447-edf4cb3d2116;sha256sum=02a13b5731f9232d9c4c91d7d25348245dbe6a53a2ee43edcc0a4e036a3b8e8c"
287SRC_URI += "gomod://github.com/opencontainers/selinux;version=v1.12.0;sha256sum=dd7f55f0302d69a221e5db8e80d2c3d4d2c9088d111ebe4074e1fdc54009541a" 383SRC_URI += "gomod://github.com/opencontainers/selinux;version=v1.12.0;sha256sum=dd7f55f0302d69a221e5db8e80d2c3d4d2c9088d111ebe4074e1fdc54009541a"
384SRC_URI += "gomod://github.com/opencontainers/selinux;version=v1.13.1;sha256sum=780f0413d30de235169b0a65219bed2780c102feb94228b796d559b1ad4144ed"
288SRC_URI += "gomod://github.com/opentracing/opentracing-go;version=v1.1.0;sha256sum=3e0f42d035019fa037991d340da9677a802f8182792770c38e87906d33e06629" 385SRC_URI += "gomod://github.com/opentracing/opentracing-go;version=v1.1.0;sha256sum=3e0f42d035019fa037991d340da9677a802f8182792770c38e87906d33e06629"
289SRC_URI += "gomod://github.com/otiai10/copy;version=v1.14.1;sha256sum=49097038e9011a539645a60a6da9c49ad3d53ec7ffb1a254b1bdc77f8a9bf5d4" 386SRC_URI += "gomod://github.com/otiai10/copy;version=v1.14.1;sha256sum=49097038e9011a539645a60a6da9c49ad3d53ec7ffb1a254b1bdc77f8a9bf5d4"
290SRC_URI += "gomod://github.com/otiai10/mint;version=v1.6.3;sha256sum=a6bc9eebf7f25b75c480eac49ffa90bbda43559e31def54576a679fffc8a1a33" 387SRC_URI += "gomod://github.com/otiai10/mint;version=v1.6.3;sha256sum=a6bc9eebf7f25b75c480eac49ffa90bbda43559e31def54576a679fffc8a1a33"
@@ -294,29 +391,33 @@ SRC_URI += "gomod://github.com/pelletier/go-toml/v2;version=v2.2.4;sha256sum=821
294SRC_URI += "gomod://github.com/petermattis/goid;version=v0.0.0-20240813172612-4fcff4a6cae7;sha256sum=3f47ab8e5713c36ec5b4295956a5ef012a192bc19198ae1b6591408c061e97ab" 391SRC_URI += "gomod://github.com/petermattis/goid;version=v0.0.0-20240813172612-4fcff4a6cae7;sha256sum=3f47ab8e5713c36ec5b4295956a5ef012a192bc19198ae1b6591408c061e97ab"
295SRC_URI += "gomod://github.com/pkg/browser;version=v0.0.0-20240102092130-5ac0b6a4141c;sha256sum=8524ae36d809564d1f218978593b5c565cf3ee8dccd035d66b336ad0c56e60d1" 392SRC_URI += "gomod://github.com/pkg/browser;version=v0.0.0-20240102092130-5ac0b6a4141c;sha256sum=8524ae36d809564d1f218978593b5c565cf3ee8dccd035d66b336ad0c56e60d1"
296SRC_URI += "gomod://github.com/pkg/errors;version=v0.8.0;sha256sum=e4fa69ba057356614edbc1da881a7d3ebb688505be49f65965686bcb859e2fae" 393SRC_URI += "gomod://github.com/pkg/errors;version=v0.8.0;sha256sum=e4fa69ba057356614edbc1da881a7d3ebb688505be49f65965686bcb859e2fae"
297SRC_URI += "gomod://github.com/pkg/errors;version=v0.8.1;sha256sum=4e47d021340b7396a7dee454f527552faf7360a9fc34038b1dc32ba3b5a951d8"
298SRC_URI += "gomod://github.com/pkg/errors;version=v0.9.1;sha256sum=d4c36b8bcd0616290a3913215e0f53b931bd6e00670596f2960df1b44af2bd07" 394SRC_URI += "gomod://github.com/pkg/errors;version=v0.9.1;sha256sum=d4c36b8bcd0616290a3913215e0f53b931bd6e00670596f2960df1b44af2bd07"
395SRC_URI += "gomod://github.com/pkg/errors;version=v0.8.1;sha256sum=4e47d021340b7396a7dee454f527552faf7360a9fc34038b1dc32ba3b5a951d8"
299SRC_URI += "gomod://github.com/pkg/profile;version=v1.7.0;sha256sum=57a65d6ca3ae5df11653052de9e74052feb2d802fd8c4cb10d9a56f0466cc85f" 396SRC_URI += "gomod://github.com/pkg/profile;version=v1.7.0;sha256sum=57a65d6ca3ae5df11653052de9e74052feb2d802fd8c4cb10d9a56f0466cc85f"
300SRC_URI += "gomod://github.com/planetscale/vtprotobuf;version=v0.6.1-0.20240319094008-0393e58bdf10;sha256sum=6fdbac53c6ace58d732be8ec29c1aae928639eb12960cc4c52a9f7a25395ca05" 397SRC_URI += "gomod://github.com/planetscale/vtprotobuf;version=v0.6.1-0.20240319094008-0393e58bdf10;sha256sum=6fdbac53c6ace58d732be8ec29c1aae928639eb12960cc4c52a9f7a25395ca05"
301SRC_URI += "gomod://github.com/pmezard/go-difflib;version=v1.0.0;sha256sum=de04cecc1a4b8d53e4357051026794bcbc54f2e6a260cfac508ce69d5d6457a0" 398SRC_URI += "gomod://github.com/pmezard/go-difflib;version=v1.0.0;sha256sum=de04cecc1a4b8d53e4357051026794bcbc54f2e6a260cfac508ce69d5d6457a0"
302SRC_URI += "gomod://github.com/prometheus/client_golang;version=v1.23.2;sha256sum=dfcc6c52ad09e3d0dca2e9f41de7f8d1c0dde7baae4b867353d112918a1511de" 399SRC_URI += "gomod://github.com/prometheus/client_golang;version=v1.23.2;sha256sum=dfcc6c52ad09e3d0dca2e9f41de7f8d1c0dde7baae4b867353d112918a1511de"
400SRC_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" 401SRC_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" 402SRC_URI += "gomod://github.com/prometheus/client_golang;version=v1.1.0;sha256sum=98db3394cdeee8f8ff9262a2363f18dc825368b169bb893df9dfbc2acd226913"
305SRC_URI += "gomod://github.com/prometheus/client_golang;version=v0.9.1;sha256sum=c326b8fbdf5acbc10ec0b5897554c485d579b63638548ca5237a9f8fea06ca5b"
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.6.2;sha256sum=67017b19f220c6ab91ecfdd10a93824e2a8b09fcb6390054dbdc49df3354a9ca" 403SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.6.2;sha256sum=67017b19f220c6ab91ecfdd10a93824e2a8b09fcb6390054dbdc49df3354a9ca"
404SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.0.0-20190129233127-fd36f4220a90;sha256sum=1991d7054e7ce33e74158ed4a93fc3e434d06aa652aff122d87f94099af2f730"
308SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.0.0-20171117100541-99fa1f4be8e5;sha256sum=eb051e03089062114ceed192c97fcd7ca354d6f79723538c004a4850dd552f6a" 405SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.0.0-20171117100541-99fa1f4be8e5;sha256sum=eb051e03089062114ceed192c97fcd7ca354d6f79723538c004a4850dd552f6a"
309SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.0.0-20180712105110-5c3871d89910;sha256sum=7aaee32659f78fcc032fd1e6a0308e8a7b386bd55b571cb6a6fff29b3b6abaac" 406SRC_URI += "gomod://github.com/prometheus/client_model;version=v0.0.0-20180712105110-5c3871d89910;sha256sum=7aaee32659f78fcc032fd1e6a0308e8a7b386bd55b571cb6a6fff29b3b6abaac"
310SRC_URI += "gomod://github.com/prometheus/common;version=v0.66.1;sha256sum=05d9e8e5c289209245dc22a7d07812b1b72472c67f372b5579dfabc3774e17b4" 407SRC_URI += "gomod://github.com/prometheus/common;version=v0.0.0-20180110214958-89604d197083;sha256sum=796855d655242a4d2b0217c93d02c28219bb674ed739a9ed9d098d32f82da352"
311SRC_URI += "gomod://github.com/prometheus/common;version=v0.6.0;sha256sum=6fb74cce1a5bd84cf36954493d6157b1bd2231b20ba2587c224df9737b579314" 408SRC_URI += "gomod://github.com/prometheus/common;version=v0.6.0;sha256sum=6fb74cce1a5bd84cf36954493d6157b1bd2231b20ba2587c224df9737b579314"
409SRC_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" 410SRC_URI += "gomod://github.com/prometheus/common;version=v0.4.1;sha256sum=74a1ed44813329ec8a4f37ae35b89f6b2d538f46228aba4032dcd78e9baf8929"
313SRC_URI += "gomod://github.com/prometheus/common;version=v0.0.0-20180110214958-89604d197083;sha256sum=796855d655242a4d2b0217c93d02c28219bb674ed739a9ed9d098d32f82da352" 411SRC_URI += "gomod://github.com/prometheus/otlptranslator;version=v0.0.2;sha256sum=fcdb6463c6a8bf636a3e4a7ea964115b35ab45d66ed0b0d4f1661cf01132af4b"
412SRC_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" 413SRC_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" 414SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.0.3;sha256sum=ab1223d5b58bd1a8d197c8a1f73b39de8573b89c25b97497a64645fb00d80005"
316SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.16.1;sha256sum=e4b74815566cbf5aa372d23e1de32f16ac5c3c4c80bc94a31fdee60a1de6074a"
317SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.0.2;sha256sum=d5e9430b0a3209ccd75569f7c6f9c9fcfc48f554557f44562352adab9c617464"
318SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.0.0-20181005140218-185b4288413d;sha256sum=8562cfc0ef6d6a6cf5a48ab7b7fa7489a3c2694000fb1de0ad580761da688db1" 415SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.0.0-20181005140218-185b4288413d;sha256sum=8562cfc0ef6d6a6cf5a48ab7b7fa7489a3c2694000fb1de0ad580761da688db1"
416SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.17.0;sha256sum=e826b047a611fddd93a574ec72be3c2f28d5094e9d5d21fdcaed5db5dbafcfac"
417SRC_URI += "gomod://github.com/prometheus/procfs;version=v0.16.1;sha256sum=e4b74815566cbf5aa372d23e1de32f16ac5c3c4c80bc94a31fdee60a1de6074a"
418SRC_URI += "gomod://github.com/rcrowley/go-metrics;version=v0.0.0-20250401214520-65e299d6c5c9;sha256sum=a8c9e9792ad16f31ef8c32232de6243cc02147175661c9f64bc7b292f1c4d0cc"
319SRC_URI += "gomod://github.com/rivo/uniseg;version=v0.2.0;sha256sum=3199d94be50284142220662ca3b00e19ddd1debe4e80ddc745ff4203ecb601c0" 419SRC_URI += "gomod://github.com/rivo/uniseg;version=v0.2.0;sha256sum=3199d94be50284142220662ca3b00e19ddd1debe4e80ddc745ff4203ecb601c0"
420SRC_URI += "gomod://github.com/rivo/uniseg;version=v0.4.7;sha256sum=b995e4aa0cc1e5779cc61138ac925cb8c1e963e40c80e4b93ee8553812ebb792"
320SRC_URI += "gomod://github.com/rogpeppe/fastuuid;version=v1.2.0;sha256sum=f9b8293f5e20270e26fb4214ca7afec864de92c73d03ff62b5ee29d1db4e72a1" 421SRC_URI += "gomod://github.com/rogpeppe/fastuuid;version=v1.2.0;sha256sum=f9b8293f5e20270e26fb4214ca7afec864de92c73d03ff62b5ee29d1db4e72a1"
321SRC_URI += "gomod://github.com/rogpeppe/go-internal;version=v1.14.1;sha256sum=ab3d18283cef2f46ddfd489b6b14b970eb7dbbb642786f025ee1ac5291dc4e70" 422SRC_URI += "gomod://github.com/rogpeppe/go-internal;version=v1.14.1;sha256sum=ab3d18283cef2f46ddfd489b6b14b970eb7dbbb642786f025ee1ac5291dc4e70"
322SRC_URI += "gomod://github.com/russross/blackfriday;version=v1.6.0;sha256sum=8dbd018a896577afef870d49adc9a7cbdcef54f6edd97dcbbe1b53e7cd6d66d4" 423SRC_URI += "gomod://github.com/russross/blackfriday;version=v1.6.0;sha256sum=8dbd018a896577afef870d49adc9a7cbdcef54f6edd97dcbbe1b53e7cd6d66d4"
@@ -324,64 +425,96 @@ SRC_URI += "gomod://github.com/russross/blackfriday/v2;version=v2.1.0;sha256sum=
324SRC_URI += "gomod://github.com/santhosh-tekuri/jsonschema/v5;version=v5.3.1;sha256sum=6c953c3751cca3003d0e7f6d775c7c3b2e4b1eeb1fa2e8d68786ead53b083094" 425SRC_URI += "gomod://github.com/santhosh-tekuri/jsonschema/v5;version=v5.3.1;sha256sum=6c953c3751cca3003d0e7f6d775c7c3b2e4b1eeb1fa2e8d68786ead53b083094"
325SRC_URI += "gomod://github.com/santhosh-tekuri/jsonschema/v6;version=v6.0.1;sha256sum=8652f1086fd29ca90f42aa367fd6020bc77a4eef14c1a6bb402f071084c0f745" 426SRC_URI += "gomod://github.com/santhosh-tekuri/jsonschema/v6;version=v6.0.1;sha256sum=8652f1086fd29ca90f42aa367fd6020bc77a4eef14c1a6bb402f071084c0f745"
326SRC_URI += "gomod://github.com/sasha-s/go-deadlock;version=v0.3.5;sha256sum=b927f67dd9a6dc183bac7249c019775e689aee67dc52bfa53354137139d722a1" 427SRC_URI += "gomod://github.com/sasha-s/go-deadlock;version=v0.3.5;sha256sum=b927f67dd9a6dc183bac7249c019775e689aee67dc52bfa53354137139d722a1"
428SRC_URI += "gomod://github.com/sassoftware/relic;version=v7.2.1+incompatible;sha256sum=c28fccce743db96510662f1d45f8a4b2212f5f60fb4a4f31a99261118ed068f3"
327SRC_URI += "gomod://github.com/secure-systems-lab/go-securesystemslib;version=v0.9.1;sha256sum=3502bcf0e6b1640646fd801f2c1d2d4486fb6ffbe960810ebf35fe1c9b157a0b" 429SRC_URI += "gomod://github.com/secure-systems-lab/go-securesystemslib;version=v0.9.1;sha256sum=3502bcf0e6b1640646fd801f2c1d2d4486fb6ffbe960810ebf35fe1c9b157a0b"
430SRC_URI += "gomod://github.com/segmentio/asm;version=v1.2.0;sha256sum=8e2815672f1ab3049b10185b5494006320c32afb419ccf9f14385bc25ea44def"
328SRC_URI += "gomod://github.com/serialx/hashring;version=v0.0.0-20200727003509-22c0c7ab6b1b;sha256sum=23dc67499d52b7b55a5a8f9d35e976052166da0cd0d499c1cc8be041e56789a4" 431SRC_URI += "gomod://github.com/serialx/hashring;version=v0.0.0-20200727003509-22c0c7ab6b1b;sha256sum=23dc67499d52b7b55a5a8f9d35e976052166da0cd0d499c1cc8be041e56789a4"
329SRC_URI += "gomod://github.com/shibumi/go-pathspec;version=v1.3.0;sha256sum=1ac9091ebe9ff4154ddc39b2b3436c5b6b268d5cdc1e8462c9790485cd76a58f" 432SRC_URI += "gomod://github.com/shibumi/go-pathspec;version=v1.3.0;sha256sum=1ac9091ebe9ff4154ddc39b2b3436c5b6b268d5cdc1e8462c9790485cd76a58f"
330SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.4.1;sha256sum=03b84b4966e358a46156b3e826e62a2be8ad9077b169b6f396852e440095ee9a" 433SRC_URI += "gomod://github.com/sigstore/protobuf-specs;version=v0.5.0;sha256sum=0eb8b14e1e4392ee93e6ab48fabea3f59d42cdf87e62111384c5d2cc02e1639f"
434SRC_URI += "gomod://github.com/sigstore/rekor;version=v1.4.3;sha256sum=9b2b6f67515fec43cb16668de0239f5074bf0584e3f3cd0729ecf25e9a34d085"
435SRC_URI += "gomod://github.com/sigstore/rekor-tiles/v2;version=v2.0.1;sha256sum=6d66676d2b8e40b175ca15c90bd800743e470b6e2c97172a21f860a3984e4684"
436SRC_URI += "gomod://github.com/sigstore/sigstore;version=v1.10.0;sha256sum=e5b4c3e1199c0dfa3435003e33743e3bc02479dfd0cb9d92cea6c7be58f291f2"
437SRC_URI += "gomod://github.com/sigstore/sigstore-go;version=v1.1.4-0.20251124094504-b5fe07a5a7d7;sha256sum=8003d3f5e07b77e2fdc0a11446af989d512f07a05e22354e19d50208d9b35db8"
438SRC_URI += "gomod://github.com/sigstore/timestamp-authority/v2;version=v2.0.2;sha256sum=800fbd9822ac80be368380dc15c25ca017a05a7f6ba0897da86beac8fc5612f5"
331SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.0.6;sha256sum=6d869343dc5ea60f79247eeda7c5888911cad8b477b8836ee40419dfc4137d97" 439SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.0.6;sha256sum=6d869343dc5ea60f79247eeda7c5888911cad8b477b8836ee40419dfc4137d97"
440SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.4.1;sha256sum=03b84b4966e358a46156b3e826e62a2be8ad9077b169b6f396852e440095ee9a"
332SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.2.0;sha256sum=35be8800012d00fa02635817e6d9d2f3182482f05aac42ca9818680529c53b3a" 441SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.2.0;sha256sum=35be8800012d00fa02635817e6d9d2f3182482f05aac42ca9818680529c53b3a"
333SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.9.3;sha256sum=4501f4e6b858bfdd997671fcdd2f647a3178b29b6b4d1344caa7c07517121dd0" 442SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.9.3;sha256sum=4501f4e6b858bfdd997671fcdd2f647a3178b29b6b4d1344caa7c07517121dd0"
443SRC_URI += "gomod://github.com/sirupsen/logrus;version=v1.9.4;sha256sum=3847d00c5ee6948f1ff0d0120bc343c55ce852becb7720f8f08f53eecfe9e437"
334SRC_URI += "gomod://github.com/skratchdot/open-golang;version=v0.0.0-20200116055534-eef842397966;sha256sum=3ad7f856621f78b370a47bb05ce12c31bdee1014e596b7f565ee20dc8ac80c66" 444SRC_URI += "gomod://github.com/skratchdot/open-golang;version=v0.0.0-20200116055534-eef842397966;sha256sum=3ad7f856621f78b370a47bb05ce12c31bdee1014e596b7f565ee20dc8ac80c66"
335SRC_URI += "gomod://github.com/smallstep/pkcs7;version=v0.1.1;sha256sum=bc9cd16c7d8306edc4a7b0ca0d841236e6f9e7481ec6ccc5c460a86468cd7b42" 445SRC_URI += "gomod://github.com/smallstep/pkcs7;version=v0.1.1;sha256sum=bc9cd16c7d8306edc4a7b0ca0d841236e6f9e7481ec6ccc5c460a86468cd7b42"
336SRC_URI += "gomod://github.com/spdx/tools-golang;version=v0.5.5;sha256sum=7658b96ca7814e0af98362ff7e944e0e1bae7c305574c03c85a7fddda15018f3" 446SRC_URI += "gomod://github.com/spdx/tools-golang;version=v0.5.5;sha256sum=7658b96ca7814e0af98362ff7e944e0e1bae7c305574c03c85a7fddda15018f3"
447SRC_URI += "gomod://github.com/spdx/tools-golang;version=v0.5.7;sha256sum=32878e7a65f75f87dc89375504f0e5950c2a9881eeeee1ebcf4721bc5d4dc81c"
337SRC_URI += "gomod://github.com/spf13/cast;version=v0.0.0-20150508191742-4d07383ffe94;sha256sum=d4a39d9ae8302cf2b9a5f8a068bebd3026eb7a6945dfd31f7219b22102e4505b" 448SRC_URI += "gomod://github.com/spf13/cast;version=v0.0.0-20150508191742-4d07383ffe94;sha256sum=d4a39d9ae8302cf2b9a5f8a068bebd3026eb7a6945dfd31f7219b22102e4505b"
449SRC_URI += "gomod://github.com/spf13/cobra;version=v1.10.2;sha256sum=a00aae6fcd631e0fde52c98604452ff70e1b73c3b8a560d68db15aff5e26872d"
338SRC_URI += "gomod://github.com/spf13/cobra;version=v1.10.1;sha256sum=00955783267c9ced54274df456377a15bc1b658362f93f85dfda0708b54f9a28" 450SRC_URI += "gomod://github.com/spf13/cobra;version=v1.10.1;sha256sum=00955783267c9ced54274df456377a15bc1b658362f93f85dfda0708b54f9a28"
339SRC_URI += "gomod://github.com/spf13/cobra;version=v0.0.1;sha256sum=648fae0e6ed7a985bf52d51f894869429557a387f81a230a4032dcd3db3b1dd7" 451SRC_URI += "gomod://github.com/spf13/cobra;version=v0.0.1;sha256sum=648fae0e6ed7a985bf52d51f894869429557a387f81a230a4032dcd3db3b1dd7"
340SRC_URI += "gomod://github.com/spf13/jwalterweatherman;version=v0.0.0-20141219030609-3d60171a6431;sha256sum=1e3e803ab9ba1e70522621412c2b50e07255fc3552b36ab65c859b4b8c966e13" 452SRC_URI += "gomod://github.com/spf13/jwalterweatherman;version=v0.0.0-20141219030609-3d60171a6431;sha256sum=1e3e803ab9ba1e70522621412c2b50e07255fc3552b36ab65c859b4b8c966e13"
453SRC_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" 454SRC_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" 455SRC_URI += "gomod://github.com/spf13/pflag;version=v1.0.9;sha256sum=83910188d8735f84a48a80ab78351edac0b569896f2b3a244c696a07da9aa5ed"
343SRC_URI += "gomod://github.com/spf13/pflag;version=v1.0.10;sha256sum=a246b8c9d3daa87d6c634cdfee1bdf7fa53d5817eeef4fa0c6da43edd12de4ca"
344SRC_URI += "gomod://github.com/spf13/viper;version=v0.0.0-20150530192845-be5ff3e4840c;sha256sum=437908d1251b536aefc7cc1b056cf863aaf12ba0dd8df92be1bff1a37b1a05d1" 456SRC_URI += "gomod://github.com/spf13/viper;version=v0.0.0-20150530192845-be5ff3e4840c;sha256sum=437908d1251b536aefc7cc1b056cf863aaf12ba0dd8df92be1bff1a37b1a05d1"
345SRC_URI += "gomod://github.com/spiffe/go-spiffe/v2;version=v2.6.0;sha256sum=b90f378c70e2c985f61893ca20bf3e8258bb4f66920af759276d330513d0d7d6" 457SRC_URI += "gomod://github.com/spiffe/go-spiffe/v2;version=v2.6.0;sha256sum=b90f378c70e2c985f61893ca20bf3e8258bb4f66920af759276d330513d0d7d6"
346SRC_URI += "gomod://github.com/stefanberger/go-pkcs11uri;version=v0.0.0-20230803200340-78284954bff6;sha256sum=5c5bca74afcdf246740b246cdf6de4244ff25e70f3ca2f31f0c1783e94777bb1" 458SRC_URI += "gomod://github.com/stefanberger/go-pkcs11uri;version=v0.0.0-20230803200340-78284954bff6;sha256sum=5c5bca74afcdf246740b246cdf6de4244ff25e70f3ca2f31f0c1783e94777bb1"
347SRC_URI += "gomod://github.com/stretchr/objx;version=v0.5.2;sha256sum=3c22c1d1c4c4024eb16a12f0187775640bf35d51b0a06649febc7797119451c0"
348SRC_URI += "gomod://github.com/stretchr/objx;version=v0.2.0;sha256sum=5517d43cfb7e628b9c2c64010b934e346cd24726e3d6eaf02b7f86e10752e968"
349SRC_URI += "gomod://github.com/stretchr/objx;version=v0.1.0;sha256sum=1fa10dab404ed7fc8ed2a033f8784187d5df3513ced3841ce39e46d37850eb1d" 459SRC_URI += "gomod://github.com/stretchr/objx;version=v0.1.0;sha256sum=1fa10dab404ed7fc8ed2a033f8784187d5df3513ced3841ce39e46d37850eb1d"
460SRC_URI += "gomod://github.com/stretchr/objx;version=v0.2.0;sha256sum=5517d43cfb7e628b9c2c64010b934e346cd24726e3d6eaf02b7f86e10752e968"
350SRC_URI += "gomod://github.com/stretchr/objx;version=v0.1.1;sha256sum=03599ec1d6888e9bf0429346d95a6c07c64d60614b5e4af36f234cce220c7ca0" 461SRC_URI += "gomod://github.com/stretchr/objx;version=v0.1.1;sha256sum=03599ec1d6888e9bf0429346d95a6c07c64d60614b5e4af36f234cce220c7ca0"
351SRC_URI += "gomod://github.com/stretchr/testify;version=v1.3.0;sha256sum=8c935aed71cc334d5bfdf04b34909d9965cf28f80198dec13fb954dc292e6588" 462SRC_URI += "gomod://github.com/stretchr/objx;version=v0.5.2;sha256sum=3c22c1d1c4c4024eb16a12f0187775640bf35d51b0a06649febc7797119451c0"
352SRC_URI += "gomod://github.com/stretchr/testify;version=v1.2.2;sha256sum=a0d1278e9b49f73e770bdf20a2af5f232b6df6b9f0e557707db00efca6eda9ed" 463SRC_URI += "gomod://github.com/stretchr/testify;version=v1.7.0;sha256sum=5a46ccebeff510df3e2f6d3842ee79d3f68d0e7b1554cd6ee93390d68b6c6b34"
353SRC_URI += "gomod://github.com/stretchr/testify;version=v1.4.0;sha256sum=0400c42ab95389bb4f4577bc09917a040a97f0f4251db2a54a7f6f5e65065b73" 464SRC_URI += "gomod://github.com/stretchr/testify;version=v1.4.0;sha256sum=0400c42ab95389bb4f4577bc09917a040a97f0f4251db2a54a7f6f5e65065b73"
465SRC_URI += "gomod://github.com/stretchr/testify;version=v1.6.1;sha256sum=e3c77324195658ead0289c507966fec55c69a7b1b8e3aac13c587dc50932fbc3"
354SRC_URI += "gomod://github.com/stretchr/testify;version=v1.5.1;sha256sum=b0d1f439dfc42208b7c120dfdecee61c697496c1688361aeb100b01366d945f7" 466SRC_URI += "gomod://github.com/stretchr/testify;version=v1.5.1;sha256sum=b0d1f439dfc42208b7c120dfdecee61c697496c1688361aeb100b01366d945f7"
355SRC_URI += "gomod://github.com/stretchr/testify;version=v1.7.0;sha256sum=5a46ccebeff510df3e2f6d3842ee79d3f68d0e7b1554cd6ee93390d68b6c6b34" 467SRC_URI += "gomod://github.com/stretchr/testify;version=v1.2.2;sha256sum=a0d1278e9b49f73e770bdf20a2af5f232b6df6b9f0e557707db00efca6eda9ed"
356SRC_URI += "gomod://github.com/stretchr/testify;version=v1.11.1;sha256sum=b7325b561ead5304b72b9f32aebc871ff49b3823667d530a49fd6c8f3adfc96e" 468SRC_URI += "gomod://github.com/stretchr/testify;version=v1.11.1;sha256sum=b7325b561ead5304b72b9f32aebc871ff49b3823667d530a49fd6c8f3adfc96e"
357SRC_URI += "gomod://github.com/stretchr/testify;version=v1.6.1;sha256sum=e3c77324195658ead0289c507966fec55c69a7b1b8e3aac13c587dc50932fbc3" 469SRC_URI += "gomod://github.com/stretchr/testify;version=v1.3.0;sha256sum=8c935aed71cc334d5bfdf04b34909d9965cf28f80198dec13fb954dc292e6588"
358SRC_URI += "gomod://github.com/syndtr/gocapability;version=v0.0.0-20200815063812-42c35b437635;sha256sum=91ff91da1936e17aa68fc13756e40ba4db1d7c9375a4ef0969fe19c9aa281195" 470SRC_URI += "gomod://github.com/syndtr/gocapability;version=v0.0.0-20200815063812-42c35b437635;sha256sum=91ff91da1936e17aa68fc13756e40ba4db1d7c9375a4ef0969fe19c9aa281195"
471SRC_URI += "gomod://github.com/syndtr/goleveldb;version=v1.0.1-0.20220721030215-126854af5e6d;sha256sum=68a0e0b2969ac85b591fa083b202852bf0eb8a60b303581a4bd68bc0b69d77d8"
359SRC_URI += "gomod://github.com/tchap/go-patricia/v2;version=v2.3.3;sha256sum=37591393b0ea113849eacbc292886ea6978798a596164510c5834c2edc374067" 472SRC_URI += "gomod://github.com/tchap/go-patricia/v2;version=v2.3.3;sha256sum=37591393b0ea113849eacbc292886ea6978798a596164510c5834c2edc374067"
360SRC_URI += "gomod://github.com/tetratelabs/wazero;version=v1.9.0;sha256sum=caa5349be0eeac1d14b0faee72e5a9b2de198374e064fb9158e39d1d891217b7" 473SRC_URI += "gomod://github.com/tetratelabs/wazero;version=v1.9.0;sha256sum=caa5349be0eeac1d14b0faee72e5a9b2de198374e064fb9158e39d1d891217b7"
474SRC_URI += "gomod://github.com/tetratelabs/wazero;version=v1.10.1;sha256sum=b224ec775508c6d8743e3870e5f62bb4f5d9f901d47a368da0ca5a0c2bcd960b"
475SRC_URI += "gomod://github.com/theupdateframework/go-tuf;version=v0.7.0;sha256sum=5c2c631a720e3c4225cfff085bd080acabd4308d0e4e6244e4cc180e019b8eaa"
476SRC_URI += "gomod://github.com/theupdateframework/go-tuf/v2;version=v2.3.0;sha256sum=5af239beda5fe23b712e3603d2bdb7d3f1c696e0110ba221475128f953096be8"
361SRC_URI += "gomod://github.com/theupdateframework/notary;version=v0.7.0;sha256sum=777f6c85ead0970109c5ad033574bc048cc114e60173976e3c3efedddd6aae40" 477SRC_URI += "gomod://github.com/theupdateframework/notary;version=v0.7.0;sha256sum=777f6c85ead0970109c5ad033574bc048cc114e60173976e3c3efedddd6aae40"
362SRC_URI += "gomod://github.com/tilt-dev/fsnotify;version=v1.4.8-0.20220602155310-fff9c274a375;sha256sum=a8b2240a525abfefb1293c160737384529b0bd0cbeda2eb863d1224396690574" 478SRC_URI += "gomod://github.com/tilt-dev/fsnotify;version=v1.4.8-0.20220602155310-fff9c274a375;sha256sum=a8b2240a525abfefb1293c160737384529b0bd0cbeda2eb863d1224396690574"
479SRC_URI += "gomod://github.com/tink-crypto/tink-go/v2;version=v2.5.0;sha256sum=3024c05c10a93f19666d91d5f3a442d33108a7e6b80b6804df31a04b6122086d"
480SRC_URI += "gomod://github.com/titanous/rocacheck;version=v0.0.0-20171023193734-afe73141d399;sha256sum=00e4f6d7d6a6a424539afb3968c2c9cfd9b42eca089015d67e90358b91e7f8da"
363SRC_URI += "gomod://github.com/tonistiigi/dchapes-mode;version=v0.0.0-20250318174251-73d941a28323;sha256sum=251cf604bd1301b75e8dc6d3f6061fccd250f4b3648813ba57793cac799c91ed" 481SRC_URI += "gomod://github.com/tonistiigi/dchapes-mode;version=v0.0.0-20250318174251-73d941a28323;sha256sum=251cf604bd1301b75e8dc6d3f6061fccd250f4b3648813ba57793cac799c91ed"
482SRC_URI += "gomod://github.com/tonistiigi/fsutil;version=v0.0.0-20251211185533-a2aa163d723f;sha256sum=4bff4b70e4b1fa093090d7bc5917b4afa3fe709409fbe4bc8b6cd33785e6be20"
364SRC_URI += "gomod://github.com/tonistiigi/fsutil;version=v0.0.0-20250605211040-586307ad452f;sha256sum=53e807a685cbaf6d5435781a04d899e17bb3e7f57dc49d724520f84583cda0c9" 483SRC_URI += "gomod://github.com/tonistiigi/fsutil;version=v0.0.0-20250605211040-586307ad452f;sha256sum=53e807a685cbaf6d5435781a04d899e17bb3e7f57dc49d724520f84583cda0c9"
484SRC_URI += "gomod://github.com/tonistiigi/go-actions-cache;version=v0.0.0-20260120203934-54bc28c26fd2;sha256sum=786e01d45ef449b2ecea7b74ec2de6b362550c5ffa39b330861fa9d2be77297f"
365SRC_URI += "gomod://github.com/tonistiigi/go-actions-cache;version=v0.0.0-20250626083717-378c5ed1ddd9;sha256sum=cc941d28d09be2b5f64843469a10f8a7cf466699b4b4ca789e647025a02dee28" 485SRC_URI += "gomod://github.com/tonistiigi/go-actions-cache;version=v0.0.0-20250626083717-378c5ed1ddd9;sha256sum=cc941d28d09be2b5f64843469a10f8a7cf466699b4b4ca789e647025a02dee28"
366SRC_URI += "gomod://github.com/tonistiigi/go-archvariant;version=v1.0.0;sha256sum=039db13b93c017cdcdf50aa675146b470b012ec8673a9bd65ec83bb8f1f36550" 486SRC_URI += "gomod://github.com/tonistiigi/go-archvariant;version=v1.0.0;sha256sum=039db13b93c017cdcdf50aa675146b470b012ec8673a9bd65ec83bb8f1f36550"
367SRC_URI += "gomod://github.com/tonistiigi/go-csvvalue;version=v0.0.0-20240814133006-030d3b2625d0;sha256sum=51bce4d81fe31cb3edfcfaa124a74e2cff5ef08ed8d6f54afb054b39dc0ed89a" 487SRC_URI += "gomod://github.com/tonistiigi/go-csvvalue;version=v0.0.0-20240814133006-030d3b2625d0;sha256sum=51bce4d81fe31cb3edfcfaa124a74e2cff5ef08ed8d6f54afb054b39dc0ed89a"
368SRC_URI += "gomod://github.com/tonistiigi/jaeger-ui-rest;version=v0.0.0-20250408171107-3dd17559e117;sha256sum=e7597599b676a442100ccc97cd871a8f20bf24580e25b92d225063356b787207" 488SRC_URI += "gomod://github.com/tonistiigi/jaeger-ui-rest;version=v0.0.0-20250408171107-3dd17559e117;sha256sum=e7597599b676a442100ccc97cd871a8f20bf24580e25b92d225063356b787207"
369SRC_URI += "gomod://github.com/tonistiigi/units;version=v0.0.0-20180711220420-6950e57a87ea;sha256sum=79524e0da4048adabf5fd4ca21bfca226ab45a601c5ec9d299f0e0385814b0e6" 489SRC_URI += "gomod://github.com/tonistiigi/units;version=v0.0.0-20180711220420-6950e57a87ea;sha256sum=79524e0da4048adabf5fd4ca21bfca226ab45a601c5ec9d299f0e0385814b0e6"
370SRC_URI += "gomod://github.com/tonistiigi/vt100;version=v0.0.0-20240514184818-90bafcd6abab;sha256sum=de7d217ec5bf807a23eabce963d56d73f7975f754eb8bc3321b354d34f340af3" 490SRC_URI += "gomod://github.com/tonistiigi/vt100;version=v0.0.0-20240514184818-90bafcd6abab;sha256sum=de7d217ec5bf807a23eabce963d56d73f7975f754eb8bc3321b354d34f340af3"
491SRC_URI += "gomod://github.com/transparency-dev/formats;version=v0.0.0-20251017110053-404c0d5b696c;sha256sum=ff992fe96b260806864ad3557958852990d2b3d0d7e796887db7a9e596613dcc"
492SRC_URI += "gomod://github.com/transparency-dev/merkle;version=v0.0.2;sha256sum=bff8072eb052d166df4f8f3d144451ca83b98f1c0382995167008c44abc383fd"
371SRC_URI += "gomod://github.com/urfave/cli;version=v1.22.17;sha256sum=eb2629ff4d93a527036f0ebb57cf67caa10e97fdd9181740f8877936528bf6a9" 493SRC_URI += "gomod://github.com/urfave/cli;version=v1.22.17;sha256sum=eb2629ff4d93a527036f0ebb57cf67caa10e97fdd9181740f8877936528bf6a9"
372SRC_URI += "gomod://github.com/urfave/cli/v2;version=v2.27.7;sha256sum=a9a4175ab5d550f093f716e8971a5c8539aa738675a210f6321cfb5905f0488a" 494SRC_URI += "gomod://github.com/urfave/cli/v2;version=v2.27.7;sha256sum=a9a4175ab5d550f093f716e8971a5c8539aa738675a210f6321cfb5905f0488a"
495SRC_URI += "gomod://github.com/valyala/fastjson;version=v1.6.4;sha256sum=9f14e4bec8bf71983c215920be2e39817e6d0cc2854938bfcd5a1f85392cd0dd"
373SRC_URI += "gomod://github.com/vbatts/tar-split;version=v0.12.2;sha256sum=1f3bcd7cebbe3b67a4e7d5d4226f7127ea11bf652ed3b41cc1a0a24cf15e0dd7" 496SRC_URI += "gomod://github.com/vbatts/tar-split;version=v0.12.2;sha256sum=1f3bcd7cebbe3b67a4e7d5d4226f7127ea11bf652ed3b41cc1a0a24cf15e0dd7"
497SRC_URI += "gomod://github.com/vektah/gqlparser/v2;version=v2.5.30;sha256sum=01c5aa9381f802405ea04d24042d386360f74245ecffd706f239f517a2972a7b"
374SRC_URI += "gomod://github.com/vishvananda/netlink;version=v1.3.1;sha256sum=213c83dcc66cbeca2b83eca59d08649fa5ea96f463a8c014e8d6b6d5e601887e" 498SRC_URI += "gomod://github.com/vishvananda/netlink;version=v1.3.1;sha256sum=213c83dcc66cbeca2b83eca59d08649fa5ea96f463a8c014e8d6b6d5e601887e"
375SRC_URI += "gomod://github.com/vishvananda/netns;version=v0.0.5;sha256sum=07804b88c922c2a6780efe392ffef9d126eac584384eb3eb17bcadd34cfa9422" 499SRC_URI += "gomod://github.com/vishvananda/netns;version=v0.0.5;sha256sum=07804b88c922c2a6780efe392ffef9d126eac584384eb3eb17bcadd34cfa9422"
376SRC_URI += "gomod://github.com/x448/float16;version=v0.8.4;sha256sum=73b24a41037ea999ab66851e3798a0973dbb1f214925915b01f0820f7b2f1500" 500SRC_URI += "gomod://github.com/x448/float16;version=v0.8.4;sha256sum=73b24a41037ea999ab66851e3798a0973dbb1f214925915b01f0820f7b2f1500"
501SRC_URI += "gomod://github.com/xeipuuv/gojsonpointer;version=v0.0.0-20190905194746-02993c407bfb;sha256sum=11b54f0bc358b09261075c3e15cd14d57102f3ab1ba88c345c53eab6aaf228de"
502SRC_URI += "gomod://github.com/xeipuuv/gojsonreference;version=v0.0.0-20180127040603-bd5ef7bd5415;sha256sum=7ec98f4df894413f4dc58c8df330ca8b24ff425b05a8e1074c3028c99f7e45e7"
377SRC_URI += "gomod://github.com/xhit/go-str2duration/v2;version=v2.1.0;sha256sum=907db1bdf362568191e659f82339c21a4031d433bc5ac52f36de23eeceb8cb26" 503SRC_URI += "gomod://github.com/xhit/go-str2duration/v2;version=v2.1.0;sha256sum=907db1bdf362568191e659f82339c21a4031d433bc5ac52f36de23eeceb8cb26"
378SRC_URI += "gomod://github.com/xrash/smetrics;version=v0.0.0-20240521201337-686a1a2994c1;sha256sum=6061d9a61e863c9b8a4ed3e34b00d6784dae4ca7ec64a0e6f0e5c4bb8574328d" 504SRC_URI += "gomod://github.com/xrash/smetrics;version=v0.0.0-20240521201337-686a1a2994c1;sha256sum=6061d9a61e863c9b8a4ed3e34b00d6784dae4ca7ec64a0e6f0e5c4bb8574328d"
379SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.1.27;sha256sum=ed37f29dd392d8b532daf4e3391a917a2cc21c5a281756f7fcd00c17976c38a7" 505SRC_URI += "gomod://github.com/yashtewari/glob-intersection;version=v0.2.0;sha256sum=bc999bc9a3bcce0ed7c06180320d2236a5c32aa61def5a7c79963faa6bcf2fd0"
380SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.4.13;sha256sum=bb41a602b174345fda392c8ad83fcc93217c285c763699677630be90feb7a5e3" 506SRC_URI += "gomod://github.com/ysmood/fetchup;version=v0.2.3;sha256sum=8341396e72550608e385fb9ca6dd8ae4c8bdbf3f667cec11d15163f7fa61b62c"
507SRC_URI += "gomod://github.com/ysmood/goob;version=v0.4.0;sha256sum=451f378a78f5b4b7bc2f5684bbb74a3d25483d38b4a4370cd1da8f9d35213d8d"
508SRC_URI += "gomod://github.com/ysmood/got;version=v0.40.0;sha256sum=cc92702b45bfd26fd44adf1dea99ad2bb744b07a3e3f1021cb8f18c13580f29b"
509SRC_URI += "gomod://github.com/ysmood/gson;version=v0.7.3;sha256sum=5d7373d14cc7df141722b031a16983e78964995462120c05a83d811fcd3b1b0a"
510SRC_URI += "gomod://github.com/ysmood/leakless;version=v0.9.0;sha256sum=2c1d73d95434697af7c7997a89cb23d1b5161db401b88b006c3f843d0cabcf42"
381SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.2.1;sha256sum=e07c8cb16aa0b42dc9eaf0f922e25e330af3a39d8e8404c8c6e04bba406aa7b2" 511SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.2.1;sha256sum=e07c8cb16aa0b42dc9eaf0f922e25e330af3a39d8e8404c8c6e04bba406aa7b2"
512SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.4.13;sha256sum=bb41a602b174345fda392c8ad83fcc93217c285c763699677630be90feb7a5e3"
513SRC_URI += "gomod://github.com/yuin/goldmark;version=v1.1.27;sha256sum=ed37f29dd392d8b532daf4e3391a917a2cc21c5a281756f7fcd00c17976c38a7"
382SRC_URI += "gomod://github.com/zclconf/go-cty;version=v1.17.0;sha256sum=04999081dd92af910fd343acc2b500e60b338c935c9fb1df9956afe2281acfaf" 514SRC_URI += "gomod://github.com/zclconf/go-cty;version=v1.17.0;sha256sum=04999081dd92af910fd343acc2b500e60b338c935c9fb1df9956afe2281acfaf"
383SRC_URI += "gomod://github.com/zeebo/errs;version=v1.3.0;sha256sum=eb442a20007e679a7602ca4316083aad883374bdd49be304f25b76b5136c2cd7" 515SRC_URI += "gomod://github.com/zeebo/errs;version=v1.3.0;sha256sum=eb442a20007e679a7602ca4316083aad883374bdd49be304f25b76b5136c2cd7"
384SRC_URI += "gomod://go.etcd.io/bbolt;version=v1.4.3;sha256sum=3110374ed5e6984200e6360b6488312803fb41516fff556b350d2a1abaa5ecb5" 516SRC_URI += "gomod://go.etcd.io/bbolt;version=v1.4.3;sha256sum=3110374ed5e6984200e6360b6488312803fb41516fff556b350d2a1abaa5ecb5"
517SRC_URI += "gomod://go.mongodb.org/mongo-driver;version=v1.17.6;sha256sum=639eeca6ee37eb5037ba4ce661c1975251359a521029bd338dba8d493e2869bb"
385SRC_URI += "gomod://go.opencensus.io;version=v0.24.0;sha256sum=203a767d7f8e7c1ebe5588220ad168d1e15b14ae70a636de7ca9a4a88a7e0d0c" 518SRC_URI += "gomod://go.opencensus.io;version=v0.24.0;sha256sum=203a767d7f8e7c1ebe5588220ad168d1e15b14ae70a636de7ca9a4a88a7e0d0c"
386SRC_URI += "gomod://go.opentelemetry.io/auto/sdk;version=v1.2.1;sha256sum=a08a16fc0a7041cdb875f47a260a56000632212c85f65a302a043c76380c8335" 519SRC_URI += "gomod://go.opentelemetry.io/auto/sdk;version=v1.2.1;sha256sum=a08a16fc0a7041cdb875f47a260a56000632212c85f65a302a043c76380c8335"
387SRC_URI += "gomod://go.opentelemetry.io/contrib/detectors/gcp;version=v1.38.0;sha256sum=3bc606bb6ce32b4b349ae0259da212552a087b81f6f96847448181764d82eb69" 520SRC_URI += "gomod://go.opentelemetry.io/contrib/detectors/gcp;version=v1.38.0;sha256sum=3bc606bb6ce32b4b349ae0259da212552a087b81f6f96847448181764d82eb69"
@@ -395,7 +528,9 @@ SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetri
395SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace;version=v1.38.0;sha256sum=83b5d32615fe56dac7aac330e90127f1bb3516948ddd71f386c4698e80802e82" 528SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace;version=v1.38.0;sha256sum=83b5d32615fe56dac7aac330e90127f1bb3516948ddd71f386c4698e80802e82"
396SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc;version=v1.38.0;sha256sum=87881b6e9bef4146abbbafd328bded951d44654961152fb8455621398726140a" 529SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc;version=v1.38.0;sha256sum=87881b6e9bef4146abbbafd328bded951d44654961152fb8455621398726140a"
397SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp;version=v1.38.0;sha256sum=5175fcf722b9cabc90d6edb106b28bb5ed785d159325ba2c3636f136a8b9a8d3" 530SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp;version=v1.38.0;sha256sum=5175fcf722b9cabc90d6edb106b28bb5ed785d159325ba2c3636f136a8b9a8d3"
531SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/prometheus;version=v0.60.0;sha256sum=6dbe0a257a8655bf291736cf6f0bd889af4b7e73194dc444eae09ea00dfd31b9"
398SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/prometheus;version=v0.42.0;sha256sum=a7a3f332f7902d7cf54607ebedc3ea1591aa4f6793d772e90e794d2e90fb52df" 532SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/prometheus;version=v0.42.0;sha256sum=a7a3f332f7902d7cf54607ebedc3ea1591aa4f6793d772e90e794d2e90fb52df"
533SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/stdout/stdouttrace;version=v1.38.0;sha256sum=3ed4da91dbe33e8a882960ffc24dfc8a7feeab0610ca96d2011dc5736650b7d6"
399SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/stdout/stdouttrace;version=v1.31.0;sha256sum=184b2057b6e8f2449bc725a257cc2c851fe88bbe282b38d07612dd23daf97fd8" 534SRC_URI += "gomod://go.opentelemetry.io/otel/exporters/stdout/stdouttrace;version=v1.31.0;sha256sum=184b2057b6e8f2449bc725a257cc2c851fe88bbe282b38d07612dd23daf97fd8"
400SRC_URI += "gomod://go.opentelemetry.io/otel/metric;version=v1.38.0;sha256sum=39dc88030971236b0cbba0d94a834c448d9301ceec749f717994a2a7f9ab838d" 535SRC_URI += "gomod://go.opentelemetry.io/otel/metric;version=v1.38.0;sha256sum=39dc88030971236b0cbba0d94a834c448d9301ceec749f717994a2a7f9ab838d"
401SRC_URI += "gomod://go.opentelemetry.io/otel/sdk;version=v1.38.0;sha256sum=a3e822297026d4171ed2260a6f4ed9e125f1ea59396162b1f80620a058b02b26" 536SRC_URI += "gomod://go.opentelemetry.io/otel/sdk;version=v1.38.0;sha256sum=a3e822297026d4171ed2260a6f4ed9e125f1ea59396162b1f80620a058b02b26"
@@ -405,45 +540,41 @@ SRC_URI += "gomod://go.opentelemetry.io/proto/otlp;version=v1.7.1;sha256sum=1569
405SRC_URI += "gomod://go.uber.org/goleak;version=v1.3.0;sha256sum=70edef0ce7d830d992f024e527fd3452069b884f94a27787a718bd68dd620702" 540SRC_URI += "gomod://go.uber.org/goleak;version=v1.3.0;sha256sum=70edef0ce7d830d992f024e527fd3452069b884f94a27787a718bd68dd620702"
406SRC_URI += "gomod://go.uber.org/mock;version=v0.6.0;sha256sum=64e9c159c974cd05c09eae2e0fa1558e7f5eef0c85434208526b052785e1b90f" 541SRC_URI += "gomod://go.uber.org/mock;version=v0.6.0;sha256sum=64e9c159c974cd05c09eae2e0fa1558e7f5eef0c85434208526b052785e1b90f"
407SRC_URI += "gomod://go.yaml.in/yaml/v2;version=v2.4.2;sha256sum=ed63e181cbb5a991c104639b0e6d48d45fd951f22b47d4c5d1a36156d8ed06ee" 542SRC_URI += "gomod://go.yaml.in/yaml/v2;version=v2.4.2;sha256sum=ed63e181cbb5a991c104639b0e6d48d45fd951f22b47d4c5d1a36156d8ed06ee"
543SRC_URI += "gomod://go.yaml.in/yaml/v2;version=v2.4.3;sha256sum=bacc1ac9ed600be2df58f88b88d5c1b6f6473526fa4069f61549f64b81b09f41"
408SRC_URI += "gomod://go.yaml.in/yaml/v3;version=v3.0.4;sha256sum=0317dae56eaa9e9954467c8768fd6a89ba2005f1534e2c26fce5163ad8d2ef31" 544SRC_URI += "gomod://go.yaml.in/yaml/v3;version=v3.0.4;sha256sum=0317dae56eaa9e9954467c8768fd6a89ba2005f1534e2c26fce5163ad8d2ef31"
409SRC_URI += "gomod://go.yaml.in/yaml/v4;version=v4.0.0-rc.3;sha256sum=d5ca6a029979bc52760f17ed1a9393637a46095b9e0e8f504f1dc5d70ece46ac" 545SRC_URI += "gomod://go.yaml.in/yaml/v4;version=v4.0.0-rc.3;sha256sum=d5ca6a029979bc52760f17ed1a9393637a46095b9e0e8f504f1dc5d70ece46ac"
546SRC_URI += "gomod://go.yaml.in/yaml/v4;version=v4.0.0-rc.4;sha256sum=9398112d7e82e7d19d01f0d5907ed232d8b1f44b0d487c9d5d0905a4d732996b"
547SRC_URI += "gomod://golang.org/x/crypto;version=v0.46.0;sha256sum=5f2921ccdf7252ffbe26046948c6044ab0917e500a34710e0ba6664260d6a460"
410SRC_URI += "gomod://golang.org/x/crypto;version=v0.45.0;sha256sum=416335b9102df16747b29fe58d034d6d9fb70af314740136fb0a37ae8c568705" 548SRC_URI += "gomod://golang.org/x/crypto;version=v0.45.0;sha256sum=416335b9102df16747b29fe58d034d6d9fb70af314740136fb0a37ae8c568705"
411SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20250911091902-df9299821621;sha256sum=b1fc4c9639d9da1d1797342ee6c5beb564aa874fc523eebc9ec93cca333c3548" 549SRC_URI += "gomod://golang.org/x/exp;version=v0.0.0-20250911091902-df9299821621;sha256sum=b1fc4c9639d9da1d1797342ee6c5beb564aa874fc523eebc9ec93cca333c3548"
550SRC_URI += "gomod://golang.org/x/mod;version=v0.31.0;sha256sum=9b43daca51525bd50289c742999fe66336a653c90a23d2c55561b6fffd656e46"
412SRC_URI += "gomod://golang.org/x/mod;version=v0.29.0;sha256sum=7c736672c72aa571b65c1106bbb2a64e587dd4265a18f0059c990f95c5117962" 551SRC_URI += "gomod://golang.org/x/mod;version=v0.29.0;sha256sum=7c736672c72aa571b65c1106bbb2a64e587dd4265a18f0059c990f95c5117962"
413SRC_URI += "gomod://golang.org/x/mod;version=v0.2.0;sha256sum=0903f5c7fceebffde791f39210a210fab59d8d0b8c7f4c492793549a846552f5" 552SRC_URI += "gomod://golang.org/x/mod;version=v0.2.0;sha256sum=0903f5c7fceebffde791f39210a210fab59d8d0b8c7f4c492793549a846552f5"
414SRC_URI += "gomod://golang.org/x/mod;version=v0.3.0;sha256sum=0b125ae21eba0eec0d857cd0641d9fc7f07168575f062c0e1df1bac02bec044f" 553SRC_URI += "gomod://golang.org/x/mod;version=v0.3.0;sha256sum=0b125ae21eba0eec0d857cd0641d9fc7f07168575f062c0e1df1bac02bec044f"
415SRC_URI += "gomod://golang.org/x/mod;version=v0.6.0-dev.0.20220419223038-86c51ed26bb4;sha256sum=2b7471ed34a349f91055527c5328acd40e9aba006b644e51d40a8627efa76a92" 554SRC_URI += "gomod://golang.org/x/mod;version=v0.6.0-dev.0.20220419223038-86c51ed26bb4;sha256sum=2b7471ed34a349f91055527c5328acd40e9aba006b644e51d40a8627efa76a92"
416SRC_URI += "gomod://golang.org/x/net;version=v0.47.0;sha256sum=3444c04eff1dc7a41a6386cb6a0b0b1facebfc7e222bae523043ed4b14039f76" 555SRC_URI += "gomod://golang.org/x/net;version=v0.47.0;sha256sum=3444c04eff1dc7a41a6386cb6a0b0b1facebfc7e222bae523043ed4b14039f76"
417SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20180906233101-161cd47e91fd;sha256sum=2f0db1734f80677059b44bf3337f3b957b01b7acc97b274b3510f804204ba1a2" 556SRC_URI += "gomod://golang.org/x/net;version=v0.48.0;sha256sum=cf5206797e66bbe72fc13542d53a57d069a563cebb6d045c07a870eb4fd888c9"
418SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20181114220301-adae6a3d119a;sha256sum=32c3d82168e804ca5e150acbd8b274e46c3687c3e86a126be192c1b6195b4ed0"
419SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190404232315-eb5bcb51f2a3;sha256sum=3be13704bcdb3eb79a25459f6116bd627bc90589176a9c8495b58a38c320ec0f" 557SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190404232315-eb5bcb51f2a3;sha256sum=3be13704bcdb3eb79a25459f6116bd627bc90589176a9c8495b58a38c320ec0f"
420SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190613194153-d28f0bde5980;sha256sum=d8a3dd4cb78d8e81f30d48c3ff4290b39a613a538f5efa386425b94172c93439"
421SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190620200207-3b0461eec859;sha256sum=8b437b88ece68e61336150fbdd2a4c0e8d80f143bcdc86ce4ef047c4c93f3caa" 558SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20190620200207-3b0461eec859;sha256sum=8b437b88ece68e61336150fbdd2a4c0e8d80f143bcdc86ce4ef047c4c93f3caa"
422SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200226121028-0de0cce0169b;sha256sum=cf00229a0ab910e519d829fd9192aa77e7e7a486d06ba2311f681965001589dd" 559SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20200226121028-0de0cce0169b;sha256sum=cf00229a0ab910e519d829fd9192aa77e7e7a486d06ba2311f681965001589dd"
423SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20201021035429-f5854403a974;sha256sum=079b484fd6bef7305d6ca5a2e0b86869042459c6b18535873015f193380a4b18" 560SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20201021035429-f5854403a974;sha256sum=079b484fd6bef7305d6ca5a2e0b86869042459c6b18535873015f193380a4b18"
424SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20210226172049-e18ecbb05110;sha256sum=17ae555c0bec70b583d84ec7a099db3fdc5b3b688cb2814f8c388d174e7ada15" 561SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20210226172049-e18ecbb05110;sha256sum=17ae555c0bec70b583d84ec7a099db3fdc5b3b688cb2814f8c388d174e7ada15"
425SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20220722155237-a158d28d115b;sha256sum=1decf7a324a0916bc66304da1b68a834ce679379422de3a2855f3031f6dc39bd" 562SRC_URI += "gomod://golang.org/x/net;version=v0.0.0-20220722155237-a158d28d115b;sha256sum=1decf7a324a0916bc66304da1b68a834ce679379422de3a2855f3031f6dc39bd"
563SRC_URI += "gomod://golang.org/x/oauth2;version=v0.33.0;sha256sum=8e7f40820982ac95900c4d44888f68d97c979d162219f6f8713c3516fabcca31"
426SRC_URI += "gomod://golang.org/x/oauth2;version=v0.32.0;sha256sum=64c855b335cc2e90b2d88c1fe6c3a31de53c3ca76fc9c89e6ce266c7334b768b" 564SRC_URI += "gomod://golang.org/x/oauth2;version=v0.32.0;sha256sum=64c855b335cc2e90b2d88c1fe6c3a31de53c3ca76fc9c89e6ce266c7334b768b"
565SRC_URI += "gomod://golang.org/x/sync;version=v0.20.0;sha256sum=7179d4d68800f6fdcadb9d4bbf11cbb5df9b40360c89305c203fe20723cbd375"
427SRC_URI += "gomod://golang.org/x/sync;version=v0.18.0;sha256sum=939a1a573cd83df56836b637052a45f6a60f78b86a5a375fc0c6c298a868a14d" 566SRC_URI += "gomod://golang.org/x/sync;version=v0.18.0;sha256sum=939a1a573cd83df56836b637052a45f6a60f78b86a5a375fc0c6c298a868a14d"
428SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20180314180146-1d60e4601c6f;sha256sum=7aa0e816b3ecae3535411b3ca9ea6a46530a9da2e6d160a420da331e55e159ba"
429SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20181108010431-42b317875d0f;sha256sum=d5076321ff392792568bb8ec9e582778a602aeebf3d27c6ab99f148ead0bf1b3"
430SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20181221193216-37e7f081c4d4;sha256sum=229561e23557d40cad949c6e09ddf994e73f5fb64605b5d96ce2c154664dd360"
431SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20190423024810-112230192c58;sha256sum=dc105c2b4d6c7ab48e54946ce2f624e8d1f5d47270eff1e88fed06cc65f91fb4" 567SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20190423024810-112230192c58;sha256sum=dc105c2b4d6c7ab48e54946ce2f624e8d1f5d47270eff1e88fed06cc65f91fb4"
432SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20190911185100-cd5d95a43a6e;sha256sum=9c63fe51b0c533b258d3acc30d9319fe78679ce1a051109c9dea3105b93e2eef" 568SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20190911185100-cd5d95a43a6e;sha256sum=9c63fe51b0c533b258d3acc30d9319fe78679ce1a051109c9dea3105b93e2eef"
433SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20201020160332-67f06af15bc9;sha256sum=a62c30f9e46c28636239041d7bfa1583a24378bc408554ec0670196cbac9858e" 569SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20201020160332-67f06af15bc9;sha256sum=a62c30f9e46c28636239041d7bfa1583a24378bc408554ec0670196cbac9858e"
434SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20220722155255-886fb9371eb4;sha256sum=39d2431ae1db11be34b4012b719e7bcec1572006a122d44509da038a5b498ff1" 570SRC_URI += "gomod://golang.org/x/sync;version=v0.0.0-20220722155255-886fb9371eb4;sha256sum=39d2431ae1db11be34b4012b719e7bcec1572006a122d44509da038a5b498ff1"
571SRC_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" 572SRC_URI += "gomod://golang.org/x/sys;version=v0.6.0;sha256sum=8c15860e3850e3cea5a7186bb79b8cf98f513d9ac5498099d3bddfd49c6dfc3f"
573SRC_URI += "gomod://golang.org/x/sys;version=v0.42.0;sha256sum=99df0ad90183debc80aee0b7489648574c6baa0c1cf5da37aaf591cf2e2d426a"
436SRC_URI += "gomod://golang.org/x/sys;version=v0.38.0;sha256sum=dacd7c9aa2b298f966822da214c6d601da08f14d41b29032bcac4bc503887a49" 574SRC_URI += "gomod://golang.org/x/sys;version=v0.38.0;sha256sum=dacd7c9aa2b298f966822da214c6d601da08f14d41b29032bcac4bc503887a49"
437SRC_URI += "gomod://golang.org/x/sys;version=v0.1.0;sha256sum=e7cbe58ed3745ba63d482fe82603119bd635f9a5dd914ed95a4c1826fdcf54a7"
438SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20180905080454-ebe1bf3edb33;sha256sum=c7fe0999b203656c51d186d020cdbbc57325867d3fab576e61821a1e2d02ad09"
439SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20180909124046-d0be0721c37e;sha256sum=8559dba9822345355af253f83f61a9c02e1e19f3b420d49153d81bcdd472f1bf"
440SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20181116152217-5ac8a444bdc5;sha256sum=fe2230d5098e8bbdb2f82a7370a4941e59746bdea9fd661bb476e5b5c0d08348"
441SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190215142949-d0b11bdaac8a;sha256sum=d6bf74e7bc64e245a75dd666e62160a8446242b1cde4e66b2e5f93399950a97f" 575SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190215142949-d0b11bdaac8a;sha256sum=d6bf74e7bc64e245a75dd666e62160a8446242b1cde4e66b2e5f93399950a97f"
442SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190222072716-a9d3bda3a223;sha256sum=aa2f05e0db018e860d80e30e9381e9bcbe86b6d01b4006e8b6cfd64a0f873251" 576SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190222072716-a9d3bda3a223;sha256sum=aa2f05e0db018e860d80e30e9381e9bcbe86b6d01b4006e8b6cfd64a0f873251"
443SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190412213103-97732733099d;sha256sum=4c8da803e35ab98f8621b26998717976415c9ccd17ada7183933974be40c7edb" 577SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190412213103-97732733099d;sha256sum=4c8da803e35ab98f8621b26998717976415c9ccd17ada7183933974be40c7edb"
444SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20190801041406-cbf593c0f2f3;sha256sum=a0314cae7bd991b39528e740a930deb3859ad7b6a7afa4a755cc4893e324020e"
445SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20191026070338-33540a1f6037;sha256sum=cd0ef9c0a4e8a9ee9269c4787eeefa4e1225ac4367bb444ffa8d53a3ae98879e"
446SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20191120155948-bd437916bb0e;sha256sum=daccb9e6eae0a17d26d2edb6152e8ee24350b5bca51bde63f065f0d89e204734"
447SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200930185726-fdedc70b468f;sha256sum=8f2ee97b1515c27788a17a8e9f88c9d1a4aa62380a1d9a210a53460a8503c00d" 578SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20200930185726-fdedc70b468f;sha256sum=8f2ee97b1515c27788a17a8e9f88c9d1a4aa62380a1d9a210a53460a8503c00d"
448SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20201119102817-f84b799fce68;sha256sum=2681eb52677683be3760258aafe13c91c1c83888442e9c6545334ae97a02b386" 579SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20201119102817-f84b799fce68;sha256sum=2681eb52677683be3760258aafe13c91c1c83888442e9c6545334ae97a02b386"
449SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210331175145-43e1dd70ce54;sha256sum=08f1929456fc6463ad8585f2974fab7437c354b9f47bff54d06d359d20cf6b10" 580SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210331175145-43e1dd70ce54;sha256sum=08f1929456fc6463ad8585f2974fab7437c354b9f47bff54d06d359d20cf6b10"
@@ -451,18 +582,19 @@ SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210615035016-665e8c7367d1;
451SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210616094352-59db8d763f22;sha256sum=c4f9c81ce8f1b8ccfd9ce34305d8c7eb7d94c87c7e0d88394ebd6298730ebe38" 582SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20210616094352-59db8d763f22;sha256sum=c4f9c81ce8f1b8ccfd9ce34305d8c7eb7d94c87c7e0d88394ebd6298730ebe38"
452SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220412211240-33da011f77ad;sha256sum=ffb4b3488ab203e6a883355e57fd1c4a84983c41fb0880ef520587863d47219c" 583SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220412211240-33da011f77ad;sha256sum=ffb4b3488ab203e6a883355e57fd1c4a84983c41fb0880ef520587863d47219c"
453SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220520151302-bc2c85ada10a;sha256sum=734caf189549ea9b85dd93f58e87e3f3bceaec72229449f5879c3c067a2ad60e" 584SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220520151302-bc2c85ada10a;sha256sum=734caf189549ea9b85dd93f58e87e3f3bceaec72229449f5879c3c067a2ad60e"
454SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220715151400-c0bba94af5f8;sha256sum=3b180937216e93559f16b6076d09baf54a5707378f11b867b6eb914c56b09b91"
455SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220722155257-8c9f86f7a55f;sha256sum=f4480597a942160a2aaeb761d41ee67f610287785c263f1df253a3e157c98594" 585SRC_URI += "gomod://golang.org/x/sys;version=v0.0.0-20220722155257-8c9f86f7a55f;sha256sum=f4480597a942160a2aaeb761d41ee67f610287785c263f1df253a3e157c98594"
456SRC_URI += "gomod://golang.org/x/term;version=v0.37.0;sha256sum=ffd8a74e9a9fd13e1080fa4e8f807693e438fda98f336992cb2a2420d2e95e61" 586SRC_URI += "gomod://golang.org/x/term;version=v0.37.0;sha256sum=ffd8a74e9a9fd13e1080fa4e8f807693e438fda98f336992cb2a2420d2e95e61"
457SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20201117132131-f5c789dd3221;sha256sum=a2924e91808629fbbbc12aeb91278a90ed57c21fda56f8ddea83e99d9ab4eb67" 587SRC_URI += "gomod://golang.org/x/term;version=v0.38.0;sha256sum=00cec8beae98bb5a15c9ee9e8e705b7cab9c50269e7858bff98df0533b317363"
458SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20201126162022-7de9c90e9dd1;sha256sum=475a86f11dd148b474ce405c5dbdd5f6bcae056c3e44e52445a45926dd69a552" 588SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20201126162022-7de9c90e9dd1;sha256sum=475a86f11dd148b474ce405c5dbdd5f6bcae056c3e44e52445a45926dd69a552"
459SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20210927222741-03fcf44c2211;sha256sum=3adf713afa49fe26580ffe4adb1f4fb2f4921c945301aa5a9fb6d34031fa30cd" 589SRC_URI += "gomod://golang.org/x/term;version=v0.0.0-20210927222741-03fcf44c2211;sha256sum=3adf713afa49fe26580ffe4adb1f4fb2f4921c945301aa5a9fb6d34031fa30cd"
460SRC_URI += "gomod://golang.org/x/text;version=v0.4.0;sha256sum=16af01ae1aacbb027662d39662bd52e92e288ba4ce104ea0116534a81dfd3c30" 590SRC_URI += "gomod://golang.org/x/text;version=v0.4.0;sha256sum=16af01ae1aacbb027662d39662bd52e92e288ba4ce104ea0116534a81dfd3c30"
461SRC_URI += "gomod://golang.org/x/text;version=v0.31.0;sha256sum=10d76a358ae35fae9523ffef7b378ec30f2e73bc3f99ba40e46a6cb722ad888a" 591SRC_URI += "gomod://golang.org/x/text;version=v0.31.0;sha256sum=10d76a358ae35fae9523ffef7b378ec30f2e73bc3f99ba40e46a6cb722ad888a"
592SRC_URI += "gomod://golang.org/x/text;version=v0.32.0;sha256sum=bc6c70d37c37bc625a83abd48ee32372b459a8c559a1cf5f25dfbf7c7941f81b"
462SRC_URI += "gomod://golang.org/x/text;version=v0.3.0;sha256sum=ea3068395503d3c7ef8ce16a286f75c8c93882c25a66c2aa6c8e2ad4da7a9ae0" 593SRC_URI += "gomod://golang.org/x/text;version=v0.3.0;sha256sum=ea3068395503d3c7ef8ce16a286f75c8c93882c25a66c2aa6c8e2ad4da7a9ae0"
463SRC_URI += "gomod://golang.org/x/text;version=v0.3.3;sha256sum=8a896da346baf94ab4f24b0e396df0b79393c93aa05c50ef07cddd561a1ff8d7" 594SRC_URI += "gomod://golang.org/x/text;version=v0.3.3;sha256sum=8a896da346baf94ab4f24b0e396df0b79393c93aa05c50ef07cddd561a1ff8d7"
464SRC_URI += "gomod://golang.org/x/text;version=v0.3.7;sha256sum=e1a9115e61a38da8bdc893d0ba83b65f89cc1114f152a98eb572c5ea6551e8d4" 595SRC_URI += "gomod://golang.org/x/text;version=v0.3.7;sha256sum=e1a9115e61a38da8bdc893d0ba83b65f89cc1114f152a98eb572c5ea6551e8d4"
465SRC_URI += "gomod://golang.org/x/time;version=v0.14.0;sha256sum=0e2d2e47d107859130c7088346966d99a14ec0f7a42290c4acc0e2cc568e7a81" 596SRC_URI += "gomod://golang.org/x/time;version=v0.14.0;sha256sum=0e2d2e47d107859130c7088346966d99a14ec0f7a42290c4acc0e2cc568e7a81"
597SRC_URI += "gomod://golang.org/x/tools;version=v0.39.0;sha256sum=498ead1f3de646754a152c14fcaade9b03f86114b2746b65367e3540c1acbcde"
466SRC_URI += "gomod://golang.org/x/tools;version=v0.38.0;sha256sum=7f58700da5c39d8d19587227d2421011d4cca04076c1c13ebbbe148b851677c6" 598SRC_URI += "gomod://golang.org/x/tools;version=v0.38.0;sha256sum=7f58700da5c39d8d19587227d2421011d4cca04076c1c13ebbbe148b851677c6"
467SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20180917221912-90fa682c2a6e;sha256sum=6673fe06662fcbee5f246f12af8ed860328bf08fd016fd490987cd76acb1b4fe" 599SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20180917221912-90fa682c2a6e;sha256sum=6673fe06662fcbee5f246f12af8ed860328bf08fd016fd490987cd76acb1b4fe"
468SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191119224855-298f0cb1881e;sha256sum=092e06323d7a55880ee4387905ebf35a021fffdf2b7f72d80fb3c36e48668651" 600SRC_URI += "gomod://golang.org/x/tools;version=v0.0.0-20191119224855-298f0cb1881e;sha256sum=092e06323d7a55880ee4387905ebf35a021fffdf2b7f72d80fb3c36e48668651"
@@ -475,44 +607,45 @@ SRC_URI += "gomod://golang.org/x/xerrors;version=v0.0.0-20191011141410-1b5146add
475SRC_URI += "gomod://golang.org/x/xerrors;version=v0.0.0-20191204190536-9bdfabe68543;sha256sum=a93010abd3c4f483710c37fb87511a776942f709b4c1820a28d099d448680390" 607SRC_URI += "gomod://golang.org/x/xerrors;version=v0.0.0-20191204190536-9bdfabe68543;sha256sum=a93010abd3c4f483710c37fb87511a776942f709b4c1820a28d099d448680390"
476SRC_URI += "gomod://gonum.org/v1/gonum;version=v0.16.0;sha256sum=ee1800f8323d1edd76d6864d67a5d00c79f9a3d56afea46f6a3e7f1328e5d790" 608SRC_URI += "gomod://gonum.org/v1/gonum;version=v0.16.0;sha256sum=ee1800f8323d1edd76d6864d67a5d00c79f9a3d56afea46f6a3e7f1328e5d790"
477SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20230223222841-637eb2293923;sha256sum=7d5a5483afb003ad17881d7c797973f63b4876dd50cb20b1aba0adac20f00c7a" 609SRC_URI += "gomod://google.golang.org/genproto;version=v0.0.0-20230223222841-637eb2293923;sha256sum=7d5a5483afb003ad17881d7c797973f63b4876dd50cb20b1aba0adac20f00c7a"
610SRC_URI += "gomod://google.golang.org/genproto/googleapis/api;version=v0.0.0-20251103181224-f26f9409b101;sha256sum=5f92b75c48bca55843a9a713dc1f1318c69aec2c58c95d70a8f140dc933882b3"
478SRC_URI += "gomod://google.golang.org/genproto/googleapis/api;version=v0.0.0-20251022142026-3a174f9686a8;sha256sum=4c844565199076b7315ed7a507caf1bce1187b1319eb257eb5daf7dca1b5aa73" 611SRC_URI += "gomod://google.golang.org/genproto/googleapis/api;version=v0.0.0-20251022142026-3a174f9686a8;sha256sum=4c844565199076b7315ed7a507caf1bce1187b1319eb257eb5daf7dca1b5aa73"
612SRC_URI += "gomod://google.golang.org/genproto/googleapis/rpc;version=v0.0.0-20251103181224-f26f9409b101;sha256sum=044118caa25649de11cc78f812d521be123be922ac1f90c7aadeecd379cb6433"
479SRC_URI += "gomod://google.golang.org/genproto/googleapis/rpc;version=v0.0.0-20251022142026-3a174f9686a8;sha256sum=31e3f6f4389617db20b509ae1394fe08a01585659dac99728ea93428580cdd1c" 613SRC_URI += "gomod://google.golang.org/genproto/googleapis/rpc;version=v0.0.0-20251022142026-3a174f9686a8;sha256sum=31e3f6f4389617db20b509ae1394fe08a01585659dac99728ea93428580cdd1c"
480SRC_URI += "gomod://google.golang.org/grpc;version=v1.77.0;sha256sum=2c92a3b507d34c72c6314f0b8c79c096b2468ce183f7fa63dba7e450c214fea5"
481SRC_URI += "gomod://google.golang.org/grpc;version=v1.0.5;sha256sum=4764088ccec922d322a50719232261d8499e3481f26ae0468fccc5727bf57280" 614SRC_URI += "gomod://google.golang.org/grpc;version=v1.0.5;sha256sum=4764088ccec922d322a50719232261d8499e3481f26ae0468fccc5727bf57280"
615SRC_URI += "gomod://google.golang.org/grpc;version=v1.77.0;sha256sum=2c92a3b507d34c72c6314f0b8c79c096b2468ce183f7fa63dba7e450c214fea5"
616SRC_URI += "gomod://google.golang.org/grpc;version=v1.78.0;sha256sum=2aea1bc859f3b80c1f07454a6b59b34974b8bcc9f26ab0cbbea91f527e28dbc5"
482SRC_URI += "gomod://google.golang.org/grpc/cmd/protoc-gen-go-grpc;version=v1.5.1;sha256sum=997320e3e21562ef67d72888c0b1506d1c2a0255baac7227a9b191a15627a8b2" 617SRC_URI += "gomod://google.golang.org/grpc/cmd/protoc-gen-go-grpc;version=v1.5.1;sha256sum=997320e3e21562ef67d72888c0b1506d1c2a0255baac7227a9b191a15627a8b2"
483SRC_URI += "gomod://google.golang.org/protobuf;version=v1.36.10;sha256sum=9265fbe7d073ca8571f1a9c4b8e8f20b244c35ad913346892d688e58fe4b1f22" 618SRC_URI += "gomod://google.golang.org/protobuf;version=v1.36.10;sha256sum=9265fbe7d073ca8571f1a9c4b8e8f20b244c35ad913346892d688e58fe4b1f22"
484SRC_URI += "gomod://gopkg.in/airbrake/gobrake.v2;version=v2.0.9;sha256sum=2db903664908e5a9afafefba94821b9579bbf271e2929c1f0b7b1fdd23f7bbcf" 619SRC_URI += "gomod://google.golang.org/protobuf;version=v1.36.11;sha256sum=14983d36c56a814ed91b6d652f2b8f895baba1b84eb43b28a0b132c8637cd274"
485SRC_URI += "gomod://gopkg.in/alecthomas/kingpin.v2;version=v2.2.6;sha256sum=638080591aefe7d2642f2575b627d534c692606f02ea54ba89f42db112ba8839"
486SRC_URI += "gomod://gopkg.in/cenkalti/backoff.v2;version=v2.2.1;sha256sum=9617138c353a516cb2f8fa08b6952a8fbe7f9d855ef8dd9b1b42573520bb3c10"
487SRC_URI += "gomod://gopkg.in/check.v1;version=v1.0.0-20200227125254-8fa46927fb4f;sha256sum=dbd4ccdf6e1740df06b141ff0cf6bd4b24e5a659adb5174cb3f7bfc798a21ed1"
488SRC_URI += "gomod://gopkg.in/check.v1;version=v0.0.0-20161208181325-20d25e280405;sha256sum=4e1817f964ca34e545b81afda0325a5e89cf58de2e413d8207c0afddd0fdc15c" 620SRC_URI += "gomod://gopkg.in/check.v1;version=v0.0.0-20161208181325-20d25e280405;sha256sum=4e1817f964ca34e545b81afda0325a5e89cf58de2e413d8207c0afddd0fdc15c"
621SRC_URI += "gomod://gopkg.in/check.v1;version=v1.0.0-20200227125254-8fa46927fb4f;sha256sum=dbd4ccdf6e1740df06b141ff0cf6bd4b24e5a659adb5174cb3f7bfc798a21ed1"
489SRC_URI += "gomod://gopkg.in/check.v1;version=v1.0.0-20201130134442-10cb98267c6c;sha256sum=f555684e5c5dacc2850dddb345fef1b8f93f546b72685589789da6d2b062710e" 622SRC_URI += "gomod://gopkg.in/check.v1;version=v1.0.0-20201130134442-10cb98267c6c;sha256sum=f555684e5c5dacc2850dddb345fef1b8f93f546b72685589789da6d2b062710e"
490SRC_URI += "gomod://gopkg.in/evanphx/json-patch.v4;version=v4.12.0;sha256sum=eccb52c37cbf4a38d392101f2b31d424eca68bfebab3de4265d0cf595ca07b51" 623SRC_URI += "gomod://gopkg.in/evanphx/json-patch.v4;version=v4.12.0;sha256sum=eccb52c37cbf4a38d392101f2b31d424eca68bfebab3de4265d0cf595ca07b51"
491SRC_URI += "gomod://gopkg.in/fsnotify.v1;version=v1.4.7;sha256sum=ce003d540f42b3c0a3dec385deb387b255b536b25ea4438baa65b89458b28f75" 624SRC_URI += "gomod://gopkg.in/fsnotify.v1;version=v1.4.7;sha256sum=ce003d540f42b3c0a3dec385deb387b255b536b25ea4438baa65b89458b28f75"
492SRC_URI += "gomod://gopkg.in/gemnasium/logrus-airbrake-hook.v2;version=v2.1.2;sha256sum=ce35c69d2a1f49d8672447bced4833c02cc7af036aa9df94d5a6a0f5d871cccd"
493SRC_URI += "gomod://gopkg.in/inf.v0;version=v0.9.1;sha256sum=08abac18c95cc43b725d4925f63309398d618beab68b4669659b61255e5374a0" 625SRC_URI += "gomod://gopkg.in/inf.v0;version=v0.9.1;sha256sum=08abac18c95cc43b725d4925f63309398d618beab68b4669659b61255e5374a0"
494SRC_URI += "gomod://gopkg.in/ini.v1;version=v1.67.0;sha256sum=bd845dfc762a87a56e5a32a07770dc83e86976db7705d7f89c5dbafdc60b06c6" 626SRC_URI += "gomod://gopkg.in/ini.v1;version=v1.67.0;sha256sum=bd845dfc762a87a56e5a32a07770dc83e86976db7705d7f89c5dbafdc60b06c6"
495SRC_URI += "gomod://gopkg.in/rethinkdb/rethinkdb-go.v6;version=v6.2.1;sha256sum=abe9dd6ce6093b9dec25de8f92e25f234e76311040b1cc884efa6737f8f6c9d0"
496SRC_URI += "gomod://gopkg.in/tomb.v1;version=v1.0.0-20141024135613-dd632973f1e7;sha256sum=34898dc0e38ba7a792ab74a3e0fa113116313fd9142ffb444b011fd392762186" 627SRC_URI += "gomod://gopkg.in/tomb.v1;version=v1.0.0-20141024135613-dd632973f1e7;sha256sum=34898dc0e38ba7a792ab74a3e0fa113116313fd9142ffb444b011fd392762186"
497SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.8;sha256sum=c27f198b4d9580d4418cc6f7e0abb756ebb48344534be601db95476de52fe6d1" 628SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.8;sha256sum=c27f198b4d9580d4418cc6f7e0abb756ebb48344534be601db95476de52fe6d1"
629SRC_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" 630SRC_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" 631SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.1;sha256sum=fbfd8b7212222175af0c190e510e112934e397a6850c63d93f72779e3250f360"
500SRC_URI += "gomod://gopkg.in/yaml.v2;version=v2.2.2;sha256sum=9e0e5492ee218d0b415a33648cdb32c2f544485ac4ebfa0589ebb53d1a841096"
501SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.0-20200313102051-9f266ea9e77c;sha256sum=acf19ccb4fca983b234a39ef032faf9ab70e759680673bb3dff077e77fee20fe"
502SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.1;sha256sum=aab8fbc4e6300ea08e6afe1caea18a21c90c79f489f52c53e2f20431f1a9a015" 632SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.1;sha256sum=aab8fbc4e6300ea08e6afe1caea18a21c90c79f489f52c53e2f20431f1a9a015"
633SRC_URI += "gomod://gopkg.in/yaml.v3;version=v3.0.0-20200313102051-9f266ea9e77c;sha256sum=acf19ccb4fca983b234a39ef032faf9ab70e759680673bb3dff077e77fee20fe"
503SRC_URI += "gomod://gotest.tools/v3;version=v3.5.2;sha256sum=d7c40ae135e4a34dee9ca4847ad18208f138847721e693647b897259287a1d4b" 634SRC_URI += "gomod://gotest.tools/v3;version=v3.5.2;sha256sum=d7c40ae135e4a34dee9ca4847ad18208f138847721e693647b897259287a1d4b"
504SRC_URI += "gomod://k8s.io/api;version=v0.34.1;sha256sum=73181ba8e5e0ac3ae1a5d37f486226d87e475a7c18c1ced7954b1924741f0625"
505SRC_URI += "gomod://k8s.io/apimachinery;version=v0.34.1;sha256sum=af3797ffc3968376dae1f74964f6ffe83574fc16358ddcba768649a553f0f664"
506SRC_URI += "gomod://k8s.io/client-go;version=v0.34.1;sha256sum=8ad117bbb59cb4255e1dc2c9470aca5f252086a077337c4ecb09973dc54851bb"
507SRC_URI += "gomod://k8s.io/cri-api;version=v0.34.1;sha256sum=575f04bf04c09e2f1442a881113536a4411066a1cfd075751f77826603ec00ef" 635SRC_URI += "gomod://k8s.io/cri-api;version=v0.34.1;sha256sum=575f04bf04c09e2f1442a881113536a4411066a1cfd075751f77826603ec00ef"
508SRC_URI += "gomod://k8s.io/klog/v2;version=v2.130.1;sha256sum=262b961175bbe8cf6ecf227d06303df2eb47bfb890e19d516846422f7d406cb9" 636SRC_URI += "gomod://k8s.io/klog/v2;version=v2.130.1;sha256sum=262b961175bbe8cf6ecf227d06303df2eb47bfb890e19d516846422f7d406cb9"
509SRC_URI += "gomod://k8s.io/kube-openapi;version=v0.0.0-20250710124328-f3f2b991d03b;sha256sum=65a64094d280804b6d1094a00c5129108ead7970bbc57f940fd3ad48e799acb2" 637SRC_URI += "gomod://k8s.io/kube-openapi;version=v0.0.0-20250710124328-f3f2b991d03b;sha256sum=65a64094d280804b6d1094a00c5129108ead7970bbc57f940fd3ad48e799acb2"
510SRC_URI += "gomod://k8s.io/utils;version=v0.0.0-20250604170112-4c0f3b243397;sha256sum=3687c33444d57ee4b35e7e7e6baa2627096057dd4d2819a82ac73d3823bced28" 638SRC_URI += "gomod://k8s.io/utils;version=v0.0.0-20250604170112-4c0f3b243397;sha256sum=3687c33444d57ee4b35e7e7e6baa2627096057dd4d2819a82ac73d3823bced28"
639SRC_URI += "gomod://kernel.org/pub/linux/libs/security/libcap/cap;version=v1.2.77;sha256sum=ea01e9900ea2bd4b054870ad10bcad4185931548c3dc076df72629b1dcbc6b49"
511SRC_URI += "gomod://kernel.org/pub/linux/libs/security/libcap/cap;version=v1.2.76;sha256sum=375924cfe96275d6e703470e19fe3994ec3df8e447525c2859c085813d699298" 640SRC_URI += "gomod://kernel.org/pub/linux/libs/security/libcap/cap;version=v1.2.76;sha256sum=375924cfe96275d6e703470e19fe3994ec3df8e447525c2859c085813d699298"
641SRC_URI += "gomod://kernel.org/pub/linux/libs/security/libcap/psx;version=v1.2.77;sha256sum=2a322ad5bc1c629e67363cbec31e0080df55b78fc40a342ac3f36b00a8a33998"
512SRC_URI += "gomod://kernel.org/pub/linux/libs/security/libcap/psx;version=v1.2.76;sha256sum=13a7ac858c339f36b5ca66b11f52de8759418ee3a4f6e9b600b08d512e8d315d" 642SRC_URI += "gomod://kernel.org/pub/linux/libs/security/libcap/psx;version=v1.2.76;sha256sum=13a7ac858c339f36b5ca66b11f52de8759418ee3a4f6e9b600b08d512e8d315d"
643SRC_URI += "gomod://pgregory.net/rapid;version=v1.2.0;sha256sum=c48fcf01d3621eb8fde71a0cfa46c3c1bb12cc5a038951bbef903b16916ae64a"
513SRC_URI += "gomod://sigs.k8s.io/json;version=v0.0.0-20241014173422-cfa47c3a1cc8;sha256sum=4a5cb30c1b7406bd9684b3dbe118308cb565ba57157f7242b06a4815fbc24ed7" 644SRC_URI += "gomod://sigs.k8s.io/json;version=v0.0.0-20241014173422-cfa47c3a1cc8;sha256sum=4a5cb30c1b7406bd9684b3dbe118308cb565ba57157f7242b06a4815fbc24ed7"
514SRC_URI += "gomod://sigs.k8s.io/randfill;version=v1.0.0;sha256sum=31dbbfc44ce12f78f1b68d6bbeed8526aa73c53243353d44d50b2532c828f5f1" 645SRC_URI += "gomod://sigs.k8s.io/randfill;version=v1.0.0;sha256sum=31dbbfc44ce12f78f1b68d6bbeed8526aa73c53243353d44d50b2532c828f5f1"
515SRC_URI += "gomod://sigs.k8s.io/structured-merge-diff/v6;version=v6.3.0;sha256sum=bcb0e662e31cfbd06b4cb52eb59eef6f0da101bce5aedca7dbce1f78c34d637a" 646SRC_URI += "gomod://sigs.k8s.io/structured-merge-diff/v6;version=v6.3.0;sha256sum=bcb0e662e31cfbd06b4cb52eb59eef6f0da101bce5aedca7dbce1f78c34d637a"
516SRC_URI += "gomod://sigs.k8s.io/yaml;version=v1.6.0;sha256sum=cf88648a471581817b00a42ee8d24fd73eb0e3503998cf46d8e63787e11e5052" 647SRC_URI += "gomod://sigs.k8s.io/yaml;version=v1.6.0;sha256sum=cf88648a471581817b00a42ee8d24fd73eb0e3503998cf46d8e63787e11e5052"
517SRC_URI += "gomod://tags.cncf.io/container-device-interface;version=v1.0.1;sha256sum=7fa76151f62f9afe72b5fe8caa6e0d1b2bbede65047d1c9080957f858eb88d32" 648SRC_URI += "gomod://tags.cncf.io/container-device-interface;version=v1.0.1;sha256sum=7fa76151f62f9afe72b5fe8caa6e0d1b2bbede65047d1c9080957f858eb88d32"
649SRC_URI += "gomod://tags.cncf.io/container-device-interface;version=v1.1.0;sha256sum=1e5cd303b687e2c0ae4d6c6bd64d08b35ff78584ea08246125fd97ca879d52f1"
518SRC_URI += "gomod://tags.cncf.io/container-device-interface/specs-go;version=v1.0.0;sha256sum=61d634151ae879323697dc8ae58de4a7514131758815c15547b787c22be9ff64" 650SRC_URI += "gomod://tags.cncf.io/container-device-interface/specs-go;version=v1.0.0;sha256sum=61d634151ae879323697dc8ae58de4a7514131758815c15547b787c22be9ff64"
651SRC_URI += "gomod://tags.cncf.io/container-device-interface/specs-go;version=v1.1.0;sha256sum=f354d6b20b5f35edaa3eb57ddbc9751725454a10ca8e6c2cf103c4053e5a5711"