summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-03-20 17:11:53 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-20 17:19:21 +0000
commit4e6a74ff63efe58c92c267c5ace3e464e76448f6 (patch)
tree3258bdfe8a8b951dc3afed299ca0c791b5d0b8ae
parentcabcaf10078b257b0ed85588571f6022d2d5fd8e (diff)
downloadmeta-virtualization-4e6a74ff63efe58c92c267c5ace3e464e76448f6.tar.gz
Revert "docker-compose: update to v2.24.6"
One of the vendor components has deleted a commit that docker-compose is using (and has listed as a replacement in go.mod). Until docker-compose comes up with a solution, we temporarily revert to and older compose. We'll update to the latest 2.23.x if this isn't resolved in 2.24+ before release. This reverts commit 29ec8e5ceacdf20bd1f836268cf01a6a12484ba3.
-rw-r--r--recipes-containers/docker-compose/docker-compose_git.bb4
-rw-r--r--recipes-containers/docker-compose/files/modules.txt197
-rw-r--r--recipes-containers/docker-compose/relocation.inc59
-rw-r--r--recipes-containers/docker-compose/src_uri.inc587
4 files changed, 451 insertions, 396 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb
index 0796466b..b7745f2b 100644
--- a/recipes-containers/docker-compose/docker-compose_git.bb
+++ b/recipes-containers/docker-compose/docker-compose_git.bb
@@ -9,7 +9,7 @@ DEPENDS = " \
9 9
10# Specify the first two important SRCREVs as the format 10# Specify the first two important SRCREVs as the format
11SRCREV_FORMAT="compose_survey" 11SRCREV_FORMAT="compose_survey"
12SRCREV_compose = "5c4f33702ef1f0f4f7d3476aade736c74f5c0851" 12SRCREV_compose = "d6f842b042d2f2926901305336527b3eaadf067a"
13 13
14SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https" 14SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https"
15 15
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60
23 23
24GO_IMPORT = "import" 24GO_IMPORT = "import"
25 25
26PV = "v2.24.6" 26PV = "v2.21.0"
27 27
28COMPOSE_PKG = "github.com/docker/compose/v2" 28COMPOSE_PKG = "github.com/docker/compose/v2"
29 29
diff --git a/recipes-containers/docker-compose/files/modules.txt b/recipes-containers/docker-compose/files/modules.txt
index dd32cc85..d287d128 100644
--- a/recipes-containers/docker-compose/files/modules.txt
+++ b/recipes-containers/docker-compose/files/modules.txt
@@ -2,33 +2,35 @@
2## explicit 2## explicit
3# github.com/Microsoft/go-winio v0.6.1 3# github.com/Microsoft/go-winio v0.6.1
4## explicit 4## explicit
5# github.com/adrg/xdg v0.4.0
6## explicit
5# github.com/buger/goterm v1.0.4 7# github.com/buger/goterm v1.0.4
6## explicit 8## explicit
7# github.com/compose-spec/compose-go/v2 v2.0.0-rc.8 9# github.com/compose-spec/compose-go v1.18.3
8## explicit 10## explicit
9# github.com/containerd/console v1.0.3 11# github.com/containerd/console v1.0.3
10## explicit 12## explicit
11# github.com/containerd/containerd v1.7.12 13# github.com/containerd/containerd v1.7.3
12## explicit 14## explicit
13# github.com/davecgh/go-spew v1.1.1 15# github.com/cucumber/godog v0.0.0-00010101000000-000000000000
14## explicit 16## explicit
15# github.com/distribution/reference v0.5.0 17# github.com/distribution/distribution/v3 v3.0.0-20230601133803-97b1d649c493
16## explicit 18## explicit
17# github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 19# github.com/docker/buildx v0.11.2
18## explicit 20## explicit
19# github.com/docker/cli v25.0.3+incompatible 21# github.com/docker/cli v24.0.5+incompatible
20## explicit 22## explicit
21# github.com/docker/cli-docs-tool v0.6.0 23# github.com/docker/cli-docs-tool v0.6.0
22## explicit 24## explicit
23# github.com/docker/docker v25.0.1+incompatible 25# github.com/docker/docker v24.0.5+incompatible
24## explicit 26## explicit
25# github.com/docker/go-connections v0.5.0 27# github.com/docker/go-connections v0.4.0
26## explicit 28## explicit
27# github.com/docker/go-units v0.5.0 29# github.com/docker/go-units v0.5.0
28## explicit 30## explicit
29# github.com/fsnotify/fsevents v0.1.1 31# github.com/fsnotify/fsevents v0.1.1
30## explicit 32## explicit
31# github.com/google/go-cmp v0.6.0 33# github.com/golang/mock v1.6.0
32## explicit 34## explicit
33# github.com/hashicorp/go-multierror v1.1.1 35# github.com/hashicorp/go-multierror v1.1.1
34## explicit 36## explicit
@@ -38,11 +40,9 @@
38## explicit 40## explicit
39# github.com/mattn/go-shellwords v1.0.12 41# github.com/mattn/go-shellwords v1.0.12
40## explicit 42## explicit
41# github.com/mitchellh/go-ps v1.0.0
42## explicit
43# github.com/mitchellh/mapstructure v1.5.0 43# github.com/mitchellh/mapstructure v1.5.0
44## explicit 44## explicit
45# github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 45# github.com/moby/buildkit v0.12.1
46## explicit 46## explicit
47# github.com/moby/patternmatcher v0.6.0 47# github.com/moby/patternmatcher v0.6.0
48## explicit 48## explicit
@@ -52,13 +52,13 @@
52## explicit 52## explicit
53# github.com/opencontainers/go-digest v1.0.0 53# github.com/opencontainers/go-digest v1.0.0
54## explicit 54## explicit
55# github.com/opencontainers/image-spec v1.1.0-rc6 55# github.com/opencontainers/image-spec v1.1.0-rc4
56## explicit 56## explicit
57# github.com/otiai10/copy v1.14.0 57# github.com/pkg/errors v0.9.1
58## explicit 58## explicit
59# github.com/sirupsen/logrus v1.9.3 59# github.com/sirupsen/logrus v1.9.3
60## explicit 60## explicit
61# github.com/spf13/cobra v1.8.0 61# github.com/spf13/cobra v1.7.0
62## explicit 62## explicit
63# github.com/spf13/pflag v1.0.5 63# github.com/spf13/pflag v1.0.5
64## explicit 64## explicit
@@ -68,40 +68,32 @@
68## explicit 68## explicit
69# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 69# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
70## explicit 70## explicit
71# go.opentelemetry.io/otel v1.19.0 71# go.opentelemetry.io/otel v1.14.0
72## explicit
73# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
74## explicit 72## explicit
75# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 73# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0
76## explicit 74## explicit
77# go.opentelemetry.io/otel/sdk v1.19.0 75# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
78## explicit 76## explicit
79# go.opentelemetry.io/otel/trace v1.19.0 77# go.opentelemetry.io/otel/sdk v1.14.0
80## explicit 78## explicit
81# go.uber.org/goleak v1.3.0 79# go.opentelemetry.io/otel/trace v1.14.0
82## explicit 80## explicit
83# go.uber.org/mock v0.4.0 81# go.uber.org/goleak v1.2.1
84## explicit 82## explicit
85# golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 83# golang.org/x/sync v0.3.0
86## explicit 84## explicit
87# golang.org/x/sync v0.6.0 85# google.golang.org/grpc v1.57.0
88## explicit 86## explicit
89# golang.org/x/sys v0.16.0 87# gopkg.in/yaml.v2 v2.4.0
90## explicit
91# google.golang.org/grpc v1.59.0
92## explicit
93# gotest.tools/v3 v3.5.1
94## explicit 88## explicit
95# dario.cat/mergo v1.0.0 89# gotest.tools/v3 v3.5.0
96## explicit 90## explicit
97# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 91# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
98## explicit 92## explicit
99# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 93# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
100## explicit 94## explicit
101# github.com/Masterminds/semver/v3 v3.2.1 95# github.com/Masterminds/semver/v3 v3.2.1
102## explicit 96## explicit
103# github.com/Microsoft/hcsshim v0.11.4
104## explicit
105# github.com/aws/aws-sdk-go-v2 v1.17.6 97# github.com/aws/aws-sdk-go-v2 v1.17.6
106## explicit 98## explicit
107# github.com/aws/aws-sdk-go-v2/config v1.18.16 99# github.com/aws/aws-sdk-go-v2/config v1.18.16
@@ -128,19 +120,29 @@
128## explicit 120## explicit
129# github.com/beorn7/perks v1.0.1 121# github.com/beorn7/perks v1.0.1
130## explicit 122## explicit
131# github.com/cenkalti/backoff/v4 v4.2.1 123# github.com/bugsnag/bugsnag-go v1.5.0
124## explicit
125# github.com/cenkalti/backoff/v4 v4.2.0
132## explicit 126## explicit
133# github.com/cespare/xxhash/v2 v2.2.0 127# github.com/cespare/xxhash/v2 v2.2.0
134## explicit 128## explicit
135# github.com/containerd/continuity v0.4.2 129# github.com/cloudflare/cfssl v1.6.4
136## explicit 130## explicit
137# github.com/containerd/log v0.1.0 131# github.com/containerd/continuity v0.4.1
138## explicit 132## explicit
139# github.com/containerd/typeurl/v2 v2.1.1 133# github.com/containerd/typeurl/v2 v2.1.1
140## explicit 134## explicit
141# github.com/docker/distribution v2.8.3+incompatible 135# github.com/cucumber/gherkin-go/v19 v19.0.3
142## explicit 136## explicit
143# github.com/docker/docker-credential-helpers v0.8.0 137# github.com/cucumber/messages-go/v16 v16.0.1
138## explicit
139# github.com/cyphar/filepath-securejoin v0.2.3
140## explicit
141# github.com/davecgh/go-spew v1.1.1
142## explicit
143# github.com/docker/distribution v2.8.2+incompatible
144## explicit
145# github.com/docker/docker-credential-helpers v0.7.0
144## explicit 146## explicit
145# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c 147# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
146## explicit 148## explicit
@@ -148,7 +150,7 @@
148## explicit 150## explicit
149# github.com/emicklei/go-restful/v3 v3.10.1 151# github.com/emicklei/go-restful/v3 v3.10.1
150## explicit 152## explicit
151# github.com/felixge/httpsnoop v1.0.4 153# github.com/felixge/httpsnoop v1.0.3
152## explicit 154## explicit
153# github.com/fvbommel/sortorder v1.0.2 155# github.com/fvbommel/sortorder v1.0.2
154## explicit 156## explicit
@@ -164,6 +166,8 @@
164## explicit 166## explicit
165# github.com/gofrs/flock v0.8.1 167# github.com/gofrs/flock v0.8.1
166## explicit 168## explicit
169# github.com/gofrs/uuid v4.2.0+incompatible
170## explicit
167# github.com/gogo/googleapis v1.4.1 171# github.com/gogo/googleapis v1.4.1
168## explicit 172## explicit
169# github.com/gogo/protobuf v1.3.2 173# github.com/gogo/protobuf v1.3.2
@@ -172,21 +176,27 @@
172## explicit 176## explicit
173# github.com/google/gnostic v0.5.7-v3refs 177# github.com/google/gnostic v0.5.7-v3refs
174## explicit 178## explicit
179# github.com/google/go-cmp v0.5.9
180## explicit
175# github.com/google/gofuzz v1.2.0 181# github.com/google/gofuzz v1.2.0
176## explicit 182## explicit
177# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 183# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
178## explicit 184## explicit
179# github.com/google/uuid v1.5.0 185# github.com/gorilla/mux v1.8.0
180## explicit
181# github.com/gorilla/mux v1.8.1
182## explicit 186## explicit
183# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 187# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
184## explicit 188## explicit
185# github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 189# github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
186## explicit 190## explicit
187# github.com/hashicorp/errwrap v1.1.0 191# github.com/hashicorp/errwrap v1.1.0
188## explicit 192## explicit
189# github.com/hashicorp/go-cleanhttp v0.5.2 193# github.com/hashicorp/go-immutable-radix v1.3.1
194## explicit
195# github.com/hashicorp/go-memdb v1.3.2
196## explicit
197# github.com/hashicorp/golang-lru v0.5.4
198## explicit
199# github.com/hashicorp/hcl v1.0.0
190## explicit 200## explicit
191# github.com/imdario/mergo v0.3.16 201# github.com/imdario/mergo v0.3.16
192## explicit 202## explicit
@@ -194,13 +204,19 @@
194## explicit 204## explicit
195# github.com/inconshreveable/mousetrap v1.1.0 205# github.com/inconshreveable/mousetrap v1.1.0
196## explicit 206## explicit
207# github.com/jinzhu/gorm v1.9.11
208## explicit
197# github.com/josharian/intern v1.0.0 209# github.com/josharian/intern v1.0.0
198## explicit 210## explicit
199# github.com/json-iterator/go v1.1.12 211# github.com/json-iterator/go v1.1.12
200## explicit 212## explicit
201# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 213# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
202## explicit 214## explicit
203# github.com/klauspost/compress v1.17.4 215# github.com/klauspost/compress v1.16.5
216## explicit
217# github.com/kr/pretty v0.3.0
218## explicit
219# github.com/magiconair/properties v1.8.6
204## explicit 220## explicit
205# github.com/mailru/easyjson v0.7.6 221# github.com/mailru/easyjson v0.7.6
206## explicit 222## explicit
@@ -208,7 +224,7 @@
208## explicit 224## explicit
209# github.com/mattn/go-isatty v0.0.17 225# github.com/mattn/go-isatty v0.0.17
210## explicit 226## explicit
211# github.com/mattn/go-runewidth v0.0.15 227# github.com/mattn/go-runewidth v0.0.14
212## explicit 228## explicit
213# github.com/matttproud/golang_protobuf_extensions v1.0.4 229# github.com/matttproud/golang_protobuf_extensions v1.0.4
214## explicit 230## explicit
@@ -216,15 +232,11 @@
216## explicit 232## explicit
217# github.com/miekg/pkcs11 v1.1.1 233# github.com/miekg/pkcs11 v1.1.1
218## explicit 234## explicit
219# github.com/mitchellh/copystructure v1.2.0
220## explicit
221# github.com/mitchellh/reflectwalk v1.0.2
222## explicit
223# github.com/moby/locker v1.0.1 235# github.com/moby/locker v1.0.1
224## explicit 236## explicit
225# github.com/moby/spdystream v0.2.0 237# github.com/moby/spdystream v0.2.0
226## explicit 238## explicit
227# github.com/moby/sys/mountinfo v0.7.1 239# github.com/moby/sys/mountinfo v0.6.2
228## explicit 240## explicit
229# github.com/moby/sys/sequential v0.5.0 241# github.com/moby/sys/sequential v0.5.0
230## explicit 242## explicit
@@ -232,27 +244,27 @@
232## explicit 244## explicit
233# github.com/moby/sys/symlink v0.2.0 245# github.com/moby/sys/symlink v0.2.0
234## explicit 246## explicit
235# github.com/moby/sys/user v0.1.0
236## explicit
237# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 247# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
238## explicit 248## explicit
239# github.com/modern-go/reflect2 v1.0.2 249# github.com/modern-go/reflect2 v1.0.2
240## explicit 250## explicit
241# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 251# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
242## explicit 252## explicit
253# github.com/opencontainers/runc v1.1.7
254## explicit
243# github.com/pelletier/go-toml v1.9.5 255# github.com/pelletier/go-toml v1.9.5
244## explicit 256## explicit
245# github.com/pkg/errors v0.9.1 257# github.com/pelletier/go-toml/v2 v2.0.5
246## explicit 258## explicit
247# github.com/pmezard/go-difflib v1.0.0 259# github.com/pmezard/go-difflib v1.0.0
248## explicit 260## explicit
249# github.com/prometheus/client_golang v1.16.0 261# github.com/prometheus/client_golang v1.14.0
250## explicit 262## explicit
251# github.com/prometheus/client_model v0.4.0 263# github.com/prometheus/client_model v0.3.0
252## explicit 264## explicit
253# github.com/prometheus/common v0.42.0 265# github.com/prometheus/common v0.42.0
254## explicit 266## explicit
255# github.com/prometheus/procfs v0.10.1 267# github.com/prometheus/procfs v0.9.0
256## explicit 268## explicit
257# github.com/rivo/uniseg v0.2.0 269# github.com/rivo/uniseg v0.2.0
258## explicit 270## explicit
@@ -262,7 +274,15 @@
262## explicit 274## explicit
263# github.com/shibumi/go-pathspec v1.3.0 275# github.com/shibumi/go-pathspec v1.3.0
264## explicit 276## explicit
265# github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 277# github.com/spf13/afero v1.9.2
278## explicit
279# github.com/spf13/cast v1.5.0
280## explicit
281# github.com/spf13/jwalterweatherman v1.1.0
282## explicit
283# github.com/subosito/gotenv v1.4.1
284## explicit
285# github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb
266## explicit 286## explicit
267# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea 287# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
268## explicit 288## explicit
@@ -274,67 +294,63 @@
274## explicit 294## explicit
275# github.com/xeipuuv/gojsonschema v1.2.0 295# github.com/xeipuuv/gojsonschema v1.2.0
276## explicit 296## explicit
277# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 297# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c
278## explicit 298## explicit
279# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 299# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0
280## explicit 300## explicit
281# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 301# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.40.0
282## explicit 302## explicit
283# go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 303# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0
284## explicit 304## explicit
285# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 305# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0
286## explicit 306## explicit
287# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 307# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0
288## explicit 308## explicit
289# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 309# go.opentelemetry.io/otel/metric v0.37.0
290## explicit 310## explicit
291# go.opentelemetry.io/otel/exporters/prometheus v0.42.0 311# go.opentelemetry.io/proto/otlp v0.19.0
292## explicit 312## explicit
293# go.opentelemetry.io/otel/metric v1.19.0 313# golang.org/x/crypto v0.7.0
294## explicit 314## explicit
295# go.opentelemetry.io/otel/sdk/metric v1.19.0 315# golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
296## explicit 316## explicit
297# go.opentelemetry.io/proto/otlp v1.0.0 317# golang.org/x/mod v0.11.0
298## explicit 318## explicit
299# golang.org/x/crypto v0.18.0 319# golang.org/x/net v0.9.0
300## explicit 320## explicit
301# golang.org/x/mod v0.14.0 321# golang.org/x/oauth2 v0.7.0
302## explicit 322## explicit
303# golang.org/x/net v0.20.0 323# golang.org/x/sys v0.7.0
304## explicit 324## explicit
305# golang.org/x/oauth2 v0.11.0 325# golang.org/x/term v0.7.0
306## explicit 326## explicit
307# golang.org/x/term v0.16.0 327# golang.org/x/text v0.9.0
308## explicit
309# golang.org/x/text v0.14.0
310## explicit 328## explicit
311# golang.org/x/time v0.3.0 329# golang.org/x/time v0.3.0
312## explicit 330## explicit
313# golang.org/x/tools v0.17.0 331# golang.org/x/tools v0.7.0
314## explicit 332## explicit
315# google.golang.org/appengine v1.6.7 333# google.golang.org/appengine v1.6.7
316## explicit 334## explicit
317# google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d 335# google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54
318## explicit 336## explicit
319# google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d 337# google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9
320## explicit 338## explicit
321# google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d 339# google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
322## explicit 340## explicit
323# google.golang.org/protobuf v1.31.0 341# google.golang.org/protobuf v1.30.0
324## explicit 342## explicit
325# gopkg.in/inf.v0 v0.9.1 343# gopkg.in/inf.v0 v0.9.1
326## explicit 344## explicit
327# gopkg.in/yaml.v2 v2.4.0 345# gopkg.in/ini.v1 v1.67.0
328## explicit 346## explicit
329# gopkg.in/yaml.v3 v3.0.1 347# gopkg.in/yaml.v3 v3.0.1
330## explicit 348## explicit
331# k8s.io/api v0.26.7 349# k8s.io/api v0.26.2
332## explicit 350## explicit
333# k8s.io/apimachinery v0.26.7 351# k8s.io/apimachinery v0.26.2
334## explicit 352## explicit
335# k8s.io/apiserver v0.26.7 353# k8s.io/client-go v0.26.2
336## explicit
337# k8s.io/client-go v0.26.7
338## explicit 354## explicit
339# k8s.io/klog/v2 v2.90.1 355# k8s.io/klog/v2 v2.90.1
340## explicit 356## explicit
@@ -348,7 +364,4 @@
348## explicit 364## explicit
349# sigs.k8s.io/yaml v1.3.0 365# sigs.k8s.io/yaml v1.3.0
350## explicit 366## explicit
351# tags.cncf.io/container-device-interface v0.6.2 367# github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
352## explicit
353# github.com/moby/buildkit => github.com/crazy-max/buildkit v0.7.1-0.20240130133234-d9aa289bd124
354# github.com/tonistiigi/fsutil => github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb
diff --git a/recipes-containers/docker-compose/relocation.inc b/recipes-containers/docker-compose/relocation.inc
index 5193de5f..9e6eacf4 100644
--- a/recipes-containers/docker-compose/relocation.inc
+++ b/recipes-containers/docker-compose/relocation.inc
@@ -2,16 +2,14 @@ export sites="k8s.io/api:k8s.io/api:force \
2 k8s.io/utils:k8s.io/utils:force \ 2 k8s.io/utils:k8s.io/utils:force \
3 k8s.io/klog/v2:k8s.io/klog/v2:force \ 3 k8s.io/klog/v2:k8s.io/klog/v2:force \
4 gotest.tools/v3:gotest.tools/v3:force \ 4 gotest.tools/v3:gotest.tools/v3:force \
5 dario.cat/mergo:dario.cat/mergo:force \
6 gopkg.in/inf.v0:gopkg.in/inf.v0:force \ 5 gopkg.in/inf.v0:gopkg.in/inf.v0:force \
7 go.uber.org/mock:go.uber.org/mock:force \ 6 gopkg.in/ini.v1:gopkg.in/ini.v1:force \
7 gopkg.in/yaml.v2:gopkg.in/yaml.v2:force \
8 golang.org/x/exp:golang.org/x/exp:force \ 8 golang.org/x/exp:golang.org/x/exp:force \
9 golang.org/x/sys:golang.org/x/sys:force \
10 golang.org/x/mod:golang.org/x/mod:force \ 9 golang.org/x/mod:golang.org/x/mod:force \
11 golang.org/x/net:golang.org/x/net:force \ 10 golang.org/x/net:golang.org/x/net:force \
12 gopkg.in/yaml.v2:gopkg.in/yaml.v2:force \ 11 golang.org/x/sys:golang.org/x/sys:force \
13 gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ 12 gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \
14 k8s.io/apiserver:k8s.io/apiserver:force \
15 k8s.io/client-go:k8s.io/client-go:force \ 13 k8s.io/client-go:k8s.io/client-go:force \
16 sigs.k8s.io/json:sigs.k8s.io/json:force \ 14 sigs.k8s.io/json:sigs.k8s.io/json:force \
17 sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \ 15 sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \
@@ -21,56 +19,63 @@ export sites="k8s.io/api:k8s.io/api:force \
21 golang.org/x/time:golang.org/x/time:force \ 19 golang.org/x/time:golang.org/x/time:force \
22 go.uber.org/goleak:go.uber.org/goleak:force \ 20 go.uber.org/goleak:go.uber.org/goleak:force \
23 golang.org/x/tools:golang.org/x/tools:force \ 21 golang.org/x/tools:golang.org/x/tools:force \
22 github.com/adrg/xdg:github.com/adrg/xdg:force \
24 golang.org/x/crypto:golang.org/x/crypto:force \ 23 golang.org/x/crypto:golang.org/x/crypto:force \
25 golang.org/x/oauth2:golang.org/x/oauth2:force \ 24 golang.org/x/oauth2:golang.org/x/oauth2:force \
26 k8s.io/apimachinery:k8s.io/apimachinery:force \ 25 k8s.io/apimachinery:k8s.io/apimachinery:force \
27 k8s.io/kube-openapi:k8s.io/kube-openapi:force \ 26 k8s.io/kube-openapi:k8s.io/kube-openapi:force \
28 github.com/moby/term:github.com/moby/term:force \ 27 github.com/moby/term:github.com/moby/term:force \
29 github.com/docker/go:github.com/docker/go:force \ 28 github.com/docker/go:github.com/docker/go:force \
29 github.com/kr/pretty:github.com/kr/pretty:force \
30 github.com/docker/cli:github.com/docker/cli:force \ 30 github.com/docker/cli:github.com/docker/cli:force \
31 github.com/mgutz/ansi:github.com/mgutz/ansi:force \
32 github.com/pkg/errors:github.com/pkg/errors:force \ 31 github.com/pkg/errors:github.com/pkg/errors:force \
32 github.com/gofrs/uuid:github.com/gofrs/uuid:force \
33 github.com/mgutz/ansi:github.com/mgutz/ansi:force \
34 github.com/spf13/cast:github.com/spf13/cast:force \
35 github.com/golang/mock:github.com/golang/mock:force \
33 github.com/spf13/cobra:github.com/spf13/cobra:force \ 36 github.com/spf13/cobra:github.com/spf13/cobra:force \
34 github.com/spf13/pflag:github.com/spf13/pflag:force \ 37 github.com/spf13/pflag:github.com/spf13/pflag:force \
35 google.golang.org/grpc:google.golang.org/grpc:force \ 38 google.golang.org/grpc:google.golang.org/grpc:force \
36 github.com/gofrs/flock:github.com/gofrs/flock:force \ 39 github.com/gofrs/flock:github.com/gofrs/flock:force \
37 github.com/google/uuid:github.com/google/uuid:force \
38 github.com/gorilla/mux:github.com/gorilla/mux:force \ 40 github.com/gorilla/mux:github.com/gorilla/mux:force \
41 github.com/jinzhu/gorm:github.com/jinzhu/gorm:force \
39 github.com/moby/locker:github.com/moby/locker:force \ 42 github.com/moby/locker:github.com/moby/locker:force \
40 github.com/rivo/uniseg:github.com/rivo/uniseg:force \ 43 github.com/rivo/uniseg:github.com/rivo/uniseg:force \
44 github.com/spf13/afero:github.com/spf13/afero:force \
41 github.com/buger/goterm:github.com/buger/goterm:force \ 45 github.com/buger/goterm:github.com/buger/goterm:force \
42 github.com/morikuni/aec:github.com/morikuni/aec:force \ 46 github.com/morikuni/aec:github.com/morikuni/aec:force \
43 github.com/otiai10/copy:github.com/otiai10/copy:force \
44 github.com/beorn7/perks:github.com/beorn7/perks:force \ 47 github.com/beorn7/perks:github.com/beorn7/perks:force \
45 github.com/go-logr/logr:github.com/go-logr/logr:force \ 48 github.com/go-logr/logr:github.com/go-logr/logr:force \
46 github.com/go-logr/stdr:github.com/go-logr/stdr:force \ 49 github.com/go-logr/stdr:github.com/go-logr/stdr:force \
47 github.com/google/shlex:github.com/google/shlex:force \ 50 github.com/google/shlex:github.com/google/shlex:force \
48 github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \ 51 github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \
52 github.com/zmap/zcrypto:github.com/zmap/zcrypto:force \
49 github.com/docker/buildx:github.com/docker/buildx:force \ 53 github.com/docker/buildx:github.com/docker/buildx:force \
50 github.com/docker/docker:github.com/docker/docker:force \ 54 github.com/docker/docker:github.com/docker/docker:force \
51 github.com/google/go-cmp:github.com/google/go-cmp:force \ 55 github.com/moby/buildkit:github.com/moby/buildkit:force \
52 go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \ 56 go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \
53 github.com/aws/smithy-go:github.com/aws/smithy-go:force \ 57 github.com/aws/smithy-go:github.com/aws/smithy-go:force \
54 github.com/gogo/protobuf:github.com/gogo/protobuf:force \ 58 github.com/gogo/protobuf:github.com/gogo/protobuf:force \
59 github.com/google/go-cmp:github.com/google/go-cmp:force \
55 github.com/google/gofuzz:github.com/google/gofuzz:force \ 60 github.com/google/gofuzz:github.com/google/gofuzz:force \
61 github.com/hashicorp/hcl:github.com/hashicorp/hcl:force \
56 github.com/imdario/mergo:github.com/imdario/mergo:force \ 62 github.com/imdario/mergo:github.com/imdario/mergo:force \
57 github.com/containerd/log:github.com/containerd/log:force \
58 github.com/google/gnostic:github.com/google/gnostic:force \ 63 github.com/google/gnostic:github.com/google/gnostic:force \
59 github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \ 64 github.com/cucumber/godog:github.com/laurazard/godog:force \
60 github.com/docker/go-units:github.com/docker/go-units:force \ 65 github.com/docker/go-units:github.com/docker/go-units:force \
61 github.com/mitchellh/go-ps:github.com/mitchellh/go-ps:force \
62 github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ 66 github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \
67 github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \
63 github.com/go-openapi/swag:github.com/go-openapi/swag:force \ 68 github.com/go-openapi/swag:github.com/go-openapi/swag:force \
64 github.com/gogo/googleapis:github.com/gogo/googleapis:force \ 69 github.com/gogo/googleapis:github.com/gogo/googleapis:force \
65 github.com/golang/protobuf:github.com/golang/protobuf:force \ 70 github.com/golang/protobuf:github.com/golang/protobuf:force \
66 github.com/mailru/easyjson:github.com/mailru/easyjson:force \ 71 github.com/mailru/easyjson:github.com/mailru/easyjson:force \
67 github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ 72 github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \
68 github.com/moby/spdystream:github.com/moby/spdystream:force \ 73 github.com/moby/spdystream:github.com/moby/spdystream:force \
74 github.com/subosito/gotenv:github.com/subosito/gotenv:force \
69 google.golang.org/genproto:google.golang.org/genproto:force \ 75 google.golang.org/genproto:google.golang.org/genproto:force \
70 google.golang.org/protobuf:google.golang.org/protobuf:force \ 76 google.golang.org/protobuf:google.golang.org/protobuf:force \
71 github.com/moby/buildkit:github.com/crazy-max/buildkit:force \
72 github.com/moby/sys/user:github.com/moby/sys/user/user:force \
73 github.com/stretchr/testify:github.com/stretchr/testify:force \ 77 github.com/stretchr/testify:github.com/stretchr/testify:force \
78 github.com/cloudflare/cfssl:github.com/cloudflare/cfssl:force \
74 github.com/josharian/intern:github.com/josharian/intern:force \ 79 github.com/josharian/intern:github.com/josharian/intern:force \
75 github.com/json-iterator/go:github.com/json-iterator/go:force \ 80 github.com/json-iterator/go:github.com/json-iterator/go:force \
76 github.com/serialx/hashring:github.com/serialx/hashring:force \ 81 github.com/serialx/hashring:github.com/serialx/hashring:force \
@@ -80,7 +85,6 @@ export sites="k8s.io/api:k8s.io/api:force \
80 github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \ 85 github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \
81 github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \ 86 github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \
82 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ 87 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \
83 github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \
84 github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \ 88 github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \
85 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ 89 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \
86 github.com/docker/go-metrics:github.com/docker/go-metrics:force \ 90 github.com/docker/go-metrics:github.com/docker/go-metrics:force \
@@ -93,7 +97,9 @@ export sites="k8s.io/api:k8s.io/api:force \
93 github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil:force \ 97 github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil:force \
94 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ 98 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \
95 github.com/containerd/console:github.com/containerd/console:force \ 99 github.com/containerd/console:github.com/containerd/console:force \
100 github.com/bugsnag/bugsnag-go:github.com/bugsnag/bugsnag-go:force \
96 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder:force \ 101 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder:force \
102 github.com/hashicorp/go-memdb:github.com/hashicorp/go-memdb:force \
97 github.com/klauspost/compress:github.com/klauspost/compress:force \ 103 github.com/klauspost/compress:github.com/klauspost/compress:force \
98 github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \ 104 github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \
99 github.com/mattn/go-runewidth:github.com/mattn/go-runewidth:force \ 105 github.com/mattn/go-runewidth:github.com/mattn/go-runewidth:force \
@@ -106,11 +112,14 @@ export sites="k8s.io/api:k8s.io/api:force \
106 go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel/sdk/sdk:force \ 112 go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel/sdk/sdk:force \
107 github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \ 113 github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \
108 github.com/docker/distribution:github.com/docker/distribution:force \ 114 github.com/docker/distribution:github.com/docker/distribution:force \
115 github.com/opencontainers/runc:github.com/opencontainers/runc:force \
109 github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \ 116 github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \
110 github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \ 117 github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \
111 github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ 118 github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \
119 github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru:force \
112 github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ 120 github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \
113 github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ 121 github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \
122 github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2:force \
114 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ 123 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \
115 github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \ 124 github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \
116 github.com/containerd/containerd:github.com/containerd/containerd:force \ 125 github.com/containerd/containerd:github.com/containerd/containerd:force \
@@ -118,24 +127,25 @@ export sites="k8s.io/api:k8s.io/api:force \
118 github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ 127 github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \
119 github.com/containerd/continuity:github.com/containerd/continuity:force \ 128 github.com/containerd/continuity:github.com/containerd/continuity:force \
120 github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ 129 github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \
121 github.com/mitchellh/reflectwalk:github.com/mitchellh/reflectwalk:force \ 130 github.com/magiconair/properties:github.com/magiconair/properties:force \
122 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ 131 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \
123 go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ 132 go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \
124 github.com/distribution/reference:github.com/distribution/reference:force \
125 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure:force \ 133 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure:force \
126 go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \ 134 go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \
127 github.com/emicklei/go-restful/v3:github.com/emicklei/go-restful/v3:force \ 135 github.com/emicklei/go-restful/v3:github.com/emicklei/go-restful/v3:force \
128 github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer:force \ 136 github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer:force \
129 github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp:force \
130 github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \ 137 github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \
131 github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \ 138 github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \
139 github.com/compose-spec/compose-go:github.com/compose-spec/compose-go:force \
132 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ 140 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \
133 github.com/mitchellh/copystructure:github.com/mitchellh/copystructure:force \ 141 github.com/cucumber/gherkin-go/v19:github.com/cucumber/gherkin-go/v19:force \
134 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ 142 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \
135 github.com/prometheus/client_model:github.com/prometheus/client_model:force \ 143 github.com/prometheus/client_model:github.com/prometheus/client_model:force \
144 github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman:force \
136 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ 145 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \
137 go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ 146 go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \
138 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ 147 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \
148 github.com/cucumber/messages-go/v16:github.com/cucumber/messages-go/v16:force \
139 github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ 149 github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \
140 github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ 150 github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \
141 github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ 151 github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \
@@ -144,10 +154,10 @@ export sites="k8s.io/api:k8s.io/api:force \
144 github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \ 154 github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \
145 github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ 155 github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \
146 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ 156 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \
147 github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ 157 github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin:force \
148 github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \ 158 github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \
149 tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ 159 github.com/distribution/distribution/v3:github.com/distribution/distribution/v3:force \
150 go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel/sdk/metric/sdk/metric:force \ 160 github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix:force \
151 github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \ 161 github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \
152 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ 162 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \
153 github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware:force \ 163 github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware:force \
@@ -161,17 +171,14 @@ export sites="k8s.io/api:k8s.io/api:force \
161 github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \ 171 github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \
162 github.com/aws/aws-sdk-go-v2/service/ssooidc:github.com/aws/aws-sdk-go-v2/service/ssooidc/service/ssooidc:force \ 172 github.com/aws/aws-sdk-go-v2/service/ssooidc:github.com/aws/aws-sdk-go-v2/service/ssooidc/service/ssooidc:force \
163 github.com/aws/aws-sdk-go-v2/feature/ec2/imds:github.com/aws/aws-sdk-go-v2/feature/ec2/imds/feature/ec2/imds:force \ 173 github.com/aws/aws-sdk-go-v2/feature/ec2/imds:github.com/aws/aws-sdk-go-v2/feature/ec2/imds/feature/ec2/imds:force \
164 go.opentelemetry.io/otel/exporters/prometheus:go.opentelemetry.io/otel/exporters/prometheus/exporters/prometheus:force \
165 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \ 174 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \
166 go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \ 175 go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \
167 github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \ 176 github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \
168 go.opentelemetry.io/otel/exporters/otlp/otlpmetric:go.opentelemetry.io/otel/exporters/otlp/otlpmetric/exporters/otlp/otlpmetric:force \ 177 go.opentelemetry.io/otel/exporters/otlp/internal/retry:go.opentelemetry.io/otel/exporters/otlp/internal/retry/exporters/otlp/internal/retry:force \
169 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/service/internal/presigned-url:force \ 178 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/service/internal/presigned-url:force \
170 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ 179 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \
171 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/exporters/otlp/otlptrace/otlptracegrpc:force \ 180 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/exporters/otlp/otlptrace/otlptracegrpc:force \
172 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/exporters/otlp/otlptrace/otlptracehttp:force \ 181 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/exporters/otlp/otlptrace/otlptracehttp:force \
173 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc:go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/exporters/otlp/otlpmetric/otlpmetricgrpc:force \
174 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp:go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/exporters/otlp/otlpmetric/otlpmetrichttp:force \
175 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/instrumentation/google.golang.org/grpc/otelgrpc:force \ 182 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/instrumentation/google.golang.org/grpc/otelgrpc:force \
176 go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace:go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/instrumentation/net/http/httptrace/otelhttptrace:force" 183 go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace:go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/instrumentation/net/http/httptrace/otelhttptrace:force"
177 184
diff --git a/recipes-containers/docker-compose/src_uri.inc b/recipes-containers/docker-compose/src_uri.inc
index 58a5dabe..8897c9ca 100644
--- a/recipes-containers/docker-compose/src_uri.inc
+++ b/recipes-containers/docker-compose/src_uri.inc
@@ -1,6 +1,6 @@
1# k8s.io/api v0.26.7 1# k8s.io/api v0.26.2
2# [1] git ls-remote https://github.com/kubernetes/api 145ce6cdaea22991c53ba9c7ee7aabae5181cb3e 2# [1] git ls-remote https://github.com/kubernetes/api 1528256abbdf8ff2510112b28a6aacd239789a36
3SRCREV_k8s.io-api="145ce6cdaea22991c53ba9c7ee7aabae5181cb3e" 3SRCREV_k8s.io-api="1528256abbdf8ff2510112b28a6aacd239789a36"
4SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/api" 4SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/api"
5 5
6# k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 6# k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
@@ -13,64 +13,54 @@ SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch
13SRCREV_klog-v2="d7fc50528570f8276de46570f916682257821e22" 13SRCREV_klog-v2="d7fc50528570f8276de46570f916682257821e22"
14SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/klog/v2" 14SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/klog/v2"
15 15
16# gotest.tools/v3 v3.5.1 16# gotest.tools/v3 v3.5.0
17# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 81cea1abc596b025bf2573c7fdf97740512e4c6c 17# [1] git ls-remote https://github.com/gotestyourself/gotest.tools a80f057529047c44e1a85d0d017b200787e537e0
18SRCREV_v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" 18SRCREV_gotest.tools-v3="a80f057529047c44e1a85d0d017b200787e537e0"
19SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gotest.tools/v3" 19SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gotest.tools/v3"
20
21# dario.cat/mergo v1.0.0
22# [1] git ls-remote https://github.com/imdario/mergo 131de815afc35a77c41ae99da6c8f4288b6cb513
23SRCREV_mergo="131de815afc35a77c41ae99da6c8f4288b6cb513"
24SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/dario.cat/mergo"
25 20
26# gopkg.in/inf.v0 v0.9.1 21# gopkg.in/inf.v0 v0.9.1
27# [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf 22# [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf
28SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" 23SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf"
29SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/inf.v0" 24SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/inf.v0"
30 25
31# go.uber.org/mock v0.4.0 26# gopkg.in/ini.v1 v1.67.0
32# [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188 27# [1] git ls-remote https://github.com/go-ini/ini b2f570e5b5b844226bbefe6fb521d891f529a951
33SRCREV_mock="74a29c6e6c2cbb8ccee94db061c1604ff33fd188" 28SRCREV_ini.v1="b2f570e5b5b844226bbefe6fb521d891f529a951"
34SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/mock" 29SRC_URI += "git://github.com/go-ini/ini;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1"
35 30
36# golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 31# gopkg.in/yaml.v2 v2.4.0
37# [1] git ls-remote https://go.googlesource.com/exp db7319d0e0e361ccef5c449b760df8e5f2d5087c 32# [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c
38SRCREV_exp="db7319d0e0e361ccef5c449b760df8e5f2d5087c" 33SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c"
39SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp" 34SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2"
40 35
41# golang.org/x/sys v0.16.0 36# golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
42# [1] git ls-remote https://go.googlesource.com/sys 0829ab15b6946f47c40012db2e0c04772730317d 37# [1] git ls-remote https://go.googlesource.com/exp 613f0c0eb8a17a98ecdb096a7f9f7d5053c1c963
43SRCREV_sys="0829ab15b6946f47c40012db2e0c04772730317d" 38SRCREV_exp="613f0c0eb8a17a98ecdb096a7f9f7d5053c1c963"
44SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" 39SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp"
45 40
46# golang.org/x/mod v0.14.0 41# golang.org/x/mod v0.11.0
47# [1] git ls-remote https://go.googlesource.com/mod 6e58e47c7bd6672665dc35cce7b1f325d2addd67 42# [1] git ls-remote https://go.googlesource.com/mod 62c7e578f1a7275d934c99dd48715525bd52b17e
48SRCREV_mod="6e58e47c7bd6672665dc35cce7b1f325d2addd67" 43SRCREV_mod="62c7e578f1a7275d934c99dd48715525bd52b17e"
49SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod" 44SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod"
50 45
51# golang.org/x/net v0.20.0 46# golang.org/x/net v0.9.0
52# [1] git ls-remote https://go.googlesource.com/net cb5b10f0bbc51089bf49030ce3bd43bbfee08c23 47# [1] git ls-remote https://go.googlesource.com/net 694cff8668bac64e0864b552bffc280cd27f21b1
53SRCREV_net="cb5b10f0bbc51089bf49030ce3bd43bbfee08c23" 48SRCREV_net="694cff8668bac64e0864b552bffc280cd27f21b1"
54SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" 49SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net"
55 50
56# gopkg.in/yaml.v2 v2.4.0 51# golang.org/x/sys v0.7.0
57# [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c 52# [1] git ls-remote https://go.googlesource.com/sys 64840c112d2335ed9874114aed48f946e778a769
58SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" 53SRCREV_sys="64840c112d2335ed9874114aed48f946e778a769"
59SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" 54SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys"
60 55
61# gopkg.in/yaml.v3 v3.0.1 56# gopkg.in/yaml.v3 v3.0.1
62# [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 57# [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51
63SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" 58SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51"
64SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" 59SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3"
65 60
66# k8s.io/apiserver v0.26.7 61# k8s.io/client-go v0.26.2
67# [1] git ls-remote https://github.com/kubernetes/apiserver 80dc0f4f7124e68e945376e5591a9fb503492f39 62# [1] git ls-remote https://github.com/kubernetes/client-go 620cb60675340a9ca825fd5082b0d500f9b62e90
68SRCREV_apiserver="80dc0f4f7124e68e945376e5591a9fb503492f39" 63SRCREV_client-go="620cb60675340a9ca825fd5082b0d500f9b62e90"
69SRC_URI += "git://github.com/kubernetes/apiserver;name=apiserver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apiserver"
70
71# k8s.io/client-go v0.26.7
72# [1] git ls-remote https://github.com/kubernetes/client-go 30088cdd7e8d70b3000586d4e9e42e50684359ca
73SRCREV_client-go="30088cdd7e8d70b3000586d4e9e42e50684359ca"
74SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/client-go" 64SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/client-go"
75 65
76# sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 66# sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2
@@ -83,19 +73,19 @@ SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobra
83SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a" 73SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a"
84SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml" 74SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml"
85 75
86# golang.org/x/sync v0.6.0 76# golang.org/x/sync v0.3.0
87# [1] git ls-remote https://go.googlesource.com/sync 59c1ca1e4661ed4452be4069ceea3c233f4deec1 77# [1] git ls-remote https://go.googlesource.com/sync 93782cc822b6b554cb7df40332fd010f0473cbc8
88SRCREV_sync="59c1ca1e4661ed4452be4069ceea3c233f4deec1" 78SRCREV_sync="93782cc822b6b554cb7df40332fd010f0473cbc8"
89SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" 79SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync"
90 80
91# golang.org/x/term v0.16.0 81# golang.org/x/term v0.7.0
92# [1] git ls-remote https://go.googlesource.com/term ae941452f58ff9bf62f7e9dca3ea6ae3d214a68b 82# [1] git ls-remote https://go.googlesource.com/term 7ae6be6d0150527c2c41e70586b9ade6a972a186
93SRCREV_x-term="ae941452f58ff9bf62f7e9dca3ea6ae3d214a68b" 83SRCREV_x-term="7ae6be6d0150527c2c41e70586b9ade6a972a186"
94SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" 84SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term"
95 85
96# golang.org/x/text v0.14.0 86# golang.org/x/text v0.9.0
97# [1] git ls-remote https://go.googlesource.com/text 6c97a165dd661335ff7bce6104a008558123c353 87# [1] git ls-remote https://go.googlesource.com/text 48e4a4a957429d31328a685863b594ca9a06b552
98SRCREV_text="6c97a165dd661335ff7bce6104a008558123c353" 88SRCREV_text="48e4a4a957429d31328a685863b594ca9a06b552"
99SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" 89SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text"
100 90
101# golang.org/x/time v0.3.0 91# golang.org/x/time v0.3.0
@@ -103,29 +93,34 @@ SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;d
103SRCREV_time="2c09566ef13fb5556401ddff3c53c3dbc2a42dac" 93SRCREV_time="2c09566ef13fb5556401ddff3c53c3dbc2a42dac"
104SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time" 94SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time"
105 95
106# go.uber.org/goleak v1.3.0 96# go.uber.org/goleak v1.2.1
107# [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c 97# [1] git ls-remote https://github.com/uber-go/goleak 83c7e126390f1508ca9cb8e87d70849b55181104
108SRCREV_goleak="31095c657c34bba405a8d480db27989aa5f60b9c" 98SRCREV_goleak="83c7e126390f1508ca9cb8e87d70849b55181104"
109SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/goleak" 99SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/goleak"
110 100
111# golang.org/x/tools v0.17.0 101# golang.org/x/tools v0.7.0
112# [1] git ls-remote https://go.googlesource.com/tools 0b1f1d4bc227cc2e610854f23e14696becb9e46c 102# [1] git ls-remote https://go.googlesource.com/tools 031fc75960d487b0b15db12fb328676236a3a39c
113SRCREV_tools="0b1f1d4bc227cc2e610854f23e14696becb9e46c" 103SRCREV_tools="031fc75960d487b0b15db12fb328676236a3a39c"
114SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools" 104SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools"
115 105
116# golang.org/x/crypto v0.18.0 106# github.com/adrg/xdg v0.4.0
117# [1] git ls-remote https://go.googlesource.com/crypto dbb6ec16ecef7a66638d8514be54b13660551b0a 107# [1] git ls-remote https://github.com/adrg/xdg 4ec40e24f0cf1039f93c773f2984decdea9719b5
118SRCREV_crypto="dbb6ec16ecef7a66638d8514be54b13660551b0a" 108SRCREV_xdg="4ec40e24f0cf1039f93c773f2984decdea9719b5"
109SRC_URI += "git://github.com/adrg/xdg;name=xdg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/adrg/xdg"
110
111# golang.org/x/crypto v0.7.0
112# [1] git ls-remote https://go.googlesource.com/crypto 776e461a4e6d8b372a43c72122c5c28cfc40dca2
113SRCREV_crypto="776e461a4e6d8b372a43c72122c5c28cfc40dca2"
119SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" 114SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto"
120 115
121# golang.org/x/oauth2 v0.11.0 116# golang.org/x/oauth2 v0.7.0
122# [1] git ls-remote https://go.googlesource.com/oauth2 2e4a4e2bfb69ca7609cb423438c55caa131431c1 117# [1] git ls-remote https://go.googlesource.com/oauth2 36075149c5b89480def496c735b8a1ba5fc63218
123SRCREV_oauth2="2e4a4e2bfb69ca7609cb423438c55caa131431c1" 118SRCREV_oauth2="36075149c5b89480def496c735b8a1ba5fc63218"
124SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2" 119SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2"
125 120
126# k8s.io/apimachinery v0.26.7 121# k8s.io/apimachinery v0.26.2
127# [1] git ls-remote https://github.com/kubernetes/apimachinery dd46389197a396927dadb194ae5fc9dbebeb5a31 122# [1] git ls-remote https://github.com/kubernetes/apimachinery 53ecdf01b997ca93c7db7615dfe7b27ad8391983
128SRCREV_apimachinery="dd46389197a396927dadb194ae5fc9dbebeb5a31" 123SRCREV_apimachinery="53ecdf01b997ca93c7db7615dfe7b27ad8391983"
129SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery" 124SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery"
130 125
131# k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 126# k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
@@ -143,24 +138,44 @@ SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;dests
143SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06" 138SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06"
144SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go" 139SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go"
145 140
146# github.com/docker/cli v25.0.3+incompatible 141# github.com/kr/pretty v0.3.0
147# [1] git ls-remote https://github.com/docker/cli 4debf411d1e6efbd9ce65e4250718e9c529a6525 142# [1] git ls-remote https://github.com/kr/pretty a883a8422cd235c67c6c4fdcb7bbb022143e10b1
148SRCREV_cli="4debf411d1e6efbd9ce65e4250718e9c529a6525" 143SRCREV_pretty="a883a8422cd235c67c6c4fdcb7bbb022143e10b1"
144SRC_URI += "git://github.com/kr/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pretty"
145
146# github.com/docker/cli v24.0.5+incompatible
147# [1] git ls-remote https://github.com/docker/cli ced099660009713e0e845eeb754e6050dbaa45d0
148SRCREV_cli="ced099660009713e0e845eeb754e6050dbaa45d0"
149SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" 149SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
150 150
151# github.com/pkg/errors v0.9.1
152# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465
153SRCREV_errors="614d223910a179a466c1767a985424175c39b465"
154SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors"
155
156# github.com/gofrs/uuid v4.2.0+incompatible
157# [1] git ls-remote https://github.com/gofrs/uuid 0c84a43ce25087b7041833685982950a65630d28
158SRCREV_uuid="0c84a43ce25087b7041833685982950a65630d28"
159SRC_URI += "git://github.com/gofrs/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/uuid"
160
151# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b 161# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
152# [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 162# [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992
153SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992" 163SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992"
154SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mgutz/ansi" 164SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mgutz/ansi"
155 165
156# github.com/pkg/errors v0.9.1 166# github.com/spf13/cast v1.5.0
157# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 167# [1] git ls-remote https://github.com/spf13/cast 2b0eb0f724e320b655240e331aef36d1175986c2
158SRCREV_errors="614d223910a179a466c1767a985424175c39b465" 168SRCREV_cast="2b0eb0f724e320b655240e331aef36d1175986c2"
159SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" 169SRC_URI += "git://github.com/spf13/cast;name=cast;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cast"
160 170
161# github.com/spf13/cobra v1.8.0 171# github.com/golang/mock v1.6.0
162# [1] git ls-remote https://github.com/spf13/cobra a0a6ae020bb3899ff0276067863e50523f897370 172# [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083
163SRCREV_cobra="a0a6ae020bb3899ff0276067863e50523f897370" 173SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083"
174SRC_URI += "git://github.com/golang/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/mock"
175
176# github.com/spf13/cobra v1.7.0
177# [1] git ls-remote https://github.com/spf13/cobra 4dd4b25de38418174a6e859e8a32eaccca32dccc
178SRCREV_cobra="4dd4b25de38418174a6e859e8a32eaccca32dccc"
164SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" 179SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
165 180
166# github.com/spf13/pflag v1.0.5 181# github.com/spf13/pflag v1.0.5
@@ -168,9 +183,9 @@ SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;de
168SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" 183SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
169SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" 184SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
170 185
171# google.golang.org/grpc v1.59.0 186# google.golang.org/grpc v1.57.0
172# [1] git ls-remote https://github.com/grpc/grpc-go 7765221f4bf6104973db7946d56936cf838cad46 187# [1] git ls-remote https://github.com/grpc/grpc-go 87bf02ad24f6cc071d2553eb5d62332194bba1fe
173SRCREV_grpc="7765221f4bf6104973db7946d56936cf838cad46" 188SRCREV_grpc="87bf02ad24f6cc071d2553eb5d62332194bba1fe"
174SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" 189SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc"
175 190
176# github.com/gofrs/flock v0.8.1 191# github.com/gofrs/flock v0.8.1
@@ -178,16 +193,16 @@ SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;de
178SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" 193SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3"
179SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" 194SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock"
180 195
181# github.com/google/uuid v1.5.0 196# github.com/gorilla/mux v1.8.0
182# [1] git ls-remote https://github.com/google/uuid 4d47f8eb066f43cfaedd728a543479d9c9dfa8f6 197# [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b
183SRCREV_uuid="4d47f8eb066f43cfaedd728a543479d9c9dfa8f6" 198SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b"
184SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid"
185
186# github.com/gorilla/mux v1.8.1
187# [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5
188SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5"
189SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux" 199SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux"
190 200
201# github.com/jinzhu/gorm v1.9.11
202# [1] git ls-remote https://github.com/jinzhu/gorm 81c17a7e2529c59efc4e74c5b32c1fb71fb12fa2
203SRCREV_gorm="81c17a7e2529c59efc4e74c5b32c1fb71fb12fa2"
204SRC_URI += "git://github.com/jinzhu/gorm;name=gorm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jinzhu/gorm"
205
191# github.com/moby/locker v1.0.1 206# github.com/moby/locker v1.0.1
192# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe 207# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe
193SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" 208SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe"
@@ -198,6 +213,11 @@ SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;d
198SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" 213SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d"
199SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg" 214SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg"
200 215
216# github.com/spf13/afero v1.9.2
217# [1] git ls-remote https://github.com/spf13/afero 2a70f2bb2db1524bf2aa3ca0cfebefa8d6367b7b
218SRCREV_afero="2a70f2bb2db1524bf2aa3ca0cfebefa8d6367b7b"
219SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/afero"
220
201# github.com/buger/goterm v1.0.4 221# github.com/buger/goterm v1.0.4
202# [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 222# [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31
203SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" 223SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31"
@@ -208,11 +228,6 @@ SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;
208SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" 228SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b"
209SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec" 229SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec"
210 230
211# github.com/otiai10/copy v1.14.0
212# [1] git ls-remote https://github.com/otiai10/copy fba066acb0eb6e25d510073787741c0a8b31bf1e
213SRCREV_copy="fba066acb0eb6e25d510073787741c0a8b31bf1e"
214SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/copy"
215
216# github.com/beorn7/perks v1.0.1 231# github.com/beorn7/perks v1.0.1
217# [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 232# [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6
218SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" 233SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6"
@@ -238,24 +253,29 @@ SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;d
238SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" 253SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d"
239SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" 254SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11"
240 255
241# github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 256# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c
242# [1] git ls-remote https://github.com/docker/buildx 617f538cb315e8fe2286b263f402ef3acfe2edff 257# [1] git ls-remote https://github.com/zmap/zcrypto 4dfcec6e9a8c2014f73dd584e64dc797129d77b8
243SRCREV_buildx="617f538cb315e8fe2286b263f402ef3acfe2edff" 258SRCREV_zcrypto="4dfcec6e9a8c2014f73dd584e64dc797129d77b8"
259SRC_URI += "git://github.com/zmap/zcrypto;name=zcrypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zcrypto"
260
261# github.com/docker/buildx v0.11.2
262# [1] git ls-remote https://github.com/docker/buildx 9872040b6626fb7d87ef7296fd5b832e8cc2ad17
263SRCREV_buildx="9872040b6626fb7d87ef7296fd5b832e8cc2ad17"
244SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx" 264SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx"
245 265
246# github.com/docker/docker v25.0.1+incompatible 266# github.com/docker/docker v24.0.5+incompatible
247# [1] git ls-remote https://github.com/moby/moby 71fa3ab079ec13d17257f86fa92db8d7f24802f1 267# [1] git ls-remote https://github.com/moby/moby a61e2b4c9c5f7c241aeb37f389b4444aee26bea4
248SRCREV_docker="71fa3ab079ec13d17257f86fa92db8d7f24802f1" 268SRCREV_docker="a61e2b4c9c5f7c241aeb37f389b4444aee26bea4"
249SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" 269SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
250 270
251# github.com/google/go-cmp v0.6.0 271# github.com/moby/buildkit v0.12.1
252# [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f 272# [1] git ls-remote https://github.com/moby/buildkit bb857a0d49f45aa0ce9cd554b78d4075553e20f9
253SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" 273SRCREV_buildkit="bb857a0d49f45aa0ce9cd554b78d4075553e20f9"
254SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp" 274SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/buildkit"
255 275
256# go.opentelemetry.io/otel v1.19.0 276# go.opentelemetry.io/otel v1.14.0
257# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 277# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
258SRCREV_otel="60666c554065ac4da502fe28943eea4b938ab479" 278SRCREV_otel="2e54fbb3fede5b54f316b3a08eab236febd854e0"
259SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel" 279SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel"
260 280
261# github.com/aws/smithy-go v1.13.5 281# github.com/aws/smithy-go v1.13.5
@@ -268,51 +288,51 @@ SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranc
268SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" 288SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
269SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" 289SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf"
270 290
291# github.com/google/go-cmp v0.5.9
292# [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0
293SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0"
294SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp"
295
271# github.com/google/gofuzz v1.2.0 296# github.com/google/gofuzz v1.2.0
272# [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 297# [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56
273SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" 298SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56"
274SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz" 299SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz"
275 300
301# github.com/hashicorp/hcl v1.0.0
302# [1] git ls-remote https://github.com/hashicorp/hcl 8cb6e5b959231cc1119e43259c4a608f9c51a241
303SRCREV_hcl="8cb6e5b959231cc1119e43259c4a608f9c51a241"
304SRC_URI += "git://github.com/hashicorp/hcl;name=hcl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/hcl"
305
276# github.com/imdario/mergo v0.3.16 306# github.com/imdario/mergo v0.3.16
277# [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 307# [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9
278SRCREV_imdario-mergo="14fe2b165b83359196f820886a2b24f2771729e9" 308SRCREV_mergo="14fe2b165b83359196f820886a2b24f2771729e9"
279SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" 309SRC_URI += "git://github.com/darccio/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo"
280
281# github.com/moby/sys/user v0.1.0
282# [1] git ls-remote https://github.com/moby/sys c0711cde08c8fa33857a2c28721659267f49b5e2
283SRCREV_user="c0711cde08c8fa33857a2c28721659267f49b5e2"
284SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/user"
285
286# github.com/containerd/log v0.1.0
287# [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199
288SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199"
289SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/log"
290 310
291# github.com/google/gnostic v0.5.7-v3refs 311# github.com/google/gnostic v0.5.7-v3refs
292# [1] git ls-remote https://github.com/google/gnostic b49832d97d25b6a41cbe34ea12257924a934eeee 312# [1] git ls-remote https://github.com/google/gnostic b49832d97d25b6a41cbe34ea12257924a934eeee
293SRCREV_gnostic="b49832d97d25b6a41cbe34ea12257924a934eeee" 313SRCREV_gnostic="b49832d97d25b6a41cbe34ea12257924a934eeee"
294SRC_URI += "git://github.com/google/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gnostic" 314SRC_URI += "git://github.com/google/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gnostic"
295 315
296# github.com/davecgh/go-spew v1.1.1 316# github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
297# [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 317# [1] git ls-remote https://github.com/laurazard/godog 4c4b17abdae7fd4f9d35cfe391ca65d172b092e3
298SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" 318SRCREV_godog="4c4b17abdae7fd4f9d35cfe391ca65d172b092e3"
299SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/davecgh/go-spew" 319SRC_URI += "git://github.com/laurazard/godog;name=godog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/laurazard/godog"
300 320
301# github.com/docker/go-units v0.5.0 321# github.com/docker/go-units v0.5.0
302# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f 322# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f
303SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" 323SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f"
304SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units" 324SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units"
305 325
306# github.com/mitchellh/go-ps v1.0.0
307# [1] git ls-remote https://github.com/mitchellh/go-ps 147ff83818ae939913b2e20b91ae3cd6c391771c
308SRCREV_go-ps="147ff83818ae939913b2e20b91ae3cd6c391771c"
309SRC_URI += "git://github.com/mitchellh/go-ps;name=go-ps;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-ps"
310
311# github.com/sirupsen/logrus v1.9.3 326# github.com/sirupsen/logrus v1.9.3
312# [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd 327# [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd
313SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" 328SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd"
314SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" 329SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
315 330
331# github.com/davecgh/go-spew v1.1.1
332# [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73
333SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73"
334SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/davecgh/go-spew"
335
316# github.com/go-openapi/swag v0.19.14 336# github.com/go-openapi/swag v0.19.14
317# [1] git ls-remote https://github.com/go-openapi/swag c78fa6719bc3d4b977d19a09064feda1c07571af 337# [1] git ls-remote https://github.com/go-openapi/swag c78fa6719bc3d4b977d19a09064feda1c07571af
318SRCREV_swag="c78fa6719bc3d4b977d19a09064feda1c07571af" 338SRCREV_swag="c78fa6719bc3d4b977d19a09064feda1c07571af"
@@ -348,14 +368,19 @@ SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobr
348SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" 368SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5"
349SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal" 369SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal"
350 370
351# google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d 371# github.com/subosito/gotenv v1.4.1
352# [1] git ls-remote https://github.com/googleapis/go-genproto b8732ec3820db4bd1e4eda89392b7728e81bd825 372# [1] git ls-remote https://github.com/subosito/gotenv d94fdbe829d24b31d6ac30b6beb28b6420c1778a
353SRCREV_genproto="b8732ec3820db4bd1e4eda89392b7728e81bd825" 373SRCREV_gotenv="d94fdbe829d24b31d6ac30b6beb28b6420c1778a"
374SRC_URI += "git://github.com/subosito/gotenv;name=gotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/subosito/gotenv"
375
376# google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54
377# [1] git ls-remote https://github.com/googleapis/go-genproto 0005af68ea5476a8b99ce94ab83ae4aaac864963
378SRCREV_genproto="0005af68ea5476a8b99ce94ab83ae4aaac864963"
354SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" 379SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto"
355 380
356# google.golang.org/protobuf v1.31.0 381# google.golang.org/protobuf v1.30.0
357# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 68463f0e96c93bc19ef36ccd3adfe690bfdb568c 382# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go f221882bfb484564f1714ae05f197dea2c76898d
358SRCREV_google.golang.org-protobuf="68463f0e96c93bc19ef36ccd3adfe690bfdb568c" 383SRCREV_google.golang.org-protobuf="f221882bfb484564f1714ae05f197dea2c76898d"
359SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf" 384SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf"
360 385
361# github.com/stretchr/testify v1.8.4 386# github.com/stretchr/testify v1.8.4
@@ -363,6 +388,11 @@ SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-
363SRCREV_testify="f97607b89807936ac4ff96748d766cf4b9711f78" 388SRCREV_testify="f97607b89807936ac4ff96748d766cf4b9711f78"
364SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" 389SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify"
365 390
391# github.com/cloudflare/cfssl v1.6.4
392# [1] git ls-remote https://github.com/cloudflare/cfssl b4d0d877cac528f63db39dfb62d5c96cd3a32a0b
393SRCREV_cfssl="b4d0d877cac528f63db39dfb62d5c96cd3a32a0b"
394SRC_URI += "git://github.com/cloudflare/cfssl;name=cfssl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cloudflare/cfssl"
395
366# github.com/josharian/intern v1.0.0 396# github.com/josharian/intern v1.0.0
367# [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd 397# [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd
368SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" 398SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd"
@@ -408,9 +438,9 @@ SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobr
408SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b" 438SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b"
409SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tilt-dev/fsnotify" 439SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tilt-dev/fsnotify"
410 440
411# go.opentelemetry.io/otel/sdk v1.19.0 441# go.opentelemetry.io/otel/sdk v1.14.0
412# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 442# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
413SRCREV_sdk="60666c554065ac4da502fe28943eea4b938ab479" 443SRCREV_sdk="2e54fbb3fede5b54f316b3a08eab236febd854e0"
414SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/sdk" 444SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/sdk"
415 445
416# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 446# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
@@ -418,11 +448,6 @@ SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=h
418SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" 448SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9"
419SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-ansiterm" 449SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-ansiterm"
420 450
421# github.com/Microsoft/hcsshim v0.11.4
422# [1] git ls-remote https://github.com/microsoft/hcsshim b16edf62c1723deb948632261b445d0228d973e0
423SRCREV_hcsshim="b16edf62c1723deb948632261b445d0228d973e0"
424SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim"
425
426# github.com/aws/aws-sdk-go-v2 v1.17.6 451# github.com/aws/aws-sdk-go-v2 v1.17.6
427# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50 452# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
428SRCREV_aws-sdk-go-v2="18bff5e44f4c2c140feaf54b2dd92140630c7e50" 453SRCREV_aws-sdk-go-v2="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
@@ -438,9 +463,9 @@ SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobran
438SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" 463SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c"
439SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics" 464SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics"
440 465
441# github.com/felixge/httpsnoop v1.0.4 466# github.com/felixge/httpsnoop v1.0.3
442# [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c 467# [1] git ls-remote https://github.com/felixge/httpsnoop ef9fc62cdc3cc5abc33d6018fe1324890bb48145
443SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" 468SRCREV_httpsnoop="ef9fc62cdc3cc5abc33d6018fe1324890bb48145"
444SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop" 469SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop"
445 470
446# github.com/hashicorp/errwrap v1.1.0 471# github.com/hashicorp/errwrap v1.1.0
@@ -463,9 +488,9 @@ SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobra
463SRCREV_common="66b493f42b757378fbad83e42b0ed441d425a17b" 488SRCREV_common="66b493f42b757378fbad83e42b0ed441d425a17b"
464SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" 489SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common"
465 490
466# github.com/prometheus/procfs v0.10.1 491# github.com/prometheus/procfs v0.9.0
467# [1] git ls-remote https://github.com/prometheus/procfs 332e865adfebaa7eaedc94535a3f12f7e5eeb2d4 492# [1] git ls-remote https://github.com/prometheus/procfs bb7727a9ca9b3cd1559b42ffa74e13ef7efb6283
468SRCREV_procfs="332e865adfebaa7eaedc94535a3f12f7e5eeb2d4" 493SRCREV_procfs="bb7727a9ca9b3cd1559b42ffa74e13ef7efb6283"
469SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" 494SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs"
470 495
471# github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb 496# github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb
@@ -483,19 +508,24 @@ SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nob
483SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" 508SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527"
484SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" 509SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
485 510
486# github.com/crazy-max/buildkit v0.7.1-0.20240130133234-d9aa289bd124 511# github.com/bugsnag/bugsnag-go v1.5.0
487# [1] git ls-remote https://github.com/crazy-max/buildkit d9aa289bd124b2f3d8e5ff3e3225827bb93bc75a 512# [1] git ls-remote https://github.com/bugsnag/bugsnag-go d5b63da7e1f93d83e3980e5ab2bf33179bad7b2a
488SRCREV_buildkit="d9aa289bd124b2f3d8e5ff3e3225827bb93bc75a" 513SRCREV_bugsnag-go="d5b63da7e1f93d83e3980e5ab2bf33179bad7b2a"
489SRC_URI += "git://github.com/crazy-max/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/crazy-max/buildkit" 514SRC_URI += "git://github.com/bugsnag/bugsnag-go;name=bugsnag-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bugsnag/bugsnag-go"
490 515
491# github.com/fvbommel/sortorder v1.0.2 516# github.com/fvbommel/sortorder v1.0.2
492# [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6 517# [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6
493SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6" 518SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6"
494SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder" 519SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder"
495 520
496# github.com/klauspost/compress v1.17.4 521# github.com/hashicorp/go-memdb v1.3.2
497# [1] git ls-remote https://github.com/klauspost/compress 98ff542abe3108aa760c1558f80d393be0136539 522# [1] git ls-remote https://github.com/hashicorp/go-memdb 542a5804dedaaddf1a0cad8b6a7b0b3fcf438776
498SRCREV_compress="98ff542abe3108aa760c1558f80d393be0136539" 523SRCREV_go-memdb="542a5804dedaaddf1a0cad8b6a7b0b3fcf438776"
524SRC_URI += "git://github.com/hashicorp/go-memdb;name=go-memdb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-memdb"
525
526# github.com/klauspost/compress v1.16.5
527# [1] git ls-remote https://github.com/klauspost/compress ed6feffc3bb26797dc2a376516b16611046cdecd
528SRCREV_compress="ed6feffc3bb26797dc2a376516b16611046cdecd"
499SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" 529SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
500 530
501# github.com/mattn/go-colorable v0.1.13 531# github.com/mattn/go-colorable v0.1.13
@@ -503,14 +533,14 @@ SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nob
503SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" 533SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be"
504SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable" 534SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable"
505 535
506# github.com/mattn/go-runewidth v0.0.15 536# github.com/mattn/go-runewidth v0.0.14
507# [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560 537# [1] git ls-remote https://github.com/mattn/go-runewidth 2c6a438f68cfe01255a90824599da41fdf76d1e2
508SRCREV_go-runewidth="44b7c5b4d67df8ca22917b6800c158a6d3be3560" 538SRCREV_go-runewidth="2c6a438f68cfe01255a90824599da41fdf76d1e2"
509SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth" 539SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth"
510 540
511# github.com/moby/sys/mountinfo v0.7.1 541# github.com/moby/sys/mountinfo v0.6.2
512# [1] git ls-remote https://github.com/moby/sys 4950d7687cf6c9b138dc0e18c2c7351e1f6ed497 542# [1] git ls-remote https://github.com/moby/sys 1bf36f7188c31f2797c556c4c4d7d9af7a6a965b
513SRCREV_mountinfo="4950d7687cf6c9b138dc0e18c2c7351e1f6ed497" 543SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b"
514SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" 544SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo"
515 545
516# github.com/modern-go/reflect2 v1.0.2 546# github.com/modern-go/reflect2 v1.0.2
@@ -538,19 +568,19 @@ SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=htt
538SRCREV_patternmatcher="347bb8d8d557f90d1b75cd8bca3c0177f380a979" 568SRCREV_patternmatcher="347bb8d8d557f90d1b75cd8bca3c0177f380a979"
539SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/patternmatcher" 569SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/patternmatcher"
540 570
541# go.opentelemetry.io/otel/trace v1.19.0 571# go.opentelemetry.io/otel/trace v1.14.0
542# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 572# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
543SRCREV_trace="60666c554065ac4da502fe28943eea4b938ab479" 573SRCREV_trace="2e54fbb3fede5b54f316b3a08eab236febd854e0"
544SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/trace" 574SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/trace"
545 575
546# github.com/cenkalti/backoff/v4 v4.2.1 576# github.com/cenkalti/backoff/v4 v4.2.0
547# [1] git ls-remote https://github.com/cenkalti/backoff a04a6fe64ffb0e3fd0816460529d300be5f252df 577# [1] git ls-remote https://github.com/cenkalti/backoff e5c9822f4eaffe6a2abac94d7fbf85380dd629a8
548SRCREV_v4="a04a6fe64ffb0e3fd0816460529d300be5f252df" 578SRCREV_v4="e5c9822f4eaffe6a2abac94d7fbf85380dd629a8"
549SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4" 579SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4"
550 580
551# github.com/docker/distribution v2.8.3+incompatible 581# github.com/docker/distribution v2.8.2+incompatible
552# [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f 582# [1] git ls-remote https://github.com/distribution/distribution 7c354a4b40feeea21d7eeae4de91c8ff7951e672
553SRCREV_distribution="4772604ae973031ab32dd9805a4bccf61d94909f" 583SRCREV_distribution="7c354a4b40feeea21d7eeae4de91c8ff7951e672"
554SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" 584SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution"
555 585
556# github.com/moby/sys/sequential v0.5.0 586# github.com/moby/sys/sequential v0.5.0
@@ -558,14 +588,19 @@ SRC_URI += "git://github.com/distribution/distribution;name=distribution;protoco
558SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" 588SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7"
559SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential" 589SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential"
560 590
591# github.com/opencontainers/runc v1.1.7
592# [1] git ls-remote https://github.com/opencontainers/runc 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
593SRCREV_runc="860f061b76bb4fc671f0f9e900f7d80ff93d4eb7"
594SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
595
561# github.com/shibumi/go-pathspec v1.3.0 596# github.com/shibumi/go-pathspec v1.3.0
562# [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd 597# [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd
563SRCREV_go-pathspec="30eddf187f62305a5b34f662049d077211abaacd" 598SRCREV_go-pathspec="30eddf187f62305a5b34f662049d077211abaacd"
564SRC_URI += "git://github.com/shibumi/go-pathspec;name=go-pathspec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shibumi/go-pathspec" 599SRC_URI += "git://github.com/shibumi/go-pathspec;name=go-pathspec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shibumi/go-pathspec"
565 600
566# go.opentelemetry.io/proto/otlp v1.0.0 601# go.opentelemetry.io/proto/otlp v0.19.0
567# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 97744b2e4a0fa6787b96b9c3c740daefca754333 602# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go c98f6b5f7362c9b4a717c7a4dab1ba90796a8f21
568SRCREV_otlp="97744b2e4a0fa6787b96b9c3c740daefca754333" 603SRCREV_otlp="c98f6b5f7362c9b4a717c7a4dab1ba90796a8f21"
569SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/proto/otlp" 604SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/proto/otlp"
570 605
571# github.com/docker/cli-docs-tool v0.6.0 606# github.com/docker/cli-docs-tool v0.6.0
@@ -578,19 +613,29 @@ SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=ht
578SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a" 613SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a"
579SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-version" 614SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-version"
580 615
616# github.com/hashicorp/golang-lru v0.5.4
617# [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54
618SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54"
619SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru"
620
581# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 621# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
582# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 622# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94
583SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" 623SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94"
584SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent" 624SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent"
585 625
626# github.com/pelletier/go-toml/v2 v2.0.5
627# [1] git ls-remote https://github.com/pelletier/go-toml 942841787a7d70422e4d8bc7d0be28ab911402df
628SRCREV_go-toml-v2="942841787a7d70422e4d8bc7d0be28ab911402df"
629SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml/v2"
630
586# github.com/xeipuuv/gojsonschema v1.2.0 631# github.com/xeipuuv/gojsonschema v1.2.0
587# [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 632# [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927
588SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" 633SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927"
589SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema" 634SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema"
590 635
591# go.opentelemetry.io/otel/metric v1.19.0 636# go.opentelemetry.io/otel/metric v0.37.0
592# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 637# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
593SRCREV_metric="60666c554065ac4da502fe28943eea4b938ab479" 638SRCREV_metric="2e54fbb3fede5b54f316b3a08eab236febd854e0"
594SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/metric" 639SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/metric"
595 640
596# github.com/AlecAivazis/survey/v2 v2.3.7 641# github.com/AlecAivazis/survey/v2 v2.3.7
@@ -598,14 +643,14 @@ SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protoco
598SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126" 643SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126"
599SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AlecAivazis/survey/v2" 644SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AlecAivazis/survey/v2"
600 645
601# github.com/containerd/containerd v1.7.12 646# github.com/containerd/containerd v1.7.3
602# [1] git ls-remote https://github.com/containerd/containerd 71909c1814c544ac47ab91d2e8b84718e517bb99 647# [1] git ls-remote https://github.com/containerd/containerd 7880925980b188f4c97b462f709d0db8e8962aff
603SRCREV_containerd="71909c1814c544ac47ab91d2e8b84718e517bb99" 648SRCREV_containerd="7880925980b188f4c97b462f709d0db8e8962aff"
604SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" 649SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
605 650
606# github.com/docker/go-connections v0.5.0 651# github.com/docker/go-connections v0.4.0
607# [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace 652# [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55
608SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace" 653SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55"
609SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-connections" 654SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-connections"
610 655
611# github.com/Masterminds/semver/v3 v3.2.1 656# github.com/Masterminds/semver/v3 v3.2.1
@@ -613,9 +658,9 @@ SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=
613SRCREV_semver-v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5" 658SRCREV_semver-v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5"
614SRC_URI += "git://github.com/Masterminds/semver;name=semver-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver/v3" 659SRC_URI += "git://github.com/Masterminds/semver;name=semver-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver/v3"
615 660
616# github.com/containerd/continuity v0.4.2 661# github.com/containerd/continuity v0.4.1
617# [1] git ls-remote https://github.com/containerd/continuity 77a2d47a6668b82465fdf6cb749fe3a2aa2c9743 662# [1] git ls-remote https://github.com/containerd/continuity 25762ef7c27a37645197ed6d1d708e55a230e35d
618SRCREV_continuity="77a2d47a6668b82465fdf6cb749fe3a2aa2c9743" 663SRCREV_continuity="25762ef7c27a37645197ed6d1d708e55a230e35d"
619SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" 664SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
620 665
621# github.com/containerd/typeurl/v2 v2.1.1 666# github.com/containerd/typeurl/v2 v2.1.1
@@ -623,21 +668,16 @@ SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=http
623SRCREV_typeurl-v2="7ef6316b771f959cbb208b229e3423a466947df3" 668SRCREV_typeurl-v2="7ef6316b771f959cbb208b229e3423a466947df3"
624SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl/v2" 669SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl/v2"
625 670
626# github.com/mitchellh/reflectwalk v1.0.2 671# github.com/magiconair/properties v1.8.6
627# [1] git ls-remote https://github.com/mitchellh/reflectwalk e0c24fdb021963cd2c4013097a0b993a7c4e344f 672# [1] git ls-remote https://github.com/magiconair/properties 869a5592420f4ff6ebf74500b5c658b29d973172
628SRCREV_reflectwalk="e0c24fdb021963cd2c4013097a0b993a7c4e344f" 673SRCREV_properties="869a5592420f4ff6ebf74500b5c658b29d973172"
629SRC_URI += "git://github.com/mitchellh/reflectwalk;name=reflectwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/reflectwalk" 674SRC_URI += "git://github.com/magiconair/properties;name=properties;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/magiconair/properties"
630 675
631# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 676# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
632# [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb 677# [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb
633SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" 678SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb"
634SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer" 679SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer"
635 680
636# github.com/distribution/reference v0.5.0
637# [1] git ls-remote https://github.com/distribution/reference 49c28499d219290c3226822e9cfcd4ede6d75379
638SRCREV_reference="49c28499d219290c3226822e9cfcd4ede6d75379"
639SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/reference"
640
641# github.com/mitchellh/mapstructure v1.5.0 681# github.com/mitchellh/mapstructure v1.5.0
642# [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 682# [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311
643SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" 683SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311"
@@ -653,11 +693,6 @@ SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=htt
653SRCREV_jsonpointer="2446e21cad36eee826e1c2380f0ff747074a2faa" 693SRCREV_jsonpointer="2446e21cad36eee826e1c2380f0ff747074a2faa"
654SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonpointer" 694SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonpointer"
655 695
656# github.com/hashicorp/go-cleanhttp v0.5.2
657# [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2
658SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2"
659SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-cleanhttp"
660
661# github.com/in-toto/in-toto-golang v0.5.0 696# github.com/in-toto/in-toto-golang v0.5.0
662# [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe 697# [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe
663SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe" 698SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe"
@@ -668,21 +703,31 @@ SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol
668SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" 703SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0"
669SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kballard/go-shellquote" 704SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kballard/go-shellquote"
670 705
706# github.com/compose-spec/compose-go v1.18.3
707# [1] git ls-remote https://github.com/compose-spec/compose-go c6eecc55b95f952b6d6406adcd297499d11a300b
708SRCREV_compose-go="c6eecc55b95f952b6d6406adcd297499d11a300b"
709SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/compose-spec/compose-go"
710
671# github.com/hashicorp/go-multierror v1.1.1 711# github.com/hashicorp/go-multierror v1.1.1
672# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 712# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0
673SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" 713SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0"
674SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror" 714SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror"
675 715
676# github.com/mitchellh/copystructure v1.2.0 716# github.com/cucumber/gherkin-go/v19 v19.0.3
677# [1] git ls-remote https://github.com/mitchellh/copystructure d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84 717# [1] git ls-remote https://github.com/cucumber/gherkin-go 11029f28bd1bc215fa57275b576f2b237b7c2b07
678SRCREV_copystructure="d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84" 718SRCREV_v19="11029f28bd1bc215fa57275b576f2b237b7c2b07"
679SRC_URI += "git://github.com/mitchellh/copystructure;name=copystructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/copystructure" 719SRC_URI += "git://github.com/cucumber/gherkin-go;name=v19;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/gherkin-go/v19"
680 720
681# github.com/prometheus/client_model v0.4.0 721# github.com/prometheus/client_model v0.3.0
682# [1] git ls-remote https://github.com/prometheus/client_model 91c3945f2cfbfb9040e34a0b6764d804b5a5a490 722# [1] git ls-remote https://github.com/prometheus/client_model 63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef
683SRCREV_client_model="91c3945f2cfbfb9040e34a0b6764d804b5a5a490" 723SRCREV_client_model="63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef"
684SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model" 724SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model"
685 725
726# github.com/spf13/jwalterweatherman v1.1.0
727# [1] git ls-remote https://github.com/spf13/jwalterweatherman 94f6ae3ed3bceceafa716478c5fbf8d29ca601a1
728SRCREV_jwalterweatherman="94f6ae3ed3bceceafa716478c5fbf8d29ca601a1"
729SRC_URI += "git://github.com/spf13/jwalterweatherman;name=jwalterweatherman;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/jwalterweatherman"
730
686# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 731# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
687# [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b 732# [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b
688SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" 733SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b"
@@ -698,24 +743,24 @@ SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=ht
698SRCREV_config="18bff5e44f4c2c140feaf54b2dd92140630c7e50" 743SRCREV_config="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
699SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/config" 744SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/config"
700 745
746# github.com/cucumber/messages-go/v16 v16.0.1
747# [1] git ls-remote https://github.com/cucumber/messages-go 1848e9bfc84e8c1674c4d9ded0bdbfc23c458b28
748SRCREV_v16="1848e9bfc84e8c1674c4d9ded0bdbfc23c458b28"
749SRC_URI += "git://github.com/cucumber/messages-go;name=v16;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/messages-go/v16"
750
701# github.com/go-openapi/jsonreference v0.20.0 751# github.com/go-openapi/jsonreference v0.20.0
702# [1] git ls-remote https://github.com/go-openapi/jsonreference c5db5582e080fbeae80be42f42881230a8caebf6 752# [1] git ls-remote https://github.com/go-openapi/jsonreference c5db5582e080fbeae80be42f42881230a8caebf6
703SRCREV_jsonreference="c5db5582e080fbeae80be42f42881230a8caebf6" 753SRCREV_jsonreference="c5db5582e080fbeae80be42f42881230a8caebf6"
704SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonreference" 754SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonreference"
705 755
706# github.com/prometheus/client_golang v1.16.0 756# github.com/prometheus/client_golang v1.14.0
707# [1] git ls-remote https://github.com/prometheus/client_golang 3583c1e1d085b75cab406c78b015562d45552b39 757# [1] git ls-remote https://github.com/prometheus/client_golang 254e5468413f19fb75cdad45f5ddc0b8c975188c
708SRCREV_client_golang="3583c1e1d085b75cab406c78b015562d45552b39" 758SRCREV_client_golang="254e5468413f19fb75cdad45f5ddc0b8c975188c"
709SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang" 759SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang"
710 760
711# go.opentelemetry.io/otel/sdk/metric v1.19.0 761# github.com/opencontainers/image-spec v1.1.0-rc4
712# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 762# [1] git ls-remote https://github.com/opencontainers/image-spec 82e8329f7eb6df5c62924f2792d285ba276ae876
713SRCREV_sdk-metric="60666c554065ac4da502fe28943eea4b938ab479" 763SRCREV_image-spec="82e8329f7eb6df5c62924f2792d285ba276ae876"
714SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk-metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/sdk/metric"
715
716# github.com/opencontainers/image-spec v1.1.0-rc6
717# [1] git ls-remote https://github.com/opencontainers/image-spec 6c2b5fafa0731a97aad0c2a68bac238d6c98c690
718SRCREV_image-spec="6c2b5fafa0731a97aad0c2a68bac238d6c98c690"
719SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec" 764SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec"
720 765
721# github.com/theupdateframework/notary v0.7.0 766# github.com/theupdateframework/notary v0.7.0
@@ -723,9 +768,9 @@ SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=
723SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" 768SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598"
724SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary" 769SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary"
725 770
726# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 771# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
727# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf 772# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers 43070de90fa134c9ea55cd6de4308a2ae59658d3
728SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf" 773SRCREV_go-fuzz-headers="43070de90fa134c9ea55cd6de4308a2ae59658d3"
729SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" 774SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdaLogics/go-fuzz-headers"
730 775
731# github.com/inconshreveable/mousetrap v1.1.0 776# github.com/inconshreveable/mousetrap v1.1.0
@@ -738,15 +783,20 @@ SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=h
738SRCREV_structured-merge-diff-v4="26781d0c10bfdbd7d66b18d8be83985f623df9f8" 783SRCREV_structured-merge-diff-v4="26781d0c10bfdbd7d66b18d8be83985f623df9f8"
739SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" 784SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4"
740 785
741# github.com/compose-spec/compose-go/v2 v2.0.0-rc.8 786# github.com/cyphar/filepath-securejoin v0.2.3
742# [1] git ls-remote https://github.com/compose-spec/compose-go b32c8a1e23e7b84aea4d134066a3a74023e92675 787# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 8f267f5ea675a20a2cb5e91011d063721f53bf79
743SRCREV_compose-go-v2="b32c8a1e23e7b84aea4d134066a3a74023e92675" 788SRCREV_filepath-securejoin="8f267f5ea675a20a2cb5e91011d063721f53bf79"
744SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/compose-spec/compose-go/v2" 789SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyphar/filepath-securejoin"
745 790
746# tags.cncf.io/container-device-interface v0.6.2 791# github.com/distribution/distribution/v3 v3.0.0-20230601133803-97b1d649c493
747# [1] git ls-remote https://github.com/cncf-tags/container-device-interface fb50bf8fc8b2c3c8fda6d23ab7e044774dcca678 792# [1] git ls-remote https://github.com/distribution/distribution 97b1d649c4938d0f608d96454d6a8326b1f96acd
748SRCREV_container-device-interface="fb50bf8fc8b2c3c8fda6d23ab7e044774dcca678" 793SRCREV_v3="97b1d649c4938d0f608d96454d6a8326b1f96acd"
749SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/tags.cncf.io/container-device-interface" 794SRC_URI += "git://github.com/distribution/distribution;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3"
795
796# github.com/hashicorp/go-immutable-radix v1.3.1
797# [1] git ls-remote https://github.com/hashicorp/go-immutable-radix 49d1d02c49a783de548d1ba8ae8fde466a20b9e6
798SRCREV_go-immutable-radix="49d1d02c49a783de548d1ba8ae8fde466a20b9e6"
799SRC_URI += "git://github.com/hashicorp/go-immutable-radix;name=go-immutable-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-immutable-radix"
750 800
751# github.com/aws/aws-sdk-go-v2/credentials v1.13.16 801# github.com/aws/aws-sdk-go-v2/credentials v1.13.16
752# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50 802# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
@@ -768,24 +818,24 @@ SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=
768SRCREV_ini="18bff5e44f4c2c140feaf54b2dd92140630c7e50" 818SRCREV_ini="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
769SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini" 819SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini"
770 820
771# github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 821# github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
772# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 09e3965a330155f7db8482269d7d91b9bceb7641 822# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 0197faf8b072910084edd1209aa2ac51833b895c
773SRCREV_grpc-gateway-v2="09e3965a330155f7db8482269d7d91b9bceb7641" 823SRCREV_grpc-gateway-v2="0197faf8b072910084edd1209aa2ac51833b895c"
774SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2" 824SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2"
775 825
776# google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d 826# google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9
777# [1] git ls-remote https://github.com/googleapis/go-genproto b8732ec3820db4bd1e4eda89392b7728e81bd825 827# [1] git ls-remote https://github.com/googleapis/go-genproto dd9d682886f99d242574cd3eaea438ce7ea66399
778SRCREV_api="b8732ec3820db4bd1e4eda89392b7728e81bd825" 828SRCREV_api="dd9d682886f99d242574cd3eaea438ce7ea66399"
779SRC_URI += "git://github.com/googleapis/go-genproto;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/api" 829SRC_URI += "git://github.com/googleapis/go-genproto;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/api"
780 830
781# google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d 831# google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
782# [1] git ls-remote https://github.com/googleapis/go-genproto b8732ec3820db4bd1e4eda89392b7728e81bd825 832# [1] git ls-remote https://github.com/googleapis/go-genproto 28d5490b6b19cce1ebbc6ab55ca8637bd35b3486
783SRCREV_rpc="b8732ec3820db4bd1e4eda89392b7728e81bd825" 833SRCREV_rpc="28d5490b6b19cce1ebbc6ab55ca8637bd35b3486"
784SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/rpc" 834SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/rpc"
785 835
786# github.com/docker/docker-credential-helpers v0.8.0 836# github.com/docker/docker-credential-helpers v0.7.0
787# [1] git ls-remote https://github.com/docker/docker-credential-helpers 8396edb35f8d7229e75482e9d82c7729fa7001b7 837# [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde
788SRCREV_docker-credential-helpers="8396edb35f8d7229e75482e9d82c7729fa7001b7" 838SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde"
789SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker-credential-helpers" 839SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker-credential-helpers"
790 840
791# github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 841# github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5
@@ -803,19 +853,14 @@ SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;name=go-grpc-midd
803SRCREV_imds="18bff5e44f4c2c140feaf54b2dd92140630c7e50" 853SRCREV_imds="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
804SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds" 854SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds"
805 855
806# go.opentelemetry.io/otel/exporters/prometheus v0.42.0
807# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479
808SRCREV_prometheus="60666c554065ac4da502fe28943eea4b938ab479"
809SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=prometheus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/prometheus"
810
811# github.com/matttproud/golang_protobuf_extensions v1.0.4 856# github.com/matttproud/golang_protobuf_extensions v1.0.4
812# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d 857# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d
813SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" 858SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d"
814SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions" 859SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions"
815 860
816# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 861# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0
817# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 862# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
818SRCREV_otlptrace="60666c554065ac4da502fe28943eea4b938ab479" 863SRCREV_otlptrace="2e54fbb3fede5b54f316b3a08eab236febd854e0"
819SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace" 864SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace"
820 865
821# github.com/secure-systems-lab/go-securesystemslib v0.4.0 866# github.com/secure-systems-lab/go-securesystemslib v0.4.0
@@ -828,53 +873,43 @@ SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-secu
828SRCREV_endpoints-v2="18bff5e44f4c2c140feaf54b2dd92140630c7e50" 873SRCREV_endpoints-v2="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
829SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2" 874SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2"
830 875
831# go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0
832# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479
833SRCREV_otlpmetric="60666c554065ac4da502fe28943eea4b938ab479"
834SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric"
835
836# github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 876# github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30
837# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50 877# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
838SRCREV_configsources="18bff5e44f4c2c140feaf54b2dd92140630c7e50" 878SRCREV_configsources="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
839SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources" 879SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources"
840 880
881# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0
882# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
883SRCREV_retry="2e54fbb3fede5b54f316b3a08eab236febd854e0"
884SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/internal/retry"
885
841# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 886# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24
842# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50 887# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
843SRCREV_presigned-url="18bff5e44f4c2c140feaf54b2dd92140630c7e50" 888SRCREV_presigned-url="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
844SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url" 889SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url"
845 890
846# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 891# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0
847# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9d4eb7e7706038b07d33f83f76afbe13f53d171d 892# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 3311cc2a734d7597598cc67910f8f292d13eeda7
848SRCREV_otelhttp="9d4eb7e7706038b07d33f83f76afbe13f53d171d" 893SRCREV_otelhttp="3311cc2a734d7597598cc67910f8f292d13eeda7"
849SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" 894SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"
850 895
851# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 896# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
852# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 897# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
853SRCREV_otlptracegrpc="60666c554065ac4da502fe28943eea4b938ab479" 898SRCREV_otlptracegrpc="2e54fbb3fede5b54f316b3a08eab236febd854e0"
854SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc" 899SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
855 900
856# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 901# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0
857# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 902# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
858SRCREV_otlptracehttp="60666c554065ac4da502fe28943eea4b938ab479" 903SRCREV_otlptracehttp="2e54fbb3fede5b54f316b3a08eab236febd854e0"
859SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracehttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp" 904SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracehttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp"
860 905
861# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 906# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0
862# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 907# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 3311cc2a734d7597598cc67910f8f292d13eeda7
863SRCREV_otlpmetricgrpc="60666c554065ac4da502fe28943eea4b938ab479" 908SRCREV_otelgrpc="3311cc2a734d7597598cc67910f8f292d13eeda7"
864SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetricgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc"
865
866# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0
867# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479
868SRCREV_otlpmetrichttp="60666c554065ac4da502fe28943eea4b938ab479"
869SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetrichttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp"
870
871# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0
872# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9d4eb7e7706038b07d33f83f76afbe13f53d171d
873SRCREV_otelgrpc="9d4eb7e7706038b07d33f83f76afbe13f53d171d"
874SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc" 909SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc"
875 910
876# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 911# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.40.0
877# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9d4eb7e7706038b07d33f83f76afbe13f53d171d 912# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 3311cc2a734d7597598cc67910f8f292d13eeda7
878SRCREV_otelhttptrace="9d4eb7e7706038b07d33f83f76afbe13f53d171d" 913SRCREV_otelhttptrace="3311cc2a734d7597598cc67910f8f292d13eeda7"
879SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace" 914SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace"
880 915