summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch21
-rw-r--r--recipes-containers/nerdctl/nerdctl/modules.txt945
-rw-r--r--recipes-containers/nerdctl/nerdctl_git.bb4
-rw-r--r--recipes-containers/nerdctl/relocation.inc7
-rw-r--r--recipes-containers/nerdctl/src_uri.inc201
5 files changed, 862 insertions, 316 deletions
diff --git a/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch b/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch
index cf7037f3..283b944a 100644
--- a/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch
+++ b/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch
@@ -13,19 +13,16 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
13 src/import/Makefile | 2 +- 13 src/import/Makefile | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-) 14 1 file changed, 1 insertion(+), 1 deletion(-)
15 15
16diff --git a/src/import/Makefile b/src/import/Makefile 16Index: git/src/import/Makefile
17index ae4e18c..eb22f9f 100644 17===================================================================
18--- a/src/import/Makefile 18--- git.orig/src/import/Makefile
19+++ b/src/import/Makefile 19+++ git/src/import/Makefile
20@@ -45,7 +45,7 @@ endif 20@@ -54,7 +54,7 @@
21 VERBOSE_FLAG_LONG := --verbose
22 endif
21 23
22 GO_BUILD_LDFLAGS ?= -s -w
23 GO_BUILD_FLAGS ?=
24-export GO_BUILD=CGO_ENABLED=0 GOOS=$(GOOS) $(GO) -C $(MAKEFILE_DIR) build -ldflags "$(GO_BUILD_LDFLAGS) $(VERBOSE_FLAG) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" 24-export GO_BUILD=CGO_ENABLED=0 GOOS=$(GOOS) $(GO) -C $(MAKEFILE_DIR) build -ldflags "$(GO_BUILD_LDFLAGS) $(VERBOSE_FLAG) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)"
25+export GO_BUILD=GOOS=$(GOOS) $(GO) -C $(MAKEFILE_DIR) build -ldflags "$(GO_BUILD_LDFLAGS) $(VERBOSE_FLAG) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" 25+export GO_BUILD=GOOS=$(GOOS) $(GO) -C $(MAKEFILE_DIR) build -ldflags "$(GO_BUILD_LDFLAGS) $(VERBOSE_FLAG) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)"
26 26
27 recursive_wildcard=$(wildcard $1$2) $(foreach e,$(wildcard $1*),$(call recursive_wildcard,$e/,$2)) 27 ifndef NO_COLOR
28 28 NC := \033[0m
29--
302.34.1
31
diff --git a/recipes-containers/nerdctl/nerdctl/modules.txt b/recipes-containers/nerdctl/nerdctl/modules.txt
index 9c19fea0..d0e62b94 100644
--- a/recipes-containers/nerdctl/nerdctl/modules.txt
+++ b/recipes-containers/nerdctl/nerdctl/modules.txt
@@ -1,270 +1,849 @@
1# github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
2## explicit; go 1.20
3github.com/AdaLogics/go-fuzz-headers
4# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2
5## explicit; go 1.18
6github.com/AdamKorcz/go-118-fuzz-build/testing
7# github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
8## explicit; go 1.16
9github.com/Azure/go-ansiterm
10github.com/Azure/go-ansiterm/winterm
1# github.com/Masterminds/semver/v3 v3.3.1 11# github.com/Masterminds/semver/v3 v3.3.1
2## explicit 12## explicit; go 1.21
13github.com/Masterminds/semver/v3
3# github.com/Microsoft/go-winio v0.6.2 14# github.com/Microsoft/go-winio v0.6.2
4## explicit 15## explicit; go 1.21
16github.com/Microsoft/go-winio
17github.com/Microsoft/go-winio/backuptar
18github.com/Microsoft/go-winio/internal/fs
19github.com/Microsoft/go-winio/internal/socket
20github.com/Microsoft/go-winio/internal/stringbuffer
21github.com/Microsoft/go-winio/pkg/bindfilter
22github.com/Microsoft/go-winio/pkg/guid
23github.com/Microsoft/go-winio/vhd
5# github.com/Microsoft/hcsshim v0.12.9 24# github.com/Microsoft/hcsshim v0.12.9
25## explicit; go 1.22
26github.com/Microsoft/hcsshim
27github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options
28github.com/Microsoft/hcsshim/computestorage
29github.com/Microsoft/hcsshim/hcn
30github.com/Microsoft/hcsshim/internal/cni
31github.com/Microsoft/hcsshim/internal/cow
32github.com/Microsoft/hcsshim/internal/hcs
33github.com/Microsoft/hcsshim/internal/hcs/schema1
34github.com/Microsoft/hcsshim/internal/hcs/schema2
35github.com/Microsoft/hcsshim/internal/hcserror
36github.com/Microsoft/hcsshim/internal/hns
37github.com/Microsoft/hcsshim/internal/interop
38github.com/Microsoft/hcsshim/internal/jobobject
39github.com/Microsoft/hcsshim/internal/log
40github.com/Microsoft/hcsshim/internal/logfields
41github.com/Microsoft/hcsshim/internal/longpath
42github.com/Microsoft/hcsshim/internal/memory
43github.com/Microsoft/hcsshim/internal/mergemaps
44github.com/Microsoft/hcsshim/internal/oc
45github.com/Microsoft/hcsshim/internal/protocol/guestrequest
46github.com/Microsoft/hcsshim/internal/queue
47github.com/Microsoft/hcsshim/internal/regstate
48github.com/Microsoft/hcsshim/internal/runhcs
49github.com/Microsoft/hcsshim/internal/safefile
50github.com/Microsoft/hcsshim/internal/security
51github.com/Microsoft/hcsshim/internal/timeout
52github.com/Microsoft/hcsshim/internal/vhdx
53github.com/Microsoft/hcsshim/internal/vmcompute
54github.com/Microsoft/hcsshim/internal/wclayer
55github.com/Microsoft/hcsshim/internal/wclayer/cim
56github.com/Microsoft/hcsshim/internal/winapi
57github.com/Microsoft/hcsshim/osversion
58github.com/Microsoft/hcsshim/pkg/cimfs
59github.com/Microsoft/hcsshim/pkg/cimfs/format
60github.com/Microsoft/hcsshim/pkg/ociwclayer
61github.com/Microsoft/hcsshim/pkg/ociwclayer/cim
62# github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
6## explicit 63## explicit
7# github.com/compose-spec/compose-go/v2 v2.4.7 64# github.com/cilium/ebpf v0.16.0
8## explicit 65## explicit; go 1.21
9# github.com/containerd/accelerated-container-image v1.2.3 66github.com/cilium/ebpf
10## explicit 67github.com/cilium/ebpf/asm
68github.com/cilium/ebpf/btf
69github.com/cilium/ebpf/internal
70github.com/cilium/ebpf/internal/kallsyms
71github.com/cilium/ebpf/internal/kconfig
72github.com/cilium/ebpf/internal/sys
73github.com/cilium/ebpf/internal/sysenc
74github.com/cilium/ebpf/internal/tracefs
75github.com/cilium/ebpf/internal/unix
76github.com/cilium/ebpf/link
77# github.com/compose-spec/compose-go/v2 v2.4.8
78## explicit; go 1.21
79github.com/compose-spec/compose-go/v2/cli
80github.com/compose-spec/compose-go/v2/consts
81github.com/compose-spec/compose-go/v2/dotenv
82github.com/compose-spec/compose-go/v2/errdefs
83github.com/compose-spec/compose-go/v2/format
84github.com/compose-spec/compose-go/v2/graph
85github.com/compose-spec/compose-go/v2/interpolation
86github.com/compose-spec/compose-go/v2/loader
87github.com/compose-spec/compose-go/v2/override
88github.com/compose-spec/compose-go/v2/paths
89github.com/compose-spec/compose-go/v2/schema
90github.com/compose-spec/compose-go/v2/template
91github.com/compose-spec/compose-go/v2/transform
92github.com/compose-spec/compose-go/v2/tree
93github.com/compose-spec/compose-go/v2/types
94github.com/compose-spec/compose-go/v2/utils
95github.com/compose-spec/compose-go/v2/validation
96# github.com/containerd/accelerated-container-image v1.3.0
97## explicit; go 1.22.0
98github.com/containerd/accelerated-container-image/pkg/convertor
99github.com/containerd/accelerated-container-image/pkg/label
100github.com/containerd/accelerated-container-image/pkg/types
101github.com/containerd/accelerated-container-image/pkg/utils
102github.com/containerd/accelerated-container-image/pkg/version
11# github.com/containerd/cgroups/v3 v3.0.5 103# github.com/containerd/cgroups/v3 v3.0.5
12## explicit 104## explicit; go 1.22.0
105github.com/containerd/cgroups/v3
106github.com/containerd/cgroups/v3/cgroup1
107github.com/containerd/cgroups/v3/cgroup1/stats
108github.com/containerd/cgroups/v3/cgroup2
109github.com/containerd/cgroups/v3/cgroup2/stats
13# github.com/containerd/console v1.0.4 110# github.com/containerd/console v1.0.4
14## explicit 111## explicit; go 1.13
112github.com/containerd/console
15# github.com/containerd/containerd/api v1.8.0 113# github.com/containerd/containerd/api v1.8.0
16## explicit 114## explicit; go 1.21
17# github.com/containerd/containerd/v2 v2.0.2 115github.com/containerd/containerd/api/events
18## explicit 116github.com/containerd/containerd/api/runtime/sandbox/v1
117github.com/containerd/containerd/api/services/containers/v1
118github.com/containerd/containerd/api/services/content/v1
119github.com/containerd/containerd/api/services/diff/v1
120github.com/containerd/containerd/api/services/events/v1
121github.com/containerd/containerd/api/services/images/v1
122github.com/containerd/containerd/api/services/introspection/v1
123github.com/containerd/containerd/api/services/leases/v1
124github.com/containerd/containerd/api/services/namespaces/v1
125github.com/containerd/containerd/api/services/sandbox/v1
126github.com/containerd/containerd/api/services/snapshots/v1
127github.com/containerd/containerd/api/services/streaming/v1
128github.com/containerd/containerd/api/services/tasks/v1
129github.com/containerd/containerd/api/services/transfer/v1
130github.com/containerd/containerd/api/services/version/v1
131github.com/containerd/containerd/api/types
132github.com/containerd/containerd/api/types/runc/options
133github.com/containerd/containerd/api/types/task
134github.com/containerd/containerd/api/types/transfer
135# github.com/containerd/containerd/v2 v2.0.3
136## explicit; go 1.22.0
137github.com/containerd/containerd/v2/client
138github.com/containerd/containerd/v2/cmd/containerd-shim-runc-v2/process
139github.com/containerd/containerd/v2/contrib/apparmor
140github.com/containerd/containerd/v2/contrib/nvidia
141github.com/containerd/containerd/v2/contrib/seccomp
142github.com/containerd/containerd/v2/core/containers
143github.com/containerd/containerd/v2/core/content
144github.com/containerd/containerd/v2/core/content/proxy
145github.com/containerd/containerd/v2/core/diff
146github.com/containerd/containerd/v2/core/diff/proxy
147github.com/containerd/containerd/v2/core/events
148github.com/containerd/containerd/v2/core/events/proxy
149github.com/containerd/containerd/v2/core/images
150github.com/containerd/containerd/v2/core/images/archive
151github.com/containerd/containerd/v2/core/images/converter
152github.com/containerd/containerd/v2/core/images/converter/uncompress
153github.com/containerd/containerd/v2/core/images/usage
154github.com/containerd/containerd/v2/core/introspection
155github.com/containerd/containerd/v2/core/introspection/proxy
156github.com/containerd/containerd/v2/core/leases
157github.com/containerd/containerd/v2/core/leases/proxy
158github.com/containerd/containerd/v2/core/mount
159github.com/containerd/containerd/v2/core/remotes
160github.com/containerd/containerd/v2/core/remotes/docker
161github.com/containerd/containerd/v2/core/remotes/docker/auth
162github.com/containerd/containerd/v2/core/remotes/docker/config
163github.com/containerd/containerd/v2/core/remotes/docker/schema1
164github.com/containerd/containerd/v2/core/remotes/errors
165github.com/containerd/containerd/v2/core/runtime/opts
166github.com/containerd/containerd/v2/core/runtime/restart
167github.com/containerd/containerd/v2/core/runtime/v2/logging
168github.com/containerd/containerd/v2/core/sandbox
169github.com/containerd/containerd/v2/core/sandbox/proxy
170github.com/containerd/containerd/v2/core/snapshots
171github.com/containerd/containerd/v2/core/snapshots/proxy
172github.com/containerd/containerd/v2/core/streaming
173github.com/containerd/containerd/v2/core/streaming/proxy
174github.com/containerd/containerd/v2/core/transfer
175github.com/containerd/containerd/v2/core/transfer/proxy
176github.com/containerd/containerd/v2/core/transfer/streaming
177github.com/containerd/containerd/v2/core/unpack
178github.com/containerd/containerd/v2/defaults
179github.com/containerd/containerd/v2/internal/cleanup
180github.com/containerd/containerd/v2/internal/fsverity
181github.com/containerd/containerd/v2/internal/kmutex
182github.com/containerd/containerd/v2/internal/randutil
183github.com/containerd/containerd/v2/internal/userns
184github.com/containerd/containerd/v2/pkg/archive
185github.com/containerd/containerd/v2/pkg/archive/compression
186github.com/containerd/containerd/v2/pkg/archive/tarheader
187github.com/containerd/containerd/v2/pkg/cap
188github.com/containerd/containerd/v2/pkg/cio
189github.com/containerd/containerd/v2/pkg/deprecation
190github.com/containerd/containerd/v2/pkg/dialer
191github.com/containerd/containerd/v2/pkg/epoch
192github.com/containerd/containerd/v2/pkg/filters
193github.com/containerd/containerd/v2/pkg/identifiers
194github.com/containerd/containerd/v2/pkg/kernelversion
195github.com/containerd/containerd/v2/pkg/labels
196github.com/containerd/containerd/v2/pkg/namespaces
197github.com/containerd/containerd/v2/pkg/netns
198github.com/containerd/containerd/v2/pkg/oci
199github.com/containerd/containerd/v2/pkg/progress
200github.com/containerd/containerd/v2/pkg/protobuf
201github.com/containerd/containerd/v2/pkg/protobuf/proto
202github.com/containerd/containerd/v2/pkg/protobuf/types
203github.com/containerd/containerd/v2/pkg/reference
204github.com/containerd/containerd/v2/pkg/rootfs
205github.com/containerd/containerd/v2/pkg/seccomp
206github.com/containerd/containerd/v2/pkg/snapshotters
207github.com/containerd/containerd/v2/pkg/stdio
208github.com/containerd/containerd/v2/pkg/sys
209github.com/containerd/containerd/v2/pkg/tracing
210github.com/containerd/containerd/v2/plugins
211github.com/containerd/containerd/v2/plugins/content/local
212github.com/containerd/containerd/v2/plugins/services
213github.com/containerd/containerd/v2/version
19# github.com/containerd/continuity v0.4.5 214# github.com/containerd/continuity v0.4.5
20## explicit 215## explicit; go 1.21
216github.com/containerd/continuity/devices
217github.com/containerd/continuity/fs
218github.com/containerd/continuity/sysx
219github.com/containerd/continuity/testutil/loopback
21# github.com/containerd/errdefs v1.0.0 220# github.com/containerd/errdefs v1.0.0
22## explicit 221## explicit; go 1.20
222github.com/containerd/errdefs
223# github.com/containerd/errdefs/pkg v0.3.0
224## explicit; go 1.22
225github.com/containerd/errdefs/pkg/errgrpc
226github.com/containerd/errdefs/pkg/internal/cause
227github.com/containerd/errdefs/pkg/internal/types
23# github.com/containerd/fifo v1.1.0 228# github.com/containerd/fifo v1.1.0
24## explicit 229## explicit; go 1.18
230github.com/containerd/fifo
25# github.com/containerd/go-cni v1.1.12 231# github.com/containerd/go-cni v1.1.12
26## explicit 232## explicit; go 1.21
233github.com/containerd/go-cni
234# github.com/containerd/go-runc v1.1.0
235## explicit; go 1.18
236github.com/containerd/go-runc
27# github.com/containerd/imgcrypt/v2 v2.0.0 237# github.com/containerd/imgcrypt/v2 v2.0.0
28## explicit 238## explicit; go 1.22.0
239github.com/containerd/imgcrypt/v2
240github.com/containerd/imgcrypt/v2/images/encryption
241github.com/containerd/imgcrypt/v2/images/encryption/parsehelpers
29# github.com/containerd/log v0.1.0 242# github.com/containerd/log v0.1.0
30## explicit 243## explicit; go 1.20
244github.com/containerd/log
245# github.com/containerd/nerdctl/mod/tigron v0.0.0 => ./mod/tigron
246## explicit; go 1.23
247github.com/containerd/nerdctl/mod/tigron/expect
248github.com/containerd/nerdctl/mod/tigron/require
249github.com/containerd/nerdctl/mod/tigron/test
250github.com/containerd/nerdctl/mod/tigron/test/internal
251github.com/containerd/nerdctl/mod/tigron/test/internal/pty
252github.com/containerd/nerdctl/mod/tigron/utils
31# github.com/containerd/nydus-snapshotter v0.15.0 253# github.com/containerd/nydus-snapshotter v0.15.0
32## explicit 254## explicit; go 1.22.0
255github.com/containerd/nydus-snapshotter/pkg/converter
256github.com/containerd/nydus-snapshotter/pkg/converter/tool
257github.com/containerd/nydus-snapshotter/pkg/label
33# github.com/containerd/platforms v1.0.0-rc.1 258# github.com/containerd/platforms v1.0.0-rc.1
34## explicit 259## explicit; go 1.20
260github.com/containerd/platforms
261# github.com/containerd/plugin v1.0.0
262## explicit; go 1.20
263github.com/containerd/plugin
35# github.com/containerd/stargz-snapshotter v0.16.3 264# github.com/containerd/stargz-snapshotter v0.16.3
36## explicit 265## explicit; go 1.22.0
266github.com/containerd/stargz-snapshotter/fs/config
267github.com/containerd/stargz-snapshotter/fs/source
268github.com/containerd/stargz-snapshotter/nativeconverter/estargz
269github.com/containerd/stargz-snapshotter/nativeconverter/estargz/externaltoc
270github.com/containerd/stargz-snapshotter/nativeconverter/zstdchunked
271github.com/containerd/stargz-snapshotter/recorder
272github.com/containerd/stargz-snapshotter/util/containerdutil
273github.com/containerd/stargz-snapshotter/util/ioutils
37# github.com/containerd/stargz-snapshotter/estargz v0.16.3 274# github.com/containerd/stargz-snapshotter/estargz v0.16.3
38## explicit 275## explicit; go 1.22.0
276github.com/containerd/stargz-snapshotter/estargz
277github.com/containerd/stargz-snapshotter/estargz/errorutil
278github.com/containerd/stargz-snapshotter/estargz/externaltoc
279github.com/containerd/stargz-snapshotter/estargz/zstdchunked
39# github.com/containerd/stargz-snapshotter/ipfs v0.16.3 280# github.com/containerd/stargz-snapshotter/ipfs v0.16.3
40## explicit 281## explicit; go 1.22.0
282github.com/containerd/stargz-snapshotter/ipfs
283github.com/containerd/stargz-snapshotter/ipfs/client
284# github.com/containerd/ttrpc v1.2.7
285## explicit; go 1.19
286github.com/containerd/ttrpc
41# github.com/containerd/typeurl/v2 v2.2.3 287# github.com/containerd/typeurl/v2 v2.2.3
42## explicit 288## explicit; go 1.21
289github.com/containerd/typeurl/v2
43# github.com/containernetworking/cni v1.2.3 290# github.com/containernetworking/cni v1.2.3
44## explicit 291## explicit; go 1.21
45# github.com/containernetworking/plugins v1.5.1 292github.com/containernetworking/cni/libcni
46## explicit 293github.com/containernetworking/cni/pkg/invoke
294github.com/containernetworking/cni/pkg/types
295github.com/containernetworking/cni/pkg/types/020
296github.com/containernetworking/cni/pkg/types/040
297github.com/containernetworking/cni/pkg/types/100
298github.com/containernetworking/cni/pkg/types/create
299github.com/containernetworking/cni/pkg/types/internal
300github.com/containernetworking/cni/pkg/utils
301github.com/containernetworking/cni/pkg/version
302# github.com/containernetworking/plugins v1.6.2
303## explicit; go 1.23
304github.com/containernetworking/plugins/pkg/ns
305# github.com/containers/ocicrypt v1.2.1
306## explicit; go 1.22
307github.com/containers/ocicrypt
308github.com/containers/ocicrypt/blockcipher
309github.com/containers/ocicrypt/config
310github.com/containers/ocicrypt/config/keyprovider-config
311github.com/containers/ocicrypt/config/pkcs11config
312github.com/containers/ocicrypt/crypto/pkcs11
313github.com/containers/ocicrypt/keywrap
314github.com/containers/ocicrypt/keywrap/jwe
315github.com/containers/ocicrypt/keywrap/keyprovider
316github.com/containers/ocicrypt/keywrap/pgp
317github.com/containers/ocicrypt/keywrap/pkcs11
318github.com/containers/ocicrypt/keywrap/pkcs7
319github.com/containers/ocicrypt/spec
320github.com/containers/ocicrypt/utils
321github.com/containers/ocicrypt/utils/keyprovider
47# github.com/coreos/go-iptables v0.8.0 322# github.com/coreos/go-iptables v0.8.0
48## explicit 323## explicit; go 1.16
324github.com/coreos/go-iptables/iptables
49# github.com/coreos/go-systemd/v22 v22.5.0 325# github.com/coreos/go-systemd/v22 v22.5.0
50## explicit 326## explicit; go 1.12
51# github.com/cyphar/filepath-securejoin v0.4.0 327github.com/coreos/go-systemd/v22/dbus
52## explicit 328github.com/coreos/go-systemd/v22/journal
329# github.com/creack/pty v1.1.24
330## explicit; go 1.18
331github.com/creack/pty
332# github.com/cyphar/filepath-securejoin v0.4.1
333## explicit; go 1.18
334github.com/cyphar/filepath-securejoin
53# github.com/distribution/reference v0.6.0 335# github.com/distribution/reference v0.6.0
54## explicit 336## explicit; go 1.20
55# github.com/docker/cli v27.5.0+incompatible 337github.com/distribution/reference
56## explicit 338# github.com/djherbis/times v1.6.0
57# github.com/docker/docker v27.5.0+incompatible 339## explicit; go 1.16
58## explicit 340github.com/djherbis/times
341# github.com/docker/cli v28.0.1+incompatible
342## explicit
343github.com/docker/cli/cli/config
344github.com/docker/cli/cli/config/configfile
345github.com/docker/cli/cli/config/credentials
346github.com/docker/cli/cli/config/types
347github.com/docker/cli/opts
348github.com/docker/cli/pkg/kvfile
349github.com/docker/cli/templates
350# github.com/docker/docker v28.0.1+incompatible
351## explicit
352github.com/docker/docker/api/types/blkiodev
353github.com/docker/docker/api/types/common
354github.com/docker/docker/api/types/container
355github.com/docker/docker/api/types/filters
356github.com/docker/docker/api/types/mount
357github.com/docker/docker/api/types/network
358github.com/docker/docker/api/types/registry
359github.com/docker/docker/api/types/storage
360github.com/docker/docker/api/types/strslice
361github.com/docker/docker/api/types/swarm
362github.com/docker/docker/api/types/swarm/runtime
363github.com/docker/docker/api/types/system
364github.com/docker/docker/api/types/time
365github.com/docker/docker/api/types/versions
366github.com/docker/docker/internal/lazyregexp
367github.com/docker/docker/internal/multierror
368github.com/docker/docker/libnetwork/ipamutils
369github.com/docker/docker/opts
370github.com/docker/docker/pkg/homedir
371github.com/docker/docker/pkg/meminfo
372github.com/docker/docker/pkg/stringid
373github.com/docker/docker/pkg/sysinfo
374github.com/docker/docker/pkg/system
375# github.com/docker/docker-credential-helpers v0.8.2
376## explicit; go 1.19
377github.com/docker/docker-credential-helpers/client
378github.com/docker/docker-credential-helpers/credentials
59# github.com/docker/go-connections v0.5.0 379# github.com/docker/go-connections v0.5.0
60## explicit 380## explicit; go 1.18
381github.com/docker/go-connections/nat
382github.com/docker/go-connections/tlsconfig
61# github.com/docker/go-units v0.5.0 383# github.com/docker/go-units v0.5.0
62## explicit 384## explicit
385github.com/docker/go-units
63# github.com/fahedouch/go-logrotate v0.2.1 386# github.com/fahedouch/go-logrotate v0.2.1
64## explicit 387## explicit; go 1.21
388github.com/fahedouch/go-logrotate
65# github.com/fatih/color v1.18.0 389# github.com/fatih/color v1.18.0
66## explicit 390## explicit; go 1.17
391github.com/fatih/color
392# github.com/felixge/httpsnoop v1.0.4
393## explicit; go 1.13
394github.com/felixge/httpsnoop
67# github.com/fluent/fluent-logger-golang v1.9.0 395# github.com/fluent/fluent-logger-golang v1.9.0
68## explicit 396## explicit
397github.com/fluent/fluent-logger-golang/fluent
69# github.com/fsnotify/fsnotify v1.8.0 398# github.com/fsnotify/fsnotify v1.8.0
70## explicit 399## explicit; go 1.17
71# github.com/go-viper/mapstructure/v2 v2.2.1 400github.com/fsnotify/fsnotify
72## explicit 401github.com/fsnotify/fsnotify/internal
73# github.com/ipfs/go-cid v0.4.1 402# github.com/go-jose/go-jose/v4 v4.0.5
74## explicit 403## explicit; go 1.21
75# github.com/klauspost/compress v1.17.11 404github.com/go-jose/go-jose/v4
76## explicit 405github.com/go-jose/go-jose/v4/cipher
77# github.com/mattn/go-isatty v0.0.20 406github.com/go-jose/go-jose/v4/json
78## explicit
79# github.com/moby/sys/mount v0.3.4
80## explicit
81# github.com/moby/sys/mountinfo v0.7.2
82## explicit
83# github.com/moby/sys/signal v0.7.1
84## explicit
85# github.com/moby/sys/userns v0.1.0
86## explicit
87# github.com/moby/term v0.5.2
88## explicit
89# github.com/muesli/cancelreader v0.2.2
90## explicit
91# github.com/opencontainers/go-digest v1.0.0
92## explicit
93# github.com/opencontainers/image-spec v1.1.0
94## explicit
95# github.com/opencontainers/runtime-spec v1.2.0
96## explicit
97# github.com/pelletier/go-toml/v2 v2.2.3
98## explicit
99# github.com/rootless-containers/bypass4netns v0.4.1
100## explicit
101# github.com/rootless-containers/rootlesskit/v2 v2.3.1
102## explicit
103# github.com/spf13/cobra v1.8.1
104## explicit
105# github.com/spf13/pflag v1.0.5
106## explicit
107# github.com/vishvananda/netlink v1.3.0
108## explicit
109# github.com/vishvananda/netns v0.0.5
110## explicit
111# github.com/yuchanns/srslog v1.1.0
112## explicit
113# go.uber.org/mock v0.5.0
114## explicit
115# golang.org/x/crypto v0.32.0
116## explicit
117# golang.org/x/net v0.34.0
118## explicit
119# golang.org/x/sync v0.10.0
120## explicit
121# golang.org/x/sys v0.29.0
122## explicit
123# golang.org/x/term v0.28.0
124## explicit
125# golang.org/x/text v0.21.0
126## explicit
127# gopkg.in/yaml.v3 v3.0.1
128## explicit
129# gotest.tools/v3 v3.5.1
130## explicit
131# github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
132## explicit
133# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2
134## explicit
135# github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
136## explicit
137# github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
138## explicit
139# github.com/cilium/ebpf v0.16.0
140## explicit
141# github.com/containerd/errdefs/pkg v0.3.0
142## explicit
143# github.com/containerd/go-runc v1.1.0
144## explicit
145# github.com/containerd/plugin v1.0.0
146## explicit
147# github.com/containerd/ttrpc v1.2.7
148## explicit
149# github.com/containers/ocicrypt v1.2.1
150## explicit
151# github.com/djherbis/times v1.6.0
152## explicit
153# github.com/docker/docker-credential-helpers v0.8.2
154## explicit
155# github.com/felixge/httpsnoop v1.0.4
156## explicit
157# github.com/go-jose/go-jose/v4 v4.0.4
158## explicit
159# github.com/go-logr/logr v1.4.2 407# github.com/go-logr/logr v1.4.2
160## explicit 408## explicit; go 1.18
409github.com/go-logr/logr
410github.com/go-logr/logr/funcr
161# github.com/go-logr/stdr v1.2.2 411# github.com/go-logr/stdr v1.2.2
162## explicit 412## explicit; go 1.16
413github.com/go-logr/stdr
414# github.com/go-viper/mapstructure/v2 v2.2.1
415## explicit; go 1.18
416github.com/go-viper/mapstructure/v2
417github.com/go-viper/mapstructure/v2/internal/errors
163# github.com/godbus/dbus/v5 v5.1.0 418# github.com/godbus/dbus/v5 v5.1.0
164## explicit 419## explicit; go 1.12
420github.com/godbus/dbus/v5
165# github.com/gogo/protobuf v1.3.2 421# github.com/gogo/protobuf v1.3.2
166## explicit 422## explicit; go 1.15
423github.com/gogo/protobuf/proto
167# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 424# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
168## explicit 425## explicit
426github.com/golang/groupcache/lru
169# github.com/golang/protobuf v1.5.4 427# github.com/golang/protobuf v1.5.4
170## explicit 428## explicit; go 1.17
429github.com/golang/protobuf/proto
171# github.com/google/go-cmp v0.6.0 430# github.com/google/go-cmp v0.6.0
172## explicit 431## explicit; go 1.13
432github.com/google/go-cmp/cmp
433github.com/google/go-cmp/cmp/internal/diff
434github.com/google/go-cmp/cmp/internal/flags
435github.com/google/go-cmp/cmp/internal/function
436github.com/google/go-cmp/cmp/internal/value
173# github.com/inconshreveable/mousetrap v1.1.0 437# github.com/inconshreveable/mousetrap v1.1.0
174## explicit 438## explicit; go 1.18
439github.com/inconshreveable/mousetrap
440# github.com/ipfs/go-cid v0.5.0
441## explicit; go 1.22
442github.com/ipfs/go-cid
443# github.com/klauspost/compress v1.18.0
444## explicit; go 1.22
445github.com/klauspost/compress
446github.com/klauspost/compress/fse
447github.com/klauspost/compress/huff0
448github.com/klauspost/compress/internal/cpuinfo
449github.com/klauspost/compress/internal/le
450github.com/klauspost/compress/internal/snapref
451github.com/klauspost/compress/zstd
452github.com/klauspost/compress/zstd/internal/xxhash
175# github.com/klauspost/cpuid/v2 v2.2.8 453# github.com/klauspost/cpuid/v2 v2.2.8
176## explicit 454## explicit; go 1.15
455github.com/klauspost/cpuid/v2
177# github.com/mattn/go-colorable v0.1.13 456# github.com/mattn/go-colorable v0.1.13
178## explicit 457## explicit; go 1.15
458github.com/mattn/go-colorable
459# github.com/mattn/go-isatty v0.0.20
460## explicit; go 1.15
461github.com/mattn/go-isatty
179# github.com/mattn/go-shellwords v1.0.12 462# github.com/mattn/go-shellwords v1.0.12
180## explicit 463## explicit; go 1.13
464github.com/mattn/go-shellwords
181# github.com/miekg/pkcs11 v1.1.1 465# github.com/miekg/pkcs11 v1.1.1
182## explicit 466## explicit; go 1.12
467github.com/miekg/pkcs11
183# github.com/minio/sha256-simd v1.0.1 468# github.com/minio/sha256-simd v1.0.1
184## explicit 469## explicit; go 1.17
470github.com/minio/sha256-simd
185# github.com/mitchellh/go-homedir v1.1.0 471# github.com/mitchellh/go-homedir v1.1.0
186## explicit 472## explicit
473github.com/mitchellh/go-homedir
187# github.com/moby/docker-image-spec v1.3.1 474# github.com/moby/docker-image-spec v1.3.1
188## explicit 475## explicit; go 1.18
476github.com/moby/docker-image-spec/specs-go/v1
189# github.com/moby/locker v1.0.1 477# github.com/moby/locker v1.0.1
190## explicit 478## explicit; go 1.13
479github.com/moby/locker
480# github.com/moby/sys/mount v0.3.4
481## explicit; go 1.17
482github.com/moby/sys/mount
483# github.com/moby/sys/mountinfo v0.7.2
484## explicit; go 1.17
485github.com/moby/sys/mountinfo
191# github.com/moby/sys/sequential v0.6.0 486# github.com/moby/sys/sequential v0.6.0
192## explicit 487## explicit; go 1.17
488github.com/moby/sys/sequential
489# github.com/moby/sys/signal v0.7.1
490## explicit; go 1.17
491github.com/moby/sys/signal
193# github.com/moby/sys/symlink v0.3.0 492# github.com/moby/sys/symlink v0.3.0
194## explicit 493## explicit; go 1.17
494github.com/moby/sys/symlink
195# github.com/moby/sys/user v0.3.0 495# github.com/moby/sys/user v0.3.0
196## explicit 496## explicit; go 1.17
497github.com/moby/sys/user
498# github.com/moby/sys/userns v0.1.0
499## explicit; go 1.21
500github.com/moby/sys/userns
501# github.com/moby/term v0.5.2
502## explicit; go 1.18
503github.com/moby/term
504github.com/moby/term/windows
197# github.com/mr-tron/base58 v1.2.0 505# github.com/mr-tron/base58 v1.2.0
198## explicit 506## explicit; go 1.12
507github.com/mr-tron/base58/base58
508# github.com/muesli/cancelreader v0.2.2
509## explicit; go 1.17
510github.com/muesli/cancelreader
199# github.com/multiformats/go-base32 v0.1.0 511# github.com/multiformats/go-base32 v0.1.0
200## explicit 512## explicit; go 1.18
513github.com/multiformats/go-base32
201# github.com/multiformats/go-base36 v0.2.0 514# github.com/multiformats/go-base36 v0.2.0
202## explicit 515## explicit; go 1.18
516github.com/multiformats/go-base36
203# github.com/multiformats/go-multiaddr v0.13.0 517# github.com/multiformats/go-multiaddr v0.13.0
204## explicit 518## explicit; go 1.21
519github.com/multiformats/go-multiaddr
520github.com/multiformats/go-multiaddr/net
205# github.com/multiformats/go-multibase v0.2.0 521# github.com/multiformats/go-multibase v0.2.0
206## explicit 522## explicit; go 1.19
523github.com/multiformats/go-multibase
207# github.com/multiformats/go-multihash v0.2.3 524# github.com/multiformats/go-multihash v0.2.3
208## explicit 525## explicit; go 1.19
526github.com/multiformats/go-multihash
527github.com/multiformats/go-multihash/core
528github.com/multiformats/go-multihash/register/all
529github.com/multiformats/go-multihash/register/blake2
530github.com/multiformats/go-multihash/register/blake3
531github.com/multiformats/go-multihash/register/miniosha256
532github.com/multiformats/go-multihash/register/murmur3
533github.com/multiformats/go-multihash/register/sha256
534github.com/multiformats/go-multihash/register/sha3
209# github.com/multiformats/go-varint v0.0.7 535# github.com/multiformats/go-varint v0.0.7
210## explicit 536## explicit; go 1.18
211# github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 537github.com/multiformats/go-varint
212## explicit 538# github.com/opencontainers/go-digest v1.0.0
539## explicit; go 1.13
540github.com/opencontainers/go-digest
541# github.com/opencontainers/image-spec v1.1.1
542## explicit; go 1.18
543github.com/opencontainers/image-spec/identity
544github.com/opencontainers/image-spec/specs-go
545github.com/opencontainers/image-spec/specs-go/v1
546# github.com/opencontainers/runtime-spec v1.2.1
547## explicit
548github.com/opencontainers/runtime-spec/specs-go
549github.com/opencontainers/runtime-spec/specs-go/features
213# github.com/opencontainers/selinux v1.11.1 550# github.com/opencontainers/selinux v1.11.1
214## explicit 551## explicit; go 1.19
552github.com/opencontainers/selinux/go-selinux
553github.com/opencontainers/selinux/go-selinux/label
554github.com/opencontainers/selinux/pkg/pwalkdir
555# github.com/pelletier/go-toml/v2 v2.2.3
556## explicit; go 1.21.0
557github.com/pelletier/go-toml/v2
558github.com/pelletier/go-toml/v2/internal/characters
559github.com/pelletier/go-toml/v2/internal/danger
560github.com/pelletier/go-toml/v2/internal/tracker
561github.com/pelletier/go-toml/v2/unstable
215# github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 562# github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7
216## explicit 563## explicit; go 1.17
564github.com/petermattis/goid
217# github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 565# github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986
218## explicit 566## explicit; go 1.20
567github.com/philhofer/fwd
219# github.com/pkg/errors v0.9.1 568# github.com/pkg/errors v0.9.1
220## explicit 569## explicit
570github.com/pkg/errors
571# github.com/rootless-containers/bypass4netns v0.4.2
572## explicit; go 1.22
573github.com/rootless-containers/bypass4netns/pkg/api
574github.com/rootless-containers/bypass4netns/pkg/api/daemon/client
575github.com/rootless-containers/bypass4netns/pkg/oci
576# github.com/rootless-containers/rootlesskit/v2 v2.3.4
577## explicit; go 1.23.0
578github.com/rootless-containers/rootlesskit/v2/pkg/api
579github.com/rootless-containers/rootlesskit/v2/pkg/api/client
580github.com/rootless-containers/rootlesskit/v2/pkg/httputil
581github.com/rootless-containers/rootlesskit/v2/pkg/port
221# github.com/sasha-s/go-deadlock v0.3.5 582# github.com/sasha-s/go-deadlock v0.3.5
222## explicit 583## explicit
584github.com/sasha-s/go-deadlock
223# github.com/sirupsen/logrus v1.9.3 585# github.com/sirupsen/logrus v1.9.3
224## explicit 586## explicit; go 1.13
587github.com/sirupsen/logrus
225# github.com/smallstep/pkcs7 v0.1.1 588# github.com/smallstep/pkcs7 v0.1.1
226## explicit 589## explicit; go 1.14
590github.com/smallstep/pkcs7
591github.com/smallstep/pkcs7/internal/legacy/x509
227# github.com/spaolacci/murmur3 v1.1.0 592# github.com/spaolacci/murmur3 v1.1.0
228## explicit 593## explicit
594github.com/spaolacci/murmur3
595# github.com/spf13/cobra v1.9.1
596## explicit; go 1.15
597github.com/spf13/cobra
598# github.com/spf13/pflag v1.0.6
599## explicit; go 1.12
600github.com/spf13/pflag
229# github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 601# github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6
230## explicit 602## explicit; go 1.19
231# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 603github.com/stefanberger/go-pkcs11uri
232## explicit
233# github.com/tinylib/msgp v1.2.0 604# github.com/tinylib/msgp v1.2.0
234## explicit 605## explicit; go 1.20
606github.com/tinylib/msgp/msgp
235# github.com/vbatts/tar-split v0.11.6 607# github.com/vbatts/tar-split v0.11.6
236## explicit 608## explicit; go 1.17
609github.com/vbatts/tar-split/archive/tar
610# github.com/vishvananda/netlink v1.3.0
611## explicit; go 1.12
612github.com/vishvananda/netlink
613github.com/vishvananda/netlink/nl
614# github.com/vishvananda/netns v0.0.5
615## explicit; go 1.17
616github.com/vishvananda/netns
237# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 617# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
238## explicit 618## explicit
619github.com/xeipuuv/gojsonpointer
239# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 620# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
240## explicit 621## explicit
622github.com/xeipuuv/gojsonreference
241# github.com/xeipuuv/gojsonschema v1.2.0 623# github.com/xeipuuv/gojsonschema v1.2.0
242## explicit 624## explicit
625github.com/xeipuuv/gojsonschema
626# github.com/yuchanns/srslog v1.1.0
627## explicit; go 1.19
628github.com/yuchanns/srslog
243# go.opencensus.io v0.24.0 629# go.opencensus.io v0.24.0
244## explicit 630## explicit; go 1.13
631go.opencensus.io
632go.opencensus.io/internal
633go.opencensus.io/trace
634go.opencensus.io/trace/internal
635go.opencensus.io/trace/tracestate
245# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 636# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
246## explicit 637## explicit; go 1.22
638go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
639go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
640go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
641go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
247# go.opentelemetry.io/otel v1.31.0 642# go.opentelemetry.io/otel v1.31.0
248## explicit 643## explicit; go 1.22
644go.opentelemetry.io/otel
645go.opentelemetry.io/otel/attribute
646go.opentelemetry.io/otel/baggage
647go.opentelemetry.io/otel/codes
648go.opentelemetry.io/otel/internal
649go.opentelemetry.io/otel/internal/attribute
650go.opentelemetry.io/otel/internal/baggage
651go.opentelemetry.io/otel/internal/global
652go.opentelemetry.io/otel/propagation
653go.opentelemetry.io/otel/semconv/v1.20.0
654go.opentelemetry.io/otel/semconv/v1.21.0
655go.opentelemetry.io/otel/semconv/v1.26.0
249# go.opentelemetry.io/otel/metric v1.31.0 656# go.opentelemetry.io/otel/metric v1.31.0
250## explicit 657## explicit; go 1.22
658go.opentelemetry.io/otel/metric
659go.opentelemetry.io/otel/metric/embedded
660go.opentelemetry.io/otel/metric/noop
251# go.opentelemetry.io/otel/trace v1.31.0 661# go.opentelemetry.io/otel/trace v1.31.0
252## explicit 662## explicit; go 1.22
663go.opentelemetry.io/otel/trace
664go.opentelemetry.io/otel/trace/embedded
665# go.uber.org/mock v0.5.0
666## explicit; go 1.22
667go.uber.org/mock/gomock
668# golang.org/x/crypto v0.36.0
669## explicit; go 1.23.0
670golang.org/x/crypto/bcrypt
671golang.org/x/crypto/blake2b
672golang.org/x/crypto/blake2s
673golang.org/x/crypto/blowfish
674golang.org/x/crypto/cast5
675golang.org/x/crypto/cryptobyte
676golang.org/x/crypto/cryptobyte/asn1
677golang.org/x/crypto/openpgp
678golang.org/x/crypto/openpgp/armor
679golang.org/x/crypto/openpgp/elgamal
680golang.org/x/crypto/openpgp/errors
681golang.org/x/crypto/openpgp/packet
682golang.org/x/crypto/openpgp/s2k
683golang.org/x/crypto/pbkdf2
684golang.org/x/crypto/sha3
253# golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f 685# golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
686## explicit; go 1.22.0
687golang.org/x/exp/constraints
688golang.org/x/exp/maps
689golang.org/x/exp/slices
690# golang.org/x/net v0.37.0
691## explicit; go 1.23.0
692golang.org/x/net/context/ctxhttp
693golang.org/x/net/http/httpguts
694golang.org/x/net/http2
695golang.org/x/net/http2/hpack
696golang.org/x/net/idna
697golang.org/x/net/internal/httpcommon
698golang.org/x/net/internal/timeseries
699golang.org/x/net/trace
700# golang.org/x/sync v0.12.0
701## explicit; go 1.23.0
702golang.org/x/sync/errgroup
703golang.org/x/sync/semaphore
704# golang.org/x/sys v0.31.0
705## explicit; go 1.23.0
706golang.org/x/sys/cpu
707golang.org/x/sys/plan9
708golang.org/x/sys/unix
709golang.org/x/sys/windows
710golang.org/x/sys/windows/registry
711golang.org/x/sys/windows/svc
712golang.org/x/sys/windows/svc/mgr
713# golang.org/x/term v0.30.0
714## explicit; go 1.23.0
715golang.org/x/term
716# golang.org/x/text v0.23.0
717## explicit; go 1.23.0
718golang.org/x/text/cases
719golang.org/x/text/internal
720golang.org/x/text/internal/language
721golang.org/x/text/internal/language/compact
722golang.org/x/text/internal/tag
723golang.org/x/text/language
724golang.org/x/text/secure/bidirule
725golang.org/x/text/transform
726golang.org/x/text/unicode/bidi
727golang.org/x/text/unicode/norm
728# google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422
729## explicit; go 1.22
730google.golang.org/genproto/googleapis/rpc/status
731# google.golang.org/grpc v1.69.4
732## explicit; go 1.22
733google.golang.org/grpc
734google.golang.org/grpc/attributes
735google.golang.org/grpc/backoff
736google.golang.org/grpc/balancer
737google.golang.org/grpc/balancer/base
738google.golang.org/grpc/balancer/grpclb/state
739google.golang.org/grpc/balancer/pickfirst
740google.golang.org/grpc/balancer/pickfirst/internal
741google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
742google.golang.org/grpc/balancer/roundrobin
743google.golang.org/grpc/binarylog/grpc_binarylog_v1
744google.golang.org/grpc/channelz
745google.golang.org/grpc/codes
746google.golang.org/grpc/connectivity
747google.golang.org/grpc/credentials
748google.golang.org/grpc/credentials/insecure
749google.golang.org/grpc/encoding
750google.golang.org/grpc/encoding/proto
751google.golang.org/grpc/experimental/stats
752google.golang.org/grpc/grpclog
753google.golang.org/grpc/grpclog/internal
754google.golang.org/grpc/health/grpc_health_v1
755google.golang.org/grpc/internal
756google.golang.org/grpc/internal/backoff
757google.golang.org/grpc/internal/balancer/gracefulswitch
758google.golang.org/grpc/internal/balancerload
759google.golang.org/grpc/internal/binarylog
760google.golang.org/grpc/internal/buffer
761google.golang.org/grpc/internal/channelz
762google.golang.org/grpc/internal/credentials
763google.golang.org/grpc/internal/envconfig
764google.golang.org/grpc/internal/grpclog
765google.golang.org/grpc/internal/grpcsync
766google.golang.org/grpc/internal/grpcutil
767google.golang.org/grpc/internal/idle
768google.golang.org/grpc/internal/metadata
769google.golang.org/grpc/internal/pretty
770google.golang.org/grpc/internal/resolver
771google.golang.org/grpc/internal/resolver/dns
772google.golang.org/grpc/internal/resolver/dns/internal
773google.golang.org/grpc/internal/resolver/passthrough
774google.golang.org/grpc/internal/resolver/unix
775google.golang.org/grpc/internal/serviceconfig
776google.golang.org/grpc/internal/stats
777google.golang.org/grpc/internal/status
778google.golang.org/grpc/internal/syscall
779google.golang.org/grpc/internal/transport
780google.golang.org/grpc/internal/transport/networktype
781google.golang.org/grpc/keepalive
782google.golang.org/grpc/mem
783google.golang.org/grpc/metadata
784google.golang.org/grpc/peer
785google.golang.org/grpc/resolver
786google.golang.org/grpc/resolver/dns
787google.golang.org/grpc/serviceconfig
788google.golang.org/grpc/stats
789google.golang.org/grpc/status
790google.golang.org/grpc/tap
791# google.golang.org/protobuf v1.36.2
792## explicit; go 1.21
793google.golang.org/protobuf/encoding/protojson
794google.golang.org/protobuf/encoding/prototext
795google.golang.org/protobuf/encoding/protowire
796google.golang.org/protobuf/internal/descfmt
797google.golang.org/protobuf/internal/descopts
798google.golang.org/protobuf/internal/detrand
799google.golang.org/protobuf/internal/editiondefaults
800google.golang.org/protobuf/internal/editionssupport
801google.golang.org/protobuf/internal/encoding/defval
802google.golang.org/protobuf/internal/encoding/json
803google.golang.org/protobuf/internal/encoding/messageset
804google.golang.org/protobuf/internal/encoding/tag
805google.golang.org/protobuf/internal/encoding/text
806google.golang.org/protobuf/internal/errors
807google.golang.org/protobuf/internal/filedesc
808google.golang.org/protobuf/internal/filetype
809google.golang.org/protobuf/internal/flags
810google.golang.org/protobuf/internal/genid
811google.golang.org/protobuf/internal/impl
812google.golang.org/protobuf/internal/order
813google.golang.org/protobuf/internal/pragma
814google.golang.org/protobuf/internal/protolazy
815google.golang.org/protobuf/internal/set
816google.golang.org/protobuf/internal/strs
817google.golang.org/protobuf/internal/version
818google.golang.org/protobuf/proto
819google.golang.org/protobuf/protoadapt
820google.golang.org/protobuf/reflect/protodesc
821google.golang.org/protobuf/reflect/protoreflect
822google.golang.org/protobuf/reflect/protoregistry
823google.golang.org/protobuf/runtime/protoiface
824google.golang.org/protobuf/runtime/protoimpl
825google.golang.org/protobuf/types/descriptorpb
826google.golang.org/protobuf/types/gofeaturespb
827google.golang.org/protobuf/types/known/anypb
828google.golang.org/protobuf/types/known/durationpb
829google.golang.org/protobuf/types/known/emptypb
830google.golang.org/protobuf/types/known/fieldmaskpb
831google.golang.org/protobuf/types/known/timestamppb
832# gopkg.in/yaml.v3 v3.0.1
254## explicit 833## explicit
255# golang.org/x/mod v0.22.0 834gopkg.in/yaml.v3
256## explicit 835# gotest.tools/v3 v3.5.2
257# google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 836## explicit; go 1.17
258## explicit 837gotest.tools/v3/assert
259# google.golang.org/grpc v1.68.1 838gotest.tools/v3/assert/cmp
260## explicit 839gotest.tools/v3/icmd
261# google.golang.org/protobuf v1.35.2 840gotest.tools/v3/internal/assert
262## explicit 841gotest.tools/v3/internal/difflib
842gotest.tools/v3/internal/format
843gotest.tools/v3/internal/source
844gotest.tools/v3/poll
263# lukechampine.com/blake3 v1.3.0 845# lukechampine.com/blake3 v1.3.0
264## explicit 846## explicit; go 1.17
265# sigs.k8s.io/yaml v1.4.0 847lukechampine.com/blake3
266## explicit 848lukechampine.com/blake3/bao
267# tags.cncf.io/container-device-interface v0.8.0 849lukechampine.com/blake3/guts
268## explicit
269# tags.cncf.io/container-device-interface/specs-go v0.8.0
270## explicit
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index 84734c9f..45e17c27 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -11,7 +11,7 @@ DEPENDS = " \
11 11
12# Specify the first two important SRCREVs as the format 12# Specify the first two important SRCREVs as the format
13SRCREV_FORMAT="nerdcli_cgroups" 13SRCREV_FORMAT="nerdcli_cgroups"
14SRCREV_nerdcli = "1259a55e6118e4dc1fb61021131aad61f6fca853" 14SRCREV_nerdcli = "497c7cf74d09bf1ddf2678382360ca61e6faebac"
15 15
16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" 16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}"
17 17
@@ -30,7 +30,7 @@ GO_IMPORT = "import"
30 30
31S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
32 32
33PV = "v2.0.2" 33PV = "v2.0.3"
34 34
35NERDCTL_PKG = "github.com/containerd/nerdctl" 35NERDCTL_PKG = "github.com/containerd/nerdctl"
36 36
diff --git a/recipes-containers/nerdctl/relocation.inc b/recipes-containers/nerdctl/relocation.inc
index bf8e4940..f5427070 100644
--- a/recipes-containers/nerdctl/relocation.inc
+++ b/recipes-containers/nerdctl/relocation.inc
@@ -5,14 +5,13 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \
5 gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ 5 gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \
6 go.opencensus.io:go.opencensus.io:force \ 6 go.opencensus.io:go.opencensus.io:force \
7 golang.org/x/exp:golang.org/x/exp:force \ 7 golang.org/x/exp:golang.org/x/exp:force \
8 golang.org/x/mod:golang.org/x/mod:force \
9 sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \
10 golang.org/x/sync:golang.org/x/sync:force \ 8 golang.org/x/sync:golang.org/x/sync:force \
11 golang.org/x/term:golang.org/x/term:force \ 9 golang.org/x/term:golang.org/x/term:force \
12 golang.org/x/text:golang.org/x/text:force \ 10 golang.org/x/text:golang.org/x/text:force \
13 golang.org/x/crypto:golang.org/x/crypto:force \ 11 golang.org/x/crypto:golang.org/x/crypto:force \
14 github.com/moby/term:github.com/moby/term:force \ 12 github.com/moby/term:github.com/moby/term:force \
15 github.com/docker/cli:github.com/docker/cli:force \ 13 github.com/docker/cli:github.com/docker/cli:force \
14 github.com/creack/pty:github.com/creack/pty:force \
16 github.com/pkg/errors:github.com/pkg/errors:force \ 15 github.com/pkg/errors:github.com/pkg/errors:force \
17 github.com/fatih/color:github.com/fatih/color:force \ 16 github.com/fatih/color:github.com/fatih/color:force \
18 github.com/ipfs/go-cid:github.com/ipfs/go-cid:force \ 17 github.com/ipfs/go-cid:github.com/ipfs/go-cid:force \
@@ -75,7 +74,6 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \
75 github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \ 74 github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \
76 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ 75 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \
77 github.com/sasha-s/go-deadlock:github.com/sasha-s/go-deadlock:force \ 76 github.com/sasha-s/go-deadlock:github.com/sasha-s/go-deadlock:force \
78 github.com/syndtr/gocapability:github.com/syndtr/gocapability:force \
79 github.com/containerd/platforms:github.com/containerd/platforms:force \ 77 github.com/containerd/platforms:github.com/containerd/platforms:force \
80 github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2:force \ 78 github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2:force \
81 github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \ 79 github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \
@@ -121,8 +119,6 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \
121 github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \ 119 github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \
122 github.com/AdamKorcz/go-118-fuzz-build:github.com/AdamKorcz/go-118-fuzz-build:force \ 120 github.com/AdamKorcz/go-118-fuzz-build:github.com/AdamKorcz/go-118-fuzz-build:force \
123 github.com/containerd/nydus-snapshotter:github.com/containerd/nydus-snapshotter:force \ 121 github.com/containerd/nydus-snapshotter:github.com/containerd/nydus-snapshotter:force \
124 github.com/opencontainers/runtime-tools:github.com/opencontainers/runtime-tools:force \
125 tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \
126 github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter:force \ 122 github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter:force \
127 github.com/rootless-containers/bypass4netns:github.com/rootless-containers/bypass4netns:force \ 123 github.com/rootless-containers/bypass4netns:github.com/rootless-containers/bypass4netns:force \
128 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ 124 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \
@@ -131,7 +127,6 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \
131 google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ 127 google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \
132 github.com/containerd/accelerated-container-image:github.com/containerd/accelerated-container-image:force \ 128 github.com/containerd/accelerated-container-image:github.com/containerd/accelerated-container-image:force \
133 github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter/estargz/estargz:force \ 129 github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter/estargz/estargz:force \
134 tags.cncf.io/container-device-interface/specs-go:tags.cncf.io/container-device-interface/specs-go/specs-go:force \
135 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force" 130 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force"
136 131
137do_compile:prepend() { 132do_compile:prepend() {
diff --git a/recipes-containers/nerdctl/src_uri.inc b/recipes-containers/nerdctl/src_uri.inc
index 7ac7681d..90ac270b 100644
--- a/recipes-containers/nerdctl/src_uri.inc
+++ b/recipes-containers/nerdctl/src_uri.inc
@@ -1,6 +1,6 @@
1# gotest.tools/v3 v3.5.1 1# gotest.tools/v3 v3.5.2
2# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 81cea1abc596b025bf2573c7fdf97740512e4c6c 2# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 0b81523ff268a1f1b0baf4a5da67e42fbb86880b
3SRCREV_gotest.tools-v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" 3SRCREV_gotest.tools-v3="0b81523ff268a1f1b0baf4a5da67e42fbb86880b"
4SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" 4SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3"
5 5
6# go.uber.org/mock v0.5.0 6# go.uber.org/mock v0.5.0
@@ -8,14 +8,14 @@ SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;pr
8SRCREV_mock="a9c44d91ce00ef09603d3822452a4f9c8fefd278" 8SRCREV_mock="a9c44d91ce00ef09603d3822452a4f9c8fefd278"
9SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" 9SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock"
10 10
11# golang.org/x/net v0.34.0 11# golang.org/x/net v0.37.0
12# [1] git ls-remote https://go.googlesource.com/net 8da7ed17cdaf5e1d42aa868f0b0322a207a17dcd 12# [1] git ls-remote https://go.googlesource.com/net 99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48
13SRCREV_net="8da7ed17cdaf5e1d42aa868f0b0322a207a17dcd" 13SRCREV_net="99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48"
14SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" 14SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net"
15 15
16# golang.org/x/sys v0.29.0 16# golang.org/x/sys v0.31.0
17# [1] git ls-remote https://github.com/golang/sys d4ac05dc8c4c953ec29cae3df56c0833f4010763 17# [1] git ls-remote https://github.com/golang/sys 74cfc93a99be6ca6f193856132e6799065b071af
18SRCREV_sys="d4ac05dc8c4c953ec29cae3df56c0833f4010763" 18SRCREV_sys="74cfc93a99be6ca6f193856132e6799065b071af"
19SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" 19SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys"
20 20
21# gopkg.in/yaml.v3 v3.0.1 21# gopkg.in/yaml.v3 v3.0.1
@@ -33,34 +33,24 @@ SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opence
33SRCREV_exp="2d47ceb2692f22136c9ff680c192d3d19c5dd9e2" 33SRCREV_exp="2d47ceb2692f22136c9ff680c192d3d19c5dd9e2"
34SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" 34SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp"
35 35
36# golang.org/x/mod v0.22.0 36# golang.org/x/sync v0.12.0
37# [1] git ls-remote https://go.googlesource.com/mod dec0365065b75edd0e98b0306f6f9b0051710ed2 37# [1] git ls-remote https://go.googlesource.com/sync b637f27e40ad6e222f3d301cc113e635f0fa08be
38SRCREV_mod="dec0365065b75edd0e98b0306f6f9b0051710ed2" 38SRCREV_sync="b637f27e40ad6e222f3d301cc113e635f0fa08be"
39SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/mod"
40
41# sigs.k8s.io/yaml v1.4.0
42# [1] git ls-remote https://github.com/kubernetes-sigs/yaml c3772b51db126345efe2dfe4ff8dac83b8141684
43SRCREV_yaml="c3772b51db126345efe2dfe4ff8dac83b8141684"
44SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml"
45
46# golang.org/x/sync v0.10.0
47# [1] git ls-remote https://go.googlesource.com/sync 913fb63af28f446cd10c684ee847b5606cf328f7
48SRCREV_sync="913fb63af28f446cd10c684ee847b5606cf328f7"
49SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" 39SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync"
50 40
51# golang.org/x/term v0.28.0 41# golang.org/x/term v0.30.0
52# [1] git ls-remote https://go.googlesource.com/term 40b02d69cd8f2efc8aeb262071f74fb4319b6661 42# [1] git ls-remote https://go.googlesource.com/term 04218fdaf78fa213d4e82c988184a250f6c354c2
53SRCREV_x-term="40b02d69cd8f2efc8aeb262071f74fb4319b6661" 43SRCREV_x-term="04218fdaf78fa213d4e82c988184a250f6c354c2"
54SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" 44SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term"
55 45
56# golang.org/x/text v0.21.0 46# golang.org/x/text v0.23.0
57# [1] git ls-remote https://go.googlesource.com/text d42948e5579eb996bedb7df76c7ad57fae4e83c7 47# [1] git ls-remote https://go.googlesource.com/text 566b44fc931e2542778a18423c655ce99b4f1402
58SRCREV_text="d42948e5579eb996bedb7df76c7ad57fae4e83c7" 48SRCREV_text="566b44fc931e2542778a18423c655ce99b4f1402"
59SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" 49SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text"
60 50
61# golang.org/x/crypto v0.32.0 51# golang.org/x/crypto v0.36.0
62# [1] git ls-remote https://go.googlesource.com/crypto 8929309228b460566ebf06dc56684799f352b0b0 52# [1] git ls-remote https://go.googlesource.com/crypto 49bf5b80c8108983f588ecabd7bf996e6e63a515
63SRCREV_crypto="8929309228b460566ebf06dc56684799f352b0b0" 53SRCREV_crypto="49bf5b80c8108983f588ecabd7bf996e6e63a515"
64SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" 54SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto"
65 55
66# github.com/moby/term v0.5.2 56# github.com/moby/term v0.5.2
@@ -68,11 +58,16 @@ SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch
68SRCREV_term="6c1b69fecbac2753dcaf18718a7e9f9093c3760d" 58SRCREV_term="6c1b69fecbac2753dcaf18718a7e9f9093c3760d"
69SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" 59SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term"
70 60
71# github.com/docker/cli v27.5.0+incompatible 61# github.com/docker/cli v28.0.1+incompatible
72# [1] git ls-remote https://github.com/docker/cli a187fa5d2d0d5f12db920734e425afc758e98ead 62# [1] git ls-remote https://github.com/docker/cli 068a01ea9470df6494cc92d9e64e240805ae47a7
73SRCREV_cli="a187fa5d2d0d5f12db920734e425afc758e98ead" 63SRCREV_cli="068a01ea9470df6494cc92d9e64e240805ae47a7"
74SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" 64SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli"
75 65
66# github.com/creack/pty v1.1.24
67# [1] git ls-remote https://github.com/creack/pty edfbf75025b0ba4ee17c19f52d9b600fad80a787
68SRCREV_pty="edfbf75025b0ba4ee17c19f52d9b600fad80a787"
69SRC_URI += "git://github.com/creack/pty;name=pty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/creack/pty"
70
76# github.com/pkg/errors v0.9.1 71# github.com/pkg/errors v0.9.1
77# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 72# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465
78SRCREV_errors="614d223910a179a466c1767a985424175c39b465" 73SRCREV_errors="614d223910a179a466c1767a985424175c39b465"
@@ -83,19 +78,19 @@ SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;de
83SRCREV_color="1c8d8706604ee5fb9a464e5097ba113101828a75" 78SRCREV_color="1c8d8706604ee5fb9a464e5097ba113101828a75"
84SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fatih/color" 79SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fatih/color"
85 80
86# github.com/ipfs/go-cid v0.4.1 81# github.com/ipfs/go-cid v0.5.0
87# [1] git ls-remote https://github.com/ipfs/go-cid d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7 82# [1] git ls-remote https://github.com/ipfs/go-cid 5cddba5d532ac5adeec87f5542c057e1dbfbce9b
88SRCREV_go-cid="d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7" 83SRCREV_go-cid="5cddba5d532ac5adeec87f5542c057e1dbfbce9b"
89SRC_URI += "git://github.com/ipfs/go-cid;name=go-cid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipfs/go-cid" 84SRC_URI += "git://github.com/ipfs/go-cid;name=go-cid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipfs/go-cid"
90 85
91# github.com/spf13/cobra v1.8.1 86# github.com/spf13/cobra v1.9.1
92# [1] git ls-remote https://github.com/spf13/cobra e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec 87# [1] git ls-remote https://github.com/spf13/cobra 40b5bc1437a564fc795d388b23835e84f54cd1d1
93SRCREV_cobra="e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec" 88SRCREV_cobra="40b5bc1437a564fc795d388b23835e84f54cd1d1"
94SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" 89SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra"
95 90
96# github.com/spf13/pflag v1.0.5 91# github.com/spf13/pflag v1.0.6
97# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab 92# [1] git ls-remote https://github.com/spf13/pflag 5ca813443bd2a4d9f46a253ea0407d23b3790713
98SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" 93SRCREV_pflag="5ca813443bd2a4d9f46a253ea0407d23b3790713"
99SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" 94SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag"
100 95
101# github.com/cilium/ebpf v0.16.0 96# github.com/cilium/ebpf v0.16.0
@@ -108,9 +103,9 @@ SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;des
108SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" 103SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe"
109SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" 104SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker"
110 105
111# google.golang.org/grpc v1.68.1 106# google.golang.org/grpc v1.69.4
112# [1] git ls-remote https://github.com/grpc/grpc-go d6a777f952c77822f0190dff71b1fe8fe250538c 107# [1] git ls-remote https://github.com/grpc/grpc-go 4103cfc52a951673d441f8b2c02eee96e31f1897
113SRCREV_grpc="d6a777f952c77822f0190dff71b1fe8fe250538c" 108SRCREV_grpc="4103cfc52a951673d441f8b2c02eee96e31f1897"
114SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" 109SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc"
115 110
116# github.com/go-logr/logr v1.4.2 111# github.com/go-logr/logr v1.4.2
@@ -138,9 +133,9 @@ SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;de
138SRCREV_blake3="4f5562c16b85a956bc8d650dc15344e1e1eb7c8c" 133SRCREV_blake3="4f5562c16b85a956bc8d650dc15344e1e1eb7c8c"
139SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/lukechampine.com/blake3" 134SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/lukechampine.com/blake3"
140 135
141# github.com/docker/docker v27.5.0+incompatible 136# github.com/docker/docker v28.0.1+incompatible
142# [1] git ls-remote https://github.com/moby/moby 38b84dce32c45732606fe09ffebef8b29a783644 137# [1] git ls-remote https://github.com/moby/moby bbd0a17ccc67e48d4a69393287b7fcc4f0578683
143SRCREV_docker="38b84dce32c45732606fe09ffebef8b29a783644" 138SRCREV_docker="bbd0a17ccc67e48d4a69393287b7fcc4f0578683"
144SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" 139SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker"
145 140
146# github.com/gogo/protobuf v1.3.2 141# github.com/gogo/protobuf v1.3.2
@@ -238,9 +233,9 @@ SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch
238SRCREV_pkcs7="21b5bd412d3d388540388c0165151f7e3df92213" 233SRCREV_pkcs7="21b5bd412d3d388540388c0165151f7e3df92213"
239SRC_URI += "git://github.com/smallstep/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/smallstep/pkcs7" 234SRC_URI += "git://github.com/smallstep/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/smallstep/pkcs7"
240 235
241# google.golang.org/protobuf v1.35.2 236# google.golang.org/protobuf v1.36.2
242# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go c72053a9062dd4bc86a75c21f5d8134136ccbf2e 237# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 12c6ebd98e62f69cf9969989362bc7609b873640
243SRCREV_google.golang.org-protobuf="c72053a9062dd4bc86a75c21f5d8134136ccbf2e" 238SRCREV_google.golang.org-protobuf="12c6ebd98e62f69cf9969989362bc7609b873640"
244SRC_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" 239SRC_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"
245 240
246# github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 241# github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
@@ -338,24 +333,19 @@ SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobr
338SRCREV_go-iptables="26e42518b22e6878bd6e479a574122c319fa923e" 333SRCREV_go-iptables="26e42518b22e6878bd6e479a574122c319fa923e"
339SRC_URI += "git://github.com/coreos/go-iptables;name=go-iptables;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/coreos/go-iptables" 334SRC_URI += "git://github.com/coreos/go-iptables;name=go-iptables;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/coreos/go-iptables"
340 335
341# github.com/klauspost/compress v1.17.11 336# github.com/klauspost/compress v1.18.0
342# [1] git ls-remote https://github.com/klauspost/compress 72cd4a92a8b13e722763e6b6a3467163c2028d3d 337# [1] git ls-remote https://github.com/klauspost/compress 8e79dc4b98d4c5a09c62a2546b79c14edf7c3e38
343SRCREV_compress="72cd4a92a8b13e722763e6b6a3467163c2028d3d" 338SRCREV_compress="8e79dc4b98d4c5a09c62a2546b79c14edf7c3e38"
344SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" 339SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress"
345 340
346# github.com/moby/sys/mountinfo v0.7.2
347# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4
348SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4"
349SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo"
350
351# github.com/containerd/go-runc v1.1.0 341# github.com/containerd/go-runc v1.1.0
352# [1] git ls-remote https://github.com/containerd/go-runc df3c22d088ca919d1943efa8ae0cfc0514da0542 342# [1] git ls-remote https://github.com/containerd/go-runc df3c22d088ca919d1943efa8ae0cfc0514da0542
353SRCREV_go-runc="df3c22d088ca919d1943efa8ae0cfc0514da0542" 343SRCREV_go-runc="df3c22d088ca919d1943efa8ae0cfc0514da0542"
354SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/go-runc" 344SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/go-runc"
355 345
356# github.com/go-jose/go-jose/v4 v4.0.4 346# github.com/go-jose/go-jose/v4 v4.0.5
357# [1] git ls-remote https://github.com/go-jose/go-jose 15bc4c2ac4575ad865f078390db61d44530f985d 347# [1] git ls-remote https://github.com/go-jose/go-jose 99b346cec4e86d102284642c5dcbe9bb0cacfc22
358SRCREV_v4="15bc4c2ac4575ad865f078390db61d44530f985d" 348SRCREV_v4="99b346cec4e86d102284642c5dcbe9bb0cacfc22"
359SRC_URI += "git://github.com/go-jose/go-jose;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-jose/go-jose/v4" 349SRC_URI += "git://github.com/go-jose/go-jose;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-jose/go-jose/v4"
360 350
361# github.com/klauspost/cpuid/v2 v2.2.8 351# github.com/klauspost/cpuid/v2 v2.2.8
@@ -368,6 +358,11 @@ SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobran
368SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" 358SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be"
369SRC_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" 359SRC_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"
370 360
361# github.com/moby/sys/mountinfo v0.7.2
362# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4
363SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4"
364SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo"
365
371# github.com/muesli/cancelreader v0.2.2 366# github.com/muesli/cancelreader v0.2.2
372# [1] git ls-remote https://github.com/muesli/cancelreader d11f1e77abf7f8d69d81553ccaaf0b81163541a6 367# [1] git ls-remote https://github.com/muesli/cancelreader d11f1e77abf7f8d69d81553ccaaf0b81163541a6
373SRCREV_cancelreader="d11f1e77abf7f8d69d81553ccaaf0b81163541a6" 368SRCREV_cancelreader="d11f1e77abf7f8d69d81553ccaaf0b81163541a6"
@@ -398,11 +393,6 @@ SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;
398SRCREV_go-deadlock="464d34347a399b840a4f963cc96dfc993ccf8c62" 393SRCREV_go-deadlock="464d34347a399b840a4f963cc96dfc993ccf8c62"
399SRC_URI += "git://github.com/sasha-s/go-deadlock;name=go-deadlock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sasha-s/go-deadlock" 394SRC_URI += "git://github.com/sasha-s/go-deadlock;name=go-deadlock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sasha-s/go-deadlock"
400 395
401# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
402# [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb
403SRCREV_gocapability="42c35b4376354fd554efc7ad35e0b7f94e3a0ffb"
404SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/syndtr/gocapability"
405
406# go.opentelemetry.io/otel/trace v1.31.0 396# go.opentelemetry.io/otel/trace v1.31.0
407# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 397# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0
408SRCREV_trace="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" 398SRCREV_trace="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0"
@@ -523,9 +513,9 @@ SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nob
523SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" 513SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b"
524SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" 514SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference"
525 515
526# github.com/containerd/containerd/v2 v2.0.2 516# github.com/containerd/containerd/v2 v2.0.3
527# [1] git ls-remote https://github.com/containerd/containerd c507a0257ea6462fbd6f5ba4f5c74facb04021f4 517# [1] git ls-remote https://github.com/containerd/containerd 06b99ca80cdbfbc6cc8bd567021738c9af2b36ce
528SRCREV_containerd-v2="c507a0257ea6462fbd6f5ba4f5c74facb04021f4" 518SRCREV_containerd-v2="06b99ca80cdbfbc6cc8bd567021738c9af2b36ce"
529SRC_URI += "git://github.com/containerd/containerd;name=containerd-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/v2" 519SRC_URI += "git://github.com/containerd/containerd;name=containerd-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/v2"
530 520
531# github.com/go-viper/mapstructure/v2 v2.2.1 521# github.com/go-viper/mapstructure/v2 v2.2.1
@@ -543,9 +533,9 @@ SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=ht
543SRCREV_api="cf36acf6b6dde383952f523e9b0b721b20dec88a" 533SRCREV_api="cf36acf6b6dde383952f523e9b0b721b20dec88a"
544SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" 534SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api"
545 535
546# github.com/opencontainers/image-spec v1.1.0 536# github.com/opencontainers/image-spec v1.1.1
547# [1] git ls-remote https://github.com/opencontainers/image-spec e7f7c0ca69b21688c3cea7c87a04e4503e6099e2 537# [1] git ls-remote https://github.com/opencontainers/image-spec 147f9c13cedb47a0c4d9a11a222961073d585877
548SRCREV_image-spec="e7f7c0ca69b21688c3cea7c87a04e4503e6099e2" 538SRCREV_image-spec="147f9c13cedb47a0c4d9a11a222961073d585877"
549SRC_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" 539SRC_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"
550 540
551# github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 541# github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
@@ -578,19 +568,19 @@ SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protoco
578SRCREV_go-pkcs11uri="78284954bff6dcce7888166bb79bbba93bea0879" 568SRCREV_go-pkcs11uri="78284954bff6dcce7888166bb79bbba93bea0879"
579SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stefanberger/go-pkcs11uri" 569SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stefanberger/go-pkcs11uri"
580 570
581# github.com/compose-spec/compose-go/v2 v2.4.7 571# github.com/compose-spec/compose-go/v2 v2.4.8
582# [1] git ls-remote https://github.com/compose-spec/compose-go 9642b85460f2de66e6295c8b1f2e968fc9c3cbae 572# [1] git ls-remote https://github.com/compose-spec/compose-go 84b7d5ab66388d3b5e24bae7861213a451a0f063
583SRCREV_v2="9642b85460f2de66e6295c8b1f2e968fc9c3cbae" 573SRCREV_v2="84b7d5ab66388d3b5e24bae7861213a451a0f063"
584SRC_URI += "git://github.com/compose-spec/compose-go;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2" 574SRC_URI += "git://github.com/compose-spec/compose-go;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2"
585 575
586# github.com/cyphar/filepath-securejoin v0.4.0 576# github.com/cyphar/filepath-securejoin v0.4.1
587# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 9a17e6b86760e1d05f1ae366e00e6ad27225400c 577# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 7abd870410ccf784788af4f55c6413c9ef47222d
588SRCREV_filepath-securejoin="9a17e6b86760e1d05f1ae366e00e6ad27225400c" 578SRCREV_filepath-securejoin="7abd870410ccf784788af4f55c6413c9ef47222d"
589SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cyphar/filepath-securejoin" 579SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cyphar/filepath-securejoin"
590 580
591# github.com/containernetworking/plugins v1.5.1 581# github.com/containernetworking/plugins v1.6.2
592# [1] git ls-remote https://github.com/containernetworking/plugins c29dc79f96cd50452a247a4591443d2aac033429 582# [1] git ls-remote https://github.com/containernetworking/plugins 7f756b411efc3d3730c707e2cc1f2baf1a66e28c
593SRCREV_plugins="c29dc79f96cd50452a247a4591443d2aac033429" 583SRCREV_plugins="7f756b411efc3d3730c707e2cc1f2baf1a66e28c"
594SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" 584SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins"
595 585
596# github.com/fluent/fluent-logger-golang v1.9.0 586# github.com/fluent/fluent-logger-golang v1.9.0
@@ -598,9 +588,9 @@ SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=h
598SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a" 588SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a"
599SRC_URI += "git://github.com/fluent/fluent-logger-golang;name=fluent-logger-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fluent/fluent-logger-golang" 589SRC_URI += "git://github.com/fluent/fluent-logger-golang;name=fluent-logger-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fluent/fluent-logger-golang"
600 590
601# github.com/opencontainers/runtime-spec v1.2.0 591# github.com/opencontainers/runtime-spec v1.2.1
602# [1] git ls-remote https://github.com/opencontainers/runtime-spec 36852b0d072a4b5da675300a9e73bc4b0853f5c6 592# [1] git ls-remote https://github.com/opencontainers/runtime-spec 524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b
603SRCREV_runtime-spec="36852b0d072a4b5da675300a9e73bc4b0853f5c6" 593SRCREV_runtime-spec="524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b"
604SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/runtime-spec" 594SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/runtime-spec"
605 595
606# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 596# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2
@@ -613,29 +603,19 @@ SRC_URI += "git://github.com/AdamKorcz/go-118-fuzz-build;name=go-118-fuzz-build;
613SRCREV_nydus-snapshotter="aec799e1b5d61050f7df4a1fd79177f89635cffe" 603SRCREV_nydus-snapshotter="aec799e1b5d61050f7df4a1fd79177f89635cffe"
614SRC_URI += "git://github.com/containerd/nydus-snapshotter;name=nydus-snapshotter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/nydus-snapshotter" 604SRC_URI += "git://github.com/containerd/nydus-snapshotter;name=nydus-snapshotter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/nydus-snapshotter"
615 605
616# github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
617# [1] git ls-remote https://github.com/opencontainers/runtime-tools 2e043c6bd62639199bdd0d5f0c5082797de4de2a
618SRCREV_runtime-tools="2e043c6bd62639199bdd0d5f0c5082797de4de2a"
619SRC_URI += "git://github.com/opencontainers/runtime-tools;name=runtime-tools;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/runtime-tools"
620
621# tags.cncf.io/container-device-interface v0.8.0
622# [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2
623SRCREV_container-device-interface="e66544063aa7760c4ea6330ce9e6c757f8e61df2"
624SRC_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"
625
626# github.com/containerd/stargz-snapshotter v0.16.3 606# github.com/containerd/stargz-snapshotter v0.16.3
627# [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a 607# [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a
628SRCREV_stargz-snapshotter="c0389e084ae5731215c1251b04f3a8b49efb6d5a" 608SRCREV_stargz-snapshotter="c0389e084ae5731215c1251b04f3a8b49efb6d5a"
629SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter" 609SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter"
630 610
631# google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 611# google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422
632# [1] git ls-remote https://github.com/googleapis/go-genproto 324edc3d5d38693218081dbcff1a945f1bd90575 612# [1] git ls-remote https://github.com/googleapis/go-genproto 5f5ef82da42272dfd659a9114072cd3a924f9143
633SRCREV_rpc="324edc3d5d38693218081dbcff1a945f1bd90575" 613SRCREV_rpc="5f5ef82da42272dfd659a9114072cd3a924f9143"
634SRC_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" 614SRC_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"
635 615
636# github.com/rootless-containers/bypass4netns v0.4.1 616# github.com/rootless-containers/bypass4netns v0.4.2
637# [1] git ls-remote https://github.com/rootless-containers/bypass4netns c3c127b902268c0ec143d5d0e06b567e0b930c45 617# [1] git ls-remote https://github.com/rootless-containers/bypass4netns aa04bd3dcc48c6dae6d7327ba219bda8fe2a4634
638SRCREV_bypass4netns="c3c127b902268c0ec143d5d0e06b567e0b930c45" 618SRCREV_bypass4netns="aa04bd3dcc48c6dae6d7327ba219bda8fe2a4634"
639SRC_URI += "git://github.com/rootless-containers/bypass4netns;name=bypass4netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/bypass4netns" 619SRC_URI += "git://github.com/rootless-containers/bypass4netns;name=bypass4netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/bypass4netns"
640 620
641# github.com/docker/docker-credential-helpers v0.8.2 621# github.com/docker/docker-credential-helpers v0.8.2
@@ -648,9 +628,9 @@ SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-creden
648SRCREV_ipfs="c0389e084ae5731215c1251b04f3a8b49efb6d5a" 628SRCREV_ipfs="c0389e084ae5731215c1251b04f3a8b49efb6d5a"
649SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=ipfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter/ipfs" 629SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=ipfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter/ipfs"
650 630
651# github.com/rootless-containers/rootlesskit/v2 v2.3.1 631# github.com/rootless-containers/rootlesskit/v2 v2.3.4
652# [1] git ls-remote https://github.com/rootless-containers/rootlesskit fcc67feacd7deea8bca12a1a849e638704b8e7d2 632# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 59a459df858d39ad5f4eafa305545907bf0c48ab
653SRCREV_rootlesskit-v2="fcc67feacd7deea8bca12a1a849e638704b8e7d2" 633SRCREV_rootlesskit-v2="59a459df858d39ad5f4eafa305545907bf0c48ab"
654SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/rootlesskit/v2" 634SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/rootlesskit/v2"
655 635
656# github.com/containerd/stargz-snapshotter/estargz v0.16.3 636# github.com/containerd/stargz-snapshotter/estargz v0.16.3
@@ -658,14 +638,9 @@ SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit-v2
658SRCREV_estargz="c0389e084ae5731215c1251b04f3a8b49efb6d5a" 638SRCREV_estargz="c0389e084ae5731215c1251b04f3a8b49efb6d5a"
659SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=estargz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter/estargz" 639SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=estargz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter/estargz"
660 640
661# tags.cncf.io/container-device-interface/specs-go v0.8.0 641# github.com/containerd/accelerated-container-image v1.3.0
662# [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2 642# [1] git ls-remote https://github.com/containerd/accelerated-container-image c5dd4fa383f2a932ab7d0b974f05a4e90eb46604
663SRCREV_specs-go="e66544063aa7760c4ea6330ce9e6c757f8e61df2" 643SRCREV_accelerated-container-image="c5dd4fa383f2a932ab7d0b974f05a4e90eb46604"
664SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=specs-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/tags.cncf.io/container-device-interface/specs-go"
665
666# github.com/containerd/accelerated-container-image v1.2.3
667# [1] git ls-remote https://github.com/containerd/accelerated-container-image 0c2f05791f88a0491218011a97c87c33e5440f72
668SRCREV_accelerated-container-image="0c2f05791f88a0491218011a97c87c33e5440f72"
669SRC_URI += "git://github.com/containerd/accelerated-container-image;name=accelerated-container-image;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/accelerated-container-image" 644SRC_URI += "git://github.com/containerd/accelerated-container-image;name=accelerated-container-image;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/accelerated-container-image"
670 645
671# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 646# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0