summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-09-04 20:22:01 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-15 17:30:40 +0000
commit0e2058840e41cfba2239b379321bcf1cee54608a (patch)
tree8207e1440375486f214051449ccce1089352de83 /recipes-containers
parent03085cfb540ba7495f5a841e89f1258dc3693833 (diff)
downloadmeta-virtualization-0e2058840e41cfba2239b379321bcf1cee54608a.tar.gz
docker-compose: upgrade to v2.20.3
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/docker-compose/docker-compose_git.bb6
-rw-r--r--recipes-containers/docker-compose/files/modules.txt276
-rw-r--r--recipes-containers/docker-compose/relocation.inc348
-rw-r--r--recipes-containers/docker-compose/src_uri.inc1356
4 files changed, 1086 insertions, 900 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb
index 86f4be27..d528535c 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 = "02ad467f89ebc343aa03ce89d18875ea4d604ea3" 12SRCREV_compose = "8d0df1876296bc639614653ba5de38a377da5356"
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
@@ -18,14 +18,12 @@ include src_uri.inc
18# patches and config 18# patches and config
19SRC_URI += "file://modules.txt" 19SRC_URI += "file://modules.txt"
20 20
21SRC_URI[sha256sum] = "d7b05a9bff34dfb25abe7e5b1e54cf2607f953d91cb33fb231a4775a1a4afa3d"
22
23LICENSE = "Apache-2.0" 21LICENSE = "Apache-2.0"
24LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f607e" 22LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
25 23
26GO_IMPORT = "import" 24GO_IMPORT = "import"
27 25
28PV = "v2.17.2" 26PV = "v2.20.3"
29 27
30COMPOSE_PKG = "github.com/docker/compose/v2" 28COMPOSE_PKG = "github.com/docker/compose/v2"
31 29
diff --git a/recipes-containers/docker-compose/files/modules.txt b/recipes-containers/docker-compose/files/modules.txt
index 8fdc0d6c..0ba3cd1f 100644
--- a/recipes-containers/docker-compose/files/modules.txt
+++ b/recipes-containers/docker-compose/files/modules.txt
@@ -1,58 +1,66 @@
1# github.com/AlecAivazis/survey/v2 v2.3.6 1# github.com/AlecAivazis/survey/v2 v2.3.7
2## explicit
3# github.com/Microsoft/go-winio v0.6.1
2## explicit 4## explicit
3# github.com/buger/goterm v1.0.4 5# github.com/buger/goterm v1.0.4
4## explicit 6## explicit
5# github.com/compose-spec/compose-go v1.13.2 7# github.com/compose-spec/compose-go v1.18.1
6## explicit 8## explicit
7# github.com/containerd/console v1.0.3 9# github.com/containerd/console v1.0.3
8## explicit 10## explicit
9# github.com/containerd/containerd v1.6.19 11# github.com/containerd/containerd v1.7.3
10## explicit 12## explicit
11# github.com/cucumber/godog v0.0.0-00010101000000-000000000000 13# github.com/cucumber/godog v0.0.0-00010101000000-000000000000
12## explicit 14## explicit
13# github.com/distribution/distribution/v3 v3.0.0-20230223072852-e5d5810851d1 15# github.com/distribution/distribution/v3 v3.0.0-20230601133803-97b1d649c493
14## explicit 16## explicit
15# github.com/docker/buildx v0.10.4 17# github.com/docker/buildx v0.11.2
16## explicit 18## explicit
17# github.com/docker/cli v23.0.2+incompatible 19# github.com/docker/cli v24.0.5+incompatible
18## explicit 20## explicit
19# github.com/docker/cli-docs-tool v0.5.1 21# github.com/docker/cli-docs-tool v0.6.0
20## explicit 22## explicit
21# github.com/docker/docker v23.0.2+incompatible 23# github.com/docker/docker v24.0.5+incompatible
22## explicit 24## explicit
23# github.com/docker/go-connections v0.4.0 25# github.com/docker/go-connections v0.4.0
24## explicit 26## explicit
25# github.com/docker/go-units v0.5.0 27# github.com/docker/go-units v0.5.0
26## explicit 28## explicit
29# github.com/fsnotify/fsevents v0.1.1
30## explicit
27# github.com/golang/mock v1.6.0 31# github.com/golang/mock v1.6.0
28## explicit 32## explicit
29# github.com/hashicorp/go-multierror v1.1.1 33# github.com/hashicorp/go-multierror v1.1.1
30## explicit 34## explicit
31# github.com/hashicorp/go-version v1.6.0 35# github.com/hashicorp/go-version v1.6.0
32## explicit 36## explicit
37# github.com/jonboulle/clockwork v0.4.0
38## explicit
33# github.com/mattn/go-shellwords v1.0.12 39# github.com/mattn/go-shellwords v1.0.12
34## explicit 40## explicit
35# github.com/mitchellh/mapstructure v1.5.0 41# github.com/mitchellh/mapstructure v1.5.0
36## explicit 42## explicit
37# github.com/moby/buildkit v0.11.5 43# github.com/moby/buildkit v0.12.1
44## explicit
45# github.com/moby/patternmatcher v0.5.0
38## explicit 46## explicit
39# github.com/moby/term v0.0.0-20221205130635-1aeaba878587 47# github.com/moby/term v0.5.0
40## explicit 48## explicit
41# github.com/morikuni/aec v1.0.0 49# github.com/morikuni/aec v1.0.0
42## explicit 50## explicit
43# github.com/opencontainers/go-digest v1.0.0 51# github.com/opencontainers/go-digest v1.0.0
44## explicit 52## explicit
45# github.com/opencontainers/image-spec v1.1.0-rc2 53# github.com/opencontainers/image-spec v1.1.0-rc4
46## explicit 54## explicit
47# github.com/pkg/errors v0.9.1 55# github.com/pkg/errors v0.9.1
48## explicit 56## explicit
49# github.com/sirupsen/logrus v1.9.0 57# github.com/sirupsen/logrus v1.9.3
50## explicit 58## explicit
51# github.com/spf13/cobra v1.6.1 59# github.com/spf13/cobra v1.7.0
52## explicit 60## explicit
53# github.com/spf13/pflag v1.0.5 61# github.com/spf13/pflag v1.0.5
54## explicit 62## explicit
55# github.com/stretchr/testify v1.8.2 63# github.com/stretchr/testify v1.8.4
56## explicit 64## explicit
57# github.com/theupdateframework/notary v0.7.0 65# github.com/theupdateframework/notary v0.7.0
58## explicit 66## explicit
@@ -60,41 +68,77 @@
60## explicit 68## explicit
61# go.opentelemetry.io/otel v1.14.0 69# go.opentelemetry.io/otel v1.14.0
62## explicit 70## explicit
63# golang.org/x/sync v0.1.0 71# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0
72## explicit
73# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
74## explicit
75# go.opentelemetry.io/otel/sdk v1.14.0
76## explicit
77# go.opentelemetry.io/otel/trace v1.14.0
78## explicit
79# go.uber.org/goleak v1.2.1
80## explicit
81# golang.org/x/sync v0.3.0
82## explicit
83# google.golang.org/grpc v1.57.0
64## explicit 84## explicit
65# gopkg.in/yaml.v2 v2.4.0 85# gopkg.in/yaml.v2 v2.4.0
66## explicit 86## explicit
67# gotest.tools/v3 v3.4.0 87# gotest.tools/v3 v3.5.0
68## explicit 88## explicit
69# k8s.io/client-go v0.24.1 89# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
70## explicit 90## explicit
71# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 91# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
72## explicit 92## explicit
73# github.com/Microsoft/go-winio v0.5.2 93# github.com/Masterminds/semver/v3 v3.2.1
94## explicit
95# github.com/aws/aws-sdk-go-v2 v1.17.6
96## explicit
97# github.com/aws/aws-sdk-go-v2/config v1.18.16
98## explicit
99# github.com/aws/aws-sdk-go-v2/credentials v1.13.16
100## explicit
101# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24
102## explicit
103# github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30
104## explicit
105# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24
106## explicit
107# github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31
108## explicit
109# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24
110## explicit
111# github.com/aws/aws-sdk-go-v2/service/sso v1.12.5
112## explicit
113# github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5
114## explicit
115# github.com/aws/aws-sdk-go-v2/service/sts v1.18.6
116## explicit
117# github.com/aws/smithy-go v1.13.5
74## explicit 118## explicit
75# github.com/beorn7/perks v1.0.1 119# github.com/beorn7/perks v1.0.1
76## explicit 120## explicit
77# github.com/bugsnag/bugsnag-go v1.5.0 121# github.com/bugsnag/bugsnag-go v1.5.0
78## explicit 122## explicit
79# github.com/cenkalti/backoff/v4 v4.1.2 123# github.com/cenkalti/backoff/v4 v4.2.0
80## explicit
81# github.com/cespare/xxhash/v2 v2.1.2
82## explicit 124## explicit
83# github.com/cloudflare/cfssl v1.4.1 125# github.com/cespare/xxhash/v2 v2.2.0
84## explicit 126## explicit
85# github.com/containerd/continuity v0.3.0 127# github.com/cloudflare/cfssl v1.6.4
86## explicit 128## explicit
87# github.com/containerd/ttrpc v1.1.0 129# github.com/containerd/continuity v0.4.1
88## explicit 130## explicit
89# github.com/containerd/typeurl v1.0.2 131# github.com/containerd/typeurl/v2 v2.1.1
90## explicit 132## explicit
91# github.com/cucumber/gherkin-go/v19 v19.0.3 133# github.com/cucumber/gherkin-go/v19 v19.0.3
92## explicit 134## explicit
93# github.com/cucumber/messages-go/v16 v16.0.1 135# github.com/cucumber/messages-go/v16 v16.0.1
94## explicit 136## explicit
137# github.com/cyphar/filepath-securejoin v0.2.3
138## explicit
95# github.com/davecgh/go-spew v1.1.1 139# github.com/davecgh/go-spew v1.1.1
96## explicit 140## explicit
97# github.com/docker/distribution v2.8.1+incompatible 141# github.com/docker/distribution v2.8.2+incompatible
98## explicit 142## explicit
99# github.com/docker/docker-credential-helpers v0.7.0 143# github.com/docker/docker-credential-helpers v0.7.0
100## explicit 144## explicit
@@ -102,16 +146,22 @@
102## explicit 146## explicit
103# github.com/docker/go-metrics v0.0.1 147# github.com/docker/go-metrics v0.0.1
104## explicit 148## explicit
105# github.com/felixge/httpsnoop v1.0.2 149# github.com/emicklei/go-restful/v3 v3.10.1
106## explicit 150## explicit
107# github.com/fsnotify/fsevents v0.1.1 151# github.com/felixge/httpsnoop v1.0.3
108## explicit 152## explicit
109# github.com/fvbommel/sortorder v1.0.2 153# github.com/fvbommel/sortorder v1.0.2
110## explicit 154## explicit
111# github.com/go-logr/logr v1.2.3 155# github.com/go-logr/logr v1.2.4
112## explicit 156## explicit
113# github.com/go-logr/stdr v1.2.2 157# github.com/go-logr/stdr v1.2.2
114## explicit 158## explicit
159# github.com/go-openapi/jsonpointer v0.19.5
160## explicit
161# github.com/go-openapi/jsonreference v0.20.0
162## explicit
163# github.com/go-openapi/swag v0.19.14
164## explicit
115# github.com/gofrs/flock v0.8.1 165# github.com/gofrs/flock v0.8.1
116## explicit 166## explicit
117# github.com/gofrs/uuid v4.2.0+incompatible 167# github.com/gofrs/uuid v4.2.0+incompatible
@@ -120,7 +170,9 @@
120## explicit 170## explicit
121# github.com/gogo/protobuf v1.3.2 171# github.com/gogo/protobuf v1.3.2
122## explicit 172## explicit
123# github.com/golang/protobuf v1.5.2 173# github.com/golang/protobuf v1.5.3
174## explicit
175# github.com/google/gnostic v0.5.7-v3refs
124## explicit 176## explicit
125# github.com/google/go-cmp v0.5.9 177# github.com/google/go-cmp v0.5.9
126## explicit 178## explicit
@@ -128,13 +180,11 @@
128## explicit 180## explicit
129# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 181# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
130## explicit 182## explicit
131# github.com/googleapis/gnostic v0.5.5
132## explicit
133# github.com/gorilla/mux v1.8.0 183# github.com/gorilla/mux v1.8.0
134## explicit 184## explicit
135# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 185# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
136## explicit 186## explicit
137# github.com/grpc-ecosystem/grpc-gateway v1.16.0 187# github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
138## explicit 188## explicit
139# github.com/hashicorp/errwrap v1.1.0 189# github.com/hashicorp/errwrap v1.1.0
140## explicit 190## explicit
@@ -144,19 +194,29 @@
144## explicit 194## explicit
145# github.com/hashicorp/golang-lru v0.5.4 195# github.com/hashicorp/golang-lru v0.5.4
146## explicit 196## explicit
147# github.com/imdario/mergo v0.3.14 197# github.com/hashicorp/hcl v1.0.0
198## explicit
199# github.com/imdario/mergo v0.3.16
148## explicit 200## explicit
149# github.com/inconshreveable/mousetrap v1.0.1 201# github.com/in-toto/in-toto-golang v0.5.0
202## explicit
203# github.com/inconshreveable/mousetrap v1.1.0
150## explicit 204## explicit
151# github.com/jinzhu/gorm v1.9.11 205# github.com/jinzhu/gorm v1.9.11
152## explicit 206## explicit
153# github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744 207# github.com/josharian/intern v1.0.0
154## explicit 208## explicit
155# github.com/json-iterator/go v1.1.12 209# github.com/json-iterator/go v1.1.12
156## explicit 210## explicit
157# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 211# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
158## explicit 212## explicit
159# github.com/klauspost/compress v1.15.12 213# github.com/klauspost/compress v1.16.5
214## explicit
215# github.com/kr/pretty v0.3.0
216## explicit
217# github.com/magiconair/properties v1.8.6
218## explicit
219# github.com/mailru/easyjson v0.7.6
160## explicit 220## explicit
161# github.com/mattn/go-colorable v0.1.13 221# github.com/mattn/go-colorable v0.1.13
162## explicit 222## explicit
@@ -172,10 +232,10 @@
172## explicit 232## explicit
173# github.com/moby/locker v1.0.1 233# github.com/moby/locker v1.0.1
174## explicit 234## explicit
175# github.com/moby/patternmatcher v0.5.0
176## explicit
177# github.com/moby/spdystream v0.2.0 235# github.com/moby/spdystream v0.2.0
178## explicit 236## explicit
237# github.com/moby/sys/mountinfo v0.6.2
238## explicit
179# github.com/moby/sys/sequential v0.5.0 239# github.com/moby/sys/sequential v0.5.0
180## explicit 240## explicit
181# github.com/moby/sys/signal v0.7.0 241# github.com/moby/sys/signal v0.7.0
@@ -186,29 +246,45 @@
186## explicit 246## explicit
187# github.com/modern-go/reflect2 v1.0.2 247# github.com/modern-go/reflect2 v1.0.2
188## explicit 248## explicit
189# github.com/opencontainers/runc v1.1.3 249# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
250## explicit
251# github.com/opencontainers/runc v1.1.7
190## explicit 252## explicit
191# github.com/pelletier/go-toml v1.9.5 253# github.com/pelletier/go-toml v1.9.5
192## explicit 254## explicit
255# github.com/pelletier/go-toml/v2 v2.0.5
256## explicit
193# github.com/pmezard/go-difflib v1.0.0 257# github.com/pmezard/go-difflib v1.0.0
194## explicit 258## explicit
195# github.com/prometheus/client_golang v1.14.0 259# github.com/prometheus/client_golang v1.14.0
196## explicit 260## explicit
197# github.com/prometheus/client_model v0.3.0 261# github.com/prometheus/client_model v0.3.0
198## explicit 262## explicit
199# github.com/prometheus/common v0.37.0 263# github.com/prometheus/common v0.42.0
200## explicit 264## explicit
201# github.com/prometheus/procfs v0.8.0 265# github.com/prometheus/procfs v0.9.0
202## explicit 266## explicit
203# github.com/rivo/uniseg v0.2.0 267# github.com/rivo/uniseg v0.2.0
204## explicit 268## explicit
269# github.com/secure-systems-lab/go-securesystemslib v0.4.0
270## explicit
205# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 271# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
206## explicit 272## explicit
207# github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa 273# github.com/shibumi/go-pathspec v1.3.0
274## explicit
275# github.com/spf13/afero v1.9.2
276## explicit
277# github.com/spf13/cast v1.5.0
278## explicit
279# github.com/spf13/jwalterweatherman v1.1.0
280## explicit
281# github.com/subosito/gotenv v1.4.1
282## explicit
283# github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb
208## explicit 284## explicit
209# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea 285# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
210## explicit 286## explicit
211# github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f 287# github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531
212## explicit 288## explicit
213# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 289# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
214## explicit 290## explicit
@@ -218,116 +294,72 @@
218## explicit 294## explicit
219# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c 295# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c
220## explicit 296## explicit
221# github.com/zmap/zlint v1.1.0 297# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0
222## explicit
223# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
224## explicit 298## explicit
225# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 299# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.40.0
226## explicit 300## explicit
227# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 301# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0
228## explicit 302## explicit
229# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 303# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0
230## explicit 304## explicit
231# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 305# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0
232## explicit 306## explicit
233# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1 307# go.opentelemetry.io/otel/metric v0.37.0
234## explicit 308## explicit
235# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1 309# go.opentelemetry.io/proto/otlp v0.19.0
236## explicit 310## explicit
237# go.opentelemetry.io/otel/internal/metric v0.27.0 311# golang.org/x/crypto v0.7.0
238## explicit 312## explicit
239# go.opentelemetry.io/otel/metric v0.27.0 313# golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
240## explicit 314## explicit
241# go.opentelemetry.io/otel/sdk v1.4.1 315# golang.org/x/mod v0.11.0
242## explicit 316## explicit
243# go.opentelemetry.io/otel/trace v1.14.0 317# golang.org/x/net v0.9.0
244## explicit
245# go.opentelemetry.io/proto/otlp v0.12.0
246## explicit
247# golang.org/x/crypto v0.2.0
248## explicit 318## explicit
249# golang.org/x/net v0.7.0 319# golang.org/x/oauth2 v0.7.0
250## explicit 320## explicit
251# golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 321# golang.org/x/sys v0.7.0
252## explicit 322## explicit
253# golang.org/x/sys v0.5.0 323# golang.org/x/term v0.7.0
254## explicit 324## explicit
255# golang.org/x/term v0.5.0 325# golang.org/x/text v0.9.0
256## explicit 326## explicit
257# golang.org/x/text v0.7.0 327# golang.org/x/time v0.3.0
258## explicit 328## explicit
259# golang.org/x/time v0.1.0 329# golang.org/x/tools v0.7.0
260## explicit 330## explicit
261# google.golang.org/appengine v1.6.7 331# google.golang.org/appengine v1.6.7
262## explicit 332## explicit
263# google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e 333# google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54
264## explicit
265# google.golang.org/grpc v1.50.1
266## explicit
267# google.golang.org/protobuf v1.28.1
268## explicit
269# gopkg.in/inf.v0 v0.9.1
270## explicit
271# gopkg.in/yaml.v3 v3.0.1
272## explicit
273# k8s.io/api v0.24.1
274## explicit
275# k8s.io/apimachinery v0.24.1
276## explicit
277# k8s.io/klog/v2 v2.60.1
278## explicit 334## explicit
279# k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 335# google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9
280## explicit 336## explicit
281# sigs.k8s.io/structured-merge-diff/v4 v4.2.1 337# google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
282## explicit 338## explicit
283# sigs.k8s.io/yaml v1.2.0 339# google.golang.org/protobuf v1.30.0
284## explicit 340## explicit
285# go.uber.org/goleak v1.2.1 341# gopkg.in/inf.v0 v0.9.1
286## explicit
287# github.com/aws/aws-sdk-go-v2 v1.16.3
288## explicit
289# github.com/aws/aws-sdk-go-v2/config v1.15.5
290## explicit
291# github.com/aws/aws-sdk-go-v2/credentials v1.12.0
292## explicit
293# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
294## explicit
295# github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
296## explicit
297# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
298## explicit
299# github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
300## explicit
301# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
302## explicit
303# github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
304## explicit
305# github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
306## explicit 342## explicit
307# github.com/aws/smithy-go v1.11.2 343# gopkg.in/ini.v1 v1.67.0
308## explicit 344## explicit
309# github.com/fsnotify/fsnotify v1.6.0 345# gopkg.in/yaml.v3 v3.0.1
310## explicit 346## explicit
311# github.com/hashicorp/hcl v1.0.0 347# k8s.io/api v0.26.2
312## explicit 348## explicit
313# github.com/magiconair/properties v1.8.6 349# k8s.io/apimachinery v0.26.2
314## explicit 350## explicit
315# github.com/moby/sys/mountinfo v0.6.2 351# k8s.io/client-go v0.26.2
316## explicit 352## explicit
317# github.com/pelletier/go-toml/v2 v2.0.5 353# k8s.io/klog/v2 v2.90.1
318## explicit 354## explicit
319# github.com/spf13/afero v1.9.2 355# k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
320## explicit 356## explicit
321# github.com/spf13/cast v1.5.0 357# k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
322## explicit 358## explicit
323# github.com/spf13/jwalterweatherman v1.1.0 359# sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2
324## explicit 360## explicit
325# github.com/subosito/gotenv v1.4.1 361# sigs.k8s.io/structured-merge-diff/v4 v4.2.3
326## explicit 362## explicit
327# gopkg.in/ini.v1 v1.67.0 363# sigs.k8s.io/yaml v1.3.0
328## explicit 364## explicit
329# github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7 365# github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
330# golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
331# k8s.io/api => k8s.io/api v0.22.4
332# k8s.io/apimachinery => k8s.io/apimachinery v0.22.4
333# k8s.io/client-go => k8s.io/client-go v0.22.4
diff --git a/recipes-containers/docker-compose/relocation.inc b/recipes-containers/docker-compose/relocation.inc
index b8ea8fb9..a1a12c8b 100644
--- a/recipes-containers/docker-compose/relocation.inc
+++ b/recipes-containers/docker-compose/relocation.inc
@@ -1,169 +1,185 @@
1export sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \ 1export sites="k8s.io/api:k8s.io/api:force \
2 github.com/buger/goterm:github.com/buger/goterm \ 2 k8s.io/utils:k8s.io/utils:force \
3 github.com/compose-spec/compose-go:github.com/compose-spec/compose-go \ 3 k8s.io/klog/v2:k8s.io/klog/v2:force \
4 github.com/containerd/console:github.com/containerd/console \ 4 gotest.tools/v3:gotest.tools/v3:force \
5 github.com/containerd/containerd:github.com/containerd/containerd \ 5 gopkg.in/inf.v0:gopkg.in/inf.v0:force \
6 github.com/cucumber/godog:github.com/cucumber/godog \ 6 gopkg.in/ini.v1:gopkg.in/ini.v1:force \
7 github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 \ 7 gopkg.in/yaml.v2:gopkg.in/yaml.v2:force \
8 github.com/docker/buildx:github.com/docker/buildx \ 8 golang.org/x/exp:golang.org/x/exp:force \
9 github.com/docker/cli:github.com/docker/cli \ 9 golang.org/x/mod:golang.org/x/mod:force \
10 github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool \ 10 golang.org/x/net:golang.org/x/net:force \
11 github.com/docker/docker:github.com/docker/docker \ 11 golang.org/x/sys:golang.org/x/sys:force \
12 github.com/docker/go-connections:github.com/docker/go-connections \ 12 gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \
13 github.com/docker/go-units:github.com/docker/go-units \ 13 k8s.io/client-go:k8s.io/client-go:force \
14 github.com/golang/mock:github.com/golang/mock \ 14 sigs.k8s.io/json:sigs.k8s.io/json:force \
15 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ 15 sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \
16 github.com/hashicorp/go-version:github.com/hashicorp/go-version \ 16 golang.org/x/sync:golang.org/x/sync:force \
17 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ 17 golang.org/x/term:golang.org/x/term:force \
18 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ 18 golang.org/x/text:golang.org/x/text:force \
19 github.com/moby/buildkit:github.com/moby/buildkit \ 19 golang.org/x/time:golang.org/x/time:force \
20 github.com/moby/term:github.com/moby/term \ 20 go.uber.org/goleak:go.uber.org/goleak:force \
21 github.com/morikuni/aec:github.com/morikuni/aec \ 21 golang.org/x/tools:golang.org/x/tools:force \
22 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \ 22 golang.org/x/crypto:golang.org/x/crypto:force \
23 github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \ 23 golang.org/x/oauth2:golang.org/x/oauth2:force \
24 github.com/pkg/errors:github.com/pkg/errors \ 24 k8s.io/apimachinery:k8s.io/apimachinery:force \
25 github.com/sirupsen/logrus:github.com/sirupsen/logrus \ 25 k8s.io/kube-openapi:k8s.io/kube-openapi:force \
26 github.com/spf13/cobra:github.com/spf13/cobra \ 26 github.com/moby/term:github.com/moby/term:force \
27 github.com/spf13/pflag:github.com/spf13/pflag \ 27 github.com/docker/go:github.com/docker/go:force \
28 github.com/stretchr/testify:github.com/stretchr/testify \ 28 github.com/kr/pretty:github.com/kr/pretty:force \
29 github.com/theupdateframework/notary:github.com/theupdateframework/notary \ 29 github.com/docker/cli:github.com/docker/cli:force \
30 github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify \ 30 github.com/pkg/errors:github.com/pkg/errors:force \
31 go.opentelemetry.io/otel:go.opentelemetry.io/otel \ 31 github.com/gofrs/uuid:github.com/gofrs/uuid:force \
32 go.opentelemetry.io/otel/exporters/otlp/internal/retry:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/internal/retry:force \ 32 github.com/mgutz/ansi:github.com/mgutz/ansi:force \
33 go.opentelemetry.io/otel/exporters/otlp/otlptrace:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace:force \ 33 github.com/spf13/cast:github.com/spf13/cast:force \
34 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace/otlptracegrpc:force \ 34 github.com/golang/mock:github.com/golang/mock:force \
35 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace/otlptracehttp:force \ 35 github.com/spf13/cobra:github.com/spf13/cobra:force \
36 go.opentelemetry.io/otel/internal/metric:github.com/open-telemetry/opentelemetry-go/internal/metric//internal/metric:force \ 36 github.com/spf13/pflag:github.com/spf13/pflag:force \
37 go.opentelemetry.io/otel/metric:github.com/open-telemetry/opentelemetry-go/internal/metric//metric:force \ 37 google.golang.org/grpc:google.golang.org/grpc:force \
38 go.opentelemetry.io/otel/sdk:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//sdk:force \ 38 github.com/gofrs/flock:github.com/gofrs/flock:force \
39 go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace:force \ 39 github.com/gorilla/mux:github.com/gorilla/mux:force \
40 golang.org/x/sync:golang.org/x/sync \ 40 github.com/jinzhu/gorm:github.com/jinzhu/gorm:force \
41 gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ 41 github.com/moby/locker:github.com/moby/locker:force \
42 gotest.tools/v3:github.com/gotestyourself/gotest.tools \ 42 github.com/rivo/uniseg:github.com/rivo/uniseg:force \
43 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \ 43 github.com/spf13/afero:github.com/spf13/afero:force \
44 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ 44 github.com/buger/goterm:github.com/buger/goterm:force \
45 github.com/beorn7/perks:github.com/beorn7/perks \ 45 github.com/morikuni/aec:github.com/morikuni/aec:force \
46 github.com/bugsnag/bugsnag-go:github.com/bugsnag/bugsnag-go \ 46 github.com/beorn7/perks:github.com/beorn7/perks:force \
47 github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4 \ 47 github.com/go-logr/logr:github.com/go-logr/logr:force \
48 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ 48 github.com/go-logr/stdr:github.com/go-logr/stdr:force \
49 github.com/cloudflare/cfssl:github.com/cloudflare/cfssl \ 49 github.com/google/shlex:github.com/google/shlex:force \
50 github.com/containerd/continuity:github.com/containerd/continuity \ 50 github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \
51 github.com/containerd/ttrpc:github.com/containerd/ttrpc \ 51 github.com/zmap/zcrypto:github.com/zmap/zcrypto:force \
52 github.com/containerd/typeurl:github.com/containerd/typeurl \ 52 github.com/docker/buildx:github.com/docker/buildx:force \
53 github.com/cucumber/gherkin-go/v19:github.com/cucumber/gherkin-go/v19 \ 53 github.com/docker/docker:github.com/docker/docker:force \
54 github.com/cucumber/messages-go/v16:github.com/cucumber/messages-go/v16 \ 54 github.com/moby/buildkit:github.com/moby/buildkit:force \
55 github.com/davecgh/go-spew:github.com/davecgh/go-spew \ 55 go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \
56 github.com/docker/distribution:github.com/docker/distribution \ 56 github.com/aws/smithy-go:github.com/aws/smithy-go:force \
57 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \ 57 github.com/gogo/protobuf:github.com/gogo/protobuf:force \
58 github.com/docker/go:github.com/docker/go \ 58 github.com/google/go-cmp:github.com/google/go-cmp:force \
59 github.com/docker/go-metrics:github.com/docker/go-metrics \ 59 github.com/google/gofuzz:github.com/google/gofuzz:force \
60 github.com/felixge/httpsnoop:github.com/felixge/httpsnoop \ 60 github.com/hashicorp/hcl:github.com/hashicorp/hcl:force \
61 github.com/fsnotify/fsevents:github.com/fsnotify/fsevents \ 61 github.com/imdario/mergo:github.com/imdario/mergo:force \
62 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder \ 62 github.com/google/gnostic:github.com/google/gnostic:force \
63 github.com/go-logr/logr:github.com/go-logr/logr \ 63 github.com/cucumber/godog:github.com/laurazard/godog:force \
64 github.com/go-logr/stdr:github.com/go-logr/stdr \ 64 github.com/docker/go-units:github.com/docker/go-units:force \
65 github.com/gofrs/flock:github.com/gofrs/flock \ 65 github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \
66 github.com/gofrs/uuid:github.com/gofrs/uuid \ 66 github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \
67 github.com/gogo/googleapis:github.com/gogo/googleapis \ 67 github.com/go-openapi/swag:github.com/go-openapi/swag:force \
68 github.com/gogo/protobuf:github.com/gogo/protobuf \ 68 github.com/gogo/googleapis:github.com/gogo/googleapis:force \
69 github.com/golang/protobuf:github.com/golang/protobuf \ 69 github.com/golang/protobuf:github.com/golang/protobuf:force \
70 github.com/google/go-cmp:github.com/google/go-cmp \ 70 github.com/mailru/easyjson:github.com/mailru/easyjson:force \
71 github.com/google/gofuzz:github.com/google/gofuzz \ 71 github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \
72 github.com/google/shlex:github.com/google/shlex \ 72 github.com/moby/spdystream:github.com/moby/spdystream:force \
73 github.com/googleapis/gnostic:github.com/googleapis/gnostic \ 73 github.com/subosito/gotenv:github.com/subosito/gotenv:force \
74 github.com/gorilla/mux:github.com/gorilla/mux \ 74 google.golang.org/genproto:google.golang.org/genproto:force \
75 github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware \ 75 google.golang.org/protobuf:google.golang.org/protobuf:force \
76 github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway \ 76 github.com/stretchr/testify:github.com/stretchr/testify:force \
77 github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ 77 github.com/cloudflare/cfssl:github.com/cloudflare/cfssl:force \
78 github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix \ 78 github.com/josharian/intern:github.com/josharian/intern:force \
79 github.com/hashicorp/go-memdb:github.com/hashicorp/go-memdb \ 79 github.com/json-iterator/go:github.com/json-iterator/go:force \
80 github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \ 80 github.com/serialx/hashring:github.com/serialx/hashring:force \
81 github.com/imdario/mergo:github.com/imdario/mergo \ 81 github.com/tonistiigi/units:github.com/tonistiigi/units:force \
82 github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ 82 github.com/tonistiigi/vt100:github.com/tonistiigi/vt100:force \
83 github.com/jinzhu/gorm:github.com/jinzhu/gorm \ 83 google.golang.org/appengine:google.golang.org/appengine:force \
84 github.com/jonboulle/clockwork:github.com/jonboulle/clockwork \ 84 github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \
85 github.com/json-iterator/go:github.com/json-iterator/go \ 85 github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \
86 github.com/kballard/go-shellquote:github.com/kballard/go-shellquote \ 86 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \
87 github.com/klauspost/compress:github.com/klauspost/compress \ 87 github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \
88 github.com/mattn/go-colorable:github.com/mattn/go-colorable \ 88 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \
89 github.com/mattn/go-isatty:github.com/mattn/go-isatty \ 89 github.com/docker/go-metrics:github.com/docker/go-metrics:force \
90 github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \ 90 github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \
91 github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ 91 github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \
92 github.com/mgutz/ansi:github.com/mgutz/ansi \ 92 github.com/munnerz/goautoneg:github.com/munnerz/goautoneg:force \
93 github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ 93 github.com/pelletier/go-toml:github.com/pelletier/go-toml:force \
94 github.com/moby/locker:github.com/moby/locker \ 94 github.com/prometheus/common:github.com/prometheus/common:force \
95 github.com/moby/patternmatcher:github.com/moby/patternmatcher \ 95 github.com/prometheus/procfs:github.com/prometheus/procfs:force \
96 github.com/moby/spdystream:github.com/moby/spdystream \ 96 github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil:force \
97 github.com/moby/sys/sequential:github.com/moby/sys/sequential//sequential \ 97 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \
98 github.com/moby/sys/signal:github.com/moby/sys/signal//signal \ 98 github.com/containerd/console:github.com/containerd/console:force \
99 github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \ 99 github.com/bugsnag/bugsnag-go:github.com/bugsnag/bugsnag-go:force \
100 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \ 100 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder:force \
101 github.com/modern-go/concurrent:github.com/modern-go/concurrent \ 101 github.com/hashicorp/go-memdb:github.com/hashicorp/go-memdb:force \
102 github.com/modern-go/reflect2:github.com/modern-go/reflect2 \ 102 github.com/klauspost/compress:github.com/klauspost/compress:force \
103 github.com/opencontainers/runc:github.com/opencontainers/runc \ 103 github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \
104 github.com/pelletier/go-toml:github.com/pelletier/go-toml \ 104 github.com/mattn/go-runewidth:github.com/mattn/go-runewidth:force \
105 github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2 \ 105 github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \
106 github.com/pmezard/go-difflib:github.com/pmezard/go-difflib \ 106 github.com/pmezard/go-difflib:github.com/pmezard/go-difflib:force \
107 github.com/prometheus/client_golang:github.com/prometheus/client_golang \ 107 github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \
108 github.com/prometheus/client_model:github.com/prometheus/client_model \ 108 github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \
109 github.com/prometheus/common:github.com/prometheus/common \ 109 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \
110 github.com/prometheus/procfs:github.com/prometheus/procfs \ 110 github.com/moby/patternmatcher:github.com/moby/patternmatcher:force \
111 github.com/rivo/uniseg:github.com/rivo/uniseg \ 111 go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel/sdk/sdk:force \
112 github.com/serialx/hashring:github.com/serialx/hashring \ 112 github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \
113 github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil \ 113 github.com/docker/distribution:github.com/docker/distribution:force \
114 github.com/tonistiigi/units:github.com/tonistiigi/units \ 114 github.com/opencontainers/runc:github.com/opencontainers/runc:force \
115 github.com/tonistiigi/vt100:github.com/tonistiigi/vt100 \ 115 github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \
116 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer \ 116 github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \
117 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference \ 117 github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \
118 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema \ 118 github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru:force \
119 github.com/zmap/zcrypto:github.com/zmap/zcrypto \ 119 github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \
120 github.com/zmap/zlint:github.com/zmap/zlint \ 120 github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \
121 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/google.golang.org/grpc/otelgrpc \ 121 github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2:force \
122 go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/net/http/httptrace/otelhttptrace \ 122 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \
123 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/net/http/otelhttp \ 123 github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \
124 go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp \ 124 github.com/containerd/containerd:github.com/containerd/containerd:force \
125 golang.org/x/crypto:golang.org/x/crypto \ 125 github.com/docker/go-connections:github.com/docker/go-connections:force \
126 golang.org/x/net:golang.org/x/net \ 126 github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \
127 golang.org/x/oauth2:golang.org/x/oauth2 \ 127 github.com/containerd/continuity:github.com/containerd/continuity:force \
128 golang.org/x/sys:golang.org/x/sys \ 128 github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \
129 golang.org/x/term:golang.org/x/term \ 129 github.com/magiconair/properties:github.com/magiconair/properties:force \
130 golang.org/x/text:golang.org/x/text \ 130 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \
131 golang.org/x/time:golang.org/x/time \ 131 go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \
132 google.golang.org/appengine:github.com/golang/appengine \ 132 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure:force \
133 google.golang.org/genproto:github.com/googleapis/go-genproto \ 133 go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \
134 google.golang.org/grpc:github.com/grpc/grpc-go \ 134 github.com/emicklei/go-restful/v3:github.com/emicklei/go-restful/v3:force \
135 google.golang.org/protobuf:github.com/protocolbuffers/protobuf-go \ 135 github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer:force \
136 gopkg.in/inf.v0:gopkg.in/inf.v0 \ 136 github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \
137 gopkg.in/yaml.v3:gopkg.in/yaml.v3 \ 137 github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \
138 k8s.io/klog/v2:k8s.io/klog/v2 \ 138 github.com/compose-spec/compose-go:github.com/compose-spec/compose-go:force \
139 k8s.io/utils:k8s.io/utils \ 139 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \
140 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4 \ 140 github.com/cucumber/gherkin-go/v19:github.com/cucumber/gherkin-go/v19:force \
141 sigs.k8s.io/yaml:sigs.k8s.io/yaml \ 141 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \
142 go.uber.org/goleak:go.uber.org/goleak \ 142 github.com/prometheus/client_model:github.com/prometheus/client_model:force \
143 github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2 \ 143 github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman:force \
144 github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/:force \ 144 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \
145 github.com/aws/aws-sdk-go-v2/credentials:github.com/aws/aws-sdk-go-v2/credentials/:force \ 145 go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \
146 github.com/aws/aws-sdk-go-v2/feature/ec2/imds:github.com/aws/aws-sdk-go-v2//feature/ec2/imds:force \ 146 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \
147 github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2//internal/configsources:force \ 147 github.com/cucumber/messages-go/v16:github.com/cucumber/messages-go/v16:force \
148 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2//internal/endpoints/v2:force \ 148 github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \
149 github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2//internal/ini:force \ 149 github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \
150 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2//service/internal/presigned-url:force \ 150 github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \
151 github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2//service/sso:force \ 151 github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \
152 github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts//service/sts:force \ 152 github.com/theupdateframework/notary:github.com/theupdateframework/notary:force \
153 github.com/aws/smithy-go:github.com/aws/smithy-go \ 153 github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \
154 github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify \ 154 github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \
155 github.com/hashicorp/hcl:github.com/hashicorp/hcl \ 155 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \
156 github.com/magiconair/properties:github.com/magiconair/properties \ 156 github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin:force \
157 github.com/spf13/afero:github.com/spf13/afero \ 157 github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \
158 github.com/spf13/cast:github.com/spf13/cast \ 158 github.com/distribution/distribution/v3:github.com/distribution/distribution/v3:force \
159 github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman \ 159 github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix:force \
160 github.com/subosito/gotenv:github.com/subosito/gotenv \ 160 github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \
161 gopkg.in/ini.v1:gopkg.in/ini.v1 \ 161 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \
162 github.com/cucumber/godog:github.com/cucumber/godog \ 162 github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware:force \
163 k8s.io/api:k8s.io/api \ 163 github.com/aws/aws-sdk-go-v2/credentials:github.com/aws/aws-sdk-go-v2/credentials/credentials:force \
164 k8s.io/apimachinery:k8s.io/apimachinery \ 164 github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2/service/sso/service/sso:force \
165 k8s.io/client-go:k8s.io/client-go" 165 github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts/service/sts:force \
166 166 github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2/internal/ini/internal/ini:force \
167 github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions:force \
168 google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \
169 google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \
170 github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \
171 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/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/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \
174 go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \
175 github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \
176 go.opentelemetry.io/otel/exporters/otlp/internal/retry:go.opentelemetry.io/otel/exporters/otlp/internal/retry/exporters/otlp/internal/retry:force \
177 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 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/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/otlptracehttp:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/exporters/otlp/otlptrace/otlptracehttp:force \
181 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/net/http/httptrace/otelhttptrace:go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/instrumentation/net/http/httptrace/otelhttptrace:force"
167 183
168do_compile:prepend() { 184do_compile:prepend() {
169 cd ${S}/src/import 185 cd ${S}/src/import
diff --git a/recipes-containers/docker-compose/src_uri.inc b/recipes-containers/docker-compose/src_uri.inc
index 92a572fa..11948043 100644
--- a/recipes-containers/docker-compose/src_uri.inc
+++ b/recipes-containers/docker-compose/src_uri.inc
@@ -1,770 +1,910 @@
1# github.com/AlecAivazis/survey/v2 v2.3.6 1# k8s.io/api v0.26.2
2# [1] git ls-remote https://github.com/AlecAivazis/survey 55474c34196ae637a7633f511e63509d19188b59 2# [1] git ls-remote https://github.com/kubernetes/api 1528256abbdf8ff2510112b28a6aacd239789a36
3SRCREV_v2="55474c34196ae637a7633f511e63509d19188b59" 3SRCREV_k8s.io-api="1528256abbdf8ff2510112b28a6aacd239789a36"
4SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AlecAivazis/survey/v2" 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
6# k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
7# [1] git ls-remote https://github.com/kubernetes/utils a5ecb0141aa5b1b224e745aca203afdfd22d8b3a
8SRCREV_utils="a5ecb0141aa5b1b224e745aca203afdfd22d8b3a"
9SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/utils"
5 10
6# github.com/buger/goterm v1.0.4 11# k8s.io/klog/v2 v2.90.1
7# [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 12# [1] git ls-remote https://github.com/kubernetes/klog d7fc50528570f8276de46570f916682257821e22
8SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" 13SRCREV_klog-v2="d7fc50528570f8276de46570f916682257821e22"
9SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/goterm" 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"
10 15
11# github.com/compose-spec/compose-go v1.13.2 16# gotest.tools/v3 v3.5.0
12# [1] git ls-remote https://github.com/compose-spec/compose-go 4d6b286b976c3f3aafcf422d56f0b552f4559589 17# [1] git ls-remote https://github.com/gotestyourself/gotest.tools a80f057529047c44e1a85d0d017b200787e537e0
13SRCREV_compose-go="4d6b286b976c3f3aafcf422d56f0b552f4559589" 18SRCREV_gotest.tools-v3="a80f057529047c44e1a85d0d017b200787e537e0"
14SRC_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" 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"
15 20
16# github.com/containerd/console v1.0.3 21# gopkg.in/inf.v0 v0.9.1
17# [1] git ls-remote https://github.com/containerd/console b5cb846c9186d67bcae3ce3c324e47cd317d9527 22# [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf
18SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" 23SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf"
19SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" 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"
20 25
21# github.com/containerd/containerd v1.6.19 26# gopkg.in/ini.v1 v1.67.0
22# [1] git ls-remote https://github.com/containerd/containerd 1e1ea6e986c6c86565bc33d52e34b81b3e2bc71f 27# [1] git ls-remote https://github.com/go-ini/ini b2f570e5b5b844226bbefe6fb521d891f529a951
23SRCREV_containerd="1e1ea6e986c6c86565bc33d52e34b81b3e2bc71f" 28SRCREV_ini.v1="b2f570e5b5b844226bbefe6fb521d891f529a951"
24SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" 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"
25 30
26# github.com/cucumber/godog v0.0.0-00010101000000-000000000000 31# gopkg.in/yaml.v2 v2.4.0
27# [1] git ls-remote https://github.com/cucumber/godog 6ce2b8696b2e0e73bbb1fea861b04d6f9d8241e9 32# [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c
28SRCREV_godog="6ce2b8696b2e0e73bbb1fea861b04d6f9d8241e9" 33SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c"
29SRC_URI += "git://github.com/cucumber/godog;name=godog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/godog" 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"
35
36# golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
37# [1] git ls-remote https://go.googlesource.com/exp 613f0c0eb8a17a98ecdb096a7f9f7d5053c1c963
38SRCREV_exp="613f0c0eb8a17a98ecdb096a7f9f7d5053c1c963"
39SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp"
40
41# golang.org/x/mod v0.11.0
42# [1] git ls-remote https://go.googlesource.com/mod 62c7e578f1a7275d934c99dd48715525bd52b17e
43SRCREV_mod="62c7e578f1a7275d934c99dd48715525bd52b17e"
44SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod"
45
46# golang.org/x/net v0.9.0
47# [1] git ls-remote https://go.googlesource.com/net 694cff8668bac64e0864b552bffc280cd27f21b1
48SRCREV_net="694cff8668bac64e0864b552bffc280cd27f21b1"
49SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net"
50
51# golang.org/x/sys v0.7.0
52# [1] git ls-remote https://go.googlesource.com/sys 64840c112d2335ed9874114aed48f946e778a769
53SRCREV_sys="64840c112d2335ed9874114aed48f946e778a769"
54SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys"
55
56# gopkg.in/yaml.v3 v3.0.1
57# [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51
58SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51"
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"
30 60
31# github.com/distribution/distribution/v3 v3.0.0-20230223072852-e5d5810851d1 61# k8s.io/client-go v0.26.2
32# [1] git ls-remote https://github.com/distribution/distribution e5d5810851d1f17a5070e9b6f940d8af98ea3c29 62# [1] git ls-remote https://github.com/kubernetes/client-go 620cb60675340a9ca825fd5082b0d500f9b62e90
33SRCREV_v3="e5d5810851d1f17a5070e9b6f940d8af98ea3c29" 63SRCREV_client-go="620cb60675340a9ca825fd5082b0d500f9b62e90"
34SRC_URI += "git://github.com/distribution/distribution;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3" 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"
35 65
36# github.com/docker/buildx v0.10.4 66# sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2
37# [1] git ls-remote https://github.com/docker/buildx c513d34049e499c53468deac6c4267ee72948f02 67# [1] git ls-remote https://github.com/kubernetes-sigs/json f223a00ba0e27f539157f69f9c919c204ea7f40b
38SRCREV_buildx="c513d34049e499c53468deac6c4267ee72948f02" 68SRCREV_json="f223a00ba0e27f539157f69f9c919c204ea7f40b"
39SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx" 69SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/json"
40 70
41# github.com/docker/cli v23.0.2+incompatible 71# sigs.k8s.io/yaml v1.3.0
42# [1] git ls-remote https://github.com/docker/cli 569dd73db13099a7c3104d73aa15117b359045bc 72# [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a
43SRCREV_cli="569dd73db13099a7c3104d73aa15117b359045bc" 73SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a"
44SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" 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"
45 75
46# github.com/docker/cli-docs-tool v0.5.1 76# golang.org/x/sync v0.3.0
47# [1] git ls-remote https://github.com/docker/cli-docs-tool 91110f2fe0e0ecbaf79ef925348de8e123b90709 77# [1] git ls-remote https://go.googlesource.com/sync 93782cc822b6b554cb7df40332fd010f0473cbc8
48SRCREV_cli-docs-tool="91110f2fe0e0ecbaf79ef925348de8e123b90709" 78SRCREV_sync="93782cc822b6b554cb7df40332fd010f0473cbc8"
49SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli-docs-tool" 79SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync"
50 80
51# github.com/docker/docker v23.0.2+incompatible 81# golang.org/x/term v0.7.0
52# [1] git ls-remote https://github.com/docker/docker 219f21bf07502b447095649b5a2764661737f164 82# [1] git ls-remote https://go.googlesource.com/term 7ae6be6d0150527c2c41e70586b9ade6a972a186
53SRCREV_docker="219f21bf07502b447095649b5a2764661737f164" 83SRCREV_x-term="7ae6be6d0150527c2c41e70586b9ade6a972a186"
54SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" 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"
55 85
56# github.com/docker/go-connections v0.4.0 86# golang.org/x/text v0.9.0
57# [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55 87# [1] git ls-remote https://go.googlesource.com/text 48e4a4a957429d31328a685863b594ca9a06b552
58SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55" 88SRCREV_text="48e4a4a957429d31328a685863b594ca9a06b552"
59SRC_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" 89SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text"
60 90
61# github.com/docker/go-units v0.5.0 91# golang.org/x/time v0.3.0
62# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f 92# [1] git ls-remote https://go.googlesource.com/time 2c09566ef13fb5556401ddff3c53c3dbc2a42dac
63SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" 93SRCREV_time="2c09566ef13fb5556401ddff3c53c3dbc2a42dac"
64SRC_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" 94SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time"
65 95
66# github.com/golang/mock v1.6.0 96# go.uber.org/goleak v1.2.1
67# [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083 97# [1] git ls-remote https://github.com/uber-go/goleak 83c7e126390f1508ca9cb8e87d70849b55181104
68SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083" 98SRCREV_goleak="83c7e126390f1508ca9cb8e87d70849b55181104"
69SRC_URI += "git://github.com/golang/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/mock" 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"
70 100
71# github.com/hashicorp/go-multierror v1.1.1 101# golang.org/x/tools v0.7.0
72# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 102# [1] git ls-remote https://go.googlesource.com/tools 031fc75960d487b0b15db12fb328676236a3a39c
73SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" 103SRCREV_tools="031fc75960d487b0b15db12fb328676236a3a39c"
74SRC_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" 104SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools"
75 105
76# github.com/hashicorp/go-version v1.6.0 106# golang.org/x/crypto v0.7.0
77# [1] git ls-remote https://github.com/hashicorp/go-version 78d058c5618891f74d604bd15356fca690b64d8a 107# [1] git ls-remote https://go.googlesource.com/crypto 776e461a4e6d8b372a43c72122c5c28cfc40dca2
78SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a" 108SRCREV_crypto="776e461a4e6d8b372a43c72122c5c28cfc40dca2"
79SRC_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" 109SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto"
80 110
81# github.com/mattn/go-shellwords v1.0.12 111# golang.org/x/oauth2 v0.7.0
82# [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac 112# [1] git ls-remote https://go.googlesource.com/oauth2 36075149c5b89480def496c735b8a1ba5fc63218
83SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" 113SRCREV_oauth2="36075149c5b89480def496c735b8a1ba5fc63218"
84SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords" 114SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2"
85 115
86# github.com/mitchellh/mapstructure v1.5.0 116# k8s.io/apimachinery v0.26.2
87# [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 117# [1] git ls-remote https://github.com/kubernetes/apimachinery 53ecdf01b997ca93c7db7615dfe7b27ad8391983
88SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" 118SRCREV_apimachinery="53ecdf01b997ca93c7db7615dfe7b27ad8391983"
89SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" 119SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery"
90 120
91# github.com/moby/buildkit v0.11.5 121# k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
92# [1] git ls-remote https://github.com/moby/buildkit 252ae63bcf2a9b62777add4838df5a257b86e991 122# [1] git ls-remote https://github.com/kubernetes/kube-openapi 172d655c2280350c77cf05962948fc67ff043492
93SRCREV_buildkit="252ae63bcf2a9b62777add4838df5a257b86e991" 123SRCREV_kube-openapi="172d655c2280350c77cf05962948fc67ff043492"
94SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/buildkit" 124SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/kube-openapi"
95 125
96# github.com/moby/term v0.0.0-20221205130635-1aeaba878587 126# github.com/moby/term v0.5.0
97# [1] git ls-remote https://github.com/moby/term 1aeaba8785877a66f57739be9fccb6f5cfab429e 127# [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9
98SRCREV_term="1aeaba8785877a66f57739be9fccb6f5cfab429e" 128SRCREV_term="9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9"
99SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" 129SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term"
100 130
101# github.com/morikuni/aec v1.0.0 131# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
102# [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b 132# [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06
103SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" 133SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06"
104SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec" 134SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go"
105 135
106# github.com/opencontainers/go-digest v1.0.0 136# github.com/kr/pretty v0.3.0
107# [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a 137# [1] git ls-remote https://github.com/kr/pretty a883a8422cd235c67c6c4fdcb7bbb022143e10b1
108SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" 138SRCREV_pretty="a883a8422cd235c67c6c4fdcb7bbb022143e10b1"
109SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest" 139SRC_URI += "git://github.com/kr/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pretty"
110 140
111# github.com/opencontainers/image-spec v1.1.0-rc2 141# github.com/docker/cli v24.0.5+incompatible
112# [1] git ls-remote https://github.com/opencontainers/image-spec 19a74bcb54ba211005a68d85c6b359c2947721ce 142# [1] git ls-remote https://github.com/docker/cli ced099660009713e0e845eeb754e6050dbaa45d0
113SRCREV_image-spec="19a74bcb54ba211005a68d85c6b359c2947721ce" 143SRCREV_cli="ced099660009713e0e845eeb754e6050dbaa45d0"
114SRC_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" 144SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
115 145
116# github.com/pkg/errors v0.9.1 146# github.com/pkg/errors v0.9.1
117# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 147# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465
118SRCREV_errors="614d223910a179a466c1767a985424175c39b465" 148SRCREV_errors="614d223910a179a466c1767a985424175c39b465"
119SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" 149SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors"
120 150
121# github.com/sirupsen/logrus v1.9.0 151# github.com/gofrs/uuid v4.2.0+incompatible
122# [1] git ls-remote https://github.com/sirupsen/logrus f8bf7650dccb756cea26edaf9217aab85500fe07 152# [1] git ls-remote https://github.com/gofrs/uuid 0c84a43ce25087b7041833685982950a65630d28
123SRCREV_logrus="f8bf7650dccb756cea26edaf9217aab85500fe07" 153SRCREV_uuid="0c84a43ce25087b7041833685982950a65630d28"
124SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" 154SRC_URI += "git://github.com/gofrs/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/uuid"
155
156# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
157# [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992
158SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992"
159SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mgutz/ansi"
160
161# github.com/spf13/cast v1.5.0
162# [1] git ls-remote https://github.com/spf13/cast 2b0eb0f724e320b655240e331aef36d1175986c2
163SRCREV_cast="2b0eb0f724e320b655240e331aef36d1175986c2"
164SRC_URI += "git://github.com/spf13/cast;name=cast;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cast"
165
166# github.com/golang/mock v1.6.0
167# [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083
168SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083"
169SRC_URI += "git://github.com/golang/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/mock"
125 170
126# github.com/spf13/cobra v1.6.1 171# github.com/spf13/cobra v1.7.0
127# [1] git ls-remote https://github.com/spf13/cobra b43be995ebb4bee335a787bd44498b91aef7619c 172# [1] git ls-remote https://github.com/spf13/cobra 4dd4b25de38418174a6e859e8a32eaccca32dccc
128SRCREV_cobra="b43be995ebb4bee335a787bd44498b91aef7619c" 173SRCREV_cobra="4dd4b25de38418174a6e859e8a32eaccca32dccc"
129SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" 174SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
130 175
131# github.com/spf13/pflag v1.0.5 176# github.com/spf13/pflag v1.0.5
132# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab 177# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab
133SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" 178SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
134SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" 179SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
135 180
136# github.com/stretchr/testify v1.8.2 181# google.golang.org/grpc v1.57.0
137# [1] git ls-remote https://github.com/stretchr/testify f36bfe3c337aa95c86f04c721acdbafb5ffb1611 182# [1] git ls-remote https://github.com/grpc/grpc-go 87bf02ad24f6cc071d2553eb5d62332194bba1fe
138SRCREV_testify="f36bfe3c337aa95c86f04c721acdbafb5ffb1611" 183SRCREV_grpc="87bf02ad24f6cc071d2553eb5d62332194bba1fe"
139SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" 184SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc"
140 185
141# github.com/theupdateframework/notary v0.7.0 186# github.com/gofrs/flock v0.8.1
142# [1] git ls-remote https://github.com/theupdateframework/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598 187# [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3
143SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" 188SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3"
144SRC_URI += "git://github.com/theupdateframework/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary" 189SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock"
145 190
146# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 191# github.com/gorilla/mux v1.8.0
147# [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b 192# [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b
148SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b" 193SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b"
149SRC_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" 194SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux"
150 195
151# go.opentelemetry.io/otel v1.14.0 196# github.com/jinzhu/gorm v1.9.11
152# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0 197# [1] git ls-remote https://github.com/jinzhu/gorm 81c17a7e2529c59efc4e74c5b32c1fb71fb12fa2
153SRCREV_otel="2e54fbb3fede5b54f316b3a08eab236febd854e0" 198SRCREV_gorm="81c17a7e2529c59efc4e74c5b32c1fb71fb12fa2"
154SRC_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" 199SRC_URI += "git://github.com/jinzhu/gorm;name=gorm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jinzhu/gorm"
155 200
156# golang.org/x/sync v0.1.0 201# github.com/moby/locker v1.0.1
157# [1] git ls-remote https://github.com/golang/sync 8fcdb60fdcc0539c5e357b2308249e4e752147f1 202# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe
158SRCREV_sync="8fcdb60fdcc0539c5e357b2308249e4e752147f1" 203SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe"
159SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" 204SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker"
160 205
161# gopkg.in/yaml.v2 v2.4.0 206# github.com/rivo/uniseg v0.2.0
162# [1] git ls-remote https://gopkg.in/yaml.v2 7649d4548cb53a614db133b2a8ac1f31859dda8c 207# [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d
163SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" 208SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d"
164SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" 209SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg"
165 210
166# gotest.tools/v3 v3.4.0 211# github.com/spf13/afero v1.9.2
167# [1] git ls-remote https://github.com/gotestyourself/gotest.tools f086d2783c5b3a2a21b482ec19c1c310e68f4d18 212# [1] git ls-remote https://github.com/spf13/afero 2a70f2bb2db1524bf2aa3ca0cfebefa8d6367b7b
168SRCREV_v31="f086d2783c5b3a2a21b482ec19c1c310e68f4d18" 213SRCREV_afero="2a70f2bb2db1524bf2aa3ca0cfebefa8d6367b7b"
169SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools" 214SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/afero"
170 215
171# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 216# github.com/buger/goterm v1.0.4
172# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 217# [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31
173SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" 218SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31"
174SRC_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" 219SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/goterm"
175 220
176# github.com/Microsoft/go-winio v0.5.2 221# github.com/morikuni/aec v1.0.0
177# [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6 222# [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b
178SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6" 223SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b"
179SRC_URI += "git://github.com/Microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio" 224SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec"
180 225
181# github.com/beorn7/perks v1.0.1 226# github.com/beorn7/perks v1.0.1
182# [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 227# [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6
183SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" 228SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6"
184SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" 229SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks"
185 230
186# github.com/bugsnag/bugsnag-go v1.5.0 231# github.com/go-logr/logr v1.2.4
187# [1] git ls-remote https://github.com/bugsnag/bugsnag-go d5b63da7e1f93d83e3980e5ab2bf33179bad7b2a 232# [1] git ls-remote https://github.com/go-logr/logr 4da5305ff29a64c62f54ad43ebbfcb5e1b015fb2
188SRCREV_bugsnag-go="d5b63da7e1f93d83e3980e5ab2bf33179bad7b2a" 233SRCREV_logr="4da5305ff29a64c62f54ad43ebbfcb5e1b015fb2"
189SRC_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" 234SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/logr"
190 235
191# github.com/cenkalti/backoff/v4 v4.1.2 236# github.com/go-logr/stdr v1.2.2
192# [1] git ls-remote https://github.com/cenkalti/backoff a78d3804c2c84f0a3178648138442c9b07665bda 237# [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262
193SRCREV_v4="a78d3804c2c84f0a3178648138442c9b07665bda" 238SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262"
194SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4" 239SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/stdr"
195 240
196# github.com/cespare/xxhash/v2 v2.1.2 241# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
197# [1] git ls-remote https://github.com/cespare/xxhash e7a6b52374f7e2abfb8abb27249d53a1997b09a7 242# [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d
198SRCREV_v21="e7a6b52374f7e2abfb8abb27249d53a1997b09a7" 243SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d"
199SRC_URI += "git://github.com/cespare/xxhash;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" 244SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex"
200 245
201# github.com/cloudflare/cfssl v1.4.1 246# github.com/miekg/pkcs11 v1.1.1
202# [1] git ls-remote https://github.com/cloudflare/cfssl ebe01990a23a309186790f4f8402eec68028f148 247# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d
203SRCREV_cfssl="ebe01990a23a309186790f4f8402eec68028f148" 248SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d"
204SRC_URI += "git://github.com/cloudflare/cfssl;name=cfssl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cloudflare/cfssl" 249SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11"
205 250
206# github.com/containerd/continuity v0.3.0 251# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c
207# [1] git ls-remote https://github.com/containerd/continuity 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd 252# [1] git ls-remote https://github.com/zmap/zcrypto 4dfcec6e9a8c2014f73dd584e64dc797129d77b8
208SRCREV_continuity="5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd" 253SRCREV_zcrypto="4dfcec6e9a8c2014f73dd584e64dc797129d77b8"
209SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" 254SRC_URI += "git://github.com/zmap/zcrypto;name=zcrypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zcrypto"
210 255
211# github.com/containerd/ttrpc v1.1.0 256# github.com/docker/buildx v0.11.2
212# [1] git ls-remote https://github.com/containerd/ttrpc 0247db16a1f98bb76731a12ad72b8d49705b38b3 257# [1] git ls-remote https://github.com/docker/buildx 9872040b6626fb7d87ef7296fd5b832e8cc2ad17
213SRCREV_ttrpc="0247db16a1f98bb76731a12ad72b8d49705b38b3" 258SRCREV_buildx="9872040b6626fb7d87ef7296fd5b832e8cc2ad17"
214SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" 259SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx"
215 260
216# github.com/containerd/typeurl v1.0.2 261# github.com/docker/docker v24.0.5+incompatible
217# [1] git ls-remote https://github.com/containerd/typeurl 5e43fb8b75ed2f2305fc04e6918c8d10636771bc 262# [1] git ls-remote https://github.com/moby/moby a61e2b4c9c5f7c241aeb37f389b4444aee26bea4
218SRCREV_typeurl="5e43fb8b75ed2f2305fc04e6918c8d10636771bc" 263SRCREV_docker="a61e2b4c9c5f7c241aeb37f389b4444aee26bea4"
219SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" 264SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
220 265
221# github.com/cucumber/gherkin-go/v19 v19.0.3 266# github.com/moby/buildkit v0.12.1
222# [1] git ls-remote https://github.com/cucumber/gherkin-go 11029f28bd1bc215fa57275b576f2b237b7c2b07 267# [1] git ls-remote https://github.com/moby/buildkit bb857a0d49f45aa0ce9cd554b78d4075553e20f9
223SRCREV_v19="11029f28bd1bc215fa57275b576f2b237b7c2b07" 268SRCREV_buildkit="bb857a0d49f45aa0ce9cd554b78d4075553e20f9"
224SRC_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" 269SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/buildkit"
225 270
226# github.com/cucumber/messages-go/v16 v16.0.1 271# go.opentelemetry.io/otel v1.14.0
227# [1] git ls-remote https://github.com/cucumber/messages-go 1848e9bfc84e8c1674c4d9ded0bdbfc23c458b28 272# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
228SRCREV_v16="1848e9bfc84e8c1674c4d9ded0bdbfc23c458b28" 273SRCREV_otel="2e54fbb3fede5b54f316b3a08eab236febd854e0"
229SRC_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" 274SRC_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"
230 275
231# github.com/davecgh/go-spew v1.1.1 276# github.com/aws/smithy-go v1.13.5
232# [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 277# [1] git ls-remote https://github.com/aws/smithy-go 296783feb4cb708355148913a16a624ae6b7db2f
233SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" 278SRCREV_smithy-go="296783feb4cb708355148913a16a624ae6b7db2f"
234SRC_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" 279SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/smithy-go"
235 280
236# github.com/docker/distribution v2.8.1+incompatible 281# github.com/gogo/protobuf v1.3.2
237# [1] git ls-remote https://github.com/docker/distribution b5ca020cfbe998e5af3457fda087444cf5116496 282# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc
238SRCREV_distribution="b5ca020cfbe998e5af3457fda087444cf5116496" 283SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
239SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" 284SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf"
240 285
241# github.com/docker/docker-credential-helpers v0.7.0 286# github.com/google/go-cmp v0.5.9
242# [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde 287# [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0
243SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde" 288SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0"
244SRC_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" 289SRC_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"
245 290
246# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c 291# github.com/google/gofuzz v1.2.0
247# [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06 292# [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56
248SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06" 293SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56"
249SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go" 294SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz"
250 295
251# github.com/docker/go-metrics v0.0.1 296# github.com/hashicorp/hcl v1.0.0
252# [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c 297# [1] git ls-remote https://github.com/hashicorp/hcl 8cb6e5b959231cc1119e43259c4a608f9c51a241
253SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" 298SRCREV_hcl="8cb6e5b959231cc1119e43259c4a608f9c51a241"
254SRC_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" 299SRC_URI += "git://github.com/hashicorp/hcl;name=hcl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/hcl"
255 300
256# github.com/felixge/httpsnoop v1.0.2 301# github.com/imdario/mergo v0.3.16
257# [1] git ls-remote https://github.com/felixge/httpsnoop 42c30f944879059639bcf7b2ca4aba06f4a83198 302# [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9
258SRCREV_httpsnoop="42c30f944879059639bcf7b2ca4aba06f4a83198" 303SRCREV_mergo="14fe2b165b83359196f820886a2b24f2771729e9"
259SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop" 304SRC_URI += "git://github.com/darccio/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo"
260 305
261# github.com/fsnotify/fsevents v0.1.1 306# github.com/google/gnostic v0.5.7-v3refs
262# [1] git ls-remote https://github.com/fsnotify/fsevents f721bd2b045774a566e8f7f5fa2a9985e04c875d 307# [1] git ls-remote https://github.com/google/gnostic b49832d97d25b6a41cbe34ea12257924a934eeee
263SRCREV_fsevents="f721bd2b045774a566e8f7f5fa2a9985e04c875d" 308SRCREV_gnostic="b49832d97d25b6a41cbe34ea12257924a934eeee"
264SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsevents" 309SRC_URI += "git://github.com/google/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gnostic"
265 310
266# github.com/fvbommel/sortorder v1.0.2 311# github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
267# [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6 312# [1] git ls-remote https://github.com/laurazard/godog 4c4b17abdae7fd4f9d35cfe391ca65d172b092e3
268SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6" 313SRCREV_godog="4c4b17abdae7fd4f9d35cfe391ca65d172b092e3"
269SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder" 314SRC_URI += "git://github.com/laurazard/godog;name=godog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/laurazard/godog"
270 315
271# github.com/go-logr/logr v1.2.3 316# github.com/docker/go-units v0.5.0
272# [1] git ls-remote https://github.com/go-logr/logr 47e013cee9b1f91c987cc70a218639655431b607 317# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f
273SRCREV_logr="47e013cee9b1f91c987cc70a218639655431b607" 318SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f"
274SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/logr" 319SRC_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"
275 320
276# github.com/go-logr/stdr v1.2.2 321# github.com/sirupsen/logrus v1.9.3
277# [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 322# [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd
278SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" 323SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd"
279SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/stdr" 324SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
280 325
281# github.com/gofrs/flock v0.8.1 326# github.com/davecgh/go-spew v1.1.1
282# [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 327# [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73
283SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" 328SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73"
284SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" 329SRC_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"
285 330
286# github.com/gofrs/uuid v4.2.0+incompatible 331# github.com/go-openapi/swag v0.19.14
287# [1] git ls-remote https://github.com/gofrs/uuid 0c84a43ce25087b7041833685982950a65630d28 332# [1] git ls-remote https://github.com/go-openapi/swag c78fa6719bc3d4b977d19a09064feda1c07571af
288SRCREV_uuid="0c84a43ce25087b7041833685982950a65630d28" 333SRCREV_swag="c78fa6719bc3d4b977d19a09064feda1c07571af"
289SRC_URI += "git://github.com/gofrs/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/uuid" 334SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/swag"
290 335
291# github.com/gogo/googleapis v1.4.1 336# github.com/gogo/googleapis v1.4.1
292# [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042 337# [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042
293SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042" 338SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042"
294SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/googleapis" 339SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/googleapis"
295 340
296# github.com/gogo/protobuf v1.3.2 341# github.com/golang/protobuf v1.5.3
297# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc 342# [1] git ls-remote https://github.com/golang/protobuf 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308
298SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" 343SRCREV_golang-protobuf="5d5e8c018a13017f9d5b8bf4fad64aaa42a87308"
299SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" 344SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf"
300 345
301# github.com/golang/protobuf v1.5.2 346# github.com/mailru/easyjson v0.7.6
302# [1] git ls-remote https://github.com/golang/protobuf ae97035608a719c7a1c1c41bed0ae0744bdb0c6f 347# [1] git ls-remote https://github.com/mailru/easyjson 8ab5ff9cd8e4e432e8b79f6c47d324a31dd803cf
303SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f" 348SRCREV_easyjson="8ab5ff9cd8e4e432e8b79f6c47d324a31dd803cf"
304SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" 349SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mailru/easyjson"
305 350
306# github.com/google/go-cmp v0.5.9 351# github.com/mattn/go-isatty v0.0.17
307# [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0 352# [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c
308SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0" 353SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c"
309SRC_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" 354SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty"
310 355
311# github.com/google/gofuzz v1.2.0 356# github.com/moby/spdystream v0.2.0
312# [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 357# [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b
313SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" 358SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b"
314SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz" 359SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream"
315 360
316# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 361# github.com/moby/sys/signal v0.7.0
317# [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d 362# [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5
318SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" 363SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5"
319SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" 364SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal"
320 365
321# github.com/googleapis/gnostic v0.5.5 366# github.com/subosito/gotenv v1.4.1
322# [1] git ls-remote https://github.com/googleapis/gnostic 1550ae29653d42db69c8a98d368648be7f2c488d 367# [1] git ls-remote https://github.com/subosito/gotenv d94fdbe829d24b31d6ac30b6beb28b6420c1778a
323SRCREV_gnostic="1550ae29653d42db69c8a98d368648be7f2c488d" 368SRCREV_gotenv="d94fdbe829d24b31d6ac30b6beb28b6420c1778a"
324SRC_URI += "git://github.com/googleapis/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gnostic" 369SRC_URI += "git://github.com/subosito/gotenv;name=gotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/subosito/gotenv"
325 370
326# github.com/gorilla/mux v1.8.0 371# google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54
327# [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b 372# [1] git ls-remote https://github.com/googleapis/go-genproto 0005af68ea5476a8b99ce94ab83ae4aaac864963
328SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b" 373SRCREV_genproto="0005af68ea5476a8b99ce94ab83ae4aaac864963"
329SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux" 374SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto"
330 375
331# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 376# google.golang.org/protobuf v1.30.0
332# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd 377# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go f221882bfb484564f1714ae05f197dea2c76898d
333SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd" 378SRCREV_google.golang.org-protobuf="f221882bfb484564f1714ae05f197dea2c76898d"
334SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;name=go-grpc-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-middleware" 379SRC_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"
380
381# github.com/stretchr/testify v1.8.4
382# [1] git ls-remote https://github.com/stretchr/testify f97607b89807936ac4ff96748d766cf4b9711f78
383SRCREV_testify="f97607b89807936ac4ff96748d766cf4b9711f78"
384SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify"
385
386# github.com/cloudflare/cfssl v1.6.4
387# [1] git ls-remote https://github.com/cloudflare/cfssl b4d0d877cac528f63db39dfb62d5c96cd3a32a0b
388SRCREV_cfssl="b4d0d877cac528f63db39dfb62d5c96cd3a32a0b"
389SRC_URI += "git://github.com/cloudflare/cfssl;name=cfssl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cloudflare/cfssl"
390
391# github.com/josharian/intern v1.0.0
392# [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd
393SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd"
394SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/intern"
395
396# github.com/json-iterator/go v1.1.12
397# [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d
398SRCREV_json-iterator-go="024077e996b048517130b21ea6bf12aa23055d3d"
399SRC_URI += "git://github.com/json-iterator/go;name=json-iterator-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go"
400
401# github.com/moby/sys/symlink v0.2.0
402# [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964
403SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964"
404SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink"
405
406# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
407# [1] git ls-remote https://github.com/serialx/hashring 8b2912629002c928de72c69aae20c8600bef41a6
408SRCREV_hashring="8b2912629002c928de72c69aae20c8600bef41a6"
409SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/serialx/hashring"
410
411# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
412# [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2
413SRCREV_units="6950e57a87eaf136bbe44ef2ec8e75b9e3569de2"
414SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/units"
415
416# github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531
417# [1] git ls-remote https://github.com/tonistiigi/vt100 f9a4f7ef65311848d4d4791c649a178c8e97386b
418SRCREV_vt100="f9a4f7ef65311848d4d4791c649a178c8e97386b"
419SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/vt100"
420
421# google.golang.org/appengine v1.6.7
422# [1] git ls-remote https://github.com/golang/appengine 5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a
423SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a"
424SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/appengine"
425
426# github.com/fsnotify/fsevents v0.1.1
427# [1] git ls-remote https://github.com/fsnotify/fsevents f721bd2b045774a566e8f7f5fa2a9985e04c875d
428SRCREV_fsevents="f721bd2b045774a566e8f7f5fa2a9985e04c875d"
429SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsevents"
430
431# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
432# [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b
433SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b"
434SRC_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"
435
436# go.opentelemetry.io/otel/sdk v1.14.0
437# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
438SRCREV_sdk="2e54fbb3fede5b54f316b3a08eab236febd854e0"
439SRC_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"
335 440
336# github.com/grpc-ecosystem/grpc-gateway v1.16.0 441# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
337# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 094a6fe78b3ca888297d090185cdf30f0e42e157 442# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9
338SRCREV_grpc-gateway="094a6fe78b3ca888297d090185cdf30f0e42e157" 443SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9"
339SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway" 444SRC_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"
445
446# github.com/aws/aws-sdk-go-v2 v1.17.6
447# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
448SRCREV_aws-sdk-go-v2="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
449SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2"
450
451# github.com/cespare/xxhash/v2 v2.2.0
452# [1] git ls-remote https://github.com/cespare/xxhash a76eb16a93c1e30527c073ca831d9048b4b935f6
453SRCREV_xxhash-v2="a76eb16a93c1e30527c073ca831d9048b4b935f6"
454SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2"
455
456# github.com/docker/go-metrics v0.0.1
457# [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c
458SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c"
459SRC_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"
460
461# github.com/felixge/httpsnoop v1.0.3
462# [1] git ls-remote https://github.com/felixge/httpsnoop ef9fc62cdc3cc5abc33d6018fe1324890bb48145
463SRCREV_httpsnoop="ef9fc62cdc3cc5abc33d6018fe1324890bb48145"
464SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop"
340 465
341# github.com/hashicorp/errwrap v1.1.0 466# github.com/hashicorp/errwrap v1.1.0
342# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 467# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0
343SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" 468SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0"
344SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" 469SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap"
345 470
346# github.com/hashicorp/go-immutable-radix v1.3.1 471# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
347# [1] git ls-remote https://github.com/hashicorp/go-immutable-radix 49d1d02c49a783de548d1ba8ae8fde466a20b9e6 472# [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e
348SRCREV_go-immutable-radix="49d1d02c49a783de548d1ba8ae8fde466a20b9e6" 473SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e"
349SRC_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" 474SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/munnerz/goautoneg"
350 475
351# github.com/hashicorp/go-memdb v1.3.2 476# github.com/pelletier/go-toml v1.9.5
352# [1] git ls-remote https://github.com/hashicorp/go-memdb 542a5804dedaaddf1a0cad8b6a7b0b3fcf438776 477# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541
353SRCREV_go-memdb="542a5804dedaaddf1a0cad8b6a7b0b3fcf438776" 478SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541"
354SRC_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" 479SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml"
355 480
356# github.com/hashicorp/golang-lru v0.5.4 481# github.com/prometheus/common v0.42.0
357# [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54 482# [1] git ls-remote https://github.com/prometheus/common 66b493f42b757378fbad83e42b0ed441d425a17b
358SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54" 483SRCREV_common="66b493f42b757378fbad83e42b0ed441d425a17b"
359SRC_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" 484SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common"
360 485
361# github.com/imdario/mergo v0.3.14 486# github.com/prometheus/procfs v0.9.0
362# [1] git ls-remote https://github.com/imdario/mergo d19834bb682056bd1eec5dfe6d9ec9bd9d6ba58f 487# [1] git ls-remote https://github.com/prometheus/procfs bb7727a9ca9b3cd1559b42ffa74e13ef7efb6283
363SRCREV_mergo="d19834bb682056bd1eec5dfe6d9ec9bd9d6ba58f" 488SRCREV_procfs="bb7727a9ca9b3cd1559b42ffa74e13ef7efb6283"
364SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" 489SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs"
365 490
366# github.com/inconshreveable/mousetrap v1.0.1 491# github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb
367# [1] git ls-remote https://github.com/inconshreveable/mousetrap 3a66f25f8779fad208598f21472174ef7b35c3ec 492# [1] git ls-remote https://github.com/tonistiigi/fsutil 36ef4d8c0dbba81b41fcfe7a03ba1f6ba56904f2
368SRCREV_mousetrap="3a66f25f8779fad208598f21472174ef7b35c3ec" 493SRCREV_fsutil="36ef4d8c0dbba81b41fcfe7a03ba1f6ba56904f2"
369SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" 494SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/fsutil"
370 495
371# github.com/jinzhu/gorm v1.9.11 496# github.com/Microsoft/go-winio v0.6.1
372# [1] git ls-remote https://github.com/jinzhu/gorm 81c17a7e2529c59efc4e74c5b32c1fb71fb12fa2 497# [1] git ls-remote https://github.com/microsoft/go-winio 070c828abb873da9e71c7247740253b50f7cf049
373SRCREV_gorm="81c17a7e2529c59efc4e74c5b32c1fb71fb12fa2" 498SRCREV_go-winio="070c828abb873da9e71c7247740253b50f7cf049"
374SRC_URI += "git://github.com/jinzhu/gorm;name=gorm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jinzhu/gorm" 499SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio"
375 500
376# github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744 501# github.com/containerd/console v1.0.3
377# [1] git ls-remote https://github.com/jonboulle/clockwork a89700cec744f743e878de5ea7cfa89d88f90682 502# [1] git ls-remote https://github.com/containerd/console b5cb846c9186d67bcae3ce3c324e47cd317d9527
378SRCREV_clockwork="a89700cec744f743e878de5ea7cfa89d88f90682" 503SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527"
379SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork" 504SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
380 505
381# github.com/json-iterator/go v1.1.12 506# github.com/bugsnag/bugsnag-go v1.5.0
382# [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d 507# [1] git ls-remote https://github.com/bugsnag/bugsnag-go d5b63da7e1f93d83e3980e5ab2bf33179bad7b2a
383SRCREV_go1="024077e996b048517130b21ea6bf12aa23055d3d" 508SRCREV_bugsnag-go="d5b63da7e1f93d83e3980e5ab2bf33179bad7b2a"
384SRC_URI += "git://github.com/json-iterator/go;name=go1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go" 509SRC_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"
385 510
386# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 511# github.com/fvbommel/sortorder v1.0.2
387# [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0 512# [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6
388SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" 513SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6"
389SRC_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" 514SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder"
390 515
391# github.com/klauspost/compress v1.15.12 516# github.com/hashicorp/go-memdb v1.3.2
392# [1] git ls-remote https://github.com/klauspost/compress 9559b037e79ad673c71f6ef7c732c00949014cd2 517# [1] git ls-remote https://github.com/hashicorp/go-memdb 542a5804dedaaddf1a0cad8b6a7b0b3fcf438776
393SRCREV_compress="9559b037e79ad673c71f6ef7c732c00949014cd2" 518SRCREV_go-memdb="542a5804dedaaddf1a0cad8b6a7b0b3fcf438776"
519SRC_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"
520
521# github.com/klauspost/compress v1.16.5
522# [1] git ls-remote https://github.com/klauspost/compress ed6feffc3bb26797dc2a376516b16611046cdecd
523SRCREV_compress="ed6feffc3bb26797dc2a376516b16611046cdecd"
394SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" 524SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
395 525
396# github.com/mattn/go-colorable v0.1.13 526# github.com/mattn/go-colorable v0.1.13
397# [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be 527# [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be
398SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" 528SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be"
399SRC_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" 529SRC_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"
400 530
401# github.com/mattn/go-isatty v0.0.17 531# github.com/mattn/go-runewidth v0.0.14
402# [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c 532# [1] git ls-remote https://github.com/mattn/go-runewidth 2c6a438f68cfe01255a90824599da41fdf76d1e2
403SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c"
404SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty"
405
406# github.com/mattn/go-runewidth v0.0.14
407# [1] git ls-remote https://github.com/mattn/go-runewidth 2c6a438f68cfe01255a90824599da41fdf76d1e2
408SRCREV_go-runewidth="2c6a438f68cfe01255a90824599da41fdf76d1e2" 533SRCREV_go-runewidth="2c6a438f68cfe01255a90824599da41fdf76d1e2"
409SRC_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" 534SRC_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"
410 535
411# github.com/matttproud/golang_protobuf_extensions v1.0.4 536# github.com/moby/sys/mountinfo v0.6.2
412# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d 537# [1] git ls-remote https://github.com/moby/sys 1bf36f7188c31f2797c556c4c4d7d9af7a6a965b
413SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" 538SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b"
414SRC_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" 539SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo"
415 540
416# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b 541# github.com/modern-go/reflect2 v1.0.2
417# [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 542# [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070
418SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992" 543SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070"
419SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mgutz/ansi" 544SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2"
420 545
421# github.com/miekg/pkcs11 v1.1.1 546# github.com/pmezard/go-difflib v1.0.0
422# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d 547# [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2
423SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" 548SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2"
424SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" 549SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib"
425 550
426# github.com/moby/locker v1.0.1 551# github.com/jonboulle/clockwork v0.4.0
427# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe 552# [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a
428SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" 553SRCREV_clockwork="606c48b92358fcca153952b56fb0d14d6845f84a"
429SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" 554SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork"
555
556# github.com/mattn/go-shellwords v1.0.12
557# [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac
558SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac"
559SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords"
430 560
431# github.com/moby/patternmatcher v0.5.0 561# github.com/moby/patternmatcher v0.5.0
432# [1] git ls-remote https://github.com/moby/patternmatcher c5e4b22c8cb290f9439a339c08bba6cb13aa296d 562# [1] git ls-remote https://github.com/moby/patternmatcher c5e4b22c8cb290f9439a339c08bba6cb13aa296d
433SRCREV_patternmatcher="c5e4b22c8cb290f9439a339c08bba6cb13aa296d" 563SRCREV_patternmatcher="c5e4b22c8cb290f9439a339c08bba6cb13aa296d"
434SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/patternmatcher" 564SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/patternmatcher"
435 565
436# github.com/moby/spdystream v0.2.0 566# go.opentelemetry.io/otel/trace v1.14.0
437# [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b 567# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
438SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" 568SRCREV_trace="2e54fbb3fede5b54f316b3a08eab236febd854e0"
439SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream" 569SRC_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"
570
571# github.com/cenkalti/backoff/v4 v4.2.0
572# [1] git ls-remote https://github.com/cenkalti/backoff e5c9822f4eaffe6a2abac94d7fbf85380dd629a8
573SRCREV_v4="e5c9822f4eaffe6a2abac94d7fbf85380dd629a8"
574SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4"
575
576# github.com/docker/distribution v2.8.2+incompatible
577# [1] git ls-remote https://github.com/distribution/distribution 7c354a4b40feeea21d7eeae4de91c8ff7951e672
578SRCREV_distribution="7c354a4b40feeea21d7eeae4de91c8ff7951e672"
579SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution"
440 580
441# github.com/moby/sys/sequential v0.5.0 581# github.com/moby/sys/sequential v0.5.0
442# [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 582# [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7
443SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" 583SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7"
444SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential" 584SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential"
445 585
446# github.com/moby/sys/signal v0.7.0 586# github.com/opencontainers/runc v1.1.7
447# [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 587# [1] git ls-remote https://github.com/opencontainers/runc 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
448SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" 588SRCREV_runc="860f061b76bb4fc671f0f9e900f7d80ff93d4eb7"
449SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal" 589SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
450 590
451# github.com/moby/sys/symlink v0.2.0 591# github.com/shibumi/go-pathspec v1.3.0
452# [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 592# [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd
453SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" 593SRCREV_go-pathspec="30eddf187f62305a5b34f662049d077211abaacd"
454SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink" 594SRC_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"
455 595
456# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 596# go.opentelemetry.io/proto/otlp v0.19.0
457# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 597# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go c98f6b5f7362c9b4a717c7a4dab1ba90796a8f21
458SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" 598SRCREV_otlp="c98f6b5f7362c9b4a717c7a4dab1ba90796a8f21"
459SRC_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" 599SRC_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"
460 600
461# github.com/modern-go/reflect2 v1.0.2 601# github.com/docker/cli-docs-tool v0.6.0
462# [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 602# [1] git ls-remote https://github.com/docker/cli-docs-tool 5cb124c70a1f08a8fcbffad5059b4b5b01123124
463SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" 603SRCREV_cli-docs-tool="5cb124c70a1f08a8fcbffad5059b4b5b01123124"
464SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2" 604SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli-docs-tool"
465 605
466# github.com/opencontainers/runc v1.1.3 606# github.com/hashicorp/go-version v1.6.0
467# [1] git ls-remote https://github.com/opencontainers/runc 6724737f999df9ee0d8ca5c6d7b81f97adc34374 607# [1] git ls-remote https://github.com/hashicorp/go-version 78d058c5618891f74d604bd15356fca690b64d8a
468SRCREV_runc="6724737f999df9ee0d8ca5c6d7b81f97adc34374" 608SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a"
469SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc" 609SRC_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"
470 610
471# github.com/pelletier/go-toml v1.9.5 611# github.com/hashicorp/golang-lru v0.5.4
472# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 612# [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54
473SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" 613SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54"
474SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml" 614SRC_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"
475 615
476# github.com/pmezard/go-difflib v1.0.0 616# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
477# [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 617# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94
478SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" 618SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94"
479SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib" 619SRC_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"
480 620
481# github.com/prometheus/client_golang v1.14.0 621# github.com/pelletier/go-toml/v2 v2.0.5
482# [1] git ls-remote https://github.com/prometheus/client_golang 254e5468413f19fb75cdad45f5ddc0b8c975188c 622# [1] git ls-remote https://github.com/pelletier/go-toml 942841787a7d70422e4d8bc7d0be28ab911402df
483SRCREV_client_golang="254e5468413f19fb75cdad45f5ddc0b8c975188c" 623SRCREV_go-toml-v2="942841787a7d70422e4d8bc7d0be28ab911402df"
484SRC_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" 624SRC_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"
485 625
486# github.com/prometheus/client_model v0.3.0 626# github.com/xeipuuv/gojsonschema v1.2.0
487# [1] git ls-remote https://github.com/prometheus/client_model 63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef 627# [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927
488SRCREV_client_model="63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef" 628SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927"
489SRC_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" 629SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema"
490 630
491# github.com/prometheus/common v0.37.0 631# go.opentelemetry.io/otel/metric v0.37.0
492# [1] git ls-remote https://github.com/prometheus/common 49b36038aead362ce78f09337dc5872000bd048a 632# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
493SRCREV_common="49b36038aead362ce78f09337dc5872000bd048a" 633SRCREV_metric="2e54fbb3fede5b54f316b3a08eab236febd854e0"
494SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" 634SRC_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"
495 635
496# github.com/prometheus/procfs v0.8.0 636# github.com/AlecAivazis/survey/v2 v2.3.7
497# [1] git ls-remote https://github.com/prometheus/procfs 344b47c663a30bfb28ca622d488a1cb6c29d6244 637# [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126
498SRCREV_procfs="344b47c663a30bfb28ca622d488a1cb6c29d6244" 638SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126"
499SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" 639SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AlecAivazis/survey/v2"
500 640
501# github.com/rivo/uniseg v0.2.0 641# github.com/containerd/containerd v1.7.3
502# [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d 642# [1] git ls-remote https://github.com/containerd/containerd 7880925980b188f4c97b462f709d0db8e8962aff
503SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" 643SRCREV_containerd="7880925980b188f4c97b462f709d0db8e8962aff"
504SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg" 644SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
505 645
506# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 646# github.com/docker/go-connections v0.4.0
507# [1] git ls-remote https://github.com/serialx/hashring 8b2912629002c928de72c69aae20c8600bef41a6 647# [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55
508SRCREV_hashring="8b2912629002c928de72c69aae20c8600bef41a6" 648SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55"
509SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/serialx/hashring" 649SRC_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"
510 650
511# github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa 651# github.com/Masterminds/semver/v3 v3.2.1
512# [1] git ls-remote https://github.com/tonistiigi/fsutil fb433841cbfa6e4ece0c1759fc9214ef1c665b89 652# [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5
513SRCREV_fsutil="fb433841cbfa6e4ece0c1759fc9214ef1c665b89" 653SRCREV_semver-v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5"
514SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/fsutil" 654SRC_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"
515 655
516# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea 656# github.com/containerd/continuity v0.4.1
517# [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 657# [1] git ls-remote https://github.com/containerd/continuity 25762ef7c27a37645197ed6d1d708e55a230e35d
518SRCREV_units="6950e57a87eaf136bbe44ef2ec8e75b9e3569de2" 658SRCREV_continuity="25762ef7c27a37645197ed6d1d708e55a230e35d"
519SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/units" 659SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
520 660
521# github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f 661# github.com/containerd/typeurl/v2 v2.1.1
522# [1] git ls-remote https://github.com/tonistiigi/vt100 8066bb97264f56c603341d3fce837bb504e662ef 662# [1] git ls-remote https://github.com/containerd/typeurl 7ef6316b771f959cbb208b229e3423a466947df3
523SRCREV_vt100="8066bb97264f56c603341d3fce837bb504e662ef" 663SRCREV_typeurl-v2="7ef6316b771f959cbb208b229e3423a466947df3"
524SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/vt100" 664SRC_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"
665
666# github.com/magiconair/properties v1.8.6
667# [1] git ls-remote https://github.com/magiconair/properties 869a5592420f4ff6ebf74500b5c658b29d973172
668SRCREV_properties="869a5592420f4ff6ebf74500b5c658b29d973172"
669SRC_URI += "git://github.com/magiconair/properties;name=properties;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/magiconair/properties"
525 670
526# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 671# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
527# [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb 672# [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb
528SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" 673SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb"
529SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer" 674SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer"
530 675
531# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 676# github.com/mitchellh/mapstructure v1.5.0
532# [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b 677# [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311
533SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" 678SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311"
534SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonreference" 679SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure"
535 680
536# github.com/xeipuuv/gojsonschema v1.2.0 681# github.com/emicklei/go-restful/v3 v3.10.1
537# [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 682# [1] git ls-remote https://github.com/emicklei/go-restful 96e1c78bfbbfa19bd826b27b3a8a8087ee3cb1d3
538SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" 683SRCREV_go-restful-v3="96e1c78bfbbfa19bd826b27b3a8a8087ee3cb1d3"
539SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema" 684SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful/v3"
540 685
541# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c 686# github.com/go-openapi/jsonpointer v0.19.5
542# [1] git ls-remote https://github.com/zmap/zcrypto 4dfcec6e9a8c2014f73dd584e64dc797129d77b8 687# [1] git ls-remote https://github.com/go-openapi/jsonpointer 2446e21cad36eee826e1c2380f0ff747074a2faa
543SRCREV_zcrypto="4dfcec6e9a8c2014f73dd584e64dc797129d77b8" 688SRCREV_jsonpointer="2446e21cad36eee826e1c2380f0ff747074a2faa"
544SRC_URI += "git://github.com/zmap/zcrypto;name=zcrypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zcrypto" 689SRC_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"
545 690
546# github.com/zmap/zlint v1.1.0 691# github.com/in-toto/in-toto-golang v0.5.0
547# [1] git ls-remote https://github.com/zmap/zlint 71201e7f6c374a07357066504a13577aed052cf6 692# [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe
548SRCREV_zlint="71201e7f6c374a07357066504a13577aed052cf6" 693SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe"
549SRC_URI += "git://github.com/zmap/zlint;name=zlint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zlint" 694SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/in-toto/in-toto-golang"
550
551# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
552# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib c17e0db0bb02938fccfa497f72a7c9c5a9ec6e71
553SRCREV_otelgrpc="c17e0db0bb02938fccfa497f72a7c9c5a9ec6e71"
554SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc"
555
556# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
557# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 065ba75c4b9750665d8b577b170997cafeb8f903
558SRCREV_retry="065ba75c4b9750665d8b577b170997cafeb8f903"
559SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry"
560
561# go.opentelemetry.io/otel/internal/metric v0.27.0
562# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 1bda06288e6df99bdb0705c4ca4870b1f2c82a16
563SRCREV_metric="1bda06288e6df99bdb0705c4ca4870b1f2c82a16"
564SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/internal/metric"
565
566# go.opentelemetry.io/otel/sdk v1.4.1
567# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 065ba75c4b9750665d8b577b170997cafeb8f903
568SRCREV_sdk="065ba75c4b9750665d8b577b170997cafeb8f903"
569SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry"
570
571# go.opentelemetry.io/otel/trace v1.14.0
572# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
573SRCREV_trace="2e54fbb3fede5b54f316b3a08eab236febd854e0"
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"
575
576# go.opentelemetry.io/proto/otlp v0.12.0
577# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 24bea1abad46b49ccc25cee455e09afca9a19250
578SRCREV_otlp="24bea1abad46b49ccc25cee455e09afca9a19250"
579SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp"
580
581# golang.org/x/crypto v0.2.0
582# [1] git ls-remote https://github.com/golang/crypto 183a9b70cc805eca27c9474ce65820b468a28795
583SRCREV_crypto="183a9b70cc805eca27c9474ce65820b468a28795"
584SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto"
585
586# golang.org/x/net v0.7.0
587# [1] git ls-remote https://github.com/golang/net 8e2b117aee74f6b86c207a808b0255de45c0a18a
588SRCREV_net="8e2b117aee74f6b86c207a808b0255de45c0a18a"
589SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net"
590
591# golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
592# [1] git ls-remote https://github.com/golang/oauth2 6fdb5e3db783d4a038a89fb82279727f80e7bf8e
593SRCREV_oauth2="6fdb5e3db783d4a038a89fb82279727f80e7bf8e"
594SRC_URI += "git://github.com/golang/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2"
595
596# golang.org/x/sys v0.5.0
597# [1] git ls-remote https://github.com/golang/sys 90c8f94a055257f9ab343137cbada4e658750fbb
598SRCREV_sys="90c8f94a055257f9ab343137cbada4e658750fbb"
599SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys"
600
601# golang.org/x/term v0.5.0
602# [1] git ls-remote https://github.com/golang/term d974fe83263b348b6fa9fb95bebc2ff93997880a
603SRCREV_term1="d974fe83263b348b6fa9fb95bebc2ff93997880a"
604SRC_URI += "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term"
605
606# golang.org/x/text v0.7.0
607# [1] git ls-remote https://github.com/golang/text 71a9c9afc4cd710b9412f7f99f0d8e35b10e488a
608SRCREV_text="71a9c9afc4cd710b9412f7f99f0d8e35b10e488a"
609SRC_URI += "git://github.com/golang/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text"
610
611# golang.org/x/time v0.1.0
612# [1] git ls-remote https://github.com/golang/time f3bd1da661afd6357b957af27c50ccdb248b7dd3
613SRCREV_time="f3bd1da661afd6357b957af27c50ccdb248b7dd3"
614SRC_URI += "git://github.com/golang/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time"
615
616# google.golang.org/appengine v1.6.7
617# [1] git ls-remote https://github.com/golang/appengine 5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a
618SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a"
619SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/appengine"
620 695
621# google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e 696# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
622# [1] git ls-remote https://github.com/googleapis/go-genproto 1bc688fe9f3e0f5d5ae9e946bb15ec517a5e6823 697# [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0
623SRCREV_genproto="1bc688fe9f3e0f5d5ae9e946bb15ec517a5e6823" 698SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0"
624SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/go-genproto" 699SRC_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"
625 700
626# google.golang.org/grpc v1.50.1 701# github.com/compose-spec/compose-go v1.18.1
627# [1] git ls-remote https://github.com/grpc/grpc-go 4c776ec01572d55249df309251900554b46adb41 702# [1] git ls-remote https://github.com/compose-spec/compose-go 45494a8f6b0176d040c82577f82c84377426a9e6
628SRCREV_grpc="4c776ec01572d55249df309251900554b46adb41" 703SRCREV_compose-go="45494a8f6b0176d040c82577f82c84377426a9e6"
629SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc/grpc-go" 704SRC_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"
630 705
631# google.golang.org/protobuf v1.28.1 706# github.com/hashicorp/go-multierror v1.1.1
632# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 6875c3d7242d1a3db910ce8a504f124cb840c23a 707# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0
633SRCREV_protobuf12="6875c3d7242d1a3db910ce8a504f124cb840c23a" 708SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0"
634SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/protocolbuffers/protobuf-go" 709SRC_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"
635 710
636# gopkg.in/inf.v0 v0.9.1 711# github.com/cucumber/gherkin-go/v19 v19.0.3
637# [1] git ls-remote https://gopkg.in/inf.v0 d2d2541c53f18d2a059457998ce2876cc8e67cbf 712# [1] git ls-remote https://github.com/cucumber/gherkin-go 11029f28bd1bc215fa57275b576f2b237b7c2b07
638SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" 713SRCREV_v19="11029f28bd1bc215fa57275b576f2b237b7c2b07"
639SRC_URI += "git://gopkg.in/inf.v0;name=inf.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/inf.v0" 714SRC_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"
640 715
641# gopkg.in/yaml.v3 v3.0.1 716# github.com/prometheus/client_model v0.3.0
642# [1] git ls-remote https://gopkg.in/yaml.v3 f6f7691b1fdeb513f56608cd2c32c51f8194bf51 717# [1] git ls-remote https://github.com/prometheus/client_model 63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef
643SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" 718SRCREV_client_model="63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef"
644SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" 719SRC_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"
645 720
646# k8s.io/klog/v2 v2.60.1 721# github.com/spf13/jwalterweatherman v1.1.0
647# [1] git ls-remote https://github.com/kubernetes/klog b46e95d6825a8558b8ca00afc4fbc26acfb5605a 722# [1] git ls-remote https://github.com/spf13/jwalterweatherman 94f6ae3ed3bceceafa716478c5fbf8d29ca601a1
648SRCREV_v212="b46e95d6825a8558b8ca00afc4fbc26acfb5605a" 723SRCREV_jwalterweatherman="94f6ae3ed3bceceafa716478c5fbf8d29ca601a1"
649SRC_URI += "git://github.com/kubernetes/klog;name=v212;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/klog/v2" 724SRC_URI += "git://github.com/spf13/jwalterweatherman;name=jwalterweatherman;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/jwalterweatherman"
650 725
651# k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 726# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
652# [1] git ls-remote https://github.com/kubernetes/utils 3a6ce19ff2f91f3dc49243f90f7834a0f1e4aaf3 727# [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b
653SRCREV_utils="3a6ce19ff2f91f3dc49243f90f7834a0f1e4aaf3" 728SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b"
654SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/utils" 729SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonreference"
655 730
656# sigs.k8s.io/structured-merge-diff/v4 v4.2.1 731# github.com/opencontainers/go-digest v1.0.0
657# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 65611e5f7fc60e909529889c29faa9cac17cb485 732# [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a
658SRCREV_v41="65611e5f7fc60e909529889c29faa9cac17cb485" 733SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a"
659SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" 734SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest"
660 735
661# sigs.k8s.io/yaml v1.2.0 736# github.com/aws/aws-sdk-go-v2/config v1.18.16
662# [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9fc95527decd95bb9d28cc2eab08179b2d0f6971 737# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
663SRCREV_yaml="9fc95527decd95bb9d28cc2eab08179b2d0f6971" 738SRCREV_config="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
664SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml" 739SRC_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"
665 740
666# go.uber.org/goleak v1.2.1 741# github.com/cucumber/messages-go/v16 v16.0.1
667# [1] git ls-remote https://github.com/uber-go/goleak 83c7e126390f1508ca9cb8e87d70849b55181104 742# [1] git ls-remote https://github.com/cucumber/messages-go 1848e9bfc84e8c1674c4d9ded0bdbfc23c458b28
668SRCREV_goleak="83c7e126390f1508ca9cb8e87d70849b55181104" 743SRCREV_v16="1848e9bfc84e8c1674c4d9ded0bdbfc23c458b28"
669SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/goleak" 744SRC_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"
670 745
671# github.com/aws/aws-sdk-go-v2 v1.16.3 746# github.com/go-openapi/jsonreference v0.20.0
672# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 69119818ef63fe807b5613a9f554f90308480409 747# [1] git ls-remote https://github.com/go-openapi/jsonreference c5db5582e080fbeae80be42f42881230a8caebf6
673SRCREV_aws-sdk-go-v2="69119818ef63fe807b5613a9f554f90308480409" 748SRCREV_jsonreference="c5db5582e080fbeae80be42f42881230a8caebf6"
674SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2" 749SRC_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"
675 750
676# github.com/aws/aws-sdk-go-v2/config v1.15.5 751# github.com/prometheus/client_golang v1.14.0
677# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 ab8d7edbca56e996a2d170d170014772287a842f 752# [1] git ls-remote https://github.com/prometheus/client_golang 254e5468413f19fb75cdad45f5ddc0b8c975188c
678SRCREV_config="ab8d7edbca56e996a2d170d170014772287a842f" 753SRCREV_client_golang="254e5468413f19fb75cdad45f5ddc0b8c975188c"
679SRC_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" 754SRC_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"
680 755
681# github.com/aws/aws-sdk-go-v2/credentials v1.12.0 756# github.com/opencontainers/image-spec v1.1.0-rc4
682# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 3ec62266ee884956826f40ea3e70428802dd5b9c 757# [1] git ls-remote https://github.com/opencontainers/image-spec 82e8329f7eb6df5c62924f2792d285ba276ae876
683SRCREV_credentials="3ec62266ee884956826f40ea3e70428802dd5b9c" 758SRCREV_image-spec="82e8329f7eb6df5c62924f2792d285ba276ae876"
684SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials" 759SRC_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"
685 760
686# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4 761# github.com/theupdateframework/notary v0.7.0
687# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 69119818ef63fe807b5613a9f554f90308480409 762# [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598
688SRCREV_imds="69119818ef63fe807b5613a9f554f90308480409" 763SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598"
689SRC_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" 764SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary"
690 765
691# github.com/aws/aws-sdk-go-v2/service/sts v1.16.4 766# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
692# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 5f14e2a8eba44a6affbdff479aa60775bad7ca0d 767# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers 43070de90fa134c9ea55cd6de4308a2ae59658d3
693SRCREV_sts="5f14e2a8eba44a6affbdff479aa60775bad7ca0d" 768SRCREV_go-fuzz-headers="43070de90fa134c9ea55cd6de4308a2ae59658d3"
694SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts" 769SRC_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"
695 770
696# github.com/aws/smithy-go v1.11.2 771# github.com/inconshreveable/mousetrap v1.1.0
697# [1] git ls-remote https://github.com/aws/smithy-go 6bfd83cb5d74913656f67e1db01fa730bedc8cd4 772# [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21
698SRCREV_smithy-go="6bfd83cb5d74913656f67e1db01fa730bedc8cd4" 773SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21"
699SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/smithy-go" 774SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap"
700 775
701# github.com/fsnotify/fsnotify v1.6.0 776# sigs.k8s.io/structured-merge-diff/v4 v4.2.3
702# [1] git ls-remote https://github.com/fsnotify/fsnotify 5f8c606accbcc6913853fe7e083ee461d181d88d 777# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 26781d0c10bfdbd7d66b18d8be83985f623df9f8
703SRCREV_fsnotify1="5f8c606accbcc6913853fe7e083ee461d181d88d" 778SRCREV_structured-merge-diff-v4="26781d0c10bfdbd7d66b18d8be83985f623df9f8"
704SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsnotify" 779SRC_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"
705 780
706# github.com/hashicorp/hcl v1.0.0 781# github.com/cyphar/filepath-securejoin v0.2.3
707# [1] git ls-remote https://github.com/hashicorp/hcl 8cb6e5b959231cc1119e43259c4a608f9c51a241 782# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 8f267f5ea675a20a2cb5e91011d063721f53bf79
708SRCREV_hcl="8cb6e5b959231cc1119e43259c4a608f9c51a241" 783SRCREV_filepath-securejoin="8f267f5ea675a20a2cb5e91011d063721f53bf79"
709SRC_URI += "git://github.com/hashicorp/hcl;name=hcl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/hcl" 784SRC_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"
710 785
711# github.com/magiconair/properties v1.8.6 786# github.com/distribution/distribution/v3 v3.0.0-20230601133803-97b1d649c493
712# [1] git ls-remote https://github.com/magiconair/properties 869a5592420f4ff6ebf74500b5c658b29d973172 787# [1] git ls-remote https://github.com/distribution/distribution 97b1d649c4938d0f608d96454d6a8326b1f96acd
713SRCREV_properties="869a5592420f4ff6ebf74500b5c658b29d973172" 788SRCREV_v3="97b1d649c4938d0f608d96454d6a8326b1f96acd"
714SRC_URI += "git://github.com/magiconair/properties;name=properties;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/magiconair/properties" 789SRC_URI += "git://github.com/distribution/distribution;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3"
715 790
716# github.com/moby/sys/mountinfo v0.6.2 791# github.com/hashicorp/go-immutable-radix v1.3.1
717# [1] git ls-remote https://github.com/moby/sys 1bf36f7188c31f2797c556c4c4d7d9af7a6a965b 792# [1] git ls-remote https://github.com/hashicorp/go-immutable-radix 49d1d02c49a783de548d1ba8ae8fde466a20b9e6
718SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b" 793SRCREV_go-immutable-radix="49d1d02c49a783de548d1ba8ae8fde466a20b9e6"
719SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" 794SRC_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"
720 795
721# github.com/pelletier/go-toml/v2 v2.0.5 796# github.com/aws/aws-sdk-go-v2/credentials v1.13.16
722# [1] git ls-remote https://github.com/pelletier/go-toml 942841787a7d70422e4d8bc7d0be28ab911402df 797# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
723SRCREV_v21234="942841787a7d70422e4d8bc7d0be28ab911402df" 798SRCREV_credentials="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
724SRC_URI += "git://github.com/pelletier/go-toml;name=v21234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml/v2" 799SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials"
725 800
726# github.com/spf13/afero v1.9.2 801# github.com/aws/aws-sdk-go-v2/service/sso v1.12.5
727# [1] git ls-remote https://github.com/spf13/afero 2a70f2bb2db1524bf2aa3ca0cfebefa8d6367b7b 802# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
728SRCREV_afero="2a70f2bb2db1524bf2aa3ca0cfebefa8d6367b7b" 803SRCREV_sso="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
729SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/afero" 804SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sso;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sso"
730 805
731# github.com/spf13/cast v1.5.0 806# github.com/aws/aws-sdk-go-v2/service/sts v1.18.6
732# [1] git ls-remote https://github.com/spf13/cast 2b0eb0f724e320b655240e331aef36d1175986c2 807# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
733SRCREV_cast="2b0eb0f724e320b655240e331aef36d1175986c2" 808SRCREV_sts="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
734SRC_URI += "git://github.com/spf13/cast;name=cast;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cast" 809SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts"
735 810
736# github.com/spf13/jwalterweatherman v1.1.0 811# github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31
737# [1] git ls-remote https://github.com/spf13/jwalterweatherman 94f6ae3ed3bceceafa716478c5fbf8d29ca601a1 812# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
738SRCREV_jwalterweatherman="94f6ae3ed3bceceafa716478c5fbf8d29ca601a1" 813SRCREV_ini="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
739SRC_URI += "git://github.com/spf13/jwalterweatherman;name=jwalterweatherman;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/jwalterweatherman" 814SRC_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"
740 815
741# github.com/subosito/gotenv v1.4.1 816# github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
742# [1] git ls-remote https://github.com/subosito/gotenv d94fdbe829d24b31d6ac30b6beb28b6420c1778a 817# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 0197faf8b072910084edd1209aa2ac51833b895c
743SRCREV_gotenv="d94fdbe829d24b31d6ac30b6beb28b6420c1778a" 818SRCREV_grpc-gateway-v2="0197faf8b072910084edd1209aa2ac51833b895c"
744SRC_URI += "git://github.com/subosito/gotenv;name=gotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/subosito/gotenv" 819SRC_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"
745 820
746# gopkg.in/ini.v1 v1.67.0 821# google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9
747# [1] git ls-remote https://gopkg.in/ini.v1 b2f570e5b5b844226bbefe6fb521d891f529a951 822# [1] git ls-remote https://github.com/googleapis/go-genproto dd9d682886f99d242574cd3eaea438ce7ea66399
748SRCREV_ini.v1="b2f570e5b5b844226bbefe6fb521d891f529a951" 823SRCREV_api="dd9d682886f99d242574cd3eaea438ce7ea66399"
749SRC_URI += "git://gopkg.in/ini.v1;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1" 824SRC_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"
750 825
751# github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7 826# google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
752# [1] git ls-remote https://github.com/laurazard/godog 4c4b17abdae7fd4f9d35cfe391ca65d172b092e3 827# [1] git ls-remote https://github.com/googleapis/go-genproto 28d5490b6b19cce1ebbc6ab55ca8637bd35b3486
753SRCREV_godog1="4c4b17abdae7fd4f9d35cfe391ca65d172b092e3" 828SRCREV_rpc="28d5490b6b19cce1ebbc6ab55ca8637bd35b3486"
754SRC_URI += "git://github.com/laurazard/godog;name=godog1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/godog" 829SRC_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"
755 830
756# k8s.io/api v0.22.4 831# github.com/docker/docker-credential-helpers v0.7.0
757# [1] git ls-remote https://github.com/kubernetes/api 7b9552ec29b4eb9d6e647f705bae66e800311011 832# [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde
758SRCREV_api="7b9552ec29b4eb9d6e647f705bae66e800311011" 833SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde"
759SRC_URI += "git://github.com/kubernetes/api;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/api" 834SRC_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"
760 835
761# k8s.io/apimachinery v0.22.4 836# github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5
762# [1] git ls-remote https://github.com/kubernetes/apimachinery e757da007984b92fc3d1da457f4bc3b900606642 837# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
763SRCREV_apimachinery="e757da007984b92fc3d1da457f4bc3b900606642" 838SRCREV_ssooidc="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
764SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery" 839SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ssooidc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/ssooidc"
765 840
766# k8s.io/client-go v0.22.4 841# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
767# [1] git ls-remote https://github.com/kubernetes/client-go 29f81448d77a50b041e21e44cbf0269450e8ae03 842# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd
768SRCREV_client-go="29f81448d77a50b041e21e44cbf0269450e8ae03" 843SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd"
769SRC_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" 844SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;name=go-grpc-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-middleware"
845
846# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24
847# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
848SRCREV_imds="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
849SRC_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"
850
851# github.com/matttproud/golang_protobuf_extensions v1.0.4
852# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d
853SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d"
854SRC_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"
855
856# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0
857# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
858SRCREV_otlptrace="2e54fbb3fede5b54f316b3a08eab236febd854e0"
859SRC_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"
860
861# github.com/secure-systems-lab/go-securesystemslib v0.4.0
862# [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9
863SRCREV_go-securesystemslib="abcd7c95c952df38eb237fab3764ef1b8d2b15c9"
864SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-securesystemslib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/secure-systems-lab/go-securesystemslib"
865
866# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24
867# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
868SRCREV_endpoints-v2="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
869SRC_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"
870
871# github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30
872# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
873SRCREV_configsources="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
874SRC_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"
875
876# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0
877# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
878SRCREV_retry="2e54fbb3fede5b54f316b3a08eab236febd854e0"
879SRC_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"
880
881# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24
882# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 18bff5e44f4c2c140feaf54b2dd92140630c7e50
883SRCREV_presigned-url="18bff5e44f4c2c140feaf54b2dd92140630c7e50"
884SRC_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"
885
886# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0
887# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 3311cc2a734d7597598cc67910f8f292d13eeda7
888SRCREV_otelhttp="3311cc2a734d7597598cc67910f8f292d13eeda7"
889SRC_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"
890
891# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
892# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
893SRCREV_otlptracegrpc="2e54fbb3fede5b54f316b3a08eab236febd854e0"
894SRC_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"
895
896# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0
897# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
898SRCREV_otlptracehttp="2e54fbb3fede5b54f316b3a08eab236febd854e0"
899SRC_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"
900
901# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0
902# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 3311cc2a734d7597598cc67910f8f292d13eeda7
903SRCREV_otelgrpc="3311cc2a734d7597598cc67910f8f292d13eeda7"
904SRC_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"
905
906# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.40.0
907# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 3311cc2a734d7597598cc67910f8f292d13eeda7
908SRCREV_otelhttptrace="3311cc2a734d7597598cc67910f8f292d13eeda7"
909SRC_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"
770 910