summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker-compose/docker-compose_git.bb4
-rw-r--r--recipes-containers/docker-compose/files/modules.txt1620
-rw-r--r--recipes-containers/docker-compose/relocation.inc26
-rw-r--r--recipes-containers/docker-compose/src_uri.inc872
4 files changed, 1729 insertions, 793 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb
index 8bab3fb6..575ee30e 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 = "f79c28168bf6a95ea0cbd1c298f4a0ff4c3ac36b" 12SRCREV_compose = "eaf9800948e022573997649656c040a19d4b15c2"
13 13
14SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" 14SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}"
15 15
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60
23 23
24GO_IMPORT = "import" 24GO_IMPORT = "import"
25 25
26PV = "v2.28.1" 26PV = "v2.33.1"
27 27
28COMPOSE_PKG = "github.com/docker/compose/v2" 28COMPOSE_PKG = "github.com/docker/compose/v2"
29 29
diff --git a/recipes-containers/docker-compose/files/modules.txt b/recipes-containers/docker-compose/files/modules.txt
index 2531a845..09b52926 100644
--- a/recipes-containers/docker-compose/files/modules.txt
+++ b/recipes-containers/docker-compose/files/modules.txt
@@ -1,364 +1,1422 @@
1# dario.cat/mergo v1.0.1
2## explicit; go 1.13
3dario.cat/mergo
4# github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
5## explicit; go 1.20
6github.com/AdaLogics/go-fuzz-headers
1# github.com/AlecAivazis/survey/v2 v2.3.7 7# github.com/AlecAivazis/survey/v2 v2.3.7
2## explicit 8## explicit; go 1.13
9github.com/AlecAivazis/survey/v2
10github.com/AlecAivazis/survey/v2/core
11github.com/AlecAivazis/survey/v2/terminal
12# github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
13## explicit; go 1.16
14github.com/Azure/go-ansiterm
15github.com/Azure/go-ansiterm/winterm
16# github.com/Masterminds/semver/v3 v3.2.1
17## explicit; go 1.18
18github.com/Masterminds/semver/v3
3# github.com/Microsoft/go-winio v0.6.2 19# github.com/Microsoft/go-winio v0.6.2
4## explicit 20## explicit; go 1.21
21github.com/Microsoft/go-winio
22github.com/Microsoft/go-winio/internal/fs
23github.com/Microsoft/go-winio/internal/socket
24github.com/Microsoft/go-winio/internal/stringbuffer
25github.com/Microsoft/go-winio/pkg/guid
5# github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d 26# github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
6## explicit 27## explicit
7# github.com/buger/goterm v1.0.4 28github.com/acarl005/stripansi
8## explicit 29# github.com/apparentlymart/go-textseg/v15 v15.0.0
9# github.com/compose-spec/compose-go/v2 v2.1.3 30## explicit; go 1.16
10## explicit 31github.com/apparentlymart/go-textseg/v15/textseg
11# github.com/containerd/containerd v1.7.18 32# github.com/aws/aws-sdk-go-v2 v1.30.3
12## explicit 33## explicit; go 1.20
13# github.com/davecgh/go-spew v1.1.1 34github.com/aws/aws-sdk-go-v2/aws
14## explicit 35github.com/aws/aws-sdk-go-v2/aws/defaults
15# github.com/distribution/reference v0.6.0 36github.com/aws/aws-sdk-go-v2/aws/middleware
16## explicit 37github.com/aws/aws-sdk-go-v2/aws/middleware/private/metrics
17# github.com/docker/buildx v0.15.1 38github.com/aws/aws-sdk-go-v2/aws/protocol/query
18## explicit 39github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
19# github.com/docker/cli v27.0.1-rc.1+incompatible 40github.com/aws/aws-sdk-go-v2/aws/protocol/xml
20## explicit 41github.com/aws/aws-sdk-go-v2/aws/ratelimit
21# github.com/docker/cli-docs-tool v0.7.0 42github.com/aws/aws-sdk-go-v2/aws/retry
22## explicit 43github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
23# github.com/docker/docker v27.0.1-rc.1+incompatible 44github.com/aws/aws-sdk-go-v2/aws/signer/v4
24## explicit 45github.com/aws/aws-sdk-go-v2/aws/transport/http
25# github.com/docker/go-connections v0.5.0 46github.com/aws/aws-sdk-go-v2/internal/auth
26## explicit 47github.com/aws/aws-sdk-go-v2/internal/auth/smithy
27# github.com/docker/go-units v0.5.0 48github.com/aws/aws-sdk-go-v2/internal/context
28## explicit 49github.com/aws/aws-sdk-go-v2/internal/endpoints
29# github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 50github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
30## explicit 51github.com/aws/aws-sdk-go-v2/internal/middleware
31# github.com/fsnotify/fsevents v0.2.0 52github.com/aws/aws-sdk-go-v2/internal/rand
32## explicit 53github.com/aws/aws-sdk-go-v2/internal/sdk
33# github.com/google/go-cmp v0.6.0 54github.com/aws/aws-sdk-go-v2/internal/sdkio
34## explicit 55github.com/aws/aws-sdk-go-v2/internal/shareddefaults
35# github.com/hashicorp/go-multierror v1.1.1 56github.com/aws/aws-sdk-go-v2/internal/strings
36## explicit 57github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
37# github.com/hashicorp/go-version v1.7.0 58github.com/aws/aws-sdk-go-v2/internal/timeconv
38## explicit 59# github.com/aws/aws-sdk-go-v2/config v1.27.27
39# github.com/jonboulle/clockwork v0.4.0 60## explicit; go 1.20
40## explicit 61github.com/aws/aws-sdk-go-v2/config
41# github.com/mattn/go-shellwords v1.0.12 62# github.com/aws/aws-sdk-go-v2/credentials v1.17.27
42## explicit 63## explicit; go 1.20
43# github.com/mitchellh/go-ps v1.0.0 64github.com/aws/aws-sdk-go-v2/credentials
44## explicit 65github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
45# github.com/mitchellh/mapstructure v1.5.0 66github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
46## explicit 67github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
47# github.com/moby/buildkit v0.14.1 68github.com/aws/aws-sdk-go-v2/credentials/processcreds
48## explicit 69github.com/aws/aws-sdk-go-v2/credentials/ssocreds
49# github.com/moby/patternmatcher v0.6.0 70github.com/aws/aws-sdk-go-v2/credentials/stscreds
50## explicit 71# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11
51# github.com/moby/term v0.5.0 72## explicit; go 1.20
52## explicit 73github.com/aws/aws-sdk-go-v2/feature/ec2/imds
53# github.com/morikuni/aec v1.0.0 74github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
54## explicit 75# github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15
55# github.com/opencontainers/go-digest v1.0.0 76## explicit; go 1.20
56## explicit 77github.com/aws/aws-sdk-go-v2/internal/configsources
57# github.com/opencontainers/image-spec v1.1.0 78# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15
58## explicit 79## explicit; go 1.20
59# github.com/otiai10/copy v1.14.0 80github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
60## explicit 81# github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0
61# github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc 82## explicit; go 1.20
62## explicit 83github.com/aws/aws-sdk-go-v2/internal/ini
63# github.com/sirupsen/logrus v1.9.3 84# github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3
64## explicit 85## explicit; go 1.20
65# github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 86github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
66## explicit 87# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17
67# github.com/spf13/cobra v1.8.1 88## explicit; go 1.20
68## explicit 89github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
69# github.com/spf13/pflag v1.0.5 90# github.com/aws/aws-sdk-go-v2/service/sso v1.22.4
70## explicit 91## explicit; go 1.20
71# github.com/stretchr/testify v1.9.0 92github.com/aws/aws-sdk-go-v2/service/sso
72## explicit 93github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
73# github.com/theupdateframework/notary v0.7.0 94github.com/aws/aws-sdk-go-v2/service/sso/types
74## explicit 95# github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4
75# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 96## explicit; go 1.20
76## explicit 97github.com/aws/aws-sdk-go-v2/service/ssooidc
77# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 98github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
78## explicit 99github.com/aws/aws-sdk-go-v2/service/ssooidc/types
79# go.opentelemetry.io/otel v1.21.0 100# github.com/aws/aws-sdk-go-v2/service/sts v1.30.3
80## explicit 101## explicit; go 1.20
81# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 102github.com/aws/aws-sdk-go-v2/service/sts
82## explicit 103github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
83# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 104github.com/aws/aws-sdk-go-v2/service/sts/types
84## explicit 105# github.com/aws/smithy-go v1.20.3
85# go.opentelemetry.io/otel/metric v1.21.0 106## explicit; go 1.20
86## explicit 107github.com/aws/smithy-go
87# go.opentelemetry.io/otel/sdk v1.21.0 108github.com/aws/smithy-go/auth
88## explicit 109github.com/aws/smithy-go/auth/bearer
89# go.opentelemetry.io/otel/trace v1.21.0 110github.com/aws/smithy-go/context
90## explicit 111github.com/aws/smithy-go/document
91# go.uber.org/goleak v1.3.0 112github.com/aws/smithy-go/encoding
92## explicit 113github.com/aws/smithy-go/encoding/httpbinding
93# go.uber.org/mock v0.4.0 114github.com/aws/smithy-go/encoding/json
94## explicit 115github.com/aws/smithy-go/encoding/xml
95# golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 116github.com/aws/smithy-go/endpoints
96## explicit 117github.com/aws/smithy-go/internal/sync/singleflight
97# golang.org/x/sync v0.7.0 118github.com/aws/smithy-go/io
98## explicit 119github.com/aws/smithy-go/logging
99# golang.org/x/sys v0.21.0 120github.com/aws/smithy-go/middleware
100## explicit 121github.com/aws/smithy-go/private/requestcompression
101# google.golang.org/grpc v1.59.0 122github.com/aws/smithy-go/ptr
102## explicit 123github.com/aws/smithy-go/rand
103# gopkg.in/yaml.v3 v3.0.1 124github.com/aws/smithy-go/time
104## explicit 125github.com/aws/smithy-go/transport/http
105# gotest.tools/v3 v3.5.1 126github.com/aws/smithy-go/transport/http/internal/io
106## explicit
107# dario.cat/mergo v1.0.0
108## explicit
109# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
110## explicit
111# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
112## explicit
113# github.com/Masterminds/semver/v3 v3.2.1
114## explicit
115# github.com/Microsoft/hcsshim v0.11.5
116## explicit
117# github.com/aws/aws-sdk-go-v2 v1.24.1
118## explicit
119# github.com/aws/aws-sdk-go-v2/config v1.26.6
120## explicit
121# github.com/aws/aws-sdk-go-v2/credentials v1.16.16
122## explicit
123# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11
124## explicit
125# github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10
126## explicit
127# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10
128## explicit
129# github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3
130## explicit
131# github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4
132## explicit
133# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10
134## explicit
135# github.com/aws/aws-sdk-go-v2/service/sso v1.18.7
136## explicit
137# github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7
138## explicit
139# github.com/aws/aws-sdk-go-v2/service/sts v1.26.7
140## explicit
141# github.com/aws/smithy-go v1.19.0
142## explicit
143# github.com/beorn7/perks v1.0.1 127# github.com/beorn7/perks v1.0.1
144## explicit 128## explicit; go 1.11
145# github.com/cenkalti/backoff/v4 v4.2.1 129github.com/beorn7/perks/quantile
146## explicit 130# github.com/buger/goterm v1.0.4
147# github.com/cespare/xxhash/v2 v2.2.0 131## explicit; go 1.15
148## explicit 132github.com/buger/goterm
133# github.com/cenkalti/backoff/v4 v4.3.0
134## explicit; go 1.18
135github.com/cenkalti/backoff/v4
136# github.com/cespare/xxhash/v2 v2.3.0
137## explicit; go 1.11
138github.com/cespare/xxhash/v2
139# github.com/compose-spec/compose-go/v2 v2.4.9-0.20250302154753-e508c724a35f
140## explicit; go 1.23
141github.com/compose-spec/compose-go/v2/cli
142github.com/compose-spec/compose-go/v2/consts
143github.com/compose-spec/compose-go/v2/dotenv
144github.com/compose-spec/compose-go/v2/errdefs
145github.com/compose-spec/compose-go/v2/format
146github.com/compose-spec/compose-go/v2/graph
147github.com/compose-spec/compose-go/v2/interpolation
148github.com/compose-spec/compose-go/v2/loader
149github.com/compose-spec/compose-go/v2/override
150github.com/compose-spec/compose-go/v2/paths
151github.com/compose-spec/compose-go/v2/schema
152github.com/compose-spec/compose-go/v2/template
153github.com/compose-spec/compose-go/v2/transform
154github.com/compose-spec/compose-go/v2/tree
155github.com/compose-spec/compose-go/v2/types
156github.com/compose-spec/compose-go/v2/utils
157github.com/compose-spec/compose-go/v2/validation
149# github.com/containerd/console v1.0.4 158# github.com/containerd/console v1.0.4
150## explicit 159## explicit; go 1.13
151# github.com/containerd/continuity v0.4.3 160github.com/containerd/console
152## explicit 161# github.com/containerd/containerd/api v1.8.0
153# github.com/containerd/errdefs v0.1.0 162## explicit; go 1.21
154## explicit 163github.com/containerd/containerd/api/services/content/v1
164# github.com/containerd/containerd/v2 v2.0.2
165## explicit; go 1.22.0
166github.com/containerd/containerd/v2/core/content
167github.com/containerd/containerd/v2/core/content/proxy
168github.com/containerd/containerd/v2/core/images
169github.com/containerd/containerd/v2/core/leases
170github.com/containerd/containerd/v2/core/remotes
171github.com/containerd/containerd/v2/core/remotes/docker
172github.com/containerd/containerd/v2/core/remotes/docker/auth
173github.com/containerd/containerd/v2/core/remotes/docker/schema1
174github.com/containerd/containerd/v2/core/remotes/errors
175github.com/containerd/containerd/v2/defaults
176github.com/containerd/containerd/v2/internal/fsverity
177github.com/containerd/containerd/v2/internal/randutil
178github.com/containerd/containerd/v2/pkg/archive/compression
179github.com/containerd/containerd/v2/pkg/deprecation
180github.com/containerd/containerd/v2/pkg/filters
181github.com/containerd/containerd/v2/pkg/identifiers
182github.com/containerd/containerd/v2/pkg/kernelversion
183github.com/containerd/containerd/v2/pkg/labels
184github.com/containerd/containerd/v2/pkg/namespaces
185github.com/containerd/containerd/v2/pkg/protobuf
186github.com/containerd/containerd/v2/pkg/protobuf/types
187github.com/containerd/containerd/v2/pkg/reference
188github.com/containerd/containerd/v2/pkg/tracing
189github.com/containerd/containerd/v2/plugins/content/local
190github.com/containerd/containerd/v2/plugins/services/content/contentserver
191github.com/containerd/containerd/v2/version
192# github.com/containerd/continuity v0.4.5
193## explicit; go 1.21
194github.com/containerd/continuity/devices
195github.com/containerd/continuity/fs
196github.com/containerd/continuity/sysx
197# github.com/containerd/errdefs v1.0.0
198## explicit; go 1.20
199github.com/containerd/errdefs
200# github.com/containerd/errdefs/pkg v0.3.0
201## explicit; go 1.22
202github.com/containerd/errdefs/pkg/errgrpc
203github.com/containerd/errdefs/pkg/internal/cause
204github.com/containerd/errdefs/pkg/internal/types
155# github.com/containerd/log v0.1.0 205# github.com/containerd/log v0.1.0
156## explicit 206## explicit; go 1.20
157# github.com/containerd/platforms v0.2.1 207github.com/containerd/log
158## explicit 208# github.com/containerd/platforms v1.0.0-rc.1
159# github.com/containerd/ttrpc v1.2.5 209## explicit; go 1.20
160## explicit 210github.com/containerd/platforms
161# github.com/containerd/typeurl/v2 v2.1.1 211# github.com/containerd/ttrpc v1.2.7
162## explicit 212## explicit; go 1.19
213github.com/containerd/ttrpc
214# github.com/containerd/typeurl/v2 v2.2.3
215## explicit; go 1.21
216github.com/containerd/typeurl/v2
217# github.com/cpuguy83/go-md2man/v2 v2.0.6
218## explicit; go 1.12
219github.com/cpuguy83/go-md2man/v2/md2man
220# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
221## explicit
222github.com/davecgh/go-spew/spew
223# github.com/distribution/reference v0.6.0
224## explicit; go 1.20
225github.com/distribution/reference
226# github.com/docker/buildx v0.21.2
227## explicit; go 1.22.0
228github.com/docker/buildx/build
229github.com/docker/buildx/builder
230github.com/docker/buildx/controller/pb
231github.com/docker/buildx/driver
232github.com/docker/buildx/driver/bkimage
233github.com/docker/buildx/driver/docker
234github.com/docker/buildx/driver/docker-container
235github.com/docker/buildx/driver/kubernetes
236github.com/docker/buildx/driver/kubernetes/context
237github.com/docker/buildx/driver/kubernetes/execconn
238github.com/docker/buildx/driver/kubernetes/manifest
239github.com/docker/buildx/driver/kubernetes/podchooser
240github.com/docker/buildx/driver/kubernetes/util
241github.com/docker/buildx/driver/remote
242github.com/docker/buildx/driver/remote/util
243github.com/docker/buildx/localstate
244github.com/docker/buildx/store
245github.com/docker/buildx/store/storeutil
246github.com/docker/buildx/util/buildflags
247github.com/docker/buildx/util/confutil
248github.com/docker/buildx/util/desktop
249github.com/docker/buildx/util/dockerutil
250github.com/docker/buildx/util/gitutil
251github.com/docker/buildx/util/imagetools
252github.com/docker/buildx/util/logutil
253github.com/docker/buildx/util/metricutil
254github.com/docker/buildx/util/osutil
255github.com/docker/buildx/util/platformutil
256github.com/docker/buildx/util/progress
257github.com/docker/buildx/util/resolver
258github.com/docker/buildx/util/waitmap
259github.com/docker/buildx/version
260# github.com/docker/cli v28.0.1+incompatible
261## explicit
262github.com/docker/cli/cli
263github.com/docker/cli/cli-plugins/hooks
264github.com/docker/cli/cli-plugins/manager
265github.com/docker/cli/cli-plugins/plugin
266github.com/docker/cli/cli-plugins/socket
267github.com/docker/cli/cli/command
268github.com/docker/cli/cli/command/completion
269github.com/docker/cli/cli/command/container
270github.com/docker/cli/cli/command/formatter
271github.com/docker/cli/cli/command/formatter/tabwriter
272github.com/docker/cli/cli/command/image
273github.com/docker/cli/cli/command/image/build
274github.com/docker/cli/cli/command/inspect
275github.com/docker/cli/cli/compose/interpolation
276github.com/docker/cli/cli/compose/loader
277github.com/docker/cli/cli/compose/schema
278github.com/docker/cli/cli/compose/template
279github.com/docker/cli/cli/compose/types
280github.com/docker/cli/cli/config
281github.com/docker/cli/cli/config/configfile
282github.com/docker/cli/cli/config/credentials
283github.com/docker/cli/cli/config/types
284github.com/docker/cli/cli/connhelper
285github.com/docker/cli/cli/connhelper/commandconn
286github.com/docker/cli/cli/connhelper/ssh
287github.com/docker/cli/cli/context
288github.com/docker/cli/cli/context/docker
289github.com/docker/cli/cli/context/store
290github.com/docker/cli/cli/debug
291github.com/docker/cli/cli/flags
292github.com/docker/cli/cli/hints
293github.com/docker/cli/cli/internal/jsonstream
294github.com/docker/cli/cli/manifest/store
295github.com/docker/cli/cli/manifest/types
296github.com/docker/cli/cli/registry/client
297github.com/docker/cli/cli/streams
298github.com/docker/cli/cli/trust
299github.com/docker/cli/cli/version
300github.com/docker/cli/internal/tui
301github.com/docker/cli/opts
302github.com/docker/cli/pkg/kvfile
303github.com/docker/cli/templates
304# github.com/docker/cli-docs-tool v0.9.0
305## explicit; go 1.18
306github.com/docker/cli-docs-tool
307github.com/docker/cli-docs-tool/annotation
163# github.com/docker/distribution v2.8.3+incompatible 308# github.com/docker/distribution v2.8.3+incompatible
164## explicit 309## explicit
165# github.com/docker/docker-credential-helpers v0.8.0 310github.com/docker/distribution
166## explicit 311github.com/docker/distribution/manifest
312github.com/docker/distribution/manifest/manifestlist
313github.com/docker/distribution/manifest/ocischema
314github.com/docker/distribution/manifest/schema2
315github.com/docker/distribution/metrics
316github.com/docker/distribution/registry/api/errcode
317github.com/docker/distribution/registry/api/v2
318github.com/docker/distribution/registry/client
319github.com/docker/distribution/registry/client/auth
320github.com/docker/distribution/registry/client/auth/challenge
321github.com/docker/distribution/registry/client/transport
322github.com/docker/distribution/registry/storage/cache
323github.com/docker/distribution/registry/storage/cache/memory
324github.com/docker/distribution/uuid
325# github.com/docker/docker v28.0.1+incompatible
326## explicit
327github.com/docker/docker/api
328github.com/docker/docker/api/types
329github.com/docker/docker/api/types/auxprogress
330github.com/docker/docker/api/types/blkiodev
331github.com/docker/docker/api/types/checkpoint
332github.com/docker/docker/api/types/common
333github.com/docker/docker/api/types/container
334github.com/docker/docker/api/types/events
335github.com/docker/docker/api/types/filters
336github.com/docker/docker/api/types/image
337github.com/docker/docker/api/types/mount
338github.com/docker/docker/api/types/network
339github.com/docker/docker/api/types/registry
340github.com/docker/docker/api/types/storage
341github.com/docker/docker/api/types/strslice
342github.com/docker/docker/api/types/swarm
343github.com/docker/docker/api/types/swarm/runtime
344github.com/docker/docker/api/types/system
345github.com/docker/docker/api/types/time
346github.com/docker/docker/api/types/versions
347github.com/docker/docker/api/types/volume
348github.com/docker/docker/builder/remotecontext/git
349github.com/docker/docker/builder/remotecontext/urlutil
350github.com/docker/docker/client
351github.com/docker/docker/errdefs
352github.com/docker/docker/internal/lazyregexp
353github.com/docker/docker/internal/multierror
354github.com/docker/docker/pkg/archive
355github.com/docker/docker/pkg/atomicwriter
356github.com/docker/docker/pkg/homedir
357github.com/docker/docker/pkg/idtools
358github.com/docker/docker/pkg/ioutils
359github.com/docker/docker/pkg/jsonmessage
360github.com/docker/docker/pkg/longpath
361github.com/docker/docker/pkg/namesgenerator
362github.com/docker/docker/pkg/pidfile
363github.com/docker/docker/pkg/process
364github.com/docker/docker/pkg/progress
365github.com/docker/docker/pkg/stdcopy
366github.com/docker/docker/pkg/streamformatter
367github.com/docker/docker/pkg/stringid
368github.com/docker/docker/pkg/system
369github.com/docker/docker/registry
370# github.com/docker/docker-credential-helpers v0.8.2
371## explicit; go 1.19
372github.com/docker/docker-credential-helpers/client
373github.com/docker/docker-credential-helpers/credentials
167# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c 374# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
168## explicit 375## explicit
376github.com/docker/go/canonical/json
377# github.com/docker/go-connections v0.5.0
378## explicit; go 1.18
379github.com/docker/go-connections/nat
380github.com/docker/go-connections/sockets
381github.com/docker/go-connections/tlsconfig
169# github.com/docker/go-metrics v0.0.1 382# github.com/docker/go-metrics v0.0.1
383## explicit; go 1.11
384github.com/docker/go-metrics
385# github.com/docker/go-units v0.5.0
170## explicit 386## explicit
387github.com/docker/go-units
388# github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
389## explicit; go 1.18
390github.com/eiannone/keyboard
171# github.com/emicklei/go-restful/v3 v3.11.0 391# github.com/emicklei/go-restful/v3 v3.11.0
172## explicit 392## explicit; go 1.13
393github.com/emicklei/go-restful/v3
394github.com/emicklei/go-restful/v3/log
173# github.com/felixge/httpsnoop v1.0.4 395# github.com/felixge/httpsnoop v1.0.4
174## explicit 396## explicit; go 1.13
175# github.com/fvbommel/sortorder v1.0.2 397github.com/felixge/httpsnoop
176## explicit 398# github.com/fsnotify/fsevents v0.2.0
177# github.com/go-logr/logr v1.3.0 399## explicit; go 1.17
178## explicit 400github.com/fsnotify/fsevents
401# github.com/fvbommel/sortorder v1.1.0
402## explicit; go 1.13
403github.com/fvbommel/sortorder
404# github.com/fxamacker/cbor/v2 v2.7.0
405## explicit; go 1.17
406github.com/fxamacker/cbor/v2
407# github.com/go-logr/logr v1.4.2
408## explicit; go 1.18
409github.com/go-logr/logr
410github.com/go-logr/logr/funcr
179# github.com/go-logr/stdr v1.2.2 411# github.com/go-logr/stdr v1.2.2
180## explicit 412## explicit; go 1.16
413github.com/go-logr/stdr
181# github.com/go-openapi/jsonpointer v0.19.6 414# github.com/go-openapi/jsonpointer v0.19.6
182## explicit 415## explicit; go 1.13
416github.com/go-openapi/jsonpointer
183# github.com/go-openapi/jsonreference v0.20.2 417# github.com/go-openapi/jsonreference v0.20.2
184## explicit 418## explicit; go 1.13
185# github.com/go-openapi/swag v0.22.3 419github.com/go-openapi/jsonreference
186## explicit 420github.com/go-openapi/jsonreference/internal
421# github.com/go-openapi/swag v0.22.4
422## explicit; go 1.18
423github.com/go-openapi/swag
187# github.com/go-viper/mapstructure/v2 v2.0.0 424# github.com/go-viper/mapstructure/v2 v2.0.0
188## explicit 425## explicit; go 1.18
189# github.com/gofrs/flock v0.8.1 426github.com/go-viper/mapstructure/v2
190## explicit 427github.com/go-viper/mapstructure/v2/internal/errors
191# github.com/gogo/googleapis v1.4.1 428# github.com/gofrs/flock v0.12.1
192## explicit 429## explicit; go 1.21.0
430github.com/gofrs/flock
193# github.com/gogo/protobuf v1.3.2 431# github.com/gogo/protobuf v1.3.2
194## explicit 432## explicit; go 1.15
433github.com/gogo/protobuf/proto
434github.com/gogo/protobuf/sortkeys
195# github.com/golang/protobuf v1.5.4 435# github.com/golang/protobuf v1.5.4
196## explicit 436## explicit; go 1.17
437github.com/golang/protobuf/jsonpb
438github.com/golang/protobuf/proto
439github.com/golang/protobuf/ptypes
440github.com/golang/protobuf/ptypes/any
441github.com/golang/protobuf/ptypes/duration
442github.com/golang/protobuf/ptypes/timestamp
197# github.com/google/gnostic-models v0.6.8 443# github.com/google/gnostic-models v0.6.8
198## explicit 444## explicit; go 1.18
445github.com/google/gnostic-models/compiler
446github.com/google/gnostic-models/extensions
447github.com/google/gnostic-models/jsonschema
448github.com/google/gnostic-models/openapiv2
449github.com/google/gnostic-models/openapiv3
450# github.com/google/go-cmp v0.7.0
451## explicit; go 1.21
452github.com/google/go-cmp/cmp
453github.com/google/go-cmp/cmp/internal/diff
454github.com/google/go-cmp/cmp/internal/flags
455github.com/google/go-cmp/cmp/internal/function
456github.com/google/go-cmp/cmp/internal/value
199# github.com/google/gofuzz v1.2.0 457# github.com/google/gofuzz v1.2.0
200## explicit 458## explicit; go 1.12
459github.com/google/gofuzz
460github.com/google/gofuzz/bytesource
201# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 461# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
202## explicit 462## explicit; go 1.13
463github.com/google/shlex
203# github.com/google/uuid v1.6.0 464# github.com/google/uuid v1.6.0
204## explicit 465## explicit
466github.com/google/uuid
205# github.com/gorilla/mux v1.8.1 467# github.com/gorilla/mux v1.8.1
206## explicit 468## explicit; go 1.20
469github.com/gorilla/mux
207# github.com/gorilla/websocket v1.5.0 470# github.com/gorilla/websocket v1.5.0
208## explicit 471## explicit; go 1.12
209# github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 472github.com/gorilla/websocket
210## explicit 473# github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
474## explicit; go 1.21
475github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
476github.com/grpc-ecosystem/grpc-gateway/v2/runtime
477github.com/grpc-ecosystem/grpc-gateway/v2/utilities
211# github.com/hashicorp/errwrap v1.1.0 478# github.com/hashicorp/errwrap v1.1.0
212## explicit 479## explicit
480github.com/hashicorp/errwrap
213# github.com/hashicorp/go-cleanhttp v0.5.2 481# github.com/hashicorp/go-cleanhttp v0.5.2
482## explicit; go 1.13
483github.com/hashicorp/go-cleanhttp
484# github.com/hashicorp/go-multierror v1.1.1
485## explicit; go 1.13
486github.com/hashicorp/go-multierror
487# github.com/hashicorp/go-version v1.7.0
214## explicit 488## explicit
489github.com/hashicorp/go-version
215# github.com/imdario/mergo v0.3.16 490# github.com/imdario/mergo v0.3.16
216## explicit 491## explicit; go 1.13
492github.com/imdario/mergo
217# github.com/in-toto/in-toto-golang v0.5.0 493# github.com/in-toto/in-toto-golang v0.5.0
218## explicit 494## explicit; go 1.17
495github.com/in-toto/in-toto-golang/in_toto
496github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common
497github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.1
498github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.2
219# github.com/inconshreveable/mousetrap v1.1.0 499# github.com/inconshreveable/mousetrap v1.1.0
220## explicit 500## explicit; go 1.18
501github.com/inconshreveable/mousetrap
502# github.com/jonboulle/clockwork v0.5.0
503## explicit; go 1.21
504github.com/jonboulle/clockwork
221# github.com/josharian/intern v1.0.0 505# github.com/josharian/intern v1.0.0
222## explicit 506## explicit; go 1.5
507github.com/josharian/intern
223# github.com/json-iterator/go v1.1.12 508# github.com/json-iterator/go v1.1.12
224## explicit 509## explicit; go 1.12
510github.com/json-iterator/go
225# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 511# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
226## explicit 512## explicit
227# github.com/klauspost/compress v1.17.4 513github.com/kballard/go-shellquote
228## explicit 514# github.com/klauspost/compress v1.17.11
515## explicit; go 1.21
516github.com/klauspost/compress
517github.com/klauspost/compress/fse
518github.com/klauspost/compress/huff0
519github.com/klauspost/compress/internal/cpuinfo
520github.com/klauspost/compress/internal/snapref
521github.com/klauspost/compress/zstd
522github.com/klauspost/compress/zstd/internal/xxhash
229# github.com/mailru/easyjson v0.7.7 523# github.com/mailru/easyjson v0.7.7
230## explicit 524## explicit; go 1.12
525github.com/mailru/easyjson/buffer
526github.com/mailru/easyjson/jlexer
527github.com/mailru/easyjson/jwriter
231# github.com/mattn/go-colorable v0.1.13 528# github.com/mattn/go-colorable v0.1.13
232## explicit 529## explicit; go 1.15
530github.com/mattn/go-colorable
233# github.com/mattn/go-isatty v0.0.17 531# github.com/mattn/go-isatty v0.0.17
234## explicit 532## explicit; go 1.15
533github.com/mattn/go-isatty
235# github.com/mattn/go-runewidth v0.0.15 534# github.com/mattn/go-runewidth v0.0.15
236## explicit 535## explicit; go 1.9
237# github.com/matttproud/golang_protobuf_extensions v1.0.4 536github.com/mattn/go-runewidth
238## explicit 537# github.com/mattn/go-shellwords v1.0.12
538## explicit; go 1.13
539github.com/mattn/go-shellwords
239# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b 540# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
240## explicit 541## explicit
542github.com/mgutz/ansi
241# github.com/miekg/pkcs11 v1.1.1 543# github.com/miekg/pkcs11 v1.1.1
242## explicit 544## explicit; go 1.12
545github.com/miekg/pkcs11
546# github.com/mitchellh/go-ps v1.0.0
547## explicit; go 1.13
548github.com/mitchellh/go-ps
549# github.com/mitchellh/hashstructure/v2 v2.0.2
550## explicit; go 1.14
551github.com/mitchellh/hashstructure/v2
552# github.com/mitchellh/mapstructure v1.5.0
553## explicit; go 1.14
554github.com/mitchellh/mapstructure
555# github.com/moby/buildkit v0.20.0
556## explicit; go 1.22.0
557github.com/moby/buildkit/api/services/control
558github.com/moby/buildkit/api/types
559github.com/moby/buildkit/client
560github.com/moby/buildkit/client/buildid
561github.com/moby/buildkit/client/connhelper
562github.com/moby/buildkit/client/connhelper/dockercontainer
563github.com/moby/buildkit/client/connhelper/kubepod
564github.com/moby/buildkit/client/connhelper/ssh
565github.com/moby/buildkit/client/llb
566github.com/moby/buildkit/client/llb/sourceresolver
567github.com/moby/buildkit/client/ociindex
568github.com/moby/buildkit/cmd/buildkitd/config
569github.com/moby/buildkit/errdefs
570github.com/moby/buildkit/executor/resources/types
571github.com/moby/buildkit/exporter/containerimage/exptypes
572github.com/moby/buildkit/exporter/exptypes
573github.com/moby/buildkit/frontend/gateway/client
574github.com/moby/buildkit/frontend/gateway/grpcclient
575github.com/moby/buildkit/frontend/gateway/pb
576github.com/moby/buildkit/identity
577github.com/moby/buildkit/session
578github.com/moby/buildkit/session/auth
579github.com/moby/buildkit/session/auth/authprovider
580github.com/moby/buildkit/session/content
581github.com/moby/buildkit/session/filesync
582github.com/moby/buildkit/session/grpchijack
583github.com/moby/buildkit/session/secrets
584github.com/moby/buildkit/session/secrets/secretsprovider
585github.com/moby/buildkit/session/sshforward
586github.com/moby/buildkit/session/sshforward/sshprovider
587github.com/moby/buildkit/session/upload
588github.com/moby/buildkit/session/upload/uploadprovider
589github.com/moby/buildkit/solver/errdefs
590github.com/moby/buildkit/solver/llbsolver/provenance/types
591github.com/moby/buildkit/solver/pb
592github.com/moby/buildkit/solver/result
593github.com/moby/buildkit/source/types
594github.com/moby/buildkit/sourcepolicy/pb
595github.com/moby/buildkit/util/apicaps
596github.com/moby/buildkit/util/apicaps/pb
597github.com/moby/buildkit/util/appcontext
598github.com/moby/buildkit/util/appdefaults
599github.com/moby/buildkit/util/bklog
600github.com/moby/buildkit/util/contentutil
601github.com/moby/buildkit/util/disk
602github.com/moby/buildkit/util/entitlements
603github.com/moby/buildkit/util/flightcontrol
604github.com/moby/buildkit/util/gitutil
605github.com/moby/buildkit/util/gogo/proto
606github.com/moby/buildkit/util/grpcerrors
607github.com/moby/buildkit/util/imageutil
608github.com/moby/buildkit/util/leaseutil
609github.com/moby/buildkit/util/progress
610github.com/moby/buildkit/util/progress/progressui
611github.com/moby/buildkit/util/progress/progresswriter
612github.com/moby/buildkit/util/resolver/config
613github.com/moby/buildkit/util/resolver/limited
614github.com/moby/buildkit/util/resolver/retryhandler
615github.com/moby/buildkit/util/sshutil
616github.com/moby/buildkit/util/stack
617github.com/moby/buildkit/util/system
618github.com/moby/buildkit/util/tracing
619github.com/moby/buildkit/util/tracing/delegated
620github.com/moby/buildkit/util/tracing/detect
621github.com/moby/buildkit/util/tracing/env
622github.com/moby/buildkit/util/tracing/otlptracegrpc
623github.com/moby/buildkit/version
243# github.com/moby/docker-image-spec v1.3.1 624# github.com/moby/docker-image-spec v1.3.1
244## explicit 625## explicit; go 1.18
626github.com/moby/docker-image-spec/specs-go/v1
245# github.com/moby/locker v1.0.1 627# github.com/moby/locker v1.0.1
246## explicit 628## explicit; go 1.13
247# github.com/moby/spdystream v0.2.0 629github.com/moby/locker
248## explicit 630# github.com/moby/patternmatcher v0.6.0
249# github.com/moby/sys/mountinfo v0.7.1 631## explicit; go 1.19
250## explicit 632github.com/moby/patternmatcher
251# github.com/moby/sys/sequential v0.5.0 633github.com/moby/patternmatcher/ignorefile
252## explicit 634# github.com/moby/spdystream v0.4.0
253# github.com/moby/sys/signal v0.7.0 635## explicit; go 1.13
254## explicit 636github.com/moby/spdystream
255# github.com/moby/sys/symlink v0.2.0 637github.com/moby/spdystream/spdy
256## explicit 638# github.com/moby/sys/capability v0.4.0
257# github.com/moby/sys/user v0.1.0 639## explicit; go 1.21
258## explicit 640github.com/moby/sys/capability
641# github.com/moby/sys/mountinfo v0.7.2
642## explicit; go 1.17
643github.com/moby/sys/mountinfo
644# github.com/moby/sys/sequential v0.6.0
645## explicit; go 1.17
646github.com/moby/sys/sequential
647# github.com/moby/sys/signal v0.7.1
648## explicit; go 1.17
649github.com/moby/sys/signal
650# github.com/moby/sys/symlink v0.3.0
651## explicit; go 1.17
652github.com/moby/sys/symlink
653# github.com/moby/sys/user v0.3.0
654## explicit; go 1.17
655github.com/moby/sys/user
656# github.com/moby/sys/userns v0.1.0
657## explicit; go 1.21
658github.com/moby/sys/userns
659# github.com/moby/term v0.5.2
660## explicit; go 1.18
661github.com/moby/term
662github.com/moby/term/windows
259# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 663# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
260## explicit 664## explicit
665github.com/modern-go/concurrent
261# github.com/modern-go/reflect2 v1.0.2 666# github.com/modern-go/reflect2 v1.0.2
667## explicit; go 1.12
668github.com/modern-go/reflect2
669# github.com/morikuni/aec v1.0.0
262## explicit 670## explicit
671github.com/morikuni/aec
263# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 672# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
264## explicit 673## explicit
674github.com/munnerz/goautoneg
265# github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f 675# github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
266## explicit 676## explicit
677github.com/mxk/go-flowrate/flowrate
678# github.com/opencontainers/go-digest v1.0.0
679## explicit; go 1.13
680github.com/opencontainers/go-digest
681# github.com/opencontainers/image-spec v1.1.1
682## explicit; go 1.18
683github.com/opencontainers/image-spec/specs-go
684github.com/opencontainers/image-spec/specs-go/v1
685# github.com/otiai10/copy v1.14.1
686## explicit; go 1.18
687github.com/otiai10/copy
688# github.com/otiai10/mint v1.6.3
689## explicit; go 1.18
690github.com/otiai10/mint
691github.com/otiai10/mint/mquery
267# github.com/pelletier/go-toml v1.9.5 692# github.com/pelletier/go-toml v1.9.5
268## explicit 693## explicit; go 1.12
694github.com/pelletier/go-toml
269# github.com/pkg/errors v0.9.1 695# github.com/pkg/errors v0.9.1
270## explicit 696## explicit
271# github.com/pmezard/go-difflib v1.0.0 697github.com/pkg/errors
272## explicit 698# github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
273# github.com/prometheus/client_golang v1.17.0 699## explicit; go 1.20
274## explicit 700github.com/planetscale/vtprotobuf/protohelpers
275# github.com/prometheus/client_model v0.5.0 701github.com/planetscale/vtprotobuf/types/known/timestamppb
276## explicit 702github.com/planetscale/vtprotobuf/vtproto
277# github.com/prometheus/common v0.44.0 703# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
278## explicit 704## explicit
279# github.com/prometheus/procfs v0.12.0 705github.com/pmezard/go-difflib/difflib
280## explicit 706# github.com/prometheus/client_golang v1.20.5
707## explicit; go 1.20
708github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
709github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
710github.com/prometheus/client_golang/prometheus
711github.com/prometheus/client_golang/prometheus/internal
712github.com/prometheus/client_golang/prometheus/promhttp
713# github.com/prometheus/client_model v0.6.1
714## explicit; go 1.19
715github.com/prometheus/client_model/go
716# github.com/prometheus/common v0.55.0
717## explicit; go 1.20
718github.com/prometheus/common/expfmt
719github.com/prometheus/common/model
720# github.com/prometheus/procfs v0.15.1
721## explicit; go 1.20
722github.com/prometheus/procfs
723github.com/prometheus/procfs/internal/fs
724github.com/prometheus/procfs/internal/util
725# github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc
726## explicit; go 1.13
727github.com/r3labs/sse
281# github.com/rivo/uniseg v0.2.0 728# github.com/rivo/uniseg v0.2.0
729## explicit; go 1.12
730github.com/rivo/uniseg
731# github.com/russross/blackfriday/v2 v2.1.0
282## explicit 732## explicit
733github.com/russross/blackfriday/v2
283# github.com/secure-systems-lab/go-securesystemslib v0.4.0 734# github.com/secure-systems-lab/go-securesystemslib v0.4.0
284## explicit 735## explicit; go 1.17
736github.com/secure-systems-lab/go-securesystemslib/cjson
737github.com/secure-systems-lab/go-securesystemslib/dsse
285# github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b 738# github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
286## explicit 739## explicit
740github.com/serialx/hashring
287# github.com/shibumi/go-pathspec v1.3.0 741# github.com/shibumi/go-pathspec v1.3.0
742## explicit; go 1.17
743github.com/shibumi/go-pathspec
744# github.com/sirupsen/logrus v1.9.3
745## explicit; go 1.13
746github.com/sirupsen/logrus
747# github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
288## explicit 748## explicit
289# github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c 749github.com/skratchdot/open-golang/open
290## explicit 750# github.com/spf13/cobra v1.9.1
751## explicit; go 1.15
752github.com/spf13/cobra
753github.com/spf13/cobra/doc
754# github.com/spf13/pflag v1.0.6
755## explicit; go 1.12
756github.com/spf13/pflag
757# github.com/stretchr/testify v1.10.0
758## explicit; go 1.17
759github.com/stretchr/testify/assert
760github.com/stretchr/testify/assert/yaml
761github.com/stretchr/testify/require
762# github.com/theupdateframework/notary v0.7.0
763## explicit; go 1.12
764github.com/theupdateframework/notary
765github.com/theupdateframework/notary/client
766github.com/theupdateframework/notary/client/changelist
767github.com/theupdateframework/notary/cryptoservice
768github.com/theupdateframework/notary/passphrase
769github.com/theupdateframework/notary/storage
770github.com/theupdateframework/notary/trustmanager
771github.com/theupdateframework/notary/trustmanager/yubikey
772github.com/theupdateframework/notary/trustpinning
773github.com/theupdateframework/notary/tuf
774github.com/theupdateframework/notary/tuf/data
775github.com/theupdateframework/notary/tuf/signed
776github.com/theupdateframework/notary/tuf/utils
777github.com/theupdateframework/notary/tuf/validation
778# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
779## explicit; go 1.16
780github.com/tilt-dev/fsnotify
781# github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205
782## explicit; go 1.21
783github.com/tonistiigi/dchapes-mode
784# github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a
785## explicit; go 1.21
786github.com/tonistiigi/fsutil
787github.com/tonistiigi/fsutil/copy
788github.com/tonistiigi/fsutil/types
789# github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4
790## explicit; go 1.16
791github.com/tonistiigi/go-csvvalue
291# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea 792# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
292## explicit 793## explicit
794github.com/tonistiigi/units
293# github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab 795# github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab
294## explicit 796## explicit; go 1.12
797github.com/tonistiigi/vt100
798# github.com/x448/float16 v0.8.4
799## explicit; go 1.11
800github.com/x448/float16
295# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 801# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
296## explicit 802## explicit
803github.com/xeipuuv/gojsonpointer
297# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 804# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
298## explicit 805## explicit
806github.com/xeipuuv/gojsonreference
299# github.com/xeipuuv/gojsonschema v1.2.0 807# github.com/xeipuuv/gojsonschema v1.2.0
300## explicit 808## explicit
301# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 809github.com/xeipuuv/gojsonschema
302## explicit 810# github.com/xhit/go-str2duration/v2 v2.1.0
303# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 811## explicit; go 1.13
304## explicit 812github.com/xhit/go-str2duration/v2
305# go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 813# github.com/zclconf/go-cty v1.16.0
306## explicit 814## explicit; go 1.18
307# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 815github.com/zclconf/go-cty/cty
308## explicit 816github.com/zclconf/go-cty/cty/convert
309# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 817github.com/zclconf/go-cty/cty/ctystrings
310## explicit 818github.com/zclconf/go-cty/cty/gocty
311# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 819github.com/zclconf/go-cty/cty/json
312## explicit 820github.com/zclconf/go-cty/cty/set
313# go.opentelemetry.io/otel/sdk/metric v1.21.0 821# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0
314## explicit 822## explicit; go 1.22
315# go.opentelemetry.io/proto/otlp v1.0.0 823go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
316## explicit 824go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
317# golang.org/x/crypto v0.22.0 825# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0
318## explicit 826## explicit; go 1.22
319# golang.org/x/net v0.24.0 827go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
320## explicit 828go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/internal/semconvutil
321# golang.org/x/oauth2 v0.11.0 829# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
322## explicit 830## explicit; go 1.22
323# golang.org/x/term v0.19.0 831go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
324## explicit 832go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
325# golang.org/x/text v0.14.0 833go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
326## explicit 834go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
327# golang.org/x/time v0.3.0 835# go.opentelemetry.io/otel v1.32.0
328## explicit 836## explicit; go 1.22
329# google.golang.org/appengine v1.6.8 837go.opentelemetry.io/otel
330## explicit 838go.opentelemetry.io/otel/attribute
331# google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b 839go.opentelemetry.io/otel/baggage
332## explicit 840go.opentelemetry.io/otel/codes
333# google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b 841go.opentelemetry.io/otel/internal
334## explicit 842go.opentelemetry.io/otel/internal/attribute
335# google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b 843go.opentelemetry.io/otel/internal/baggage
336## explicit 844go.opentelemetry.io/otel/internal/global
337# google.golang.org/protobuf v1.33.0 845go.opentelemetry.io/otel/propagation
338## explicit 846go.opentelemetry.io/otel/semconv/v1.17.0
847go.opentelemetry.io/otel/semconv/v1.19.0
848go.opentelemetry.io/otel/semconv/v1.20.0
849go.opentelemetry.io/otel/semconv/v1.21.0
850go.opentelemetry.io/otel/semconv/v1.26.0
851# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0
852## explicit; go 1.22
853go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
854go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal
855go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/envconfig
856go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/oconf
857go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/retry
858go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/transform
859# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0
860## explicit; go 1.22
861go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
862go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal
863go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal/envconfig
864go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal/oconf
865go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal/retry
866go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal/transform
867# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
868## explicit; go 1.22
869go.opentelemetry.io/otel/exporters/otlp/otlptrace
870go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform
871# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0
872## explicit; go 1.22
873go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
874go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal
875go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig
876go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig
877go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry
878# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0
879## explicit; go 1.22
880go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
881go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal
882go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig
883go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig
884go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry
885# go.opentelemetry.io/otel/metric v1.32.0
886## explicit; go 1.22
887go.opentelemetry.io/otel/metric
888go.opentelemetry.io/otel/metric/embedded
889go.opentelemetry.io/otel/metric/noop
890# go.opentelemetry.io/otel/sdk v1.32.0
891## explicit; go 1.22
892go.opentelemetry.io/otel/sdk
893go.opentelemetry.io/otel/sdk/instrumentation
894go.opentelemetry.io/otel/sdk/internal/env
895go.opentelemetry.io/otel/sdk/internal/x
896go.opentelemetry.io/otel/sdk/resource
897go.opentelemetry.io/otel/sdk/trace
898go.opentelemetry.io/otel/sdk/trace/tracetest
899# go.opentelemetry.io/otel/sdk/metric v1.32.0
900## explicit; go 1.22
901go.opentelemetry.io/otel/sdk/metric
902go.opentelemetry.io/otel/sdk/metric/exemplar
903go.opentelemetry.io/otel/sdk/metric/internal
904go.opentelemetry.io/otel/sdk/metric/internal/aggregate
905go.opentelemetry.io/otel/sdk/metric/internal/x
906go.opentelemetry.io/otel/sdk/metric/metricdata
907# go.opentelemetry.io/otel/trace v1.32.0
908## explicit; go 1.22
909go.opentelemetry.io/otel/trace
910go.opentelemetry.io/otel/trace/embedded
911go.opentelemetry.io/otel/trace/noop
912# go.opentelemetry.io/proto/otlp v1.3.1
913## explicit; go 1.17
914go.opentelemetry.io/proto/otlp/collector/metrics/v1
915go.opentelemetry.io/proto/otlp/collector/trace/v1
916go.opentelemetry.io/proto/otlp/common/v1
917go.opentelemetry.io/proto/otlp/metrics/v1
918go.opentelemetry.io/proto/otlp/resource/v1
919go.opentelemetry.io/proto/otlp/trace/v1
920# go.uber.org/goleak v1.3.0
921## explicit; go 1.20
922go.uber.org/goleak
923go.uber.org/goleak/internal/stack
924# go.uber.org/mock v0.5.0
925## explicit; go 1.22
926go.uber.org/mock/gomock
927# golang.org/x/crypto v0.31.0
928## explicit; go 1.20
929golang.org/x/crypto/blowfish
930golang.org/x/crypto/chacha20
931golang.org/x/crypto/curve25519
932golang.org/x/crypto/ed25519
933golang.org/x/crypto/internal/alias
934golang.org/x/crypto/internal/poly1305
935golang.org/x/crypto/nacl/sign
936golang.org/x/crypto/pbkdf2
937golang.org/x/crypto/ssh
938golang.org/x/crypto/ssh/agent
939golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
940# golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
941## explicit; go 1.22.0
942golang.org/x/exp/constraints
943golang.org/x/exp/maps
944golang.org/x/exp/slices
945# golang.org/x/net v0.33.0
946## explicit; go 1.18
947golang.org/x/net/context
948golang.org/x/net/html
949golang.org/x/net/html/atom
950golang.org/x/net/http/httpguts
951golang.org/x/net/http2
952golang.org/x/net/http2/hpack
953golang.org/x/net/idna
954golang.org/x/net/internal/socks
955golang.org/x/net/internal/timeseries
956golang.org/x/net/proxy
957golang.org/x/net/trace
958golang.org/x/net/websocket
959# golang.org/x/oauth2 v0.24.0
960## explicit; go 1.18
961golang.org/x/oauth2
962golang.org/x/oauth2/internal
963# golang.org/x/sync v0.11.0
964## explicit; go 1.18
965golang.org/x/sync/errgroup
966golang.org/x/sync/semaphore
967# golang.org/x/sys v0.30.0
968## explicit; go 1.18
969golang.org/x/sys/cpu
970golang.org/x/sys/plan9
971golang.org/x/sys/unix
972golang.org/x/sys/windows
973golang.org/x/sys/windows/registry
974# golang.org/x/term v0.27.0
975## explicit; go 1.18
976golang.org/x/term
977# golang.org/x/text v0.21.0
978## explicit; go 1.18
979golang.org/x/text/cases
980golang.org/x/text/internal
981golang.org/x/text/internal/language
982golang.org/x/text/internal/language/compact
983golang.org/x/text/internal/tag
984golang.org/x/text/language
985golang.org/x/text/secure/bidirule
986golang.org/x/text/transform
987golang.org/x/text/unicode/bidi
988golang.org/x/text/unicode/norm
989golang.org/x/text/width
990# golang.org/x/time v0.6.0
991## explicit; go 1.18
992golang.org/x/time/rate
993# google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a
994## explicit; go 1.21
995google.golang.org/genproto/googleapis/api/httpbody
996# google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a
997## explicit; go 1.21
998google.golang.org/genproto/googleapis/rpc/errdetails
999google.golang.org/genproto/googleapis/rpc/status
1000# google.golang.org/grpc v1.70.0
1001## explicit; go 1.22
1002google.golang.org/grpc
1003google.golang.org/grpc/attributes
1004google.golang.org/grpc/backoff
1005google.golang.org/grpc/balancer
1006google.golang.org/grpc/balancer/base
1007google.golang.org/grpc/balancer/grpclb/state
1008google.golang.org/grpc/balancer/pickfirst
1009google.golang.org/grpc/balancer/pickfirst/internal
1010google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
1011google.golang.org/grpc/balancer/roundrobin
1012google.golang.org/grpc/binarylog/grpc_binarylog_v1
1013google.golang.org/grpc/channelz
1014google.golang.org/grpc/codes
1015google.golang.org/grpc/connectivity
1016google.golang.org/grpc/credentials
1017google.golang.org/grpc/credentials/insecure
1018google.golang.org/grpc/encoding
1019google.golang.org/grpc/encoding/gzip
1020google.golang.org/grpc/encoding/proto
1021google.golang.org/grpc/experimental/stats
1022google.golang.org/grpc/grpclog
1023google.golang.org/grpc/grpclog/internal
1024google.golang.org/grpc/health
1025google.golang.org/grpc/health/grpc_health_v1
1026google.golang.org/grpc/internal
1027google.golang.org/grpc/internal/backoff
1028google.golang.org/grpc/internal/balancer/gracefulswitch
1029google.golang.org/grpc/internal/balancerload
1030google.golang.org/grpc/internal/binarylog
1031google.golang.org/grpc/internal/buffer
1032google.golang.org/grpc/internal/channelz
1033google.golang.org/grpc/internal/credentials
1034google.golang.org/grpc/internal/envconfig
1035google.golang.org/grpc/internal/grpclog
1036google.golang.org/grpc/internal/grpcsync
1037google.golang.org/grpc/internal/grpcutil
1038google.golang.org/grpc/internal/idle
1039google.golang.org/grpc/internal/metadata
1040google.golang.org/grpc/internal/pretty
1041google.golang.org/grpc/internal/resolver
1042google.golang.org/grpc/internal/resolver/dns
1043google.golang.org/grpc/internal/resolver/dns/internal
1044google.golang.org/grpc/internal/resolver/passthrough
1045google.golang.org/grpc/internal/resolver/unix
1046google.golang.org/grpc/internal/serviceconfig
1047google.golang.org/grpc/internal/stats
1048google.golang.org/grpc/internal/status
1049google.golang.org/grpc/internal/syscall
1050google.golang.org/grpc/internal/transport
1051google.golang.org/grpc/internal/transport/networktype
1052google.golang.org/grpc/keepalive
1053google.golang.org/grpc/mem
1054google.golang.org/grpc/metadata
1055google.golang.org/grpc/peer
1056google.golang.org/grpc/resolver
1057google.golang.org/grpc/resolver/dns
1058google.golang.org/grpc/serviceconfig
1059google.golang.org/grpc/stats
1060google.golang.org/grpc/status
1061google.golang.org/grpc/tap
1062# google.golang.org/protobuf v1.35.2
1063## explicit; go 1.21
1064google.golang.org/protobuf/encoding/protodelim
1065google.golang.org/protobuf/encoding/protojson
1066google.golang.org/protobuf/encoding/prototext
1067google.golang.org/protobuf/encoding/protowire
1068google.golang.org/protobuf/internal/descfmt
1069google.golang.org/protobuf/internal/descopts
1070google.golang.org/protobuf/internal/detrand
1071google.golang.org/protobuf/internal/editiondefaults
1072google.golang.org/protobuf/internal/editionssupport
1073google.golang.org/protobuf/internal/encoding/defval
1074google.golang.org/protobuf/internal/encoding/json
1075google.golang.org/protobuf/internal/encoding/messageset
1076google.golang.org/protobuf/internal/encoding/tag
1077google.golang.org/protobuf/internal/encoding/text
1078google.golang.org/protobuf/internal/errors
1079google.golang.org/protobuf/internal/filedesc
1080google.golang.org/protobuf/internal/filetype
1081google.golang.org/protobuf/internal/flags
1082google.golang.org/protobuf/internal/genid
1083google.golang.org/protobuf/internal/impl
1084google.golang.org/protobuf/internal/order
1085google.golang.org/protobuf/internal/pragma
1086google.golang.org/protobuf/internal/set
1087google.golang.org/protobuf/internal/strs
1088google.golang.org/protobuf/internal/version
1089google.golang.org/protobuf/proto
1090google.golang.org/protobuf/protoadapt
1091google.golang.org/protobuf/reflect/protodesc
1092google.golang.org/protobuf/reflect/protoreflect
1093google.golang.org/protobuf/reflect/protoregistry
1094google.golang.org/protobuf/runtime/protoiface
1095google.golang.org/protobuf/runtime/protoimpl
1096google.golang.org/protobuf/types/descriptorpb
1097google.golang.org/protobuf/types/gofeaturespb
1098google.golang.org/protobuf/types/known/anypb
1099google.golang.org/protobuf/types/known/durationpb
1100google.golang.org/protobuf/types/known/emptypb
1101google.golang.org/protobuf/types/known/fieldmaskpb
1102google.golang.org/protobuf/types/known/structpb
1103google.golang.org/protobuf/types/known/timestamppb
1104google.golang.org/protobuf/types/known/wrapperspb
339# gopkg.in/cenkalti/backoff.v1 v1.1.0 1105# gopkg.in/cenkalti/backoff.v1 v1.1.0
340## explicit 1106## explicit
1107gopkg.in/cenkalti/backoff.v1
341# gopkg.in/inf.v0 v0.9.1 1108# gopkg.in/inf.v0 v0.9.1
342## explicit 1109## explicit
1110gopkg.in/inf.v0
343# gopkg.in/yaml.v2 v2.4.0 1111# gopkg.in/yaml.v2 v2.4.0
1112## explicit; go 1.15
1113gopkg.in/yaml.v2
1114# gopkg.in/yaml.v3 v3.0.1
344## explicit 1115## explicit
345# k8s.io/api v0.29.2 1116gopkg.in/yaml.v3
346## explicit 1117# gotest.tools/v3 v3.5.2
347# k8s.io/apimachinery v0.29.2 1118## explicit; go 1.17
348## explicit 1119gotest.tools/v3/assert
349# k8s.io/client-go v0.29.2 1120gotest.tools/v3/assert/cmp
350## explicit 1121gotest.tools/v3/icmd
351# k8s.io/klog/v2 v2.110.1 1122gotest.tools/v3/internal/assert
352## explicit 1123gotest.tools/v3/internal/difflib
353# k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 1124gotest.tools/v3/internal/format
354## explicit 1125gotest.tools/v3/internal/source
355# k8s.io/utils v0.0.0-20230726121419-3b25d923346b 1126gotest.tools/v3/poll
356## explicit 1127# k8s.io/api v0.31.2
1128## explicit; go 1.22.0
1129k8s.io/api/admissionregistration/v1
1130k8s.io/api/admissionregistration/v1alpha1
1131k8s.io/api/admissionregistration/v1beta1
1132k8s.io/api/apidiscovery/v2
1133k8s.io/api/apidiscovery/v2beta1
1134k8s.io/api/apiserverinternal/v1alpha1
1135k8s.io/api/apps/v1
1136k8s.io/api/apps/v1beta1
1137k8s.io/api/apps/v1beta2
1138k8s.io/api/authentication/v1
1139k8s.io/api/authentication/v1alpha1
1140k8s.io/api/authentication/v1beta1
1141k8s.io/api/authorization/v1
1142k8s.io/api/authorization/v1beta1
1143k8s.io/api/autoscaling/v1
1144k8s.io/api/autoscaling/v2
1145k8s.io/api/autoscaling/v2beta1
1146k8s.io/api/autoscaling/v2beta2
1147k8s.io/api/batch/v1
1148k8s.io/api/batch/v1beta1
1149k8s.io/api/certificates/v1
1150k8s.io/api/certificates/v1alpha1
1151k8s.io/api/certificates/v1beta1
1152k8s.io/api/coordination/v1
1153k8s.io/api/coordination/v1alpha1
1154k8s.io/api/coordination/v1beta1
1155k8s.io/api/core/v1
1156k8s.io/api/discovery/v1
1157k8s.io/api/discovery/v1beta1
1158k8s.io/api/events/v1
1159k8s.io/api/events/v1beta1
1160k8s.io/api/extensions/v1beta1
1161k8s.io/api/flowcontrol/v1
1162k8s.io/api/flowcontrol/v1beta1
1163k8s.io/api/flowcontrol/v1beta2
1164k8s.io/api/flowcontrol/v1beta3
1165k8s.io/api/networking/v1
1166k8s.io/api/networking/v1alpha1
1167k8s.io/api/networking/v1beta1
1168k8s.io/api/node/v1
1169k8s.io/api/node/v1alpha1
1170k8s.io/api/node/v1beta1
1171k8s.io/api/policy/v1
1172k8s.io/api/policy/v1beta1
1173k8s.io/api/rbac/v1
1174k8s.io/api/rbac/v1alpha1
1175k8s.io/api/rbac/v1beta1
1176k8s.io/api/resource/v1alpha3
1177k8s.io/api/scheduling/v1
1178k8s.io/api/scheduling/v1alpha1
1179k8s.io/api/scheduling/v1beta1
1180k8s.io/api/storage/v1
1181k8s.io/api/storage/v1alpha1
1182k8s.io/api/storage/v1beta1
1183k8s.io/api/storagemigration/v1alpha1
1184# k8s.io/apimachinery v0.31.2
1185## explicit; go 1.22.0
1186k8s.io/apimachinery/pkg/api/equality
1187k8s.io/apimachinery/pkg/api/errors
1188k8s.io/apimachinery/pkg/api/meta
1189k8s.io/apimachinery/pkg/api/resource
1190k8s.io/apimachinery/pkg/api/validation
1191k8s.io/apimachinery/pkg/apis/meta/internalversion
1192k8s.io/apimachinery/pkg/apis/meta/internalversion/validation
1193k8s.io/apimachinery/pkg/apis/meta/v1
1194k8s.io/apimachinery/pkg/apis/meta/v1/unstructured
1195k8s.io/apimachinery/pkg/apis/meta/v1/validation
1196k8s.io/apimachinery/pkg/apis/meta/v1beta1
1197k8s.io/apimachinery/pkg/conversion
1198k8s.io/apimachinery/pkg/conversion/queryparams
1199k8s.io/apimachinery/pkg/fields
1200k8s.io/apimachinery/pkg/labels
1201k8s.io/apimachinery/pkg/runtime
1202k8s.io/apimachinery/pkg/runtime/schema
1203k8s.io/apimachinery/pkg/runtime/serializer
1204k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct
1205k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes
1206k8s.io/apimachinery/pkg/runtime/serializer/json
1207k8s.io/apimachinery/pkg/runtime/serializer/protobuf
1208k8s.io/apimachinery/pkg/runtime/serializer/recognizer
1209k8s.io/apimachinery/pkg/runtime/serializer/streaming
1210k8s.io/apimachinery/pkg/runtime/serializer/versioning
1211k8s.io/apimachinery/pkg/selection
1212k8s.io/apimachinery/pkg/types
1213k8s.io/apimachinery/pkg/util/dump
1214k8s.io/apimachinery/pkg/util/errors
1215k8s.io/apimachinery/pkg/util/framer
1216k8s.io/apimachinery/pkg/util/httpstream
1217k8s.io/apimachinery/pkg/util/httpstream/spdy
1218k8s.io/apimachinery/pkg/util/httpstream/wsstream
1219k8s.io/apimachinery/pkg/util/intstr
1220k8s.io/apimachinery/pkg/util/json
1221k8s.io/apimachinery/pkg/util/managedfields
1222k8s.io/apimachinery/pkg/util/managedfields/internal
1223k8s.io/apimachinery/pkg/util/naming
1224k8s.io/apimachinery/pkg/util/net
1225k8s.io/apimachinery/pkg/util/portforward
1226k8s.io/apimachinery/pkg/util/proxy
1227k8s.io/apimachinery/pkg/util/remotecommand
1228k8s.io/apimachinery/pkg/util/runtime
1229k8s.io/apimachinery/pkg/util/sets
1230k8s.io/apimachinery/pkg/util/validation
1231k8s.io/apimachinery/pkg/util/validation/field
1232k8s.io/apimachinery/pkg/util/wait
1233k8s.io/apimachinery/pkg/util/yaml
1234k8s.io/apimachinery/pkg/version
1235k8s.io/apimachinery/pkg/watch
1236k8s.io/apimachinery/third_party/forked/golang/netutil
1237k8s.io/apimachinery/third_party/forked/golang/reflect
1238# k8s.io/client-go v0.31.2
1239## explicit; go 1.22.0
1240k8s.io/client-go/applyconfigurations/admissionregistration/v1
1241k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1
1242k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1
1243k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1
1244k8s.io/client-go/applyconfigurations/apps/v1
1245k8s.io/client-go/applyconfigurations/apps/v1beta1
1246k8s.io/client-go/applyconfigurations/apps/v1beta2
1247k8s.io/client-go/applyconfigurations/autoscaling/v1
1248k8s.io/client-go/applyconfigurations/autoscaling/v2
1249k8s.io/client-go/applyconfigurations/autoscaling/v2beta1
1250k8s.io/client-go/applyconfigurations/autoscaling/v2beta2
1251k8s.io/client-go/applyconfigurations/batch/v1
1252k8s.io/client-go/applyconfigurations/batch/v1beta1
1253k8s.io/client-go/applyconfigurations/certificates/v1
1254k8s.io/client-go/applyconfigurations/certificates/v1alpha1
1255k8s.io/client-go/applyconfigurations/certificates/v1beta1
1256k8s.io/client-go/applyconfigurations/coordination/v1
1257k8s.io/client-go/applyconfigurations/coordination/v1alpha1
1258k8s.io/client-go/applyconfigurations/coordination/v1beta1
1259k8s.io/client-go/applyconfigurations/core/v1
1260k8s.io/client-go/applyconfigurations/discovery/v1
1261k8s.io/client-go/applyconfigurations/discovery/v1beta1
1262k8s.io/client-go/applyconfigurations/events/v1
1263k8s.io/client-go/applyconfigurations/events/v1beta1
1264k8s.io/client-go/applyconfigurations/extensions/v1beta1
1265k8s.io/client-go/applyconfigurations/flowcontrol/v1
1266k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1
1267k8s.io/client-go/applyconfigurations/flowcontrol/v1beta2
1268k8s.io/client-go/applyconfigurations/flowcontrol/v1beta3
1269k8s.io/client-go/applyconfigurations/internal
1270k8s.io/client-go/applyconfigurations/meta/v1
1271k8s.io/client-go/applyconfigurations/networking/v1
1272k8s.io/client-go/applyconfigurations/networking/v1alpha1
1273k8s.io/client-go/applyconfigurations/networking/v1beta1
1274k8s.io/client-go/applyconfigurations/node/v1
1275k8s.io/client-go/applyconfigurations/node/v1alpha1
1276k8s.io/client-go/applyconfigurations/node/v1beta1
1277k8s.io/client-go/applyconfigurations/policy/v1
1278k8s.io/client-go/applyconfigurations/policy/v1beta1
1279k8s.io/client-go/applyconfigurations/rbac/v1
1280k8s.io/client-go/applyconfigurations/rbac/v1alpha1
1281k8s.io/client-go/applyconfigurations/rbac/v1beta1
1282k8s.io/client-go/applyconfigurations/resource/v1alpha3
1283k8s.io/client-go/applyconfigurations/scheduling/v1
1284k8s.io/client-go/applyconfigurations/scheduling/v1alpha1
1285k8s.io/client-go/applyconfigurations/scheduling/v1beta1
1286k8s.io/client-go/applyconfigurations/storage/v1
1287k8s.io/client-go/applyconfigurations/storage/v1alpha1
1288k8s.io/client-go/applyconfigurations/storage/v1beta1
1289k8s.io/client-go/applyconfigurations/storagemigration/v1alpha1
1290k8s.io/client-go/discovery
1291k8s.io/client-go/features
1292k8s.io/client-go/gentype
1293k8s.io/client-go/kubernetes
1294k8s.io/client-go/kubernetes/scheme
1295k8s.io/client-go/kubernetes/typed/admissionregistration/v1
1296k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1
1297k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1
1298k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1
1299k8s.io/client-go/kubernetes/typed/apps/v1
1300k8s.io/client-go/kubernetes/typed/apps/v1beta1
1301k8s.io/client-go/kubernetes/typed/apps/v1beta2
1302k8s.io/client-go/kubernetes/typed/authentication/v1
1303k8s.io/client-go/kubernetes/typed/authentication/v1alpha1
1304k8s.io/client-go/kubernetes/typed/authentication/v1beta1
1305k8s.io/client-go/kubernetes/typed/authorization/v1
1306k8s.io/client-go/kubernetes/typed/authorization/v1beta1
1307k8s.io/client-go/kubernetes/typed/autoscaling/v1
1308k8s.io/client-go/kubernetes/typed/autoscaling/v2
1309k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1
1310k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2
1311k8s.io/client-go/kubernetes/typed/batch/v1
1312k8s.io/client-go/kubernetes/typed/batch/v1beta1
1313k8s.io/client-go/kubernetes/typed/certificates/v1
1314k8s.io/client-go/kubernetes/typed/certificates/v1alpha1
1315k8s.io/client-go/kubernetes/typed/certificates/v1beta1
1316k8s.io/client-go/kubernetes/typed/coordination/v1
1317k8s.io/client-go/kubernetes/typed/coordination/v1alpha1
1318k8s.io/client-go/kubernetes/typed/coordination/v1beta1
1319k8s.io/client-go/kubernetes/typed/core/v1
1320k8s.io/client-go/kubernetes/typed/discovery/v1
1321k8s.io/client-go/kubernetes/typed/discovery/v1beta1
1322k8s.io/client-go/kubernetes/typed/events/v1
1323k8s.io/client-go/kubernetes/typed/events/v1beta1
1324k8s.io/client-go/kubernetes/typed/extensions/v1beta1
1325k8s.io/client-go/kubernetes/typed/flowcontrol/v1
1326k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1
1327k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta2
1328k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta3
1329k8s.io/client-go/kubernetes/typed/networking/v1
1330k8s.io/client-go/kubernetes/typed/networking/v1alpha1
1331k8s.io/client-go/kubernetes/typed/networking/v1beta1
1332k8s.io/client-go/kubernetes/typed/node/v1
1333k8s.io/client-go/kubernetes/typed/node/v1alpha1
1334k8s.io/client-go/kubernetes/typed/node/v1beta1
1335k8s.io/client-go/kubernetes/typed/policy/v1
1336k8s.io/client-go/kubernetes/typed/policy/v1beta1
1337k8s.io/client-go/kubernetes/typed/rbac/v1
1338k8s.io/client-go/kubernetes/typed/rbac/v1alpha1
1339k8s.io/client-go/kubernetes/typed/rbac/v1beta1
1340k8s.io/client-go/kubernetes/typed/resource/v1alpha3
1341k8s.io/client-go/kubernetes/typed/scheduling/v1
1342k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1
1343k8s.io/client-go/kubernetes/typed/scheduling/v1beta1
1344k8s.io/client-go/kubernetes/typed/storage/v1
1345k8s.io/client-go/kubernetes/typed/storage/v1alpha1
1346k8s.io/client-go/kubernetes/typed/storage/v1beta1
1347k8s.io/client-go/kubernetes/typed/storagemigration/v1alpha1
1348k8s.io/client-go/openapi
1349k8s.io/client-go/pkg/apis/clientauthentication
1350k8s.io/client-go/pkg/apis/clientauthentication/install
1351k8s.io/client-go/pkg/apis/clientauthentication/v1
1352k8s.io/client-go/pkg/apis/clientauthentication/v1beta1
1353k8s.io/client-go/pkg/version
1354k8s.io/client-go/plugin/pkg/client/auth/exec
1355k8s.io/client-go/rest
1356k8s.io/client-go/rest/watch
1357k8s.io/client-go/tools/auth
1358k8s.io/client-go/tools/clientcmd
1359k8s.io/client-go/tools/clientcmd/api
1360k8s.io/client-go/tools/clientcmd/api/latest
1361k8s.io/client-go/tools/clientcmd/api/v1
1362k8s.io/client-go/tools/metrics
1363k8s.io/client-go/tools/reference
1364k8s.io/client-go/tools/remotecommand
1365k8s.io/client-go/transport
1366k8s.io/client-go/transport/spdy
1367k8s.io/client-go/transport/websocket
1368k8s.io/client-go/util/cert
1369k8s.io/client-go/util/connrotation
1370k8s.io/client-go/util/consistencydetector
1371k8s.io/client-go/util/exec
1372k8s.io/client-go/util/flowcontrol
1373k8s.io/client-go/util/homedir
1374k8s.io/client-go/util/keyutil
1375k8s.io/client-go/util/watchlist
1376k8s.io/client-go/util/workqueue
1377# k8s.io/klog/v2 v2.130.1
1378## explicit; go 1.18
1379k8s.io/klog/v2
1380k8s.io/klog/v2/internal/buffer
1381k8s.io/klog/v2/internal/clock
1382k8s.io/klog/v2/internal/dbg
1383k8s.io/klog/v2/internal/serialize
1384k8s.io/klog/v2/internal/severity
1385k8s.io/klog/v2/internal/sloghandler
1386# k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
1387## explicit; go 1.20
1388k8s.io/kube-openapi/pkg/cached
1389k8s.io/kube-openapi/pkg/common
1390k8s.io/kube-openapi/pkg/handler3
1391k8s.io/kube-openapi/pkg/internal
1392k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json
1393k8s.io/kube-openapi/pkg/schemaconv
1394k8s.io/kube-openapi/pkg/spec3
1395k8s.io/kube-openapi/pkg/util/proto
1396k8s.io/kube-openapi/pkg/validation/spec
1397# k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
1398## explicit; go 1.18
1399k8s.io/utils/clock
1400k8s.io/utils/clock/testing
1401k8s.io/utils/internal/third_party/forked/golang/net
1402k8s.io/utils/net
1403k8s.io/utils/ptr
1404k8s.io/utils/strings/slices
357# sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd 1405# sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
358## explicit 1406## explicit; go 1.18
1407sigs.k8s.io/json
1408sigs.k8s.io/json/internal/golang/encoding/json
359# sigs.k8s.io/structured-merge-diff/v4 v4.4.1 1409# sigs.k8s.io/structured-merge-diff/v4 v4.4.1
360## explicit 1410## explicit; go 1.13
361# sigs.k8s.io/yaml v1.3.0 1411sigs.k8s.io/structured-merge-diff/v4/fieldpath
362## explicit 1412sigs.k8s.io/structured-merge-diff/v4/merge
363# tags.cncf.io/container-device-interface v0.7.2 1413sigs.k8s.io/structured-merge-diff/v4/schema
364## explicit 1414sigs.k8s.io/structured-merge-diff/v4/typed
1415sigs.k8s.io/structured-merge-diff/v4/value
1416# sigs.k8s.io/yaml v1.4.0
1417## explicit; go 1.12
1418sigs.k8s.io/yaml
1419sigs.k8s.io/yaml/goyaml.v2
1420# tags.cncf.io/container-device-interface v0.8.1
1421## explicit; go 1.20
1422tags.cncf.io/container-device-interface/pkg/parser
diff --git a/recipes-containers/docker-compose/relocation.inc b/recipes-containers/docker-compose/relocation.inc
index 74011a4a..9e71acd8 100644
--- a/recipes-containers/docker-compose/relocation.inc
+++ b/recipes-containers/docker-compose/relocation.inc
@@ -44,6 +44,8 @@ export sites="k8s.io/api:k8s.io/api:force \
44 github.com/go-logr/stdr:github.com/go-logr/stdr:force \ 44 github.com/go-logr/stdr:github.com/go-logr/stdr:force \
45 github.com/google/shlex:github.com/google/shlex:force \ 45 github.com/google/shlex:github.com/google/shlex:force \
46 github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \ 46 github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \
47 github.com/otiai10/mint:github.com/otiai10/mint:force \
48 github.com/x448/float16:github.com/x448/float16:force \
47 github.com/docker/buildx:github.com/docker/buildx:force \ 49 github.com/docker/buildx:github.com/docker/buildx:force \
48 github.com/docker/docker:github.com/docker/docker:force \ 50 github.com/docker/docker:github.com/docker/docker:force \
49 github.com/google/go-cmp:github.com/google/go-cmp:force \ 51 github.com/google/go-cmp:github.com/google/go-cmp:force \
@@ -54,18 +56,17 @@ export sites="k8s.io/api:k8s.io/api:force \
54 github.com/google/gofuzz:github.com/google/gofuzz:force \ 56 github.com/google/gofuzz:github.com/google/gofuzz:force \
55 github.com/imdario/mergo:github.com/imdario/mergo:force \ 57 github.com/imdario/mergo:github.com/imdario/mergo:force \
56 github.com/containerd/log:github.com/containerd/log:force \ 58 github.com/containerd/log:github.com/containerd/log:force \
59 github.com/zclconf/go-cty:github.com/zclconf/go-cty:force \
57 github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \ 60 github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \
58 github.com/docker/go-units:github.com/docker/go-units:force \ 61 github.com/docker/go-units:github.com/docker/go-units:force \
59 github.com/mitchellh/go-ps:github.com/mitchellh/go-ps:force \ 62 github.com/mitchellh/go-ps:github.com/mitchellh/go-ps:force \
60 github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ 63 github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \
61 github.com/go-openapi/swag:github.com/go-openapi/swag:force \ 64 github.com/go-openapi/swag:github.com/go-openapi/swag:force \
62 github.com/gogo/googleapis:github.com/gogo/googleapis:force \
63 github.com/golang/protobuf:github.com/golang/protobuf:force \ 65 github.com/golang/protobuf:github.com/golang/protobuf:force \
64 github.com/mailru/easyjson:github.com/mailru/easyjson:force \ 66 github.com/mailru/easyjson:github.com/mailru/easyjson:force \
65 github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ 67 github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \
66 github.com/moby/spdystream:github.com/moby/spdystream:force \ 68 github.com/moby/spdystream:github.com/moby/spdystream:force \
67 github.com/mxk/go-flowrate:github.com/mxk/go-flowrate:force \ 69 github.com/mxk/go-flowrate:github.com/mxk/go-flowrate:force \
68 google.golang.org/genproto:google.golang.org/genproto:force \
69 google.golang.org/protobuf:google.golang.org/protobuf:force \ 70 google.golang.org/protobuf:google.golang.org/protobuf:force \
70 github.com/moby/sys/user:github.com/moby/sys/user/user:force \ 71 github.com/moby/sys/user:github.com/moby/sys/user/user:force \
71 github.com/stretchr/testify:github.com/stretchr/testify:force \ 72 github.com/stretchr/testify:github.com/stretchr/testify:force \
@@ -75,16 +76,15 @@ export sites="k8s.io/api:k8s.io/api:force \
75 github.com/serialx/hashring:github.com/serialx/hashring:force \ 76 github.com/serialx/hashring:github.com/serialx/hashring:force \
76 github.com/tonistiigi/units:github.com/tonistiigi/units:force \ 77 github.com/tonistiigi/units:github.com/tonistiigi/units:force \
77 github.com/tonistiigi/vt100:github.com/tonistiigi/vt100:force \ 78 github.com/tonistiigi/vt100:github.com/tonistiigi/vt100:force \
78 google.golang.org/appengine:google.golang.org/appengine:force \
79 github.com/eiannone/keyboard:github.com/eiannone/keyboard:force \ 79 github.com/eiannone/keyboard:github.com/eiannone/keyboard:force \
80 github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \ 80 github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \
81 github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \ 81 github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \
82 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ 82 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \
83 github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \
84 github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \ 83 github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \
85 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ 84 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \
86 github.com/docker/go-metrics:github.com/docker/go-metrics:force \ 85 github.com/docker/go-metrics:github.com/docker/go-metrics:force \
87 github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ 86 github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \
87 github.com/fxamacker/cbor/v2:github.com/fxamacker/cbor/v2:force \
88 github.com/gorilla/websocket:github.com/gorilla/websocket:force \ 88 github.com/gorilla/websocket:github.com/gorilla/websocket:force \
89 github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ 89 github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \
90 github.com/munnerz/goautoneg:github.com/munnerz/goautoneg:force \ 90 github.com/munnerz/goautoneg:github.com/munnerz/goautoneg:force \
@@ -104,6 +104,7 @@ export sites="k8s.io/api:k8s.io/api:force \
104 github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \ 104 github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \
105 github.com/pmezard/go-difflib:github.com/pmezard/go-difflib:force \ 105 github.com/pmezard/go-difflib:github.com/pmezard/go-difflib:force \
106 github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ 106 github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \
107 github.com/moby/sys/userns:github.com/moby/sys/userns/userns:force \
107 github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \ 108 github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \
108 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ 109 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \
109 github.com/moby/patternmatcher:github.com/moby/patternmatcher:force \ 110 github.com/moby/patternmatcher:github.com/moby/patternmatcher:force \
@@ -111,18 +112,18 @@ export sites="k8s.io/api:k8s.io/api:force \
111 github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \ 112 github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \
112 github.com/docker/distribution:github.com/docker/distribution:force \ 113 github.com/docker/distribution:github.com/docker/distribution:force \
113 github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \ 114 github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \
115 github.com/containerd/platforms:github.com/containerd/platforms:force \
114 github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \ 116 github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \
115 github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ 117 github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \
116 github.com/containerd/platforms:github.com/containerd/platforms:force \
117 github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ 118 github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \
118 github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ 119 github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \
119 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ 120 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \
120 github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \ 121 github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \
121 github.com/containerd/containerd:github.com/containerd/containerd:force \
122 github.com/docker/go-connections:github.com/docker/go-connections:force \ 122 github.com/docker/go-connections:github.com/docker/go-connections:force \
123 github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ 123 github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \
124 github.com/containerd/continuity:github.com/containerd/continuity:force \ 124 github.com/containerd/continuity:github.com/containerd/continuity:force \
125 github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ 125 github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \
126 github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2:force \
126 github.com/google/gnostic-models:github.com/google/gnostic-models:force \ 127 github.com/google/gnostic-models:github.com/google/gnostic-models:force \
127 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ 128 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \
128 go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ 129 go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \
@@ -136,15 +137,23 @@ export sites="k8s.io/api:k8s.io/api:force \
136 github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \ 137 github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \
137 github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \ 138 github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \
138 github.com/moby/docker-image-spec:github.com/moby/docker-image-spec:force \ 139 github.com/moby/docker-image-spec:github.com/moby/docker-image-spec:force \
140 github.com/planetscale/vtprotobuf:github.com/planetscale/vtprotobuf:force \
141 github.com/tonistiigi/go-csvvalue:github.com/tonistiigi/go-csvvalue:force \
139 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ 142 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \
140 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ 143 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \
141 github.com/prometheus/client_model:github.com/prometheus/client_model:force \ 144 github.com/prometheus/client_model:github.com/prometheus/client_model:force \
145 github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2:force \
146 github.com/tonistiigi/dchapes-mode:github.com/tonistiigi/dchapes-mode:force \
142 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ 147 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \
148 github.com/xhit/go-str2duration/v2:github.com/xhit/go-str2duration/v2:force \
143 go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ 149 go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \
150 github.com/containerd/containerd/v2:github.com/containerd/containerd/v2:force \
144 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ 151 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \
152 github.com/containerd/errdefs/pkg:github.com/containerd/errdefs/pkg/pkg:force \
145 github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ 153 github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \
146 github.com/go-viper/mapstructure/v2:github.com/go-viper/mapstructure/v2:force \ 154 github.com/go-viper/mapstructure/v2:github.com/go-viper/mapstructure/v2:force \
147 github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ 155 github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \
156 github.com/moby/sys/capability:github.com/moby/sys/capability/capability:force \
148 github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ 157 github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \
149 github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ 158 github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \
150 github.com/theupdateframework/notary:github.com/theupdateframework/notary:force \ 159 github.com/theupdateframework/notary:github.com/theupdateframework/notary:force \
@@ -152,8 +161,11 @@ export sites="k8s.io/api:k8s.io/api:force \
152 github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ 161 github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \
153 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ 162 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \
154 github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ 163 github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \
164 github.com/mitchellh/hashstructure/v2:github.com/mitchellh/hashstructure/v2:force \
165 github.com/containerd/containerd/api:github.com/containerd/containerd/api/api:force \
155 github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \ 166 github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \
156 tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ 167 tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \
168 github.com/apparentlymart/go-textseg/v15:github.com/apparentlymart/go-textseg/v15:force \
157 go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel/sdk/metric/sdk/metric:force \ 169 go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel/sdk/metric/sdk/metric:force \
158 github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \ 170 github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \
159 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ 171 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \
@@ -161,7 +173,6 @@ export sites="k8s.io/api:k8s.io/api:force \
161 github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2/service/sso/service/sso:force \ 173 github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2/service/sso/service/sso:force \
162 github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts/service/sts:force \ 174 github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts/service/sts:force \
163 github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2/internal/ini/internal/ini:force \ 175 github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2/internal/ini/internal/ini:force \
164 github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions:force \
165 google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \ 176 google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \
166 google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ 177 google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \
167 github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \ 178 github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \
@@ -170,7 +181,6 @@ export sites="k8s.io/api:k8s.io/api:force \
170 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \ 181 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \
171 go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \ 182 go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \
172 github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \ 183 github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \
173 go.opentelemetry.io/otel/exporters/otlp/otlpmetric:go.opentelemetry.io/otel/exporters/otlp/otlpmetric/exporters/otlp/otlpmetric:force \
174 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 \ 184 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 \
175 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding:github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/service/internal/accept-encoding:force \ 185 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding:github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/service/internal/accept-encoding:force \
176 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ 186 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \
diff --git a/recipes-containers/docker-compose/src_uri.inc b/recipes-containers/docker-compose/src_uri.inc
index 08ea1684..bf025665 100644
--- a/recipes-containers/docker-compose/src_uri.inc
+++ b/recipes-containers/docker-compose/src_uri.inc
@@ -1,1092 +1,960 @@
1# k8s.io/api v0.29.2 1# k8s.io/api v0.31.2
2# [1] git ls-remote https://github.com/kubernetes/api d47313059888ec984bf8432ed155fae5be935c31 2# [1] git ls-remote https://github.com/kubernetes/api bc73ef70e18b6e2f1146ca60c99df5955bec647e
3SRCREV_k8s.io-api="d47313059888ec984bf8432ed155fae5be935c31" 3SRCREV_k8s.io-api="bc73ef70e18b6e2f1146ca60c99df5955bec647e"
4# styhead and newer
5SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/api" 4SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/api"
6 5
7# k8s.io/utils v0.0.0-20230726121419-3b25d923346b 6# k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
8# [1] git ls-remote https://github.com/kubernetes/utils 3b25d923346b3814e0898684c97390092f31a61e 7# [1] git ls-remote https://github.com/kubernetes/utils 18e509b52bc851d6169db17631e99453021dea21
9SRCREV_utils="3b25d923346b3814e0898684c97390092f31a61e" 8SRCREV_utils="18e509b52bc851d6169db17631e99453021dea21"
10# styhead and newer
11SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/utils" 9SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/utils"
12 10
13# k8s.io/klog/v2 v2.110.1 11# k8s.io/klog/v2 v2.130.1
14# [1] git ls-remote https://github.com/kubernetes/klog e3f75b8af2707d64b5dd4c440ae8384ed2f2c386 12# [1] git ls-remote https://github.com/kubernetes/klog 75663bb798999a49e3e4c0f2375ed5cca8164194
15SRCREV_klog-v2="e3f75b8af2707d64b5dd4c440ae8384ed2f2c386" 13SRCREV_klog-v2="75663bb798999a49e3e4c0f2375ed5cca8164194"
16# styhead and newer
17SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/klog/v2" 14SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/klog/v2"
18 15
19# gotest.tools/v3 v3.5.1 16# gotest.tools/v3 v3.5.2
20# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 81cea1abc596b025bf2573c7fdf97740512e4c6c 17# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 0b81523ff268a1f1b0baf4a5da67e42fbb86880b
21SRCREV_v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" 18SRCREV_v3="0b81523ff268a1f1b0baf4a5da67e42fbb86880b"
22# styhead and newer
23SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" 19SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3"
24 20
25# dario.cat/mergo v1.0.0 21# dario.cat/mergo v1.0.1
26# [1] git ls-remote https://github.com/imdario/mergo 131de815afc35a77c41ae99da6c8f4288b6cb513 22# [1] git ls-remote https://github.com/imdario/mergo 59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf
27SRCREV_mergo="131de815afc35a77c41ae99da6c8f4288b6cb513" 23SRCREV_mergo="59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf"
28# styhead and newer
29SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/dario.cat/mergo" 24SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/dario.cat/mergo"
30 25
31# gopkg.in/inf.v0 v0.9.1 26# gopkg.in/inf.v0 v0.9.1
32# [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf 27# [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf
33SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" 28SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf"
34# styhead and newer
35SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/inf.v0" 29SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/inf.v0"
36 30
37# go.uber.org/mock v0.4.0 31# go.uber.org/mock v0.5.0
38# [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188 32# [1] git ls-remote https://github.com/uber/mock a9c44d91ce00ef09603d3822452a4f9c8fefd278
39SRCREV_mock="74a29c6e6c2cbb8ccee94db061c1604ff33fd188" 33SRCREV_mock="a9c44d91ce00ef09603d3822452a4f9c8fefd278"
40# styhead and newer
41SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" 34SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock"
42 35
43# golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 36# golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
44# [1] git ls-remote https://go.googlesource.com/exp db7319d0e0e361ccef5c449b760df8e5f2d5087c 37# [1] git ls-remote https://go.googlesource.com/exp 2d47ceb2692f22136c9ff680c192d3d19c5dd9e2
45SRCREV_exp="db7319d0e0e361ccef5c449b760df8e5f2d5087c" 38SRCREV_exp="2d47ceb2692f22136c9ff680c192d3d19c5dd9e2"
46# styhead and newer
47SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" 39SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp"
48 40
49# golang.org/x/sys v0.21.0 41# golang.org/x/sys v0.30.0
50# [1] git ls-remote https://github.com/golang/sys 673e0f94c16da4b6d7f550d6af66fde0c69503e4 42# [1] git ls-remote https://github.com/golang/sys 863b3c4ac4975ff758815fa8d01acb6771f37177
51SRCREV_sys="673e0f94c16da4b6d7f550d6af66fde0c69503e4" 43SRCREV_sys="863b3c4ac4975ff758815fa8d01acb6771f37177"
52# styhead and newer
53SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" 44SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys"
54 45
55# gopkg.in/yaml.v3 v3.0.1 46# gopkg.in/yaml.v3 v3.0.1
56# [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 47# [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51
57SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" 48SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51"
58# styhead and newer
59SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" 49SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3"
60 50
61# golang.org/x/net v0.24.0 51# golang.org/x/net v0.33.0
62# [1] git ls-remote https://go.googlesource.com/net 7bbe32058aba7159e4d273710e6f4f1c16c627fb 52# [1] git ls-remote https://go.googlesource.com/net dfc720dfe0cfc125116068c20efcdcb5e4eab464
63SRCREV_net="7bbe32058aba7159e4d273710e6f4f1c16c627fb" 53SRCREV_net="dfc720dfe0cfc125116068c20efcdcb5e4eab464"
64# styhead and newer
65SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" 54SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net"
66 55
67# gopkg.in/yaml.v2 v2.4.0 56# gopkg.in/yaml.v2 v2.4.0
68# [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c 57# [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c
69SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" 58SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c"
70# styhead and newer
71SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v2" 59SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v2"
72 60
73# k8s.io/client-go v0.29.2 61# k8s.io/client-go v0.31.2
74# [1] git ls-remote https://github.com/kubernetes/client-go 62c5e9e7b4bd09d2b43dcad1464376322398e994 62# [1] git ls-remote https://github.com/kubernetes/client-go 270e5ab1714527c455865953da8ceba2810dbb50
75SRCREV_client-go="62c5e9e7b4bd09d2b43dcad1464376322398e994" 63SRCREV_client-go="270e5ab1714527c455865953da8ceba2810dbb50"
76# styhead and newer
77SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/client-go" 64SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/client-go"
78 65
79# sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd 66# sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
80# [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 67# [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21
81SRCREV_json="bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" 68SRCREV_json="bc3834ca7abd3a90f03ef00a27ad80cb892f9c21"
82# styhead and newer
83SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json" 69SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json"
84 70
85# sigs.k8s.io/yaml v1.3.0 71# sigs.k8s.io/yaml v1.4.0
86# [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a 72# [1] git ls-remote https://github.com/kubernetes-sigs/yaml c3772b51db126345efe2dfe4ff8dac83b8141684
87SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a" 73SRCREV_yaml="c3772b51db126345efe2dfe4ff8dac83b8141684"
88# styhead and newer
89SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml" 74SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml"
90 75
91# golang.org/x/sync v0.7.0 76# golang.org/x/sync v0.11.0
92# [1] git ls-remote https://go.googlesource.com/sync 14be23e5b48bec28285f8a694875175ecacfddb3 77# [1] git ls-remote https://go.googlesource.com/sync fe3591bd8a96873abc98bb9d2d5c62f27efca3e9
93SRCREV_sync="14be23e5b48bec28285f8a694875175ecacfddb3" 78SRCREV_sync="fe3591bd8a96873abc98bb9d2d5c62f27efca3e9"
94# styhead and newer
95SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" 79SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync"
96 80
97# golang.org/x/term v0.19.0 81# golang.org/x/term v0.27.0
98# [1] git ls-remote https://go.googlesource.com/term 5b15d269ba1f54e8da86c8aa5574253aea0c2198 82# [1] git ls-remote https://go.googlesource.com/term 442846aa8d80ebae61e0c2c58e041b92b9b33dc4
99SRCREV_x-term="5b15d269ba1f54e8da86c8aa5574253aea0c2198" 83SRCREV_x-term="442846aa8d80ebae61e0c2c58e041b92b9b33dc4"
100# styhead and newer
101SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" 84SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term"
102 85
103# golang.org/x/text v0.14.0 86# golang.org/x/text v0.21.0
104# [1] git ls-remote https://go.googlesource.com/text 6c97a165dd661335ff7bce6104a008558123c353 87# [1] git ls-remote https://go.googlesource.com/text d42948e5579eb996bedb7df76c7ad57fae4e83c7
105SRCREV_text="6c97a165dd661335ff7bce6104a008558123c353" 88SRCREV_text="d42948e5579eb996bedb7df76c7ad57fae4e83c7"
106# styhead and newer
107SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" 89SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text"
108 90
109# golang.org/x/time v0.3.0 91# golang.org/x/time v0.6.0
110# [1] git ls-remote https://go.googlesource.com/time 2c09566ef13fb5556401ddff3c53c3dbc2a42dac 92# [1] git ls-remote https://go.googlesource.com/time 5d9ef583af632a0fcf95276fb38326f695c4fd5f
111SRCREV_time="2c09566ef13fb5556401ddff3c53c3dbc2a42dac" 93SRCREV_time="5d9ef583af632a0fcf95276fb38326f695c4fd5f"
112# styhead and newer
113SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time" 94SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time"
114 95
115# go.uber.org/goleak v1.3.0 96# go.uber.org/goleak v1.3.0
116# [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c 97# [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c
117SRCREV_goleak="31095c657c34bba405a8d480db27989aa5f60b9c" 98SRCREV_goleak="31095c657c34bba405a8d480db27989aa5f60b9c"
118# styhead and newer
119SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/goleak" 99SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/goleak"
120 100
121# golang.org/x/crypto v0.22.0 101# golang.org/x/crypto v0.31.0
122# [1] git ls-remote https://go.googlesource.com/crypto d042a396a6de487c29b6907508ba7e86925f6e09 102# [1] git ls-remote https://go.googlesource.com/crypto b4f1988a35dee11ec3e05d6bf3e90b695fbd8909
123SRCREV_crypto="d042a396a6de487c29b6907508ba7e86925f6e09" 103SRCREV_crypto="b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
124# styhead and newer
125SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" 104SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto"
126 105
127# golang.org/x/oauth2 v0.11.0 106# golang.org/x/oauth2 v0.24.0
128# [1] git ls-remote https://go.googlesource.com/oauth2 2e4a4e2bfb69ca7609cb423438c55caa131431c1 107# [1] git ls-remote https://go.googlesource.com/oauth2 22134a41033e44c2cd074106770ab5b7ca910d15
129SRCREV_oauth2="2e4a4e2bfb69ca7609cb423438c55caa131431c1" 108SRCREV_oauth2="22134a41033e44c2cd074106770ab5b7ca910d15"
130# styhead and newer
131SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/oauth2" 109SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/oauth2"
132 110
133# k8s.io/apimachinery v0.29.2 111# k8s.io/apimachinery v0.31.2
134# [1] git ls-remote https://github.com/kubernetes/apimachinery dc7e034c86479d49be4b0eefad307621e10caa0e 112# [1] git ls-remote https://github.com/kubernetes/apimachinery a8f449e276fe566efddb149992049c78f0088492
135SRCREV_apimachinery="dc7e034c86479d49be4b0eefad307621e10caa0e" 113SRCREV_apimachinery="a8f449e276fe566efddb149992049c78f0088492"
136# styhead and newer
137SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/apimachinery" 114SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/apimachinery"
138 115
139# k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 116# k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
140# [1] git ls-remote https://github.com/kubernetes/kube-openapi 2dd684a91f00351087fe2f4ed5408d4d2f3775ab 117# [1] git ls-remote https://github.com/kubernetes/kube-openapi 70dd3763d340b13ccc008be05cb1f59ff245dbfd
141SRCREV_kube-openapi="2dd684a91f00351087fe2f4ed5408d4d2f3775ab" 118SRCREV_kube-openapi="70dd3763d340b13ccc008be05cb1f59ff245dbfd"
142# styhead and newer
143SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/kube-openapi" 119SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/kube-openapi"
144 120
145# github.com/moby/term v0.5.0 121# github.com/moby/term v0.5.2
146# [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9 122# [1] git ls-remote https://github.com/moby/term 6c1b69fecbac2753dcaf18718a7e9f9093c3760d
147SRCREV_term="9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9" 123SRCREV_term="6c1b69fecbac2753dcaf18718a7e9f9093c3760d"
148# styhead and newer
149SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" 124SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term"
150 125
151# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c 126# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
152# [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06 127# [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06
153SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06" 128SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06"
154# styhead and newer
155SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go" 129SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go"
156 130
157# github.com/docker/cli v27.0.1-rc.1+incompatible 131# github.com/docker/cli v28.0.1+incompatible
158# [1] git ls-remote https://github.com/docker/cli 0d415ad0e9fa1957e89427d87fe9435b5b2242a8 132# [1] git ls-remote https://github.com/docker/cli 068a01ea9470df6494cc92d9e64e240805ae47a7
159SRCREV_cli="0d415ad0e9fa1957e89427d87fe9435b5b2242a8" 133SRCREV_cli="068a01ea9470df6494cc92d9e64e240805ae47a7"
160# styhead and newer
161SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" 134SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli"
162 135
163# github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc 136# github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc
164# [1] git ls-remote https://github.com/r3labs/sse 26fe804710bc39ea7ea6636d36f27c438bd2c06f 137# [1] git ls-remote https://github.com/r3labs/sse 26fe804710bc39ea7ea6636d36f27c438bd2c06f
165SRCREV_sse="26fe804710bc39ea7ea6636d36f27c438bd2c06f" 138SRCREV_sse="26fe804710bc39ea7ea6636d36f27c438bd2c06f"
166# styhead and newer
167SRC_URI += "git://github.com/r3labs/sse;name=sse;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/r3labs/sse" 139SRC_URI += "git://github.com/r3labs/sse;name=sse;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/r3labs/sse"
168 140
169# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b 141# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
170# [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 142# [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992
171SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992" 143SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992"
172# styhead and newer
173SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mgutz/ansi" 144SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mgutz/ansi"
174 145
175# github.com/pkg/errors v0.9.1 146# github.com/pkg/errors v0.9.1
176# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 147# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465
177SRCREV_errors="614d223910a179a466c1767a985424175c39b465" 148SRCREV_errors="614d223910a179a466c1767a985424175c39b465"
178# styhead and newer
179SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" 149SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors"
180 150
181# github.com/spf13/cobra v1.8.1 151# github.com/spf13/cobra v1.9.1
182# [1] git ls-remote https://github.com/spf13/cobra e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec 152# [1] git ls-remote https://github.com/spf13/cobra 40b5bc1437a564fc795d388b23835e84f54cd1d1
183SRCREV_cobra="e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec" 153SRCREV_cobra="40b5bc1437a564fc795d388b23835e84f54cd1d1"
184# styhead and newer
185SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" 154SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra"
186 155
187# github.com/spf13/pflag v1.0.5 156# github.com/spf13/pflag v1.0.6
188# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab 157# [1] git ls-remote https://github.com/spf13/pflag 5ca813443bd2a4d9f46a253ea0407d23b3790713
189SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" 158SRCREV_pflag="5ca813443bd2a4d9f46a253ea0407d23b3790713"
190# styhead and newer
191SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" 159SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag"
192 160
193# google.golang.org/grpc v1.59.0 161# google.golang.org/grpc v1.70.0
194# [1] git ls-remote https://github.com/grpc/grpc-go 7765221f4bf6104973db7946d56936cf838cad46 162# [1] git ls-remote https://github.com/grpc/grpc-go 98a0092952dd4d8443229c3a335ec592d9c40c9b
195SRCREV_grpc="7765221f4bf6104973db7946d56936cf838cad46" 163SRCREV_grpc="98a0092952dd4d8443229c3a335ec592d9c40c9b"
196# styhead and newer
197SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" 164SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc"
198 165
199# github.com/gofrs/flock v0.8.1 166# github.com/gofrs/flock v0.12.1
200# [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 167# [1] git ls-remote https://github.com/gofrs/flock 9de625d921bf362f81e0760056fdff11c8542435
201SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" 168SRCREV_flock="9de625d921bf362f81e0760056fdff11c8542435"
202# styhead and newer
203SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" 169SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock"
204 170
205# github.com/google/uuid v1.6.0 171# github.com/google/uuid v1.6.0
206# [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc 172# [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc
207SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc" 173SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc"
208# styhead and newer
209SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" 174SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid"
210 175
211# github.com/gorilla/mux v1.8.1 176# github.com/gorilla/mux v1.8.1
212# [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 177# [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5
213SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5" 178SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5"
214# styhead and newer
215SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" 179SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux"
216 180
217# github.com/moby/locker v1.0.1 181# github.com/moby/locker v1.0.1
218# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe 182# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe
219SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" 183SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe"
220# styhead and newer
221SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" 184SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker"
222 185
223# github.com/rivo/uniseg v0.2.0 186# github.com/rivo/uniseg v0.2.0
224# [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d 187# [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d
225SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" 188SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d"
226# styhead and newer
227SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rivo/uniseg" 189SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rivo/uniseg"
228 190
229# github.com/buger/goterm v1.0.4 191# github.com/buger/goterm v1.0.4
230# [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 192# [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31
231SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" 193SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31"
232# styhead and newer
233SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/goterm" 194SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/goterm"
234 195
235# github.com/morikuni/aec v1.0.0 196# github.com/morikuni/aec v1.0.0
236# [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b 197# [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b
237SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" 198SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b"
238# styhead and newer
239SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec" 199SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec"
240 200
241# github.com/otiai10/copy v1.14.0 201# github.com/otiai10/copy v1.14.1
242# [1] git ls-remote https://github.com/otiai10/copy fba066acb0eb6e25d510073787741c0a8b31bf1e 202# [1] git ls-remote https://github.com/otiai10/copy 5ef5923d6ff098ea7a51792c1ec963d04fad9794
243SRCREV_copy="fba066acb0eb6e25d510073787741c0a8b31bf1e" 203SRCREV_copy="5ef5923d6ff098ea7a51792c1ec963d04fad9794"
244# styhead and newer
245SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy" 204SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy"
246 205
247# github.com/beorn7/perks v1.0.1 206# github.com/beorn7/perks v1.0.1
248# [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 207# [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6
249SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" 208SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6"
250# styhead and newer
251SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks" 209SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks"
252 210
253# github.com/go-logr/logr v1.3.0 211# github.com/go-logr/logr v1.4.2
254# [1] git ls-remote https://github.com/go-logr/logr 8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f 212# [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223
255SRCREV_logr="8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f" 213SRCREV_logr="1205f429d540b8b81c2b75a38943afb738dac223"
256# styhead and newer
257SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" 214SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr"
258 215
259# github.com/go-logr/stdr v1.2.2 216# github.com/go-logr/stdr v1.2.2
260# [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 217# [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262
261SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" 218SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262"
262# styhead and newer
263SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" 219SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr"
264 220
265# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 221# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
266# [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d 222# [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d
267SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" 223SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d"
268# styhead and newer
269SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex" 224SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex"
270 225
271# github.com/miekg/pkcs11 v1.1.1 226# github.com/miekg/pkcs11 v1.1.1
272# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d 227# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d
273SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" 228SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d"
274# styhead and newer
275SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" 229SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11"
276 230
277# github.com/docker/buildx v0.15.1 231# github.com/otiai10/mint v1.6.3
278# [1] git ls-remote https://github.com/docker/buildx 1c1dbb2e4cb5363110f42102744a08d034c2300d 232# [1] git ls-remote https://github.com/otiai10/mint 6dcf2e3a67310fd0fbd970199f187f5c575756c9
279SRCREV_buildx="1c1dbb2e4cb5363110f42102744a08d034c2300d" 233SRCREV_mint="6dcf2e3a67310fd0fbd970199f187f5c575756c9"
280# styhead and newer 234SRC_URI += "git://github.com/otiai10/mint;name=mint;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/mint"
235
236# github.com/x448/float16 v0.8.4
237# [1] git ls-remote https://github.com/x448/float16 cb9afec31f2649663ebb64da5c6c32c3d365c3ca
238SRCREV_float16="cb9afec31f2649663ebb64da5c6c32c3d365c3ca"
239SRC_URI += "git://github.com/x448/float16;name=float16;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/x448/float16"
240
241# github.com/docker/buildx v0.21.2
242# [1] git ls-remote https://github.com/docker/buildx 1360a9e8d25a2c3d03c2776d53ae62e6ff0a843d
243SRCREV_buildx="1360a9e8d25a2c3d03c2776d53ae62e6ff0a843d"
281SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/buildx" 244SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/buildx"
282 245
283# github.com/docker/docker v27.0.1-rc.1+incompatible 246# github.com/docker/docker v28.0.1+incompatible
284# [1] git ls-remote https://github.com/moby/moby 018d93decfb51ce7c1a8edecdf4f62ed07564e8f 247# [1] git ls-remote https://github.com/moby/moby bbd0a17ccc67e48d4a69393287b7fcc4f0578683
285SRCREV_docker="018d93decfb51ce7c1a8edecdf4f62ed07564e8f" 248SRCREV_docker="bbd0a17ccc67e48d4a69393287b7fcc4f0578683"
286# styhead and newer
287SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" 249SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker"
288 250
289# github.com/google/go-cmp v0.6.0 251# github.com/google/go-cmp v0.7.0
290# [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f 252# [1] git ls-remote https://github.com/google/go-cmp 9b12f366a942ebc7254abc7f32ca05068b455fb7
291SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" 253SRCREV_go-cmp="9b12f366a942ebc7254abc7f32ca05068b455fb7"
292# styhead and newer
293SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/go-cmp" 254SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/go-cmp"
294 255
295# github.com/moby/buildkit v0.14.1 256# github.com/moby/buildkit v0.20.0
296# [1] git ls-remote https://github.com/moby/buildkit eb864a84592468ee9b434326cb7efd66f58555af 257# [1] git ls-remote https://github.com/moby/buildkit 121ecd5b9083b8eef32183cd404dd13e15b4a3df
297SRCREV_buildkit="eb864a84592468ee9b434326cb7efd66f58555af" 258SRCREV_buildkit="121ecd5b9083b8eef32183cd404dd13e15b4a3df"
298# styhead and newer
299SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/buildkit" 259SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/buildkit"
300 260
301# go.opentelemetry.io/otel v1.21.0 261# go.opentelemetry.io/otel v1.32.0
302# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 262# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f
303SRCREV_otel="98b32a6c3a87fbee5d34c063b9096f416b250897" 263SRCREV_otel="7cfbd86a605c85e598eca9a899f6176b17076f4f"
304# styhead and newer
305SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" 264SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel"
306 265
307# github.com/aws/smithy-go v1.19.0 266# github.com/aws/smithy-go v1.20.3
308# [1] git ls-remote https://github.com/aws/smithy-go f982aed889669e4bc6f1cd03f56697f1b27964a4 267# [1] git ls-remote https://github.com/aws/smithy-go 07bbd001753f9633a614f6c0949d3d73142433d0
309SRCREV_smithy-go="f982aed889669e4bc6f1cd03f56697f1b27964a4" 268SRCREV_smithy-go="07bbd001753f9633a614f6c0949d3d73142433d0"
310# styhead and newer
311SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/smithy-go" 269SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/smithy-go"
312 270
313# github.com/gogo/protobuf v1.3.2 271# github.com/gogo/protobuf v1.3.2
314# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc 272# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc
315SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" 273SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
316# styhead and newer
317SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" 274SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf"
318 275
319# github.com/google/gofuzz v1.2.0 276# github.com/google/gofuzz v1.2.0
320# [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 277# [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56
321SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" 278SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56"
322# styhead and newer
323SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz" 279SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz"
324 280
325# github.com/imdario/mergo v0.3.16 281# github.com/imdario/mergo v0.3.16
326# [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 282# [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9
327SRCREV_imdario-mergo="14fe2b165b83359196f820886a2b24f2771729e9" 283SRCREV_imdario-mergo="14fe2b165b83359196f820886a2b24f2771729e9"
328# styhead and newer
329SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/imdario/mergo" 284SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/imdario/mergo"
330 285
331# github.com/moby/sys/user v0.1.0 286# github.com/moby/sys/user v0.3.0
332# [1] git ls-remote https://github.com/moby/sys c0711cde08c8fa33857a2c28721659267f49b5e2 287# [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1
333SRCREV_user="c0711cde08c8fa33857a2c28721659267f49b5e2" 288SRCREV_user="54475191138bd297c627eb1a59e1e54b953957f1"
334# styhead and newer
335SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" 289SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user"
336 290
337# github.com/containerd/log v0.1.0 291# github.com/containerd/log v0.1.0
338# [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 292# [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199
339SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" 293SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199"
340# styhead and newer
341SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" 294SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log"
342 295
343# github.com/davecgh/go-spew v1.1.1 296# github.com/zclconf/go-cty v1.16.0
344# [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 297# [1] git ls-remote https://github.com/zclconf/go-cty 6e06defc5f817971ab942989ad06752e13446c9c
345SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" 298SRCREV_go-cty="6e06defc5f817971ab942989ad06752e13446c9c"
346# styhead and newer 299SRC_URI += "git://github.com/zclconf/go-cty;name=go-cty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/zclconf/go-cty"
300
301# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
302# [1] git ls-remote https://github.com/davecgh/go-spew d8f796af33cc11cb798c1aaeb27a4ebc5099927d
303SRCREV_go-spew="d8f796af33cc11cb798c1aaeb27a4ebc5099927d"
347SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/davecgh/go-spew" 304SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/davecgh/go-spew"
348 305
349# github.com/docker/go-units v0.5.0 306# github.com/docker/go-units v0.5.0
350# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f 307# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f
351SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" 308SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f"
352# styhead and newer
353SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-units" 309SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-units"
354 310
355# github.com/mitchellh/go-ps v1.0.0 311# github.com/mitchellh/go-ps v1.0.0
356# [1] git ls-remote https://github.com/mitchellh/go-ps 147ff83818ae939913b2e20b91ae3cd6c391771c 312# [1] git ls-remote https://github.com/mitchellh/go-ps 147ff83818ae939913b2e20b91ae3cd6c391771c
357SRCREV_go-ps="147ff83818ae939913b2e20b91ae3cd6c391771c" 313SRCREV_go-ps="147ff83818ae939913b2e20b91ae3cd6c391771c"
358# styhead and newer
359SRC_URI += "git://github.com/mitchellh/go-ps;name=go-ps;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/go-ps" 314SRC_URI += "git://github.com/mitchellh/go-ps;name=go-ps;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/go-ps"
360 315
361# github.com/sirupsen/logrus v1.9.3 316# github.com/sirupsen/logrus v1.9.3
362# [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd 317# [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd
363SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" 318SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd"
364# styhead and newer
365SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" 319SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus"
366 320
367# github.com/go-openapi/swag v0.22.3 321# github.com/go-openapi/swag v0.22.4
368# [1] git ls-remote https://github.com/go-openapi/swag 0579829e66fde26b27d401921afb73704c4d463d 322# [1] git ls-remote https://github.com/go-openapi/swag f28dd7aae5534e2e3681204c90019f1dda8a7393
369SRCREV_swag="0579829e66fde26b27d401921afb73704c4d463d" 323SRCREV_swag="f28dd7aae5534e2e3681204c90019f1dda8a7393"
370# styhead and newer
371SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/swag" 324SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/swag"
372 325
373# github.com/gogo/googleapis v1.4.1
374# [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042
375SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042"
376# styhead and newer
377SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/googleapis"
378
379# github.com/golang/protobuf v1.5.4 326# github.com/golang/protobuf v1.5.4
380# [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 327# [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374
381SRCREV_golang-protobuf="75de7c059e36b64f01d0dd234ff2fff404ec3374" 328SRCREV_golang-protobuf="75de7c059e36b64f01d0dd234ff2fff404ec3374"
382# styhead and newer
383SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" 329SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf"
384 330
385# github.com/mailru/easyjson v0.7.7 331# github.com/mailru/easyjson v0.7.7
386# [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc 332# [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc
387SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc" 333SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc"
388# styhead and newer
389SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson" 334SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson"
390 335
391# github.com/mattn/go-isatty v0.0.17 336# github.com/mattn/go-isatty v0.0.17
392# [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c 337# [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c
393SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c" 338SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c"
394# styhead and newer
395SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-isatty" 339SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-isatty"
396 340
397# github.com/moby/spdystream v0.2.0 341# github.com/moby/spdystream v0.4.0
398# [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b 342# [1] git ls-remote https://github.com/moby/spdystream 258380da5f17ec2c26272bcb91a61d592fcb0105
399SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" 343SRCREV_spdystream="258380da5f17ec2c26272bcb91a61d592fcb0105"
400# styhead and newer
401SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream" 344SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream"
402 345
403# github.com/moby/sys/signal v0.7.0 346# github.com/moby/sys/signal v0.7.1
404# [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 347# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4
405SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" 348SRCREV_signal="cafbe42351600ca9b363e220722f66d96f6e71f4"
406# styhead and newer
407SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" 349SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal"
408 350
351# github.com/moby/sys/userns v0.1.0
352# [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1
353SRCREV_userns="54475191138bd297c627eb1a59e1e54b953957f1"
354SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns"
355
409# github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f 356# github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
410# [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 357# [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682
411SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682" 358SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682"
412# styhead and newer
413SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mxk/go-flowrate" 359SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mxk/go-flowrate"
414 360
415# google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b 361# google.golang.org/protobuf v1.35.2
416# [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 362# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go c72053a9062dd4bc86a75c21f5d8134136ccbf2e
417SRCREV_genproto="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" 363SRCREV_google.golang.org-protobuf="c72053a9062dd4bc86a75c21f5d8134136ccbf2e"
418# styhead and newer
419SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto"
420
421# google.golang.org/protobuf v1.33.0
422# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go ec47fd138f9221b19a2afd6570b3c39ede9df3dc
423SRCREV_google.golang.org-protobuf="ec47fd138f9221b19a2afd6570b3c39ede9df3dc"
424# styhead and newer
425SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/protobuf" 364SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/protobuf"
426 365
427# github.com/stretchr/testify v1.9.0 366# github.com/stretchr/testify v1.10.0
428# [1] git ls-remote https://github.com/stretchr/testify bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2 367# [1] git ls-remote https://github.com/stretchr/testify 89cbdd9e7b39eb58896d316a7495597d3aba4371
429SRCREV_testify="bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2" 368SRCREV_testify="89cbdd9e7b39eb58896d316a7495597d3aba4371"
430# styhead and newer
431SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify" 369SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify"
432 370
433# github.com/containerd/ttrpc v1.2.5 371# github.com/containerd/ttrpc v1.2.7
434# [1] git ls-remote https://github.com/containerd/ttrpc 655622931dab8c39a563e8c82ae90cdc748f72a1 372# [1] git ls-remote https://github.com/containerd/ttrpc 3b8c8b75577584e412043afb7b561193a4a47d2e
435SRCREV_ttrpc="655622931dab8c39a563e8c82ae90cdc748f72a1" 373SRCREV_ttrpc="3b8c8b75577584e412043afb7b561193a4a47d2e"
436# styhead and newer
437SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" 374SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc"
438 375
439# github.com/josharian/intern v1.0.0 376# github.com/josharian/intern v1.0.0
440# [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd 377# [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd
441SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" 378SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd"
442# styhead and newer
443SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern" 379SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern"
444 380
445# github.com/json-iterator/go v1.1.12 381# github.com/json-iterator/go v1.1.12
446# [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d 382# [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d
447SRCREV_json-iterator-go="024077e996b048517130b21ea6bf12aa23055d3d" 383SRCREV_json-iterator-go="024077e996b048517130b21ea6bf12aa23055d3d"
448# styhead and newer
449SRC_URI += "git://github.com/json-iterator/go;name=json-iterator-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/json-iterator/go" 384SRC_URI += "git://github.com/json-iterator/go;name=json-iterator-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/json-iterator/go"
450 385
451# github.com/moby/sys/symlink v0.2.0 386# github.com/moby/sys/symlink v0.3.0
452# [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 387# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4
453SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" 388SRCREV_symlink="cafbe42351600ca9b363e220722f66d96f6e71f4"
454# styhead and newer
455SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" 389SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink"
456 390
457# github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b 391# github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
458# [1] git ls-remote https://github.com/serialx/hashring 22c0c7ab6b1be4be7b950bae8b117767da7b18b6 392# [1] git ls-remote https://github.com/serialx/hashring 22c0c7ab6b1be4be7b950bae8b117767da7b18b6
459SRCREV_hashring="22c0c7ab6b1be4be7b950bae8b117767da7b18b6" 393SRCREV_hashring="22c0c7ab6b1be4be7b950bae8b117767da7b18b6"
460# styhead and newer
461SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/serialx/hashring" 394SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/serialx/hashring"
462 395
463# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea 396# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
464# [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 397# [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2
465SRCREV_units="6950e57a87eaf136bbe44ef2ec8e75b9e3569de2" 398SRCREV_units="6950e57a87eaf136bbe44ef2ec8e75b9e3569de2"
466# styhead and newer
467SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/units" 399SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/units"
468 400
469# github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab 401# github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab
470# [1] git ls-remote https://github.com/tonistiigi/vt100 90bafcd6abab5dc87970f00165ee2022806709fd 402# [1] git ls-remote https://github.com/tonistiigi/vt100 90bafcd6abab5dc87970f00165ee2022806709fd
471SRCREV_vt100="90bafcd6abab5dc87970f00165ee2022806709fd" 403SRCREV_vt100="90bafcd6abab5dc87970f00165ee2022806709fd"
472# styhead and newer
473SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/vt100" 404SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/vt100"
474 405
475# google.golang.org/appengine v1.6.8
476# [1] git ls-remote https://github.com/golang/appengine aa58fcd18e4ab7ac816760ee266fa30a0907ab9e
477SRCREV_appengine="aa58fcd18e4ab7ac816760ee266fa30a0907ab9e"
478# styhead and newer
479SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/appengine"
480
481# github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 406# github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
482# [1] git ls-remote https://github.com/eiannone/keyboard 0d226195f2038e282bb90d2e24f7f29aa7c5b210 407# [1] git ls-remote https://github.com/eiannone/keyboard 0d226195f2038e282bb90d2e24f7f29aa7c5b210
483SRCREV_keyboard="0d226195f2038e282bb90d2e24f7f29aa7c5b210" 408SRCREV_keyboard="0d226195f2038e282bb90d2e24f7f29aa7c5b210"
484# styhead and newer
485SRC_URI += "git://github.com/eiannone/keyboard;name=keyboard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/eiannone/keyboard" 409SRC_URI += "git://github.com/eiannone/keyboard;name=keyboard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/eiannone/keyboard"
486 410
487# github.com/fsnotify/fsevents v0.2.0 411# github.com/fsnotify/fsevents v0.2.0
488# [1] git ls-remote https://github.com/fsnotify/fsevents f73112e4ef0540a922ff546752e95a70fb8f035d 412# [1] git ls-remote https://github.com/fsnotify/fsevents f73112e4ef0540a922ff546752e95a70fb8f035d
489SRCREV_fsevents="f73112e4ef0540a922ff546752e95a70fb8f035d" 413SRCREV_fsevents="f73112e4ef0540a922ff546752e95a70fb8f035d"
490# styhead and newer
491SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsevents" 414SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsevents"
492 415
493# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 416# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
494# [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b 417# [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b
495SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b" 418SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b"
496# styhead and newer
497SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tilt-dev/fsnotify" 419SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tilt-dev/fsnotify"
498 420
499# go.opentelemetry.io/otel/sdk v1.21.0 421# go.opentelemetry.io/otel/sdk v1.32.0
500# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 422# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f
501SRCREV_sdk="98b32a6c3a87fbee5d34c063b9096f416b250897" 423SRCREV_sdk="7cfbd86a605c85e598eca9a899f6176b17076f4f"
502# styhead and newer
503SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk" 424SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk"
504 425
505# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 426# github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
506# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 427# [1] git ls-remote https://github.com/Azure/go-ansiterm faa5f7b0171c46bb398a91b4a0c906324d3664cf
507SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" 428SRCREV_go-ansiterm="faa5f7b0171c46bb398a91b4a0c906324d3664cf"
508# styhead and newer
509SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Azure/go-ansiterm" 429SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Azure/go-ansiterm"
510 430
511# github.com/Microsoft/hcsshim v0.11.5 431# github.com/aws/aws-sdk-go-v2 v1.30.3
512# [1] git ls-remote https://github.com/microsoft/hcsshim 6678d78fc4cc5e511fdb6d46b6db82415b126d15 432# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c
513SRCREV_hcsshim="6678d78fc4cc5e511fdb6d46b6db82415b126d15" 433SRCREV_aws-sdk-go-v2="0599931efcf551dc63f84ec669d7fb5cfe14f64c"
514# styhead and newer
515SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hcsshim"
516
517# github.com/aws/aws-sdk-go-v2 v1.24.1
518# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39
519SRCREV_aws-sdk-go-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39"
520# styhead and newer
521SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2" 434SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2"
522 435
523# github.com/cespare/xxhash/v2 v2.2.0 436# github.com/cespare/xxhash/v2 v2.3.0
524# [1] git ls-remote https://github.com/cespare/xxhash a76eb16a93c1e30527c073ca831d9048b4b935f6 437# [1] git ls-remote https://github.com/cespare/xxhash 998dce232f17418a7a5721ecf87ca714025a3243
525SRCREV_xxhash-v2="a76eb16a93c1e30527c073ca831d9048b4b935f6" 438SRCREV_xxhash-v2="998dce232f17418a7a5721ecf87ca714025a3243"
526# styhead and newer
527SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cespare/xxhash/v2" 439SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cespare/xxhash/v2"
528 440
529# github.com/docker/go-metrics v0.0.1 441# github.com/docker/go-metrics v0.0.1
530# [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c 442# [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c
531SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" 443SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c"
532# styhead and newer
533SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-metrics" 444SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-metrics"
534 445
535# github.com/felixge/httpsnoop v1.0.4 446# github.com/felixge/httpsnoop v1.0.4
536# [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c 447# [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c
537SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" 448SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c"
538# styhead and newer
539SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" 449SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop"
540 450
451# github.com/fxamacker/cbor/v2 v2.7.0
452# [1] git ls-remote https://github.com/fxamacker/cbor 02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a
453SRCREV_cbor-v2="02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a"
454SRC_URI += "git://github.com/fxamacker/cbor;name=cbor-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fxamacker/cbor/v2"
455
541# github.com/gorilla/websocket v1.5.0 456# github.com/gorilla/websocket v1.5.0
542# [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 457# [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2
543SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" 458SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2"
544# styhead and newer
545SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket" 459SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket"
546 460
547# github.com/hashicorp/errwrap v1.1.0 461# github.com/hashicorp/errwrap v1.1.0
548# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 462# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0
549SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" 463SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0"
550# styhead and newer
551SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap" 464SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap"
552 465
553# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 466# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
554# [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e 467# [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e
555SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" 468SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e"
556# styhead and newer
557SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg" 469SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg"
558 470
559# github.com/pelletier/go-toml v1.9.5 471# github.com/pelletier/go-toml v1.9.5
560# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 472# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541
561SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" 473SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541"
562# styhead and newer
563SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pelletier/go-toml" 474SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pelletier/go-toml"
564 475
565# github.com/prometheus/common v0.44.0 476# github.com/prometheus/common v0.55.0
566# [1] git ls-remote https://github.com/prometheus/common 94bf9828e56d9670579b28a9f78237d3cd8d0395 477# [1] git ls-remote https://github.com/prometheus/common 0c7b585c7da330aae136aaa874cb4f89f5b3e5d9
567SRCREV_common="94bf9828e56d9670579b28a9f78237d3cd8d0395" 478SRCREV_common="0c7b585c7da330aae136aaa874cb4f89f5b3e5d9"
568# styhead and newer
569SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common" 479SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common"
570 480
571# github.com/prometheus/procfs v0.12.0 481# github.com/prometheus/procfs v0.15.1
572# [1] git ls-remote https://github.com/prometheus/procfs ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa 482# [1] git ls-remote https://github.com/prometheus/procfs 51919fd4b9d0aaca69854ac81bdeda5f96dab366
573SRCREV_procfs="ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa" 483SRCREV_procfs="51919fd4b9d0aaca69854ac81bdeda5f96dab366"
574# styhead and newer
575SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs" 484SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs"
576 485
577# github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c 486# github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a
578# [1] git ls-remote https://github.com/tonistiigi/fsutil 91a3fc46842c58b62dd4630b688662842364da49 487# [1] git ls-remote https://github.com/tonistiigi/fsutil b14e27f4135ab262f0252f9f0e8749fd7ba3680f
579SRCREV_fsutil="91a3fc46842c58b62dd4630b688662842364da49" 488SRCREV_fsutil="b14e27f4135ab262f0252f9f0e8749fd7ba3680f"
580# styhead and newer
581SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/fsutil" 489SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/fsutil"
582 490
583# gopkg.in/cenkalti/backoff.v1 v1.1.0 491# gopkg.in/cenkalti/backoff.v1 v1.1.0
584# [1] git ls-remote https://github.com/cenkalti/backoff 61153c768f31ee5f130071d08fc82b85208528de 492# [1] git ls-remote https://github.com/cenkalti/backoff 61153c768f31ee5f130071d08fc82b85208528de
585SRCREV_backoff.v1="61153c768f31ee5f130071d08fc82b85208528de" 493SRCREV_backoff.v1="61153c768f31ee5f130071d08fc82b85208528de"
586# styhead and newer
587SRC_URI += "git://github.com/cenkalti/backoff;name=backoff.v1;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/cenkalti/backoff.v1" 494SRC_URI += "git://github.com/cenkalti/backoff;name=backoff.v1;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/cenkalti/backoff.v1"
588 495
589# github.com/Microsoft/go-winio v0.6.2 496# github.com/Microsoft/go-winio v0.6.2
590# [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f 497# [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f
591SRCREV_go-winio="3c9576c9346a1892dee136329e7e15309e82fb4f" 498SRCREV_go-winio="3c9576c9346a1892dee136329e7e15309e82fb4f"
592# styhead and newer
593SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/go-winio" 499SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/go-winio"
594 500
595# github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d 501# github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
596# [1] git ls-remote https://github.com/acarl005/stripansi 5a71ef0e047df0427e87a79f27009029921f1f9b 502# [1] git ls-remote https://github.com/acarl005/stripansi 5a71ef0e047df0427e87a79f27009029921f1f9b
597SRCREV_stripansi="5a71ef0e047df0427e87a79f27009029921f1f9b" 503SRCREV_stripansi="5a71ef0e047df0427e87a79f27009029921f1f9b"
598# styhead and newer
599SRC_URI += "git://github.com/acarl005/stripansi;name=stripansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/acarl005/stripansi" 504SRC_URI += "git://github.com/acarl005/stripansi;name=stripansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/acarl005/stripansi"
600 505
601# github.com/containerd/console v1.0.4 506# github.com/containerd/console v1.0.4
602# [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f 507# [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f
603SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" 508SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f"
604# styhead and newer
605SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" 509SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console"
606 510
607# github.com/containerd/errdefs v0.1.0 511# github.com/containerd/errdefs v1.0.0
608# [1] git ls-remote https://github.com/containerd/errdefs 3abe02904986ab350333f0892b226ce5a2a45820 512# [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635
609SRCREV_errdefs="3abe02904986ab350333f0892b226ce5a2a45820" 513SRCREV_errdefs="4817405e4a3caeb7aee9dac68ed55339c59cb635"
610# styhead and newer
611SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" 514SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs"
612 515
613# github.com/fvbommel/sortorder v1.0.2 516# github.com/fvbommel/sortorder v1.1.0
614# [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6 517# [1] git ls-remote https://github.com/fvbommel/sortorder a8d9302c17f9f46c6580b82b919672e58ef6e396
615SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6" 518SRCREV_sortorder="a8d9302c17f9f46c6580b82b919672e58ef6e396"
616# styhead and newer
617SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fvbommel/sortorder" 519SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fvbommel/sortorder"
618 520
619# github.com/klauspost/compress v1.17.4 521# github.com/klauspost/compress v1.17.11
620# [1] git ls-remote https://github.com/klauspost/compress 98ff542abe3108aa760c1558f80d393be0136539 522# [1] git ls-remote https://github.com/klauspost/compress 72cd4a92a8b13e722763e6b6a3467163c2028d3d
621SRCREV_compress="98ff542abe3108aa760c1558f80d393be0136539" 523SRCREV_compress="72cd4a92a8b13e722763e6b6a3467163c2028d3d"
622# styhead and newer
623SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" 524SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress"
624 525
625# github.com/mattn/go-colorable v0.1.13 526# github.com/mattn/go-colorable v0.1.13
626# [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be 527# [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be
627SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" 528SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be"
628# styhead and newer
629SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-colorable" 529SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-colorable"
630 530
631# github.com/mattn/go-runewidth v0.0.15 531# github.com/mattn/go-runewidth v0.0.15
632# [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560 532# [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560
633SRCREV_go-runewidth="44b7c5b4d67df8ca22917b6800c158a6d3be3560" 533SRCREV_go-runewidth="44b7c5b4d67df8ca22917b6800c158a6d3be3560"
634# styhead and newer
635SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-runewidth" 534SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-runewidth"
636 535
637# github.com/moby/sys/mountinfo v0.7.1 536# github.com/moby/sys/mountinfo v0.7.2
638# [1] git ls-remote https://github.com/moby/sys 4950d7687cf6c9b138dc0e18c2c7351e1f6ed497 537# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4
639SRCREV_mountinfo="4950d7687cf6c9b138dc0e18c2c7351e1f6ed497" 538SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4"
640# styhead and newer
641SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" 539SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo"
642 540
643# github.com/modern-go/reflect2 v1.0.2 541# github.com/modern-go/reflect2 v1.0.2
644# [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 542# [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070
645SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" 543SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070"
646# styhead and newer
647SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/reflect2" 544SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/reflect2"
648 545
649# github.com/pmezard/go-difflib v1.0.0 546# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
650# [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 547# [1] git ls-remote https://github.com/pmezard/go-difflib 5d4384ee4fb2527b0a1256a821ebfc92f91efefc
651SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" 548SRCREV_go-difflib="5d4384ee4fb2527b0a1256a821ebfc92f91efefc"
652# styhead and newer
653SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pmezard/go-difflib" 549SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pmezard/go-difflib"
654 550
655# github.com/jonboulle/clockwork v0.4.0 551# github.com/jonboulle/clockwork v0.5.0
656# [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a 552# [1] git ls-remote https://github.com/jonboulle/clockwork 6d8d032a18422c2e3ef651170a8a55012d1f704c
657SRCREV_clockwork="606c48b92358fcca153952b56fb0d14d6845f84a" 553SRCREV_clockwork="6d8d032a18422c2e3ef651170a8a55012d1f704c"
658# styhead and newer
659SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork" 554SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork"
660 555
661# github.com/mattn/go-shellwords v1.0.12 556# github.com/mattn/go-shellwords v1.0.12
662# [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac 557# [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac
663SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" 558SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac"
664# styhead and newer
665SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-shellwords" 559SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-shellwords"
666 560
667# github.com/moby/patternmatcher v0.6.0 561# github.com/moby/patternmatcher v0.6.0
668# [1] git ls-remote https://github.com/moby/patternmatcher 347bb8d8d557f90d1b75cd8bca3c0177f380a979 562# [1] git ls-remote https://github.com/moby/patternmatcher 347bb8d8d557f90d1b75cd8bca3c0177f380a979
669SRCREV_patternmatcher="347bb8d8d557f90d1b75cd8bca3c0177f380a979" 563SRCREV_patternmatcher="347bb8d8d557f90d1b75cd8bca3c0177f380a979"
670# styhead and newer
671SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/patternmatcher" 564SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/patternmatcher"
672 565
673# go.opentelemetry.io/otel/trace v1.21.0 566# go.opentelemetry.io/otel/trace v1.32.0
674# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 567# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f
675SRCREV_trace="98b32a6c3a87fbee5d34c063b9096f416b250897" 568SRCREV_trace="7cfbd86a605c85e598eca9a899f6176b17076f4f"
676# styhead and newer
677SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/trace" 569SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/trace"
678 570
679# github.com/cenkalti/backoff/v4 v4.2.1 571# github.com/cenkalti/backoff/v4 v4.3.0
680# [1] git ls-remote https://github.com/cenkalti/backoff a04a6fe64ffb0e3fd0816460529d300be5f252df 572# [1] git ls-remote https://github.com/cenkalti/backoff 720b78985a65c0452fd37bb155c7cac4157a7c45
681SRCREV_v4="a04a6fe64ffb0e3fd0816460529d300be5f252df" 573SRCREV_v4="720b78985a65c0452fd37bb155c7cac4157a7c45"
682# styhead and newer
683SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4" 574SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4"
684 575
685# github.com/docker/distribution v2.8.3+incompatible 576# github.com/docker/distribution v2.8.3+incompatible
686# [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f 577# [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f
687SRCREV_distribution="4772604ae973031ab32dd9805a4bccf61d94909f" 578SRCREV_distribution="4772604ae973031ab32dd9805a4bccf61d94909f"
688# styhead and newer
689SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution" 579SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution"
690 580
691# github.com/moby/sys/sequential v0.5.0 581# github.com/moby/sys/capability v0.4.0
692# [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 582# [1] git ls-remote https://github.com/moby/sys 50e999a770172a519119e1c4fd4b6153b7dac90d
693SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" 583SRCREV_capability="50e999a770172a519119e1c4fd4b6153b7dac90d"
694# styhead and newer 584SRC_URI += "git://github.com/moby/sys;name=capability;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/capability"
585
586# github.com/moby/sys/sequential v0.6.0
587# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4
588SRCREV_sequential="cafbe42351600ca9b363e220722f66d96f6e71f4"
695SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" 589SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential"
696 590
697# github.com/shibumi/go-pathspec v1.3.0 591# github.com/shibumi/go-pathspec v1.3.0
698# [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd 592# [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd
699SRCREV_go-pathspec="30eddf187f62305a5b34f662049d077211abaacd" 593SRCREV_go-pathspec="30eddf187f62305a5b34f662049d077211abaacd"
700# styhead and newer
701SRC_URI += "git://github.com/shibumi/go-pathspec;name=go-pathspec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/shibumi/go-pathspec" 594SRC_URI += "git://github.com/shibumi/go-pathspec;name=go-pathspec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/shibumi/go-pathspec"
702 595
703# go.opentelemetry.io/proto/otlp v1.0.0 596# go.opentelemetry.io/proto/otlp v1.3.1
704# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 97744b2e4a0fa6787b96b9c3c740daefca754333 597# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go a300cca6ca2b6c700b1c0409003751b762e30dea
705SRCREV_otlp="97744b2e4a0fa6787b96b9c3c740daefca754333" 598SRCREV_otlp="a300cca6ca2b6c700b1c0409003751b762e30dea"
706# styhead and newer
707SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/proto/otlp" 599SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/proto/otlp"
708 600
709# github.com/docker/cli-docs-tool v0.7.0 601# github.com/containerd/platforms v1.0.0-rc.1
710# [1] git ls-remote https://github.com/docker/cli-docs-tool 3149c912295595f6fc3bd7d3ee9283d97a4aedf6 602# [1] git ls-remote https://github.com/containerd/platforms e3566b8ff1994b8dc88bae5768d32830e0cd0cfd
711SRCREV_cli-docs-tool="3149c912295595f6fc3bd7d3ee9283d97a4aedf6" 603SRCREV_platforms="e3566b8ff1994b8dc88bae5768d32830e0cd0cfd"
712# styhead and newer 604SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms"
605
606# github.com/docker/cli-docs-tool v0.9.0
607# [1] git ls-remote https://github.com/docker/cli-docs-tool b6c6689c907d2094d3d59b4b9446849bb6a3686f
608SRCREV_cli-docs-tool="b6c6689c907d2094d3d59b4b9446849bb6a3686f"
713SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli-docs-tool" 609SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli-docs-tool"
714 610
715# github.com/hashicorp/go-version v1.7.0 611# github.com/hashicorp/go-version v1.7.0
716# [1] git ls-remote https://github.com/hashicorp/go-version fcaa53267960208632e9308c93aa89535526a018 612# [1] git ls-remote https://github.com/hashicorp/go-version fcaa53267960208632e9308c93aa89535526a018
717SRCREV_go-version="fcaa53267960208632e9308c93aa89535526a018" 613SRCREV_go-version="fcaa53267960208632e9308c93aa89535526a018"
718# styhead and newer
719SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-version" 614SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-version"
720 615
721# go.opentelemetry.io/otel/metric v1.21.0 616# go.opentelemetry.io/otel/metric v1.32.0
722# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 617# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f
723SRCREV_metric="98b32a6c3a87fbee5d34c063b9096f416b250897" 618SRCREV_metric="7cfbd86a605c85e598eca9a899f6176b17076f4f"
724# styhead and newer
725SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/metric" 619SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/metric"
726 620
727# github.com/containerd/platforms v0.2.1
728# [1] git ls-remote https://github.com/containerd/platforms 163df76b7184bb17ead614c92176995ec8fa5919
729SRCREV_platforms="163df76b7184bb17ead614c92176995ec8fa5919"
730# styhead and newer
731SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms"
732
733# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 621# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
734# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 622# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94
735SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" 623SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94"
736# styhead and newer
737SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/concurrent" 624SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/concurrent"
738 625
739# github.com/xeipuuv/gojsonschema v1.2.0 626# github.com/xeipuuv/gojsonschema v1.2.0
740# [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 627# [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927
741SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" 628SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927"
742# styhead and newer
743SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema" 629SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema"
744 630
745# github.com/AlecAivazis/survey/v2 v2.3.7 631# github.com/AlecAivazis/survey/v2 v2.3.7
746# [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126 632# [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126
747SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126" 633SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126"
748# styhead and newer
749SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AlecAivazis/survey/v2" 634SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AlecAivazis/survey/v2"
750 635
751# github.com/containerd/containerd v1.7.18
752# [1] git ls-remote https://github.com/containerd/containerd ae71819c4f5e67bb4d5ae76a6b735f29cc25774e
753SRCREV_containerd="ae71819c4f5e67bb4d5ae76a6b735f29cc25774e"
754# styhead and newer
755SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd"
756
757# github.com/docker/go-connections v0.5.0 636# github.com/docker/go-connections v0.5.0
758# [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace 637# [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace
759SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace" 638SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace"
760# styhead and newer
761SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-connections" 639SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-connections"
762 640
763# github.com/Masterminds/semver/v3 v3.2.1 641# github.com/Masterminds/semver/v3 v3.2.1
764# [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5 642# [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5
765SRCREV_semver-v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5" 643SRCREV_semver-v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5"
766# styhead and newer
767SRC_URI += "git://github.com/Masterminds/semver;name=semver-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" 644SRC_URI += "git://github.com/Masterminds/semver;name=semver-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3"
768 645
769# github.com/containerd/continuity v0.4.3 646# github.com/containerd/continuity v0.4.5
770# [1] git ls-remote https://github.com/containerd/continuity 1743d9104d944131cdedaba33a59d2f9bd80a6f2 647# [1] git ls-remote https://github.com/containerd/continuity 44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e
771SRCREV_continuity="1743d9104d944131cdedaba33a59d2f9bd80a6f2" 648SRCREV_continuity="44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e"
772# styhead and newer
773SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" 649SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity"
774 650
775# github.com/containerd/typeurl/v2 v2.1.1 651# github.com/containerd/typeurl/v2 v2.2.3
776# [1] git ls-remote https://github.com/containerd/typeurl 7ef6316b771f959cbb208b229e3423a466947df3 652# [1] git ls-remote https://github.com/containerd/typeurl 5b047adad57d172afa9654c019fe65bf0540cc4d
777SRCREV_typeurl-v2="7ef6316b771f959cbb208b229e3423a466947df3" 653SRCREV_typeurl-v2="5b047adad57d172afa9654c019fe65bf0540cc4d"
778# styhead and newer
779SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2" 654SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2"
780 655
656# github.com/cpuguy83/go-md2man/v2 v2.0.6
657# [1] git ls-remote https://github.com/cpuguy83/go-md2man 441631534462b74c098953dbd8d5f6210994b0bf
658SRCREV_go-md2man-v2="441631534462b74c098953dbd8d5f6210994b0bf"
659SRC_URI += "git://github.com/cpuguy83/go-md2man;name=go-md2man-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cpuguy83/go-md2man/v2"
660
781# github.com/google/gnostic-models v0.6.8 661# github.com/google/gnostic-models v0.6.8
782# [1] git ls-remote https://github.com/google/gnostic-models 577692584cdf09674595bba0c182d0e8a44655d3 662# [1] git ls-remote https://github.com/google/gnostic-models 577692584cdf09674595bba0c182d0e8a44655d3
783SRCREV_gnostic-models="577692584cdf09674595bba0c182d0e8a44655d3" 663SRCREV_gnostic-models="577692584cdf09674595bba0c182d0e8a44655d3"
784# styhead and newer
785SRC_URI += "git://github.com/google/gnostic-models;name=gnostic-models;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gnostic-models" 664SRC_URI += "git://github.com/google/gnostic-models;name=gnostic-models;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gnostic-models"
786 665
787# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 666# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
788# [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb 667# [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb
789SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" 668SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb"
790# styhead and newer
791SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonpointer" 669SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonpointer"
792 670
793# github.com/distribution/reference v0.6.0 671# github.com/distribution/reference v0.6.0
794# [1] git ls-remote https://github.com/distribution/reference ff14fafe2236e51c2894ac07d4bdfc778e96d682 672# [1] git ls-remote https://github.com/distribution/reference ff14fafe2236e51c2894ac07d4bdfc778e96d682
795SRCREV_reference="ff14fafe2236e51c2894ac07d4bdfc778e96d682" 673SRCREV_reference="ff14fafe2236e51c2894ac07d4bdfc778e96d682"
796# styhead and newer
797SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" 674SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference"
798 675
799# github.com/mitchellh/mapstructure v1.5.0 676# github.com/mitchellh/mapstructure v1.5.0
800# [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 677# [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311
801SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" 678SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311"
802# styhead and newer
803SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/mapstructure" 679SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/mapstructure"
804 680
805# github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 681# github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
806# [1] git ls-remote https://github.com/skratchdot/open-golang eef8423979666925a58eb77f9db583e54320d5a4 682# [1] git ls-remote https://github.com/skratchdot/open-golang eef8423979666925a58eb77f9db583e54320d5a4
807SRCREV_open-golang="eef8423979666925a58eb77f9db583e54320d5a4" 683SRCREV_open-golang="eef8423979666925a58eb77f9db583e54320d5a4"
808# styhead and newer
809SRC_URI += "git://github.com/skratchdot/open-golang;name=open-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/skratchdot/open-golang" 684SRC_URI += "git://github.com/skratchdot/open-golang;name=open-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/skratchdot/open-golang"
810 685
686# github.com/containerd/errdefs/pkg v0.3.0
687# [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635
688SRCREV_pkg="4817405e4a3caeb7aee9dac68ed55339c59cb635"
689SRC_URI += "git://github.com/containerd/errdefs;name=pkg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs/pkg"
690
811# github.com/emicklei/go-restful/v3 v3.11.0 691# github.com/emicklei/go-restful/v3 v3.11.0
812# [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 692# [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966
813SRCREV_go-restful-v3="30bec7807481e62e1e1e59ad57e7f22054806966" 693SRCREV_go-restful-v3="30bec7807481e62e1e1e59ad57e7f22054806966"
814# styhead and newer
815SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/emicklei/go-restful/v3" 694SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/emicklei/go-restful/v3"
816 695
817# github.com/go-openapi/jsonpointer v0.19.6 696# github.com/go-openapi/jsonpointer v0.19.6
818# [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12 697# [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12
819SRCREV_jsonpointer="5df0d69a6be189afff354877d332f9ede32afe12" 698SRCREV_jsonpointer="5df0d69a6be189afff354877d332f9ede32afe12"
820# styhead and newer
821SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonpointer" 699SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonpointer"
822 700
823# github.com/hashicorp/go-cleanhttp v0.5.2 701# github.com/hashicorp/go-cleanhttp v0.5.2
824# [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 702# [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2
825SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" 703SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2"
826# styhead and newer
827SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-cleanhttp" 704SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-cleanhttp"
828 705
829# github.com/in-toto/in-toto-golang v0.5.0 706# github.com/in-toto/in-toto-golang v0.5.0
830# [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe 707# [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe
831SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe" 708SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe"
832# styhead and newer
833SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/in-toto/in-toto-golang" 709SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/in-toto/in-toto-golang"
834 710
835# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 711# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
836# [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0 712# [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0
837SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" 713SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0"
838# styhead and newer
839SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/kballard/go-shellquote" 714SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/kballard/go-shellquote"
840 715
841# github.com/moby/docker-image-spec v1.3.1 716# github.com/moby/docker-image-spec v1.3.1
842# [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af 717# [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af
843SRCREV_docker-image-spec="f1d00ebd2d6d6805170d5543dbca4b850f35f9af" 718SRCREV_docker-image-spec="f1d00ebd2d6d6805170d5543dbca4b850f35f9af"
844# styhead and newer
845SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/docker-image-spec" 719SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/docker-image-spec"
846 720
721# github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
722# [1] git ls-remote https://github.com/planetscale/vtprotobuf 0393e58bdf106fe0347e554d272a8f2c84d12461
723SRCREV_vtprotobuf="0393e58bdf106fe0347e554d272a8f2c84d12461"
724SRC_URI += "git://github.com/planetscale/vtprotobuf;name=vtprotobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/planetscale/vtprotobuf"
725
726# github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4
727# [1] git ls-remote https://github.com/tonistiigi/go-csvvalue ddb21b71c0b45f8854f3bb72726ee898a99c2348
728SRCREV_go-csvvalue="ddb21b71c0b45f8854f3bb72726ee898a99c2348"
729SRC_URI += "git://github.com/tonistiigi/go-csvvalue;name=go-csvvalue;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/go-csvvalue"
730
847# github.com/hashicorp/go-multierror v1.1.1 731# github.com/hashicorp/go-multierror v1.1.1
848# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 732# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0
849SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" 733SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0"
850# styhead and newer
851SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-multierror" 734SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-multierror"
852 735
853# github.com/prometheus/client_model v0.5.0 736# github.com/prometheus/client_model v0.6.1
854# [1] git ls-remote https://github.com/prometheus/client_model 1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f 737# [1] git ls-remote https://github.com/prometheus/client_model 571429e996ba2d9499e3dcb12926767ba953c0ef
855SRCREV_client_model="1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f" 738SRCREV_client_model="571429e996ba2d9499e3dcb12926767ba953c0ef"
856# styhead and newer
857SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_model" 739SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_model"
858 740
741# github.com/russross/blackfriday/v2 v2.1.0
742# [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049
743SRCREV_blackfriday-v2="4c9bf9512682b995722660a4196c0013228e2049"
744SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2"
745
746# github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205
747# [1] git ls-remote https://github.com/tonistiigi/dchapes-mode ca0759fec205a36ac026b90f4cf90c04c56e1f8b
748SRCREV_dchapes-mode="ca0759fec205a36ac026b90f4cf90c04c56e1f8b"
749SRC_URI += "git://github.com/tonistiigi/dchapes-mode;name=dchapes-mode;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/dchapes-mode"
750
859# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 751# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
860# [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b 752# [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b
861SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" 753SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b"
862# styhead and newer
863SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" 754SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference"
864 755
756# github.com/xhit/go-str2duration/v2 v2.1.0
757# [1] git ls-remote https://github.com/xhit/go-str2duration 017325bfda0895fe02177e4ebb07962e58735bbf
758SRCREV_go-str2duration-v2="017325bfda0895fe02177e4ebb07962e58735bbf"
759SRC_URI += "git://github.com/xhit/go-str2duration;name=go-str2duration-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xhit/go-str2duration/v2"
760
761# github.com/containerd/containerd/v2 v2.0.2
762# [1] git ls-remote https://github.com/containerd/containerd c507a0257ea6462fbd6f5ba4f5c74facb04021f4
763SRCREV_containerd-v2="c507a0257ea6462fbd6f5ba4f5c74facb04021f4"
764SRC_URI += "git://github.com/containerd/containerd;name=containerd-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/v2"
765
865# github.com/opencontainers/go-digest v1.0.0 766# github.com/opencontainers/go-digest v1.0.0
866# [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a 767# [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a
867SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" 768SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a"
868# styhead and newer
869SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/go-digest" 769SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/go-digest"
870 770
871# github.com/aws/aws-sdk-go-v2/config v1.26.6 771# github.com/aws/aws-sdk-go-v2/config v1.27.27
872# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 772# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050
873SRCREV_config="857d5277b41f290ab7ba0e0f6f96f940045f69b7" 773SRCREV_config="b8a0918056d0ae923f811f525c17066bbb45f050"
874# styhead and newer
875SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/config" 774SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/config"
876 775
877# github.com/go-openapi/jsonreference v0.20.2 776# github.com/go-openapi/jsonreference v0.20.2
878# [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff 777# [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff
879SRCREV_jsonreference="1f158e563669961b8e54817e3ea57978d439ffff" 778SRCREV_jsonreference="1f158e563669961b8e54817e3ea57978d439ffff"
880# styhead and newer
881SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonreference" 779SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonreference"
882 780
883# github.com/go-viper/mapstructure/v2 v2.0.0 781# github.com/go-viper/mapstructure/v2 v2.0.0
884# [1] git ls-remote https://github.com/go-viper/mapstructure 6abdb44d71d6ac11f79c11a30a9653c9e4986625 782# [1] git ls-remote https://github.com/go-viper/mapstructure 6abdb44d71d6ac11f79c11a30a9653c9e4986625
885SRCREV_mapstructure-v2="6abdb44d71d6ac11f79c11a30a9653c9e4986625" 783SRCREV_mapstructure-v2="6abdb44d71d6ac11f79c11a30a9653c9e4986625"
886# styhead and newer
887SRC_URI += "git://github.com/go-viper/mapstructure;name=mapstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-viper/mapstructure/v2" 784SRC_URI += "git://github.com/go-viper/mapstructure;name=mapstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-viper/mapstructure/v2"
888 785
889# github.com/prometheus/client_golang v1.17.0 786# github.com/prometheus/client_golang v1.20.5
890# [1] git ls-remote https://github.com/prometheus/client_golang fa1408ee351f6aba15c6d0207f7a0021eb3af406 787# [1] git ls-remote https://github.com/prometheus/client_golang 48e12a185519fd76b4e514b597483781d9ba4093
891SRCREV_client_golang="fa1408ee351f6aba15c6d0207f7a0021eb3af406" 788SRCREV_client_golang="48e12a185519fd76b4e514b597483781d9ba4093"
892# styhead and newer
893SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_golang" 789SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_golang"
894 790
895# go.opentelemetry.io/otel/sdk/metric v1.21.0 791# go.opentelemetry.io/otel/sdk/metric v1.32.0
896# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 792# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f
897SRCREV_sdk-metric="98b32a6c3a87fbee5d34c063b9096f416b250897" 793SRCREV_sdk-metric="7cfbd86a605c85e598eca9a899f6176b17076f4f"
898# styhead and newer
899SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk-metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk/metric" 794SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk-metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk/metric"
900 795
901# github.com/opencontainers/image-spec v1.1.0 796# github.com/opencontainers/image-spec v1.1.1
902# [1] git ls-remote https://github.com/opencontainers/image-spec e7f7c0ca69b21688c3cea7c87a04e4503e6099e2 797# [1] git ls-remote https://github.com/opencontainers/image-spec 147f9c13cedb47a0c4d9a11a222961073d585877
903SRCREV_image-spec="e7f7c0ca69b21688c3cea7c87a04e4503e6099e2" 798SRCREV_image-spec="147f9c13cedb47a0c4d9a11a222961073d585877"
904# styhead and newer
905SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/image-spec" 799SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/image-spec"
906 800
907# github.com/theupdateframework/notary v0.7.0 801# github.com/theupdateframework/notary v0.7.0
908# [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598 802# [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598
909SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" 803SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598"
910# styhead and newer
911SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/theupdateframework/notary" 804SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/theupdateframework/notary"
912 805
913# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 806# github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
914# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf 807# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9
915SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf" 808SRCREV_go-fuzz-headers="e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9"
916# styhead and newer
917SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" 809SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AdaLogics/go-fuzz-headers"
918 810
811# github.com/containerd/containerd/api v1.8.0
812# [1] git ls-remote https://github.com/containerd/containerd cf36acf6b6dde383952f523e9b0b721b20dec88a
813SRCREV_api="cf36acf6b6dde383952f523e9b0b721b20dec88a"
814SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api"
815
919# github.com/inconshreveable/mousetrap v1.1.0 816# github.com/inconshreveable/mousetrap v1.1.0
920# [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 817# [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21
921SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" 818SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21"
922# styhead and newer
923SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" 819SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap"
924 820
925# sigs.k8s.io/structured-merge-diff/v4 v4.4.1 821# sigs.k8s.io/structured-merge-diff/v4 v4.4.1
926# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff cf09e71f4508bfc416135048e392a8a4990bf4e3 822# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff cf09e71f4508bfc416135048e392a8a4990bf4e3
927SRCREV_structured-merge-diff-v4="cf09e71f4508bfc416135048e392a8a4990bf4e3" 823SRCREV_structured-merge-diff-v4="cf09e71f4508bfc416135048e392a8a4990bf4e3"
928# styhead and newer
929SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" 824SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4"
930 825
931# github.com/compose-spec/compose-go/v2 v2.1.3 826# github.com/compose-spec/compose-go/v2 v2.4.9-0.20250302154753-e508c724a35f
932# [1] git ls-remote https://github.com/compose-spec/compose-go 35c575c758afd2a8363bd47290c3ddec0d23ebaf 827# [1] git ls-remote https://github.com/compose-spec/compose-go e508c724a35f6b21d90b4282baa776916f8a55d0
933SRCREV_compose-go-v2="35c575c758afd2a8363bd47290c3ddec0d23ebaf" 828SRCREV_compose-go-v2="e508c724a35f6b21d90b4282baa776916f8a55d0"
934# styhead and newer
935SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2" 829SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2"
936 830
937# tags.cncf.io/container-device-interface v0.7.2 831# github.com/mitchellh/hashstructure/v2 v2.0.2
938# [1] git ls-remote https://github.com/cncf-tags/container-device-interface d7f87365dfce93c70f9d13f1873731b2f3e79e95 832# [1] git ls-remote https://github.com/mitchellh/hashstructure a045b665615f739329536a58c25ca6327abf1ec1
939SRCREV_container-device-interface="d7f87365dfce93c70f9d13f1873731b2f3e79e95" 833SRCREV_hashstructure-v2="a045b665615f739329536a58c25ca6327abf1ec1"
940# styhead and newer 834SRC_URI += "git://github.com/mitchellh/hashstructure;name=hashstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/hashstructure/v2"
835
836# tags.cncf.io/container-device-interface v0.8.1
837# [1] git ls-remote https://github.com/cncf-tags/container-device-interface d1a2c366833ff17c1b12db9637314e035871b1ef
838SRCREV_container-device-interface="d1a2c366833ff17c1b12db9637314e035871b1ef"
941SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/tags.cncf.io/container-device-interface" 839SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/tags.cncf.io/container-device-interface"
942 840
943# github.com/aws/aws-sdk-go-v2/credentials v1.16.16 841# github.com/apparentlymart/go-textseg/v15 v15.0.0
944# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b 842# [1] git ls-remote https://github.com/apparentlymart/go-textseg 72b78f42484ddc3f58858f794da1771fb9559ad0
945SRCREV_credentials="a75d7694eb2709212655ee25e811d72a1188a68b" 843SRCREV_v15="72b78f42484ddc3f58858f794da1771fb9559ad0"
946# styhead and newer 844SRC_URI += "git://github.com/apparentlymart/go-textseg;name=v15;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/apparentlymart/go-textseg/v15"
845
846# github.com/aws/aws-sdk-go-v2/credentials v1.17.27
847# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050
848SRCREV_credentials="b8a0918056d0ae923f811f525c17066bbb45f050"
947SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials" 849SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials"
948 850
949# github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 851# github.com/aws/aws-sdk-go-v2/service/sso v1.22.4
950# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b 852# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050
951SRCREV_sso="a75d7694eb2709212655ee25e811d72a1188a68b" 853SRCREV_sso="b8a0918056d0ae923f811f525c17066bbb45f050"
952# styhead and newer
953SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sso;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sso" 854SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sso;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sso"
954 855
955# github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 856# github.com/aws/aws-sdk-go-v2/service/sts v1.30.3
956# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 857# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c
957SRCREV_sts="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" 858SRCREV_sts="0599931efcf551dc63f84ec669d7fb5cfe14f64c"
958# styhead and newer
959SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts" 859SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts"
960 860
961# github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 861# github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0
962# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 862# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 4fd9126607b61a0fe22af3a6a31b4e4792a66d83
963SRCREV_ini="857d5277b41f290ab7ba0e0f6f96f940045f69b7" 863SRCREV_ini="4fd9126607b61a0fe22af3a6a31b4e4792a66d83"
964# styhead and newer
965SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini" 864SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini"
966 865
967# github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 866# github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
968# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 09e3965a330155f7db8482269d7d91b9bceb7641 867# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 0b14a81276e64dcbf611990bc211082b62a334e6
969SRCREV_grpc-gateway-v2="09e3965a330155f7db8482269d7d91b9bceb7641" 868SRCREV_grpc-gateway-v2="0b14a81276e64dcbf611990bc211082b62a334e6"
970# styhead and newer
971SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2" 869SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2"
972 870
973# google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b 871# google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a
974# [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 872# [1] git ls-remote https://github.com/googleapis/go-genproto 19429a94021accaa4bb60cbed61190248f4ef066
975SRCREV_api="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" 873SRCREV_googleapis-api="19429a94021accaa4bb60cbed61190248f4ef066"
976# styhead and newer 874SRC_URI += "git://github.com/googleapis/go-genproto;name=googleapis-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/api"
977SRC_URI += "git://github.com/googleapis/go-genproto;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/api"
978 875
979# google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b 876# google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a
980# [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 877# [1] git ls-remote https://github.com/googleapis/go-genproto 19429a94021accaa4bb60cbed61190248f4ef066
981SRCREV_rpc="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" 878SRCREV_rpc="19429a94021accaa4bb60cbed61190248f4ef066"
982# styhead and newer
983SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/rpc" 879SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/rpc"
984 880
985# github.com/docker/docker-credential-helpers v0.8.0 881# github.com/docker/docker-credential-helpers v0.8.2
986# [1] git ls-remote https://github.com/docker/docker-credential-helpers 8396edb35f8d7229e75482e9d82c7729fa7001b7 882# [1] git ls-remote https://github.com/docker/docker-credential-helpers 6b9df3ebb5da5aa22f722b25506bba1414519c6a
987SRCREV_docker-credential-helpers="8396edb35f8d7229e75482e9d82c7729fa7001b7" 883SRCREV_docker-credential-helpers="6b9df3ebb5da5aa22f722b25506bba1414519c6a"
988# styhead and newer
989SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker-credential-helpers" 884SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker-credential-helpers"
990 885
991# github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 886# github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4
992# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01 887# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c
993SRCREV_ssooidc="f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01" 888SRCREV_ssooidc="0599931efcf551dc63f84ec669d7fb5cfe14f64c"
994# styhead and newer
995SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ssooidc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/ssooidc" 889SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ssooidc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/ssooidc"
996 890
997# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 891# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11
998# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 892# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c
999SRCREV_imds="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" 893SRCREV_imds="0599931efcf551dc63f84ec669d7fb5cfe14f64c"
1000# styhead and newer
1001SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds" 894SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds"
1002 895
1003# github.com/matttproud/golang_protobuf_extensions v1.0.4 896# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
1004# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d 897# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0
1005SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" 898SRCREV_otlptrace="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0"
1006# styhead and newer
1007SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/matttproud/golang_protobuf_extensions"
1008
1009# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0
1010# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897
1011SRCREV_otlptrace="98b32a6c3a87fbee5d34c063b9096f416b250897"
1012# styhead and newer
1013SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace" 899SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace"
1014 900
1015# github.com/secure-systems-lab/go-securesystemslib v0.4.0 901# github.com/secure-systems-lab/go-securesystemslib v0.4.0
1016# [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9 902# [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9
1017SRCREV_go-securesystemslib="abcd7c95c952df38eb237fab3764ef1b8d2b15c9" 903SRCREV_go-securesystemslib="abcd7c95c952df38eb237fab3764ef1b8d2b15c9"
1018# styhead and newer
1019SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-securesystemslib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/secure-systems-lab/go-securesystemslib" 904SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-securesystemslib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/secure-systems-lab/go-securesystemslib"
1020 905
1021# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 906# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15
1022# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 907# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c
1023SRCREV_endpoints-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" 908SRCREV_endpoints-v2="0599931efcf551dc63f84ec669d7fb5cfe14f64c"
1024# styhead and newer
1025SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2" 909SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2"
1026 910
1027# go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 911# github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15
1028# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 912# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c
1029SRCREV_otlpmetric="60666c554065ac4da502fe28943eea4b938ab479" 913SRCREV_configsources="0599931efcf551dc63f84ec669d7fb5cfe14f64c"
1030# styhead and newer
1031SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric"
1032
1033# github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10
1034# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39
1035SRCREV_configsources="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39"
1036# styhead and newer
1037SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources" 914SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources"
1038 915
1039# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 916# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17
1040# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 917# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c
1041SRCREV_presigned-url="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" 918SRCREV_presigned-url="0599931efcf551dc63f84ec669d7fb5cfe14f64c"
1042# styhead and newer
1043SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url" 919SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url"
1044 920
1045# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 921# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
1046# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 922# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080
1047SRCREV_otelhttp="ba19074a6785b2b65c86a52c0649cf040319fa96" 923SRCREV_otelhttp="9cf5701e6b6611b2c406639039a1bccd883db080"
1048# styhead and newer
1049SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" 924SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"
1050 925
1051# github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 926# github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3
1052# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0d643a8f0a8ad09075f41a60acba6a208cb36c58 927# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 4509a600408280c8dcdbc6825ba750cf1628423d
1053SRCREV_accept-encoding="0d643a8f0a8ad09075f41a60acba6a208cb36c58" 928SRCREV_accept-encoding="4509a600408280c8dcdbc6825ba750cf1628423d"
1054# styhead and newer
1055SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=accept-encoding;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding" 929SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=accept-encoding;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding"
1056 930
1057# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 931# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0
1058# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 932# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0
1059SRCREV_otlptracegrpc="98b32a6c3a87fbee5d34c063b9096f416b250897" 933SRCREV_otlptracegrpc="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0"
1060# styhead and newer
1061SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc" 934SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
1062 935
1063# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 936# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0
1064# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 937# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0
1065SRCREV_otlptracehttp="98b32a6c3a87fbee5d34c063b9096f416b250897" 938SRCREV_otlptracehttp="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0"
1066# styhead and newer
1067SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracehttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp" 939SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracehttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp"
1068 940
1069# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 941# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0
1070# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 942# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0
1071SRCREV_otlpmetricgrpc="60666c554065ac4da502fe28943eea4b938ab479" 943SRCREV_otlpmetricgrpc="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0"
1072# styhead and newer
1073SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetricgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc" 944SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetricgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc"
1074 945
1075# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 946# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0
1076# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 947# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0
1077SRCREV_otlpmetrichttp="60666c554065ac4da502fe28943eea4b938ab479" 948SRCREV_otlpmetrichttp="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0"
1078# styhead and newer
1079SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetrichttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp" 949SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetrichttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp"
1080 950
1081# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 951# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0
1082# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 952# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080
1083SRCREV_otelgrpc="ba19074a6785b2b65c86a52c0649cf040319fa96" 953SRCREV_otelgrpc="9cf5701e6b6611b2c406639039a1bccd883db080"
1084# styhead and newer
1085SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc" 954SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc"
1086 955
1087# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 956# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0
1088# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 957# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080
1089SRCREV_otelhttptrace="ba19074a6785b2b65c86a52c0649cf040319fa96" 958SRCREV_otelhttptrace="9cf5701e6b6611b2c406639039a1bccd883db080"
1090# styhead and newer
1091SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace" 959SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace"
1092 960