diff options
Diffstat (limited to 'recipes-containers/nerdctl')
-rw-r--r-- | recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch | 27 | ||||
-rw-r--r-- | recipes-containers/nerdctl/nerdctl/modules.txt | 1041 | ||||
-rw-r--r-- | recipes-containers/nerdctl/nerdctl_git.bb | 15 | ||||
-rw-r--r-- | recipes-containers/nerdctl/relocation.inc | 43 | ||||
-rw-r--r-- | recipes-containers/nerdctl/src_uri.inc | 1081 |
5 files changed, 1380 insertions, 827 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 ca7b3042..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 | |||
@@ -6,20 +6,23 @@ Subject: [PATCH] Makefile: allow external specification of build settings | |||
6 | Upstream-Status: Inappropriate [embedded specific] | 6 | Upstream-Status: Inappropriate [embedded specific] |
7 | 7 | ||
8 | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | 8 | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |
9 | |||
10 | Rebase to v2.0.2 | ||
11 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
9 | --- | 12 | --- |
10 | Makefile | 3 ++- | 13 | src/import/Makefile | 2 +- |
11 | 1 file changed, 2 insertions(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
12 | 15 | ||
13 | Index: nerdctl-v2.0.0-beta.1/src/import/Makefile | 16 | Index: git/src/import/Makefile |
14 | =================================================================== | 17 | =================================================================== |
15 | --- nerdctl-v2.0.0-beta.1.orig/src/import/Makefile | 18 | --- git.orig/src/import/Makefile |
16 | +++ nerdctl-v2.0.0-beta.1/src/import/Makefile | 19 | +++ git/src/import/Makefile |
17 | @@ -38,7 +38,7 @@ | 20 | @@ -54,7 +54,7 @@ |
21 | VERBOSE_FLAG_LONG := --verbose | ||
22 | endif | ||
18 | 23 | ||
19 | GO_BUILD_LDFLAGS ?= -s -w | 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)" |
20 | GO_BUILD_FLAGS ?= | 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)" |
21 | -export GO_BUILD=GO111MODULE=on CGO_ENABLED=0 GOOS=$(GOOS) $(GO) build -ldflags "$(GO_BUILD_LDFLAGS) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" | ||
22 | +export GO_BUILD=$(GO) build -ldflags "$(GO_BUILD_LDFLAGS) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" | ||
23 | 26 | ||
24 | ifdef VERBOSE | 27 | ifndef NO_COLOR |
25 | VERBOSE_FLAG := -v | 28 | NC := \033[0m |
diff --git a/recipes-containers/nerdctl/nerdctl/modules.txt b/recipes-containers/nerdctl/nerdctl/modules.txt index b26ec8ec..d0e62b94 100644 --- a/recipes-containers/nerdctl/nerdctl/modules.txt +++ b/recipes-containers/nerdctl/nerdctl/modules.txt | |||
@@ -1,270 +1,849 @@ | |||
1 | # github.com/Masterminds/semver/v3 v3.2.1 | 1 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 |
2 | ## explicit | 2 | ## explicit; go 1.20 |
3 | # github.com/Microsoft/go-winio v0.6.1 | 3 | github.com/AdaLogics/go-fuzz-headers |
4 | ## explicit | 4 | # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 |
5 | # github.com/Microsoft/hcsshim v0.11.4 | 5 | ## explicit; go 1.18 |
6 | ## explicit | 6 | github.com/AdamKorcz/go-118-fuzz-build/testing |
7 | # github.com/awslabs/soci-snapshotter v0.4.1 | 7 | # github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c |
8 | ## explicit | 8 | ## explicit; go 1.16 |
9 | # github.com/compose-spec/compose-go v1.20.2 | 9 | github.com/Azure/go-ansiterm |
10 | ## explicit | 10 | github.com/Azure/go-ansiterm/winterm |
11 | # github.com/containerd/accelerated-container-image v1.0.2 | 11 | # github.com/Masterminds/semver/v3 v3.3.1 |
12 | ## explicit | 12 | ## explicit; go 1.21 |
13 | # github.com/containerd/cgroups/v3 v3.0.3 | 13 | github.com/Masterminds/semver/v3 |
14 | # github.com/Microsoft/go-winio v0.6.2 | ||
15 | ## explicit; go 1.21 | ||
16 | github.com/Microsoft/go-winio | ||
17 | github.com/Microsoft/go-winio/backuptar | ||
18 | github.com/Microsoft/go-winio/internal/fs | ||
19 | github.com/Microsoft/go-winio/internal/socket | ||
20 | github.com/Microsoft/go-winio/internal/stringbuffer | ||
21 | github.com/Microsoft/go-winio/pkg/bindfilter | ||
22 | github.com/Microsoft/go-winio/pkg/guid | ||
23 | github.com/Microsoft/go-winio/vhd | ||
24 | # github.com/Microsoft/hcsshim v0.12.9 | ||
25 | ## explicit; go 1.22 | ||
26 | github.com/Microsoft/hcsshim | ||
27 | github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options | ||
28 | github.com/Microsoft/hcsshim/computestorage | ||
29 | github.com/Microsoft/hcsshim/hcn | ||
30 | github.com/Microsoft/hcsshim/internal/cni | ||
31 | github.com/Microsoft/hcsshim/internal/cow | ||
32 | github.com/Microsoft/hcsshim/internal/hcs | ||
33 | github.com/Microsoft/hcsshim/internal/hcs/schema1 | ||
34 | github.com/Microsoft/hcsshim/internal/hcs/schema2 | ||
35 | github.com/Microsoft/hcsshim/internal/hcserror | ||
36 | github.com/Microsoft/hcsshim/internal/hns | ||
37 | github.com/Microsoft/hcsshim/internal/interop | ||
38 | github.com/Microsoft/hcsshim/internal/jobobject | ||
39 | github.com/Microsoft/hcsshim/internal/log | ||
40 | github.com/Microsoft/hcsshim/internal/logfields | ||
41 | github.com/Microsoft/hcsshim/internal/longpath | ||
42 | github.com/Microsoft/hcsshim/internal/memory | ||
43 | github.com/Microsoft/hcsshim/internal/mergemaps | ||
44 | github.com/Microsoft/hcsshim/internal/oc | ||
45 | github.com/Microsoft/hcsshim/internal/protocol/guestrequest | ||
46 | github.com/Microsoft/hcsshim/internal/queue | ||
47 | github.com/Microsoft/hcsshim/internal/regstate | ||
48 | github.com/Microsoft/hcsshim/internal/runhcs | ||
49 | github.com/Microsoft/hcsshim/internal/safefile | ||
50 | github.com/Microsoft/hcsshim/internal/security | ||
51 | github.com/Microsoft/hcsshim/internal/timeout | ||
52 | github.com/Microsoft/hcsshim/internal/vhdx | ||
53 | github.com/Microsoft/hcsshim/internal/vmcompute | ||
54 | github.com/Microsoft/hcsshim/internal/wclayer | ||
55 | github.com/Microsoft/hcsshim/internal/wclayer/cim | ||
56 | github.com/Microsoft/hcsshim/internal/winapi | ||
57 | github.com/Microsoft/hcsshim/osversion | ||
58 | github.com/Microsoft/hcsshim/pkg/cimfs | ||
59 | github.com/Microsoft/hcsshim/pkg/cimfs/format | ||
60 | github.com/Microsoft/hcsshim/pkg/ociwclayer | ||
61 | github.com/Microsoft/hcsshim/pkg/ociwclayer/cim | ||
62 | # github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 | ||
14 | ## explicit | 63 | ## explicit |
64 | # github.com/cilium/ebpf v0.16.0 | ||
65 | ## explicit; go 1.21 | ||
66 | github.com/cilium/ebpf | ||
67 | github.com/cilium/ebpf/asm | ||
68 | github.com/cilium/ebpf/btf | ||
69 | github.com/cilium/ebpf/internal | ||
70 | github.com/cilium/ebpf/internal/kallsyms | ||
71 | github.com/cilium/ebpf/internal/kconfig | ||
72 | github.com/cilium/ebpf/internal/sys | ||
73 | github.com/cilium/ebpf/internal/sysenc | ||
74 | github.com/cilium/ebpf/internal/tracefs | ||
75 | github.com/cilium/ebpf/internal/unix | ||
76 | github.com/cilium/ebpf/link | ||
77 | # github.com/compose-spec/compose-go/v2 v2.4.8 | ||
78 | ## explicit; go 1.21 | ||
79 | github.com/compose-spec/compose-go/v2/cli | ||
80 | github.com/compose-spec/compose-go/v2/consts | ||
81 | github.com/compose-spec/compose-go/v2/dotenv | ||
82 | github.com/compose-spec/compose-go/v2/errdefs | ||
83 | github.com/compose-spec/compose-go/v2/format | ||
84 | github.com/compose-spec/compose-go/v2/graph | ||
85 | github.com/compose-spec/compose-go/v2/interpolation | ||
86 | github.com/compose-spec/compose-go/v2/loader | ||
87 | github.com/compose-spec/compose-go/v2/override | ||
88 | github.com/compose-spec/compose-go/v2/paths | ||
89 | github.com/compose-spec/compose-go/v2/schema | ||
90 | github.com/compose-spec/compose-go/v2/template | ||
91 | github.com/compose-spec/compose-go/v2/transform | ||
92 | github.com/compose-spec/compose-go/v2/tree | ||
93 | github.com/compose-spec/compose-go/v2/types | ||
94 | github.com/compose-spec/compose-go/v2/utils | ||
95 | github.com/compose-spec/compose-go/v2/validation | ||
96 | # github.com/containerd/accelerated-container-image v1.3.0 | ||
97 | ## explicit; go 1.22.0 | ||
98 | github.com/containerd/accelerated-container-image/pkg/convertor | ||
99 | github.com/containerd/accelerated-container-image/pkg/label | ||
100 | github.com/containerd/accelerated-container-image/pkg/types | ||
101 | github.com/containerd/accelerated-container-image/pkg/utils | ||
102 | github.com/containerd/accelerated-container-image/pkg/version | ||
103 | # github.com/containerd/cgroups/v3 v3.0.5 | ||
104 | ## explicit; go 1.22.0 | ||
105 | github.com/containerd/cgroups/v3 | ||
106 | github.com/containerd/cgroups/v3/cgroup1 | ||
107 | github.com/containerd/cgroups/v3/cgroup1/stats | ||
108 | github.com/containerd/cgroups/v3/cgroup2 | ||
109 | github.com/containerd/cgroups/v3/cgroup2/stats | ||
15 | # github.com/containerd/console v1.0.4 | 110 | # github.com/containerd/console v1.0.4 |
16 | ## explicit | 111 | ## explicit; go 1.13 |
17 | # github.com/containerd/containerd v1.7.13 | 112 | github.com/containerd/console |
18 | ## explicit | 113 | # github.com/containerd/containerd/api v1.8.0 |
19 | # github.com/containerd/continuity v0.4.3 | 114 | ## explicit; go 1.21 |
20 | ## explicit | 115 | github.com/containerd/containerd/api/events |
116 | github.com/containerd/containerd/api/runtime/sandbox/v1 | ||
117 | github.com/containerd/containerd/api/services/containers/v1 | ||
118 | github.com/containerd/containerd/api/services/content/v1 | ||
119 | github.com/containerd/containerd/api/services/diff/v1 | ||
120 | github.com/containerd/containerd/api/services/events/v1 | ||
121 | github.com/containerd/containerd/api/services/images/v1 | ||
122 | github.com/containerd/containerd/api/services/introspection/v1 | ||
123 | github.com/containerd/containerd/api/services/leases/v1 | ||
124 | github.com/containerd/containerd/api/services/namespaces/v1 | ||
125 | github.com/containerd/containerd/api/services/sandbox/v1 | ||
126 | github.com/containerd/containerd/api/services/snapshots/v1 | ||
127 | github.com/containerd/containerd/api/services/streaming/v1 | ||
128 | github.com/containerd/containerd/api/services/tasks/v1 | ||
129 | github.com/containerd/containerd/api/services/transfer/v1 | ||
130 | github.com/containerd/containerd/api/services/version/v1 | ||
131 | github.com/containerd/containerd/api/types | ||
132 | github.com/containerd/containerd/api/types/runc/options | ||
133 | github.com/containerd/containerd/api/types/task | ||
134 | github.com/containerd/containerd/api/types/transfer | ||
135 | # github.com/containerd/containerd/v2 v2.0.3 | ||
136 | ## explicit; go 1.22.0 | ||
137 | github.com/containerd/containerd/v2/client | ||
138 | github.com/containerd/containerd/v2/cmd/containerd-shim-runc-v2/process | ||
139 | github.com/containerd/containerd/v2/contrib/apparmor | ||
140 | github.com/containerd/containerd/v2/contrib/nvidia | ||
141 | github.com/containerd/containerd/v2/contrib/seccomp | ||
142 | github.com/containerd/containerd/v2/core/containers | ||
143 | github.com/containerd/containerd/v2/core/content | ||
144 | github.com/containerd/containerd/v2/core/content/proxy | ||
145 | github.com/containerd/containerd/v2/core/diff | ||
146 | github.com/containerd/containerd/v2/core/diff/proxy | ||
147 | github.com/containerd/containerd/v2/core/events | ||
148 | github.com/containerd/containerd/v2/core/events/proxy | ||
149 | github.com/containerd/containerd/v2/core/images | ||
150 | github.com/containerd/containerd/v2/core/images/archive | ||
151 | github.com/containerd/containerd/v2/core/images/converter | ||
152 | github.com/containerd/containerd/v2/core/images/converter/uncompress | ||
153 | github.com/containerd/containerd/v2/core/images/usage | ||
154 | github.com/containerd/containerd/v2/core/introspection | ||
155 | github.com/containerd/containerd/v2/core/introspection/proxy | ||
156 | github.com/containerd/containerd/v2/core/leases | ||
157 | github.com/containerd/containerd/v2/core/leases/proxy | ||
158 | github.com/containerd/containerd/v2/core/mount | ||
159 | github.com/containerd/containerd/v2/core/remotes | ||
160 | github.com/containerd/containerd/v2/core/remotes/docker | ||
161 | github.com/containerd/containerd/v2/core/remotes/docker/auth | ||
162 | github.com/containerd/containerd/v2/core/remotes/docker/config | ||
163 | github.com/containerd/containerd/v2/core/remotes/docker/schema1 | ||
164 | github.com/containerd/containerd/v2/core/remotes/errors | ||
165 | github.com/containerd/containerd/v2/core/runtime/opts | ||
166 | github.com/containerd/containerd/v2/core/runtime/restart | ||
167 | github.com/containerd/containerd/v2/core/runtime/v2/logging | ||
168 | github.com/containerd/containerd/v2/core/sandbox | ||
169 | github.com/containerd/containerd/v2/core/sandbox/proxy | ||
170 | github.com/containerd/containerd/v2/core/snapshots | ||
171 | github.com/containerd/containerd/v2/core/snapshots/proxy | ||
172 | github.com/containerd/containerd/v2/core/streaming | ||
173 | github.com/containerd/containerd/v2/core/streaming/proxy | ||
174 | github.com/containerd/containerd/v2/core/transfer | ||
175 | github.com/containerd/containerd/v2/core/transfer/proxy | ||
176 | github.com/containerd/containerd/v2/core/transfer/streaming | ||
177 | github.com/containerd/containerd/v2/core/unpack | ||
178 | github.com/containerd/containerd/v2/defaults | ||
179 | github.com/containerd/containerd/v2/internal/cleanup | ||
180 | github.com/containerd/containerd/v2/internal/fsverity | ||
181 | github.com/containerd/containerd/v2/internal/kmutex | ||
182 | github.com/containerd/containerd/v2/internal/randutil | ||
183 | github.com/containerd/containerd/v2/internal/userns | ||
184 | github.com/containerd/containerd/v2/pkg/archive | ||
185 | github.com/containerd/containerd/v2/pkg/archive/compression | ||
186 | github.com/containerd/containerd/v2/pkg/archive/tarheader | ||
187 | github.com/containerd/containerd/v2/pkg/cap | ||
188 | github.com/containerd/containerd/v2/pkg/cio | ||
189 | github.com/containerd/containerd/v2/pkg/deprecation | ||
190 | github.com/containerd/containerd/v2/pkg/dialer | ||
191 | github.com/containerd/containerd/v2/pkg/epoch | ||
192 | github.com/containerd/containerd/v2/pkg/filters | ||
193 | github.com/containerd/containerd/v2/pkg/identifiers | ||
194 | github.com/containerd/containerd/v2/pkg/kernelversion | ||
195 | github.com/containerd/containerd/v2/pkg/labels | ||
196 | github.com/containerd/containerd/v2/pkg/namespaces | ||
197 | github.com/containerd/containerd/v2/pkg/netns | ||
198 | github.com/containerd/containerd/v2/pkg/oci | ||
199 | github.com/containerd/containerd/v2/pkg/progress | ||
200 | github.com/containerd/containerd/v2/pkg/protobuf | ||
201 | github.com/containerd/containerd/v2/pkg/protobuf/proto | ||
202 | github.com/containerd/containerd/v2/pkg/protobuf/types | ||
203 | github.com/containerd/containerd/v2/pkg/reference | ||
204 | github.com/containerd/containerd/v2/pkg/rootfs | ||
205 | github.com/containerd/containerd/v2/pkg/seccomp | ||
206 | github.com/containerd/containerd/v2/pkg/snapshotters | ||
207 | github.com/containerd/containerd/v2/pkg/stdio | ||
208 | github.com/containerd/containerd/v2/pkg/sys | ||
209 | github.com/containerd/containerd/v2/pkg/tracing | ||
210 | github.com/containerd/containerd/v2/plugins | ||
211 | github.com/containerd/containerd/v2/plugins/content/local | ||
212 | github.com/containerd/containerd/v2/plugins/services | ||
213 | github.com/containerd/containerd/v2/version | ||
214 | # github.com/containerd/continuity v0.4.5 | ||
215 | ## explicit; go 1.21 | ||
216 | github.com/containerd/continuity/devices | ||
217 | github.com/containerd/continuity/fs | ||
218 | github.com/containerd/continuity/sysx | ||
219 | github.com/containerd/continuity/testutil/loopback | ||
220 | # github.com/containerd/errdefs v1.0.0 | ||
221 | ## explicit; go 1.20 | ||
222 | github.com/containerd/errdefs | ||
223 | # github.com/containerd/errdefs/pkg v0.3.0 | ||
224 | ## explicit; go 1.22 | ||
225 | github.com/containerd/errdefs/pkg/errgrpc | ||
226 | github.com/containerd/errdefs/pkg/internal/cause | ||
227 | github.com/containerd/errdefs/pkg/internal/types | ||
21 | # github.com/containerd/fifo v1.1.0 | 228 | # github.com/containerd/fifo v1.1.0 |
22 | ## explicit | 229 | ## explicit; go 1.18 |
23 | # github.com/containerd/go-cni v1.1.9 | 230 | github.com/containerd/fifo |
24 | ## explicit | 231 | # github.com/containerd/go-cni v1.1.12 |
25 | # github.com/containerd/imgcrypt v1.1.9 | 232 | ## explicit; go 1.21 |
26 | ## explicit | 233 | github.com/containerd/go-cni |
234 | # github.com/containerd/go-runc v1.1.0 | ||
235 | ## explicit; go 1.18 | ||
236 | github.com/containerd/go-runc | ||
237 | # github.com/containerd/imgcrypt/v2 v2.0.0 | ||
238 | ## explicit; go 1.22.0 | ||
239 | github.com/containerd/imgcrypt/v2 | ||
240 | github.com/containerd/imgcrypt/v2/images/encryption | ||
241 | github.com/containerd/imgcrypt/v2/images/encryption/parsehelpers | ||
27 | # github.com/containerd/log v0.1.0 | 242 | # github.com/containerd/log v0.1.0 |
28 | ## explicit | 243 | ## explicit; go 1.20 |
29 | # github.com/containerd/nydus-snapshotter v0.13.7 | 244 | github.com/containerd/log |
30 | ## explicit | 245 | # github.com/containerd/nerdctl/mod/tigron v0.0.0 => ./mod/tigron |
31 | # github.com/containerd/platforms v0.1.1 | 246 | ## explicit; go 1.23 |
32 | ## explicit | 247 | github.com/containerd/nerdctl/mod/tigron/expect |
33 | # github.com/containerd/stargz-snapshotter v0.15.1 | 248 | github.com/containerd/nerdctl/mod/tigron/require |
34 | ## explicit | 249 | github.com/containerd/nerdctl/mod/tigron/test |
35 | # github.com/containerd/stargz-snapshotter/estargz v0.15.1 | 250 | github.com/containerd/nerdctl/mod/tigron/test/internal |
36 | ## explicit | 251 | github.com/containerd/nerdctl/mod/tigron/test/internal/pty |
37 | # github.com/containerd/stargz-snapshotter/ipfs v0.15.1 | 252 | github.com/containerd/nerdctl/mod/tigron/utils |
38 | ## explicit | 253 | # github.com/containerd/nydus-snapshotter v0.15.0 |
39 | # github.com/containerd/typeurl/v2 v2.1.1 | 254 | ## explicit; go 1.22.0 |
40 | ## explicit | 255 | github.com/containerd/nydus-snapshotter/pkg/converter |
41 | # github.com/containernetworking/cni v1.1.2 | 256 | github.com/containerd/nydus-snapshotter/pkg/converter/tool |
42 | ## explicit | 257 | github.com/containerd/nydus-snapshotter/pkg/label |
43 | # github.com/containernetworking/plugins v1.4.0 | 258 | # github.com/containerd/platforms v1.0.0-rc.1 |
44 | ## explicit | 259 | ## explicit; go 1.20 |
45 | # github.com/coreos/go-iptables v0.7.0 | 260 | github.com/containerd/platforms |
46 | ## explicit | 261 | # github.com/containerd/plugin v1.0.0 |
262 | ## explicit; go 1.20 | ||
263 | github.com/containerd/plugin | ||
264 | # github.com/containerd/stargz-snapshotter v0.16.3 | ||
265 | ## explicit; go 1.22.0 | ||
266 | github.com/containerd/stargz-snapshotter/fs/config | ||
267 | github.com/containerd/stargz-snapshotter/fs/source | ||
268 | github.com/containerd/stargz-snapshotter/nativeconverter/estargz | ||
269 | github.com/containerd/stargz-snapshotter/nativeconverter/estargz/externaltoc | ||
270 | github.com/containerd/stargz-snapshotter/nativeconverter/zstdchunked | ||
271 | github.com/containerd/stargz-snapshotter/recorder | ||
272 | github.com/containerd/stargz-snapshotter/util/containerdutil | ||
273 | github.com/containerd/stargz-snapshotter/util/ioutils | ||
274 | # github.com/containerd/stargz-snapshotter/estargz v0.16.3 | ||
275 | ## explicit; go 1.22.0 | ||
276 | github.com/containerd/stargz-snapshotter/estargz | ||
277 | github.com/containerd/stargz-snapshotter/estargz/errorutil | ||
278 | github.com/containerd/stargz-snapshotter/estargz/externaltoc | ||
279 | github.com/containerd/stargz-snapshotter/estargz/zstdchunked | ||
280 | # github.com/containerd/stargz-snapshotter/ipfs v0.16.3 | ||
281 | ## explicit; go 1.22.0 | ||
282 | github.com/containerd/stargz-snapshotter/ipfs | ||
283 | github.com/containerd/stargz-snapshotter/ipfs/client | ||
284 | # github.com/containerd/ttrpc v1.2.7 | ||
285 | ## explicit; go 1.19 | ||
286 | github.com/containerd/ttrpc | ||
287 | # github.com/containerd/typeurl/v2 v2.2.3 | ||
288 | ## explicit; go 1.21 | ||
289 | github.com/containerd/typeurl/v2 | ||
290 | # github.com/containernetworking/cni v1.2.3 | ||
291 | ## explicit; go 1.21 | ||
292 | github.com/containernetworking/cni/libcni | ||
293 | github.com/containernetworking/cni/pkg/invoke | ||
294 | github.com/containernetworking/cni/pkg/types | ||
295 | github.com/containernetworking/cni/pkg/types/020 | ||
296 | github.com/containernetworking/cni/pkg/types/040 | ||
297 | github.com/containernetworking/cni/pkg/types/100 | ||
298 | github.com/containernetworking/cni/pkg/types/create | ||
299 | github.com/containernetworking/cni/pkg/types/internal | ||
300 | github.com/containernetworking/cni/pkg/utils | ||
301 | github.com/containernetworking/cni/pkg/version | ||
302 | # github.com/containernetworking/plugins v1.6.2 | ||
303 | ## explicit; go 1.23 | ||
304 | github.com/containernetworking/plugins/pkg/ns | ||
305 | # github.com/containers/ocicrypt v1.2.1 | ||
306 | ## explicit; go 1.22 | ||
307 | github.com/containers/ocicrypt | ||
308 | github.com/containers/ocicrypt/blockcipher | ||
309 | github.com/containers/ocicrypt/config | ||
310 | github.com/containers/ocicrypt/config/keyprovider-config | ||
311 | github.com/containers/ocicrypt/config/pkcs11config | ||
312 | github.com/containers/ocicrypt/crypto/pkcs11 | ||
313 | github.com/containers/ocicrypt/keywrap | ||
314 | github.com/containers/ocicrypt/keywrap/jwe | ||
315 | github.com/containers/ocicrypt/keywrap/keyprovider | ||
316 | github.com/containers/ocicrypt/keywrap/pgp | ||
317 | github.com/containers/ocicrypt/keywrap/pkcs11 | ||
318 | github.com/containers/ocicrypt/keywrap/pkcs7 | ||
319 | github.com/containers/ocicrypt/spec | ||
320 | github.com/containers/ocicrypt/utils | ||
321 | github.com/containers/ocicrypt/utils/keyprovider | ||
322 | # github.com/coreos/go-iptables v0.8.0 | ||
323 | ## explicit; go 1.16 | ||
324 | github.com/coreos/go-iptables/iptables | ||
47 | # github.com/coreos/go-systemd/v22 v22.5.0 | 325 | # github.com/coreos/go-systemd/v22 v22.5.0 |
48 | ## explicit | 326 | ## explicit; go 1.12 |
49 | # github.com/cyphar/filepath-securejoin v0.2.4 | 327 | github.com/coreos/go-systemd/v22/dbus |
50 | ## explicit | 328 | github.com/coreos/go-systemd/v22/journal |
51 | # github.com/docker/cli v24.0.7+incompatible | 329 | # github.com/creack/pty v1.1.24 |
52 | ## explicit | 330 | ## explicit; go 1.18 |
53 | # github.com/docker/docker v24.0.7+incompatible | 331 | github.com/creack/pty |
54 | ## explicit | 332 | # github.com/cyphar/filepath-securejoin v0.4.1 |
333 | ## explicit; go 1.18 | ||
334 | github.com/cyphar/filepath-securejoin | ||
335 | # github.com/distribution/reference v0.6.0 | ||
336 | ## explicit; go 1.20 | ||
337 | github.com/distribution/reference | ||
338 | # github.com/djherbis/times v1.6.0 | ||
339 | ## explicit; go 1.16 | ||
340 | github.com/djherbis/times | ||
341 | # github.com/docker/cli v28.0.1+incompatible | ||
342 | ## explicit | ||
343 | github.com/docker/cli/cli/config | ||
344 | github.com/docker/cli/cli/config/configfile | ||
345 | github.com/docker/cli/cli/config/credentials | ||
346 | github.com/docker/cli/cli/config/types | ||
347 | github.com/docker/cli/opts | ||
348 | github.com/docker/cli/pkg/kvfile | ||
349 | github.com/docker/cli/templates | ||
350 | # github.com/docker/docker v28.0.1+incompatible | ||
351 | ## explicit | ||
352 | github.com/docker/docker/api/types/blkiodev | ||
353 | github.com/docker/docker/api/types/common | ||
354 | github.com/docker/docker/api/types/container | ||
355 | github.com/docker/docker/api/types/filters | ||
356 | github.com/docker/docker/api/types/mount | ||
357 | github.com/docker/docker/api/types/network | ||
358 | github.com/docker/docker/api/types/registry | ||
359 | github.com/docker/docker/api/types/storage | ||
360 | github.com/docker/docker/api/types/strslice | ||
361 | github.com/docker/docker/api/types/swarm | ||
362 | github.com/docker/docker/api/types/swarm/runtime | ||
363 | github.com/docker/docker/api/types/system | ||
364 | github.com/docker/docker/api/types/time | ||
365 | github.com/docker/docker/api/types/versions | ||
366 | github.com/docker/docker/internal/lazyregexp | ||
367 | github.com/docker/docker/internal/multierror | ||
368 | github.com/docker/docker/libnetwork/ipamutils | ||
369 | github.com/docker/docker/opts | ||
370 | github.com/docker/docker/pkg/homedir | ||
371 | github.com/docker/docker/pkg/meminfo | ||
372 | github.com/docker/docker/pkg/stringid | ||
373 | github.com/docker/docker/pkg/sysinfo | ||
374 | github.com/docker/docker/pkg/system | ||
375 | # github.com/docker/docker-credential-helpers v0.8.2 | ||
376 | ## explicit; go 1.19 | ||
377 | github.com/docker/docker-credential-helpers/client | ||
378 | github.com/docker/docker-credential-helpers/credentials | ||
55 | # github.com/docker/go-connections v0.5.0 | 379 | # github.com/docker/go-connections v0.5.0 |
56 | ## explicit | 380 | ## explicit; go 1.18 |
381 | github.com/docker/go-connections/nat | ||
382 | github.com/docker/go-connections/tlsconfig | ||
57 | # github.com/docker/go-units v0.5.0 | 383 | # github.com/docker/go-units v0.5.0 |
58 | ## explicit | 384 | ## explicit |
59 | # github.com/fahedouch/go-logrotate v0.2.0 | 385 | github.com/docker/go-units |
60 | ## explicit | 386 | # github.com/fahedouch/go-logrotate v0.2.1 |
61 | # github.com/fatih/color v1.16.0 | 387 | ## explicit; go 1.21 |
62 | ## explicit | 388 | github.com/fahedouch/go-logrotate |
389 | # github.com/fatih/color v1.18.0 | ||
390 | ## explicit; go 1.17 | ||
391 | github.com/fatih/color | ||
392 | # github.com/felixge/httpsnoop v1.0.4 | ||
393 | ## explicit; go 1.13 | ||
394 | github.com/felixge/httpsnoop | ||
63 | # github.com/fluent/fluent-logger-golang v1.9.0 | 395 | # github.com/fluent/fluent-logger-golang v1.9.0 |
64 | ## explicit | 396 | ## explicit |
65 | # github.com/ipfs/go-cid v0.4.1 | 397 | github.com/fluent/fluent-logger-golang/fluent |
66 | ## explicit | 398 | # github.com/fsnotify/fsnotify v1.8.0 |
67 | # github.com/mattn/go-isatty v0.0.20 | 399 | ## explicit; go 1.17 |
68 | ## explicit | 400 | github.com/fsnotify/fsnotify |
69 | # github.com/mitchellh/mapstructure v1.5.0 | 401 | github.com/fsnotify/fsnotify/internal |
70 | ## explicit | 402 | # github.com/go-jose/go-jose/v4 v4.0.5 |
71 | # github.com/moby/sys/mount v0.3.3 | 403 | ## explicit; go 1.21 |
72 | ## explicit | 404 | github.com/go-jose/go-jose/v4 |
73 | # github.com/moby/sys/signal v0.7.0 | 405 | github.com/go-jose/go-jose/v4/cipher |
74 | ## explicit | 406 | github.com/go-jose/go-jose/v4/json |
75 | # github.com/moby/term v0.5.0 | 407 | # github.com/go-logr/logr v1.4.2 |
76 | ## explicit | 408 | ## explicit; go 1.18 |
77 | # github.com/muesli/cancelreader v0.2.2 | 409 | github.com/go-logr/logr |
78 | ## explicit | 410 | github.com/go-logr/logr/funcr |
79 | # github.com/opencontainers/go-digest v1.0.0 | ||
80 | ## explicit | ||
81 | # github.com/opencontainers/image-spec v1.1.0 | ||
82 | ## explicit | ||
83 | # github.com/opencontainers/runtime-spec v1.2.0 | ||
84 | ## explicit | ||
85 | # github.com/pelletier/go-toml/v2 v2.1.1 | ||
86 | ## explicit | ||
87 | # github.com/rootless-containers/bypass4netns v0.4.0 | ||
88 | ## explicit | ||
89 | # github.com/rootless-containers/rootlesskit/v2 v2.0.1 | ||
90 | ## explicit | ||
91 | # github.com/spf13/cobra v1.8.0 | ||
92 | ## explicit | ||
93 | # github.com/spf13/pflag v1.0.5 | ||
94 | ## explicit | ||
95 | # github.com/tidwall/gjson v1.17.1 | ||
96 | ## explicit | ||
97 | # github.com/vishvananda/netlink v1.2.1-beta.2 | ||
98 | ## explicit | ||
99 | # github.com/vishvananda/netns v0.0.4 | ||
100 | ## explicit | ||
101 | # github.com/yuchanns/srslog v1.1.0 | ||
102 | ## explicit | ||
103 | # go.uber.org/mock v0.4.0 | ||
104 | ## explicit | ||
105 | # golang.org/x/crypto v0.19.0 | ||
106 | ## explicit | ||
107 | # golang.org/x/net v0.21.0 | ||
108 | ## explicit | ||
109 | # golang.org/x/sync v0.6.0 | ||
110 | ## explicit | ||
111 | # golang.org/x/sys v0.17.0 | ||
112 | ## explicit | ||
113 | # golang.org/x/term v0.17.0 | ||
114 | ## explicit | ||
115 | # golang.org/x/text v0.14.0 | ||
116 | ## explicit | ||
117 | # gopkg.in/yaml.v3 v3.0.1 | ||
118 | ## explicit | ||
119 | # gotest.tools/v3 v3.5.1 | ||
120 | ## explicit | ||
121 | # github.com/moby/sys/user v0.1.0 | ||
122 | ## explicit | ||
123 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 | ||
124 | ## explicit | ||
125 | # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 | ||
126 | ## explicit | ||
127 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | ||
128 | ## explicit | ||
129 | # github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 | ||
130 | ## explicit | ||
131 | # github.com/cilium/ebpf v0.11.0 | ||
132 | ## explicit | ||
133 | # github.com/containerd/cgroups v1.1.0 | ||
134 | ## explicit | ||
135 | # github.com/containerd/go-runc v1.0.0 | ||
136 | ## explicit | ||
137 | # github.com/containerd/ttrpc v1.2.2 | ||
138 | ## explicit | ||
139 | # github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67 | ||
140 | ## explicit | ||
141 | # github.com/containers/ocicrypt v1.1.9 | ||
142 | ## explicit | ||
143 | # github.com/distribution/reference v0.5.0 | ||
144 | ## explicit | ||
145 | # github.com/djherbis/times v1.5.0 | ||
146 | ## explicit | ||
147 | # github.com/docker/docker-credential-helpers v0.7.0 | ||
148 | ## explicit | ||
149 | # github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c | ||
150 | ## explicit | ||
151 | # github.com/felixge/httpsnoop v1.0.3 | ||
152 | ## explicit | ||
153 | # github.com/go-jose/go-jose/v3 v3.0.1 | ||
154 | ## explicit | ||
155 | # github.com/go-logr/logr v1.3.0 | ||
156 | ## explicit | ||
157 | # github.com/go-logr/stdr v1.2.2 | 411 | # github.com/go-logr/stdr v1.2.2 |
158 | ## explicit | 412 | ## explicit; go 1.16 |
413 | github.com/go-logr/stdr | ||
414 | # github.com/go-viper/mapstructure/v2 v2.2.1 | ||
415 | ## explicit; go 1.18 | ||
416 | github.com/go-viper/mapstructure/v2 | ||
417 | github.com/go-viper/mapstructure/v2/internal/errors | ||
159 | # github.com/godbus/dbus/v5 v5.1.0 | 418 | # github.com/godbus/dbus/v5 v5.1.0 |
160 | ## explicit | 419 | ## explicit; go 1.12 |
420 | github.com/godbus/dbus/v5 | ||
161 | # github.com/gogo/protobuf v1.3.2 | 421 | # github.com/gogo/protobuf v1.3.2 |
162 | ## explicit | 422 | ## explicit; go 1.15 |
423 | github.com/gogo/protobuf/proto | ||
163 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da | 424 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da |
164 | ## explicit | 425 | ## explicit |
165 | # github.com/golang/protobuf v1.5.3 | 426 | github.com/golang/groupcache/lru |
166 | ## explicit | 427 | # github.com/golang/protobuf v1.5.4 |
428 | ## explicit; go 1.17 | ||
429 | github.com/golang/protobuf/proto | ||
167 | # github.com/google/go-cmp v0.6.0 | 430 | # github.com/google/go-cmp v0.6.0 |
168 | ## explicit | 431 | ## explicit; go 1.13 |
169 | # github.com/google/uuid v1.6.0 | 432 | github.com/google/go-cmp/cmp |
170 | ## explicit | 433 | github.com/google/go-cmp/cmp/internal/diff |
171 | # github.com/hashicorp/errwrap v1.1.0 | 434 | github.com/google/go-cmp/cmp/internal/flags |
172 | ## explicit | 435 | github.com/google/go-cmp/cmp/internal/function |
173 | # github.com/hashicorp/go-multierror v1.1.1 | 436 | github.com/google/go-cmp/cmp/internal/value |
174 | ## explicit | ||
175 | # github.com/imdario/mergo v0.3.16 | ||
176 | ## explicit | ||
177 | # github.com/inconshreveable/mousetrap v1.1.0 | 437 | # github.com/inconshreveable/mousetrap v1.1.0 |
178 | ## explicit | 438 | ## explicit; go 1.18 |
179 | # github.com/klauspost/compress v1.17.6 | 439 | github.com/inconshreveable/mousetrap |
180 | ## explicit | 440 | # github.com/ipfs/go-cid v0.5.0 |
181 | # github.com/klauspost/cpuid/v2 v2.2.3 | 441 | ## explicit; go 1.22 |
182 | ## explicit | 442 | github.com/ipfs/go-cid |
443 | # github.com/klauspost/compress v1.18.0 | ||
444 | ## explicit; go 1.22 | ||
445 | github.com/klauspost/compress | ||
446 | github.com/klauspost/compress/fse | ||
447 | github.com/klauspost/compress/huff0 | ||
448 | github.com/klauspost/compress/internal/cpuinfo | ||
449 | github.com/klauspost/compress/internal/le | ||
450 | github.com/klauspost/compress/internal/snapref | ||
451 | github.com/klauspost/compress/zstd | ||
452 | github.com/klauspost/compress/zstd/internal/xxhash | ||
453 | # github.com/klauspost/cpuid/v2 v2.2.8 | ||
454 | ## explicit; go 1.15 | ||
455 | github.com/klauspost/cpuid/v2 | ||
183 | # github.com/mattn/go-colorable v0.1.13 | 456 | # github.com/mattn/go-colorable v0.1.13 |
184 | ## explicit | 457 | ## explicit; go 1.15 |
458 | github.com/mattn/go-colorable | ||
459 | # github.com/mattn/go-isatty v0.0.20 | ||
460 | ## explicit; go 1.15 | ||
461 | github.com/mattn/go-isatty | ||
185 | # github.com/mattn/go-shellwords v1.0.12 | 462 | # github.com/mattn/go-shellwords v1.0.12 |
186 | ## explicit | 463 | ## explicit; go 1.13 |
464 | github.com/mattn/go-shellwords | ||
187 | # github.com/miekg/pkcs11 v1.1.1 | 465 | # github.com/miekg/pkcs11 v1.1.1 |
188 | ## explicit | 466 | ## explicit; go 1.12 |
467 | github.com/miekg/pkcs11 | ||
189 | # github.com/minio/sha256-simd v1.0.1 | 468 | # github.com/minio/sha256-simd v1.0.1 |
190 | ## explicit | 469 | ## explicit; go 1.17 |
470 | github.com/minio/sha256-simd | ||
191 | # github.com/mitchellh/go-homedir v1.1.0 | 471 | # github.com/mitchellh/go-homedir v1.1.0 |
192 | ## explicit | 472 | ## explicit |
473 | github.com/mitchellh/go-homedir | ||
474 | # github.com/moby/docker-image-spec v1.3.1 | ||
475 | ## explicit; go 1.18 | ||
476 | github.com/moby/docker-image-spec/specs-go/v1 | ||
193 | # github.com/moby/locker v1.0.1 | 477 | # github.com/moby/locker v1.0.1 |
194 | ## explicit | 478 | ## explicit; go 1.13 |
195 | # github.com/moby/sys/mountinfo v0.7.1 | 479 | github.com/moby/locker |
196 | ## explicit | 480 | # github.com/moby/sys/mount v0.3.4 |
197 | # github.com/moby/sys/sequential v0.5.0 | 481 | ## explicit; go 1.17 |
198 | ## explicit | 482 | github.com/moby/sys/mount |
199 | # github.com/moby/sys/symlink v0.2.0 | 483 | # github.com/moby/sys/mountinfo v0.7.2 |
200 | ## explicit | 484 | ## explicit; go 1.17 |
485 | github.com/moby/sys/mountinfo | ||
486 | # github.com/moby/sys/sequential v0.6.0 | ||
487 | ## explicit; go 1.17 | ||
488 | github.com/moby/sys/sequential | ||
489 | # github.com/moby/sys/signal v0.7.1 | ||
490 | ## explicit; go 1.17 | ||
491 | github.com/moby/sys/signal | ||
492 | # github.com/moby/sys/symlink v0.3.0 | ||
493 | ## explicit; go 1.17 | ||
494 | github.com/moby/sys/symlink | ||
495 | # github.com/moby/sys/user v0.3.0 | ||
496 | ## explicit; go 1.17 | ||
497 | github.com/moby/sys/user | ||
498 | # github.com/moby/sys/userns v0.1.0 | ||
499 | ## explicit; go 1.21 | ||
500 | github.com/moby/sys/userns | ||
501 | # github.com/moby/term v0.5.2 | ||
502 | ## explicit; go 1.18 | ||
503 | github.com/moby/term | ||
504 | github.com/moby/term/windows | ||
201 | # github.com/mr-tron/base58 v1.2.0 | 505 | # github.com/mr-tron/base58 v1.2.0 |
202 | ## explicit | 506 | ## explicit; go 1.12 |
507 | github.com/mr-tron/base58/base58 | ||
508 | # github.com/muesli/cancelreader v0.2.2 | ||
509 | ## explicit; go 1.17 | ||
510 | github.com/muesli/cancelreader | ||
203 | # github.com/multiformats/go-base32 v0.1.0 | 511 | # github.com/multiformats/go-base32 v0.1.0 |
204 | ## explicit | 512 | ## explicit; go 1.18 |
205 | # github.com/multiformats/go-base36 v0.1.0 | 513 | github.com/multiformats/go-base32 |
206 | ## explicit | 514 | # github.com/multiformats/go-base36 v0.2.0 |
207 | # github.com/multiformats/go-multiaddr v0.12.0 | 515 | ## explicit; go 1.18 |
208 | ## explicit | 516 | github.com/multiformats/go-base36 |
209 | # github.com/multiformats/go-multibase v0.1.1 | 517 | # github.com/multiformats/go-multiaddr v0.13.0 |
210 | ## explicit | 518 | ## explicit; go 1.21 |
211 | # github.com/multiformats/go-multihash v0.2.1 | 519 | github.com/multiformats/go-multiaddr |
212 | ## explicit | 520 | github.com/multiformats/go-multiaddr/net |
213 | # github.com/multiformats/go-varint v0.0.6 | 521 | # github.com/multiformats/go-multibase v0.2.0 |
214 | ## explicit | 522 | ## explicit; go 1.19 |
215 | # github.com/opencontainers/selinux v1.11.0 | 523 | github.com/multiformats/go-multibase |
216 | ## explicit | 524 | # github.com/multiformats/go-multihash v0.2.3 |
217 | # github.com/pelletier/go-toml v1.9.5 | 525 | ## explicit; go 1.19 |
218 | ## explicit | 526 | github.com/multiformats/go-multihash |
219 | # github.com/philhofer/fwd v1.1.1 | 527 | github.com/multiformats/go-multihash/core |
220 | ## explicit | 528 | github.com/multiformats/go-multihash/register/all |
529 | github.com/multiformats/go-multihash/register/blake2 | ||
530 | github.com/multiformats/go-multihash/register/blake3 | ||
531 | github.com/multiformats/go-multihash/register/miniosha256 | ||
532 | github.com/multiformats/go-multihash/register/murmur3 | ||
533 | github.com/multiformats/go-multihash/register/sha256 | ||
534 | github.com/multiformats/go-multihash/register/sha3 | ||
535 | # github.com/multiformats/go-varint v0.0.7 | ||
536 | ## explicit; go 1.18 | ||
537 | github.com/multiformats/go-varint | ||
538 | # github.com/opencontainers/go-digest v1.0.0 | ||
539 | ## explicit; go 1.13 | ||
540 | github.com/opencontainers/go-digest | ||
541 | # github.com/opencontainers/image-spec v1.1.1 | ||
542 | ## explicit; go 1.18 | ||
543 | github.com/opencontainers/image-spec/identity | ||
544 | github.com/opencontainers/image-spec/specs-go | ||
545 | github.com/opencontainers/image-spec/specs-go/v1 | ||
546 | # github.com/opencontainers/runtime-spec v1.2.1 | ||
547 | ## explicit | ||
548 | github.com/opencontainers/runtime-spec/specs-go | ||
549 | github.com/opencontainers/runtime-spec/specs-go/features | ||
550 | # github.com/opencontainers/selinux v1.11.1 | ||
551 | ## explicit; go 1.19 | ||
552 | github.com/opencontainers/selinux/go-selinux | ||
553 | github.com/opencontainers/selinux/go-selinux/label | ||
554 | github.com/opencontainers/selinux/pkg/pwalkdir | ||
555 | # github.com/pelletier/go-toml/v2 v2.2.3 | ||
556 | ## explicit; go 1.21.0 | ||
557 | github.com/pelletier/go-toml/v2 | ||
558 | github.com/pelletier/go-toml/v2/internal/characters | ||
559 | github.com/pelletier/go-toml/v2/internal/danger | ||
560 | github.com/pelletier/go-toml/v2/internal/tracker | ||
561 | github.com/pelletier/go-toml/v2/unstable | ||
562 | # github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 | ||
563 | ## explicit; go 1.17 | ||
564 | github.com/petermattis/goid | ||
565 | # github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 | ||
566 | ## explicit; go 1.20 | ||
567 | github.com/philhofer/fwd | ||
221 | # github.com/pkg/errors v0.9.1 | 568 | # github.com/pkg/errors v0.9.1 |
222 | ## explicit | 569 | ## explicit |
570 | github.com/pkg/errors | ||
571 | # github.com/rootless-containers/bypass4netns v0.4.2 | ||
572 | ## explicit; go 1.22 | ||
573 | github.com/rootless-containers/bypass4netns/pkg/api | ||
574 | github.com/rootless-containers/bypass4netns/pkg/api/daemon/client | ||
575 | github.com/rootless-containers/bypass4netns/pkg/oci | ||
576 | # github.com/rootless-containers/rootlesskit/v2 v2.3.4 | ||
577 | ## explicit; go 1.23.0 | ||
578 | github.com/rootless-containers/rootlesskit/v2/pkg/api | ||
579 | github.com/rootless-containers/rootlesskit/v2/pkg/api/client | ||
580 | github.com/rootless-containers/rootlesskit/v2/pkg/httputil | ||
581 | github.com/rootless-containers/rootlesskit/v2/pkg/port | ||
582 | # github.com/sasha-s/go-deadlock v0.3.5 | ||
583 | ## explicit | ||
584 | github.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 |
587 | github.com/sirupsen/logrus | ||
588 | # github.com/smallstep/pkcs7 v0.1.1 | ||
589 | ## explicit; go 1.14 | ||
590 | github.com/smallstep/pkcs7 | ||
591 | github.com/smallstep/pkcs7/internal/legacy/x509 | ||
225 | # github.com/spaolacci/murmur3 v1.1.0 | 592 | # github.com/spaolacci/murmur3 v1.1.0 |
226 | ## explicit | 593 | ## explicit |
227 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 | 594 | github.com/spaolacci/murmur3 |
228 | ## explicit | 595 | # github.com/spf13/cobra v1.9.1 |
229 | # github.com/tidwall/match v1.1.1 | 596 | ## explicit; go 1.15 |
230 | ## explicit | 597 | github.com/spf13/cobra |
231 | # github.com/tidwall/pretty v1.2.0 | 598 | # github.com/spf13/pflag v1.0.6 |
232 | ## explicit | 599 | ## explicit; go 1.12 |
233 | # github.com/tinylib/msgp v1.1.6 | 600 | github.com/spf13/pflag |
234 | ## explicit | 601 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 |
235 | # github.com/vbatts/tar-split v0.11.5 | 602 | ## explicit; go 1.19 |
236 | ## explicit | 603 | github.com/stefanberger/go-pkcs11uri |
604 | # github.com/tinylib/msgp v1.2.0 | ||
605 | ## explicit; go 1.20 | ||
606 | github.com/tinylib/msgp/msgp | ||
607 | # github.com/vbatts/tar-split v0.11.6 | ||
608 | ## explicit; go 1.17 | ||
609 | github.com/vbatts/tar-split/archive/tar | ||
610 | # github.com/vishvananda/netlink v1.3.0 | ||
611 | ## explicit; go 1.12 | ||
612 | github.com/vishvananda/netlink | ||
613 | github.com/vishvananda/netlink/nl | ||
614 | # github.com/vishvananda/netns v0.0.5 | ||
615 | ## explicit; go 1.17 | ||
616 | github.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 |
619 | github.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 |
622 | github.com/xeipuuv/gojsonreference | ||
241 | # github.com/xeipuuv/gojsonschema v1.2.0 | 623 | # github.com/xeipuuv/gojsonschema v1.2.0 |
242 | ## explicit | 624 | ## explicit |
243 | # go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 | 625 | github.com/xeipuuv/gojsonschema |
244 | ## explicit | 626 | # github.com/yuchanns/srslog v1.1.0 |
627 | ## explicit; go 1.19 | ||
628 | github.com/yuchanns/srslog | ||
245 | # go.opencensus.io v0.24.0 | 629 | # go.opencensus.io v0.24.0 |
630 | ## explicit; go 1.13 | ||
631 | go.opencensus.io | ||
632 | go.opencensus.io/internal | ||
633 | go.opencensus.io/trace | ||
634 | go.opencensus.io/trace/internal | ||
635 | go.opencensus.io/trace/tracestate | ||
636 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 | ||
637 | ## explicit; go 1.22 | ||
638 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | ||
639 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request | ||
640 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv | ||
641 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil | ||
642 | # go.opentelemetry.io/otel v1.31.0 | ||
643 | ## explicit; go 1.22 | ||
644 | go.opentelemetry.io/otel | ||
645 | go.opentelemetry.io/otel/attribute | ||
646 | go.opentelemetry.io/otel/baggage | ||
647 | go.opentelemetry.io/otel/codes | ||
648 | go.opentelemetry.io/otel/internal | ||
649 | go.opentelemetry.io/otel/internal/attribute | ||
650 | go.opentelemetry.io/otel/internal/baggage | ||
651 | go.opentelemetry.io/otel/internal/global | ||
652 | go.opentelemetry.io/otel/propagation | ||
653 | go.opentelemetry.io/otel/semconv/v1.20.0 | ||
654 | go.opentelemetry.io/otel/semconv/v1.21.0 | ||
655 | go.opentelemetry.io/otel/semconv/v1.26.0 | ||
656 | # go.opentelemetry.io/otel/metric v1.31.0 | ||
657 | ## explicit; go 1.22 | ||
658 | go.opentelemetry.io/otel/metric | ||
659 | go.opentelemetry.io/otel/metric/embedded | ||
660 | go.opentelemetry.io/otel/metric/noop | ||
661 | # go.opentelemetry.io/otel/trace v1.31.0 | ||
662 | ## explicit; go 1.22 | ||
663 | go.opentelemetry.io/otel/trace | ||
664 | go.opentelemetry.io/otel/trace/embedded | ||
665 | # go.uber.org/mock v0.5.0 | ||
666 | ## explicit; go 1.22 | ||
667 | go.uber.org/mock/gomock | ||
668 | # golang.org/x/crypto v0.36.0 | ||
669 | ## explicit; go 1.23.0 | ||
670 | golang.org/x/crypto/bcrypt | ||
671 | golang.org/x/crypto/blake2b | ||
672 | golang.org/x/crypto/blake2s | ||
673 | golang.org/x/crypto/blowfish | ||
674 | golang.org/x/crypto/cast5 | ||
675 | golang.org/x/crypto/cryptobyte | ||
676 | golang.org/x/crypto/cryptobyte/asn1 | ||
677 | golang.org/x/crypto/openpgp | ||
678 | golang.org/x/crypto/openpgp/armor | ||
679 | golang.org/x/crypto/openpgp/elgamal | ||
680 | golang.org/x/crypto/openpgp/errors | ||
681 | golang.org/x/crypto/openpgp/packet | ||
682 | golang.org/x/crypto/openpgp/s2k | ||
683 | golang.org/x/crypto/pbkdf2 | ||
684 | golang.org/x/crypto/sha3 | ||
685 | # golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f | ||
686 | ## explicit; go 1.22.0 | ||
687 | golang.org/x/exp/constraints | ||
688 | golang.org/x/exp/maps | ||
689 | golang.org/x/exp/slices | ||
690 | # golang.org/x/net v0.37.0 | ||
691 | ## explicit; go 1.23.0 | ||
692 | golang.org/x/net/context/ctxhttp | ||
693 | golang.org/x/net/http/httpguts | ||
694 | golang.org/x/net/http2 | ||
695 | golang.org/x/net/http2/hpack | ||
696 | golang.org/x/net/idna | ||
697 | golang.org/x/net/internal/httpcommon | ||
698 | golang.org/x/net/internal/timeseries | ||
699 | golang.org/x/net/trace | ||
700 | # golang.org/x/sync v0.12.0 | ||
701 | ## explicit; go 1.23.0 | ||
702 | golang.org/x/sync/errgroup | ||
703 | golang.org/x/sync/semaphore | ||
704 | # golang.org/x/sys v0.31.0 | ||
705 | ## explicit; go 1.23.0 | ||
706 | golang.org/x/sys/cpu | ||
707 | golang.org/x/sys/plan9 | ||
708 | golang.org/x/sys/unix | ||
709 | golang.org/x/sys/windows | ||
710 | golang.org/x/sys/windows/registry | ||
711 | golang.org/x/sys/windows/svc | ||
712 | golang.org/x/sys/windows/svc/mgr | ||
713 | # golang.org/x/term v0.30.0 | ||
714 | ## explicit; go 1.23.0 | ||
715 | golang.org/x/term | ||
716 | # golang.org/x/text v0.23.0 | ||
717 | ## explicit; go 1.23.0 | ||
718 | golang.org/x/text/cases | ||
719 | golang.org/x/text/internal | ||
720 | golang.org/x/text/internal/language | ||
721 | golang.org/x/text/internal/language/compact | ||
722 | golang.org/x/text/internal/tag | ||
723 | golang.org/x/text/language | ||
724 | golang.org/x/text/secure/bidirule | ||
725 | golang.org/x/text/transform | ||
726 | golang.org/x/text/unicode/bidi | ||
727 | golang.org/x/text/unicode/norm | ||
728 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 | ||
729 | ## explicit; go 1.22 | ||
730 | google.golang.org/genproto/googleapis/rpc/status | ||
731 | # google.golang.org/grpc v1.69.4 | ||
732 | ## explicit; go 1.22 | ||
733 | google.golang.org/grpc | ||
734 | google.golang.org/grpc/attributes | ||
735 | google.golang.org/grpc/backoff | ||
736 | google.golang.org/grpc/balancer | ||
737 | google.golang.org/grpc/balancer/base | ||
738 | google.golang.org/grpc/balancer/grpclb/state | ||
739 | google.golang.org/grpc/balancer/pickfirst | ||
740 | google.golang.org/grpc/balancer/pickfirst/internal | ||
741 | google.golang.org/grpc/balancer/pickfirst/pickfirstleaf | ||
742 | google.golang.org/grpc/balancer/roundrobin | ||
743 | google.golang.org/grpc/binarylog/grpc_binarylog_v1 | ||
744 | google.golang.org/grpc/channelz | ||
745 | google.golang.org/grpc/codes | ||
746 | google.golang.org/grpc/connectivity | ||
747 | google.golang.org/grpc/credentials | ||
748 | google.golang.org/grpc/credentials/insecure | ||
749 | google.golang.org/grpc/encoding | ||
750 | google.golang.org/grpc/encoding/proto | ||
751 | google.golang.org/grpc/experimental/stats | ||
752 | google.golang.org/grpc/grpclog | ||
753 | google.golang.org/grpc/grpclog/internal | ||
754 | google.golang.org/grpc/health/grpc_health_v1 | ||
755 | google.golang.org/grpc/internal | ||
756 | google.golang.org/grpc/internal/backoff | ||
757 | google.golang.org/grpc/internal/balancer/gracefulswitch | ||
758 | google.golang.org/grpc/internal/balancerload | ||
759 | google.golang.org/grpc/internal/binarylog | ||
760 | google.golang.org/grpc/internal/buffer | ||
761 | google.golang.org/grpc/internal/channelz | ||
762 | google.golang.org/grpc/internal/credentials | ||
763 | google.golang.org/grpc/internal/envconfig | ||
764 | google.golang.org/grpc/internal/grpclog | ||
765 | google.golang.org/grpc/internal/grpcsync | ||
766 | google.golang.org/grpc/internal/grpcutil | ||
767 | google.golang.org/grpc/internal/idle | ||
768 | google.golang.org/grpc/internal/metadata | ||
769 | google.golang.org/grpc/internal/pretty | ||
770 | google.golang.org/grpc/internal/resolver | ||
771 | google.golang.org/grpc/internal/resolver/dns | ||
772 | google.golang.org/grpc/internal/resolver/dns/internal | ||
773 | google.golang.org/grpc/internal/resolver/passthrough | ||
774 | google.golang.org/grpc/internal/resolver/unix | ||
775 | google.golang.org/grpc/internal/serviceconfig | ||
776 | google.golang.org/grpc/internal/stats | ||
777 | google.golang.org/grpc/internal/status | ||
778 | google.golang.org/grpc/internal/syscall | ||
779 | google.golang.org/grpc/internal/transport | ||
780 | google.golang.org/grpc/internal/transport/networktype | ||
781 | google.golang.org/grpc/keepalive | ||
782 | google.golang.org/grpc/mem | ||
783 | google.golang.org/grpc/metadata | ||
784 | google.golang.org/grpc/peer | ||
785 | google.golang.org/grpc/resolver | ||
786 | google.golang.org/grpc/resolver/dns | ||
787 | google.golang.org/grpc/serviceconfig | ||
788 | google.golang.org/grpc/stats | ||
789 | google.golang.org/grpc/status | ||
790 | google.golang.org/grpc/tap | ||
791 | # google.golang.org/protobuf v1.36.2 | ||
792 | ## explicit; go 1.21 | ||
793 | google.golang.org/protobuf/encoding/protojson | ||
794 | google.golang.org/protobuf/encoding/prototext | ||
795 | google.golang.org/protobuf/encoding/protowire | ||
796 | google.golang.org/protobuf/internal/descfmt | ||
797 | google.golang.org/protobuf/internal/descopts | ||
798 | google.golang.org/protobuf/internal/detrand | ||
799 | google.golang.org/protobuf/internal/editiondefaults | ||
800 | google.golang.org/protobuf/internal/editionssupport | ||
801 | google.golang.org/protobuf/internal/encoding/defval | ||
802 | google.golang.org/protobuf/internal/encoding/json | ||
803 | google.golang.org/protobuf/internal/encoding/messageset | ||
804 | google.golang.org/protobuf/internal/encoding/tag | ||
805 | google.golang.org/protobuf/internal/encoding/text | ||
806 | google.golang.org/protobuf/internal/errors | ||
807 | google.golang.org/protobuf/internal/filedesc | ||
808 | google.golang.org/protobuf/internal/filetype | ||
809 | google.golang.org/protobuf/internal/flags | ||
810 | google.golang.org/protobuf/internal/genid | ||
811 | google.golang.org/protobuf/internal/impl | ||
812 | google.golang.org/protobuf/internal/order | ||
813 | google.golang.org/protobuf/internal/pragma | ||
814 | google.golang.org/protobuf/internal/protolazy | ||
815 | google.golang.org/protobuf/internal/set | ||
816 | google.golang.org/protobuf/internal/strs | ||
817 | google.golang.org/protobuf/internal/version | ||
818 | google.golang.org/protobuf/proto | ||
819 | google.golang.org/protobuf/protoadapt | ||
820 | google.golang.org/protobuf/reflect/protodesc | ||
821 | google.golang.org/protobuf/reflect/protoreflect | ||
822 | google.golang.org/protobuf/reflect/protoregistry | ||
823 | google.golang.org/protobuf/runtime/protoiface | ||
824 | google.golang.org/protobuf/runtime/protoimpl | ||
825 | google.golang.org/protobuf/types/descriptorpb | ||
826 | google.golang.org/protobuf/types/gofeaturespb | ||
827 | google.golang.org/protobuf/types/known/anypb | ||
828 | google.golang.org/protobuf/types/known/durationpb | ||
829 | google.golang.org/protobuf/types/known/emptypb | ||
830 | google.golang.org/protobuf/types/known/fieldmaskpb | ||
831 | google.golang.org/protobuf/types/known/timestamppb | ||
832 | # gopkg.in/yaml.v3 v3.0.1 | ||
246 | ## explicit | 833 | ## explicit |
247 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 | 834 | gopkg.in/yaml.v3 |
248 | ## explicit | 835 | # gotest.tools/v3 v3.5.2 |
249 | # go.opentelemetry.io/otel v1.19.0 | 836 | ## explicit; go 1.17 |
250 | ## explicit | 837 | gotest.tools/v3/assert |
251 | # go.opentelemetry.io/otel/metric v1.19.0 | 838 | gotest.tools/v3/assert/cmp |
252 | ## explicit | 839 | gotest.tools/v3/icmd |
253 | # go.opentelemetry.io/otel/trace v1.19.0 | 840 | gotest.tools/v3/internal/assert |
254 | ## explicit | 841 | gotest.tools/v3/internal/difflib |
255 | # golang.org/x/exp v0.0.0-20231006140011-7918f672742d | 842 | gotest.tools/v3/internal/format |
256 | ## explicit | 843 | gotest.tools/v3/internal/source |
257 | # golang.org/x/mod v0.13.0 | 844 | gotest.tools/v3/poll |
258 | ## explicit | 845 | # lukechampine.com/blake3 v1.3.0 |
259 | # golang.org/x/tools v0.14.0 | 846 | ## explicit; go 1.17 |
260 | ## explicit | 847 | lukechampine.com/blake3 |
261 | # google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a | 848 | lukechampine.com/blake3/bao |
262 | ## explicit | 849 | lukechampine.com/blake3/guts |
263 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b | ||
264 | ## explicit | ||
265 | # google.golang.org/grpc v1.59.0 | ||
266 | ## explicit | ||
267 | # google.golang.org/protobuf v1.31.0 | ||
268 | ## explicit | ||
269 | # lukechampine.com/blake3 v1.1.7 | ||
270 | ## explicit | ||
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb index 8868274f..536c470b 100644 --- a/recipes-containers/nerdctl/nerdctl_git.bb +++ b/recipes-containers/nerdctl/nerdctl_git.bb | |||
@@ -10,15 +10,16 @@ DEPENDS = " \ | |||
10 | " | 10 | " |
11 | 11 | ||
12 | # Specify the first two important SRCREVs as the format | 12 | # Specify the first two important SRCREVs as the format |
13 | SRCREV_FORMAT="nerdcli_cgroups" | 13 | SRCREV_FORMAT = "nerdcli_cgroups" |
14 | SRCREV_nerdcli = "265d6b9cf526ce7d9ed8d34a0e3c3066901cc463" | 14 | SRCREV_nerdcli = "497c7cf74d09bf1ddf2678382360ca61e6faebac" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https" | 16 | SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" |
17 | 17 | ||
18 | include src_uri.inc | 18 | include src_uri.inc |
19 | 19 | ||
20 | # patches and config | 20 | # patches and config |
21 | SRC_URI += "file://0001-Makefile-allow-external-specification-of-build-setti.patch \ | 21 | SRC_URI += " \ |
22 | file://0001-Makefile-allow-external-specification-of-build-setti.patch \ | ||
22 | file://modules.txt \ | 23 | file://modules.txt \ |
23 | " | 24 | " |
24 | 25 | ||
@@ -27,9 +28,9 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd | |||
27 | 28 | ||
28 | GO_IMPORT = "import" | 29 | GO_IMPORT = "import" |
29 | 30 | ||
30 | # S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
31 | 32 | ||
32 | PV = "v2.0.0-beta.1" | 33 | PV = "v2.0.3" |
33 | 34 | ||
34 | NERDCTL_PKG = "github.com/containerd/nerdctl" | 35 | NERDCTL_PKG = "github.com/containerd/nerdctl" |
35 | 36 | ||
@@ -69,7 +70,7 @@ do_compile() { | |||
69 | # our copied .go files are to be used for the build | 70 | # our copied .go files are to be used for the build |
70 | ln -sf vendor.copy vendor | 71 | ln -sf vendor.copy vendor |
71 | # inform go that we know what we are doing | 72 | # inform go that we know what we are doing |
72 | cp ${WORKDIR}/modules.txt vendor/ | 73 | cp ${UNPACKDIR}/modules.txt vendor/ |
73 | 74 | ||
74 | oe_runmake GO=${GO} BUILDTAGS="${BUILDTAGS}" binaries | 75 | oe_runmake GO=${GO} BUILDTAGS="${BUILDTAGS}" binaries |
75 | } | 76 | } |
diff --git a/recipes-containers/nerdctl/relocation.inc b/recipes-containers/nerdctl/relocation.inc index 7f3a1d34..a6129016 100644 --- a/recipes-containers/nerdctl/relocation.inc +++ b/recipes-containers/nerdctl/relocation.inc | |||
@@ -1,26 +1,23 @@ | |||
1 | export sites="gotest.tools/v3:gotest.tools/v3:force \ | 1 | export sites = "gotest.tools/v3:gotest.tools/v3:force \ |
2 | go.uber.org/mock:go.uber.org/mock:force \ | 2 | go.uber.org/mock:go.uber.org/mock:force \ |
3 | golang.org/x/net:golang.org/x/net:force \ | 3 | golang.org/x/net:golang.org/x/net:force \ |
4 | golang.org/x/sys:golang.org/x/sys:force \ | 4 | golang.org/x/sys:golang.org/x/sys: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 | golang.org/x/sync:golang.org/x/sync:force \ | 8 | golang.org/x/sync:golang.org/x/sync:force \ |
10 | golang.org/x/term:golang.org/x/term:force \ | 9 | golang.org/x/term:golang.org/x/term:force \ |
11 | golang.org/x/text:golang.org/x/text:force \ | 10 | golang.org/x/text:golang.org/x/text:force \ |
12 | golang.org/x/tools:golang.org/x/tools: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 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7:force \ | ||
16 | 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 \ | ||
17 | github.com/pkg/errors:github.com/pkg/errors:force \ | 15 | github.com/pkg/errors:github.com/pkg/errors:force \ |
18 | github.com/fatih/color:github.com/fatih/color:force \ | 16 | github.com/fatih/color:github.com/fatih/color:force \ |
19 | github.com/ipfs/go-cid:github.com/ipfs/go-cid:force \ | 17 | github.com/ipfs/go-cid:github.com/ipfs/go-cid:force \ |
20 | github.com/spf13/cobra:github.com/spf13/cobra:force \ | 18 | github.com/spf13/cobra:github.com/spf13/cobra:force \ |
21 | github.com/spf13/pflag:github.com/spf13/pflag:force \ | 19 | github.com/spf13/pflag:github.com/spf13/pflag:force \ |
22 | github.com/cilium/ebpf:github.com/cilium/ebpf:force \ | 20 | github.com/cilium/ebpf:github.com/cilium/ebpf:force \ |
23 | github.com/google/uuid:github.com/google/uuid:force \ | ||
24 | github.com/moby/locker:github.com/moby/locker:force \ | 21 | github.com/moby/locker:github.com/moby/locker:force \ |
25 | google.golang.org/grpc:google.golang.org/grpc:force \ | 22 | google.golang.org/grpc:google.golang.org/grpc:force \ |
26 | github.com/go-logr/logr:github.com/go-logr/logr:force \ | 23 | github.com/go-logr/logr:github.com/go-logr/logr:force \ |
@@ -29,58 +26,54 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ | |||
29 | github.com/tinylib/msgp:github.com/tinylib/msgp:force \ | 26 | github.com/tinylib/msgp:github.com/tinylib/msgp:force \ |
30 | lukechampine.com/blake3:lukechampine.com/blake3:force \ | 27 | lukechampine.com/blake3:lukechampine.com/blake3:force \ |
31 | github.com/docker/docker:github.com/docker/docker:force \ | 28 | github.com/docker/docker:github.com/docker/docker:force \ |
32 | github.com/tidwall/gjson:github.com/tidwall/gjson:force \ | ||
33 | github.com/gogo/protobuf:github.com/gogo/protobuf:force \ | 29 | github.com/gogo/protobuf:github.com/gogo/protobuf:force \ |
34 | github.com/google/go-cmp:github.com/google/go-cmp:force \ | 30 | github.com/google/go-cmp:github.com/google/go-cmp:force \ |
35 | github.com/imdario/mergo:github.com/imdario/mergo:force \ | ||
36 | github.com/philhofer/fwd:github.com/philhofer/fwd:force \ | 31 | github.com/philhofer/fwd:github.com/philhofer/fwd:force \ |
37 | github.com/tidwall/match:github.com/tidwall/match:force \ | ||
38 | go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \ | 32 | go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \ |
39 | github.com/containerd/log:github.com/containerd/log:force \ | 33 | github.com/containerd/log:github.com/containerd/log:force \ |
40 | github.com/djherbis/times:github.com/djherbis/times:force \ | 34 | github.com/djherbis/times:github.com/djherbis/times:force \ |
41 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5:force \ | 35 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5:force \ |
42 | github.com/mr-tron/base58:github.com/mr-tron/base58:force \ | 36 | github.com/mr-tron/base58:github.com/mr-tron/base58:force \ |
43 | github.com/tidwall/pretty:github.com/tidwall/pretty:force \ | ||
44 | github.com/containerd/fifo:github.com/containerd/fifo:force \ | 37 | github.com/containerd/fifo:github.com/containerd/fifo:force \ |
45 | github.com/docker/go-units:github.com/docker/go-units:force \ | 38 | github.com/docker/go-units:github.com/docker/go-units:force \ |
46 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ | 39 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ |
47 | github.com/yuchanns/srslog:github.com/yuchanns/srslog:force \ | 40 | github.com/yuchanns/srslog:github.com/yuchanns/srslog:force \ |
48 | github.com/golang/protobuf:github.com/golang/protobuf:force \ | 41 | github.com/golang/protobuf:github.com/golang/protobuf:force \ |
49 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ | 42 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ |
50 | google.golang.org/genproto:google.golang.org/genproto:force \ | 43 | github.com/smallstep/pkcs7:github.com/smallstep/pkcs7:force \ |
51 | google.golang.org/protobuf:google.golang.org/protobuf:force \ | 44 | google.golang.org/protobuf:google.golang.org/protobuf:force \ |
52 | github.com/moby/sys/user:github.com/moby/sys/user/user:force \ | 45 | github.com/moby/sys/user:github.com/moby/sys/user/user:force \ |
53 | github.com/bmizerany/assert:github.com/bmizerany/assert:force \ | 46 | github.com/bmizerany/assert:github.com/bmizerany/assert:force \ |
54 | github.com/containerd/ttrpc:github.com/containerd/ttrpc:force \ | 47 | github.com/containerd/ttrpc:github.com/containerd/ttrpc:force \ |
55 | github.com/docker/go-events:github.com/docker/go-events:force \ | 48 | github.com/petermattis/goid:github.com/petermattis/goid:force \ |
56 | github.com/vbatts/tar-split:github.com/vbatts/tar-split:force \ | 49 | github.com/vbatts/tar-split:github.com/vbatts/tar-split:force \ |
57 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \ | 50 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \ |
58 | github.com/containerd/go-cni:github.com/containerd/go-cni:force \ | 51 | github.com/containerd/go-cni:github.com/containerd/go-cni:force \ |
52 | github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify:force \ | ||
59 | github.com/moby/sys/mount:github.com/moby/sys/mount/mount:force \ | 53 | github.com/moby/sys/mount:github.com/moby/sys/mount/mount:force \ |
60 | github.com/vishvananda/netns:github.com/vishvananda/netns:force \ | 54 | github.com/vishvananda/netns:github.com/vishvananda/netns:force \ |
61 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ | 55 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ |
56 | github.com/containerd/plugin:github.com/containerd/plugin:force \ | ||
62 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ | 57 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ |
63 | github.com/golang/groupcache:github.com/golang/groupcache:force \ | 58 | github.com/golang/groupcache:github.com/golang/groupcache:force \ |
64 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ | ||
65 | github.com/minio/sha256-simd:github.com/minio/sha256-simd:force \ | 59 | github.com/minio/sha256-simd:github.com/minio/sha256-simd:force \ |
66 | github.com/pelletier/go-toml:github.com/pelletier/go-toml:force \ | ||
67 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3:force \ | 60 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3:force \ |
68 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ | 61 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ |
69 | github.com/containerd/console:github.com/containerd/console:force \ | 62 | github.com/containerd/console:github.com/containerd/console:force \ |
63 | github.com/containerd/errdefs:github.com/containerd/errdefs:force \ | ||
70 | github.com/coreos/go-iptables:github.com/coreos/go-iptables:force \ | 64 | github.com/coreos/go-iptables:github.com/coreos/go-iptables:force \ |
71 | github.com/containerd/cgroups:github.com/containerd/cgroups:force \ | ||
72 | github.com/containerd/go-runc:github.com/containerd/go-runc:force \ | ||
73 | github.com/containerd/typeurl:github.com/containerd/typeurl:force \ | ||
74 | github.com/go-jose/go-jose/v3:github.com/go-jose/go-jose/v3:force \ | ||
75 | github.com/klauspost/compress:github.com/klauspost/compress:force \ | 65 | github.com/klauspost/compress:github.com/klauspost/compress:force \ |
66 | github.com/containerd/go-runc:github.com/containerd/go-runc:force \ | ||
67 | github.com/go-jose/go-jose/v4:github.com/go-jose/go-jose/v4:force \ | ||
76 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2:force \ | 68 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2:force \ |
77 | github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \ | 69 | github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \ |
78 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ | 70 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ |
79 | github.com/containerd/imgcrypt:github.com/containerd/imgcrypt:force \ | 71 | github.com/moby/sys/userns:github.com/moby/sys/userns/userns:force \ |
80 | github.com/muesli/cancelreader:github.com/muesli/cancelreader:force \ | 72 | github.com/muesli/cancelreader:github.com/muesli/cancelreader:force \ |
81 | github.com/vishvananda/netlink:github.com/vishvananda/netlink:force \ | 73 | github.com/vishvananda/netlink:github.com/vishvananda/netlink:force \ |
82 | github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \ | 74 | github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \ |
83 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ | 75 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ |
76 | github.com/sasha-s/go-deadlock:github.com/sasha-s/go-deadlock:force \ | ||
84 | github.com/containerd/platforms:github.com/containerd/platforms:force \ | 77 | github.com/containerd/platforms:github.com/containerd/platforms:force \ |
85 | 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 \ |
86 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \ | 79 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \ |
@@ -88,28 +81,28 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ | |||
88 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ | 81 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ |
89 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ | 82 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ |
90 | github.com/containerd/cgroups/v3:github.com/containerd/cgroups/v3:force \ | 83 | github.com/containerd/cgroups/v3:github.com/containerd/cgroups/v3:force \ |
91 | github.com/containerd/containerd:github.com/containerd/containerd:force \ | ||
92 | github.com/containerd/continuity:github.com/containerd/continuity:force \ | 84 | github.com/containerd/continuity:github.com/containerd/continuity:force \ |
93 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ | 85 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ |
94 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22:force \ | 86 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22:force \ |
95 | github.com/docker/go-connections:github.com/docker/go-connections:force \ | 87 | github.com/docker/go-connections:github.com/docker/go-connections:force \ |
96 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ | 88 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ |
97 | github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate:force \ | 89 | github.com/containerd/imgcrypt/v2:github.com/containerd/imgcrypt/v2:force \ |
98 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure:force \ | ||
99 | github.com/distribution/reference:github.com/distribution/reference:force \ | 90 | github.com/distribution/reference:github.com/distribution/reference:force \ |
91 | github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate:force \ | ||
92 | github.com/moby/docker-image-spec:github.com/moby/docker-image-spec:force \ | ||
100 | github.com/multiformats/go-base32:github.com/multiformats/go-base32:force \ | 93 | github.com/multiformats/go-base32:github.com/multiformats/go-base32:force \ |
101 | github.com/multiformats/go-base36:github.com/multiformats/go-base36:force \ | 94 | github.com/multiformats/go-base36:github.com/multiformats/go-base36:force \ |
102 | github.com/multiformats/go-varint:github.com/multiformats/go-varint:force \ | 95 | github.com/multiformats/go-varint:github.com/multiformats/go-varint:force \ |
103 | github.com/opencontainers/selinux:github.com/opencontainers/selinux:force \ | 96 | github.com/opencontainers/selinux:github.com/opencontainers/selinux:force \ |
104 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \ | 97 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \ |
105 | github.com/compose-spec/compose-go:github.com/compose-spec/compose-go:force \ | ||
106 | github.com/containernetworking/cni:github.com/containernetworking/cni:force \ | 98 | github.com/containernetworking/cni:github.com/containernetworking/cni:force \ |
107 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ | ||
108 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ | 99 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ |
109 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ | 100 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ |
110 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ | 101 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ |
111 | github.com/awslabs/soci-snapshotter:github.com/awslabs/soci-snapshotter:force \ | 102 | github.com/containerd/containerd/v2:github.com/containerd/containerd/v2:force \ |
103 | github.com/go-viper/mapstructure/v2:github.com/go-viper/mapstructure/v2:force \ | ||
112 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ | 104 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ |
105 | github.com/containerd/errdefs/pkg:github.com/containerd/errdefs/pkg/pkg:force \ | ||
113 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ | 106 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ |
114 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ | 107 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ |
115 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \ | 108 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \ |
@@ -118,7 +111,9 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ | |||
118 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase:force \ | 111 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase:force \ |
119 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash:force \ | 112 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash:force \ |
120 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri:force \ | 113 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri:force \ |
114 | github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ | ||
121 | github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin:force \ | 115 | github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin:force \ |
116 | github.com/containerd/containerd/api:github.com/containerd/containerd/api/api:force \ | ||
122 | github.com/containernetworking/plugins:github.com/containernetworking/plugins:force \ | 117 | github.com/containernetworking/plugins:github.com/containernetworking/plugins:force \ |
123 | github.com/fluent/fluent-logger-golang:github.com/fluent/fluent-logger-golang:force \ | 118 | github.com/fluent/fluent-logger-golang:github.com/fluent/fluent-logger-golang:force \ |
124 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \ | 119 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \ |
diff --git a/recipes-containers/nerdctl/src_uri.inc b/recipes-containers/nerdctl/src_uri.inc index eff9ec1a..d655ac58 100644 --- a/recipes-containers/nerdctl/src_uri.inc +++ b/recipes-containers/nerdctl/src_uri.inc | |||
@@ -1,675 +1,650 @@ | |||
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 |
3 | SRCREV_gotest.tools-v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" | 3 | SRCREV_gotest.tools-v3 = "0b81523ff268a1f1b0baf4a5da67e42fbb86880b" |
4 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gotest.tools/v3" | 4 | SRC_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.4.0 | 6 | # go.uber.org/mock v0.5.0 |
7 | # [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188 | 7 | # [1] git ls-remote https://github.com/uber/mock a9c44d91ce00ef09603d3822452a4f9c8fefd278 |
8 | SRCREV_mock="74a29c6e6c2cbb8ccee94db061c1604ff33fd188" | 8 | SRCREV_mock = "a9c44d91ce00ef09603d3822452a4f9c8fefd278" |
9 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/mock" | 9 | SRC_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.21.0 | 11 | # golang.org/x/net v0.37.0 |
12 | # [1] git ls-remote https://go.googlesource.com/net 73d21fdbb4d7dc7115b50526b93b6c37a4e3377f | 12 | # [1] git ls-remote https://go.googlesource.com/net 99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48 |
13 | SRCREV_net="73d21fdbb4d7dc7115b50526b93b6c37a4e3377f" | 13 | SRCREV_net = "99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48" |
14 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" | 14 | SRC_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.17.0 | 16 | # golang.org/x/sys v0.31.0 |
17 | # [1] git ls-remote https://go.googlesource.com/sys 914b96c1bddd0738464c043cccbbac14fc94b955 | 17 | # [1] git ls-remote https://github.com/golang/sys 74cfc93a99be6ca6f193856132e6799065b071af |
18 | SRCREV_sys="914b96c1bddd0738464c043cccbbac14fc94b955" | 18 | SRCREV_sys = "74cfc93a99be6ca6f193856132e6799065b071af" |
19 | SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" | 19 | SRC_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 |
22 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 | 22 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 |
23 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" | 23 | SRCREV_yaml.v3 = "f6f7691b1fdeb513f56608cd2c32c51f8194bf51" |
24 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" | 24 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" |
25 | 25 | ||
26 | # go.opencensus.io v0.24.0 | 26 | # go.opencensus.io v0.24.0 |
27 | # [1] git ls-remote https://github.com/census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5 | 27 | # [1] git ls-remote https://github.com/census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5 |
28 | SRCREV_go.opencensus.io="b1a01ee95db0e690d91d7193d037447816fae4c5" | 28 | SRCREV_go.opencensus.io = "b1a01ee95db0e690d91d7193d037447816fae4c5" |
29 | SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opencensus.io" | 29 | SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opencensus.io" |
30 | 30 | ||
31 | # golang.org/x/exp v0.0.0-20231006140011-7918f672742d | 31 | # golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f |
32 | # [1] git ls-remote https://go.googlesource.com/exp 7918f672742dd40ff5cf8d3c316a9315410c2d3c | 32 | # [1] git ls-remote https://go.googlesource.com/exp 2d47ceb2692f22136c9ff680c192d3d19c5dd9e2 |
33 | SRCREV_exp="7918f672742dd40ff5cf8d3c316a9315410c2d3c" | 33 | SRCREV_exp = "2d47ceb2692f22136c9ff680c192d3d19c5dd9e2" |
34 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp" | 34 | SRC_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.13.0 | 36 | # golang.org/x/sync v0.12.0 |
37 | # [1] git ls-remote https://go.googlesource.com/mod 5b692803cf76a65fc5d39178c0a36678e69c0e5a | 37 | # [1] git ls-remote https://go.googlesource.com/sync b637f27e40ad6e222f3d301cc113e635f0fa08be |
38 | SRCREV_mod="5b692803cf76a65fc5d39178c0a36678e69c0e5a" | 38 | SRCREV_sync = "b637f27e40ad6e222f3d301cc113e635f0fa08be" |
39 | SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod" | 39 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" |
40 | 40 | ||
41 | # golang.org/x/sync v0.6.0 | 41 | # golang.org/x/term v0.30.0 |
42 | # [1] git ls-remote https://go.googlesource.com/sync 59c1ca1e4661ed4452be4069ceea3c233f4deec1 | 42 | # [1] git ls-remote https://go.googlesource.com/term 04218fdaf78fa213d4e82c988184a250f6c354c2 |
43 | SRCREV_sync="59c1ca1e4661ed4452be4069ceea3c233f4deec1" | 43 | SRCREV_x-term = "04218fdaf78fa213d4e82c988184a250f6c354c2" |
44 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" | 44 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" |
45 | 45 | ||
46 | # golang.org/x/term v0.17.0 | 46 | # golang.org/x/text v0.23.0 |
47 | # [1] git ls-remote https://go.googlesource.com/term 353276a841e232e41e0f76e7a61fe0e5d1f92cf1 | 47 | # [1] git ls-remote https://go.googlesource.com/text 566b44fc931e2542778a18423c655ce99b4f1402 |
48 | SRCREV_x-term="353276a841e232e41e0f76e7a61fe0e5d1f92cf1" | 48 | SRCREV_text = "566b44fc931e2542778a18423c655ce99b4f1402" |
49 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" | 49 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" |
50 | 50 | ||
51 | # golang.org/x/text v0.14.0 | 51 | # golang.org/x/crypto v0.36.0 |
52 | # [1] git ls-remote https://go.googlesource.com/text 6c97a165dd661335ff7bce6104a008558123c353 | 52 | # [1] git ls-remote https://go.googlesource.com/crypto 49bf5b80c8108983f588ecabd7bf996e6e63a515 |
53 | SRCREV_text="6c97a165dd661335ff7bce6104a008558123c353" | 53 | SRCREV_crypto = "49bf5b80c8108983f588ecabd7bf996e6e63a515" |
54 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" | 54 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" |
55 | 55 | ||
56 | # golang.org/x/tools v0.14.0 | 56 | # github.com/moby/term v0.5.2 |
57 | # [1] git ls-remote https://go.googlesource.com/tools 3f4194ee29d7db9b59757dfff729ef55cf89661c | 57 | # [1] git ls-remote https://github.com/moby/term 6c1b69fecbac2753dcaf18718a7e9f9093c3760d |
58 | SRCREV_tools="3f4194ee29d7db9b59757dfff729ef55cf89661c" | 58 | SRCREV_term = "6c1b69fecbac2753dcaf18718a7e9f9093c3760d" |
59 | SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools" | 59 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" |
60 | 60 | ||
61 | # golang.org/x/crypto v0.19.0 | 61 | # github.com/docker/cli v28.0.1+incompatible |
62 | # [1] git ls-remote https://go.googlesource.com/crypto 405cb3bdea78b1b48ee79096733841247a944de0 | 62 | # [1] git ls-remote https://github.com/docker/cli 068a01ea9470df6494cc92d9e64e240805ae47a7 |
63 | SRCREV_crypto="405cb3bdea78b1b48ee79096733841247a944de0" | 63 | SRCREV_cli = "068a01ea9470df6494cc92d9e64e240805ae47a7" |
64 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" | 64 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" |
65 | 65 | ||
66 | # github.com/moby/term v0.5.0 | 66 | # github.com/creack/pty v1.1.24 |
67 | # [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9 | 67 | # [1] git ls-remote https://github.com/creack/pty edfbf75025b0ba4ee17c19f52d9b600fad80a787 |
68 | SRCREV_term="9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9" | 68 | SRCREV_pty = "edfbf75025b0ba4ee17c19f52d9b600fad80a787" |
69 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" | 69 | SRC_URI += "git://github.com/creack/pty;name=pty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/creack/pty" |
70 | |||
71 | # go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 | ||
72 | # [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21 | ||
73 | SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21" | ||
74 | SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7" | ||
75 | |||
76 | # github.com/docker/cli v24.0.7+incompatible | ||
77 | # [1] git ls-remote https://github.com/docker/cli afdd53b4e341be38d2056a42113b938559bb1d94 | ||
78 | SRCREV_cli="afdd53b4e341be38d2056a42113b938559bb1d94" | ||
79 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" | ||
80 | 70 | ||
81 | # github.com/pkg/errors v0.9.1 | 71 | # github.com/pkg/errors v0.9.1 |
82 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 | 72 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 |
83 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" | 73 | SRCREV_errors = "614d223910a179a466c1767a985424175c39b465" |
84 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" | 74 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" |
85 | 75 | ||
86 | # github.com/fatih/color v1.16.0 | 76 | # github.com/fatih/color v1.18.0 |
87 | # [1] git ls-remote https://github.com/fatih/color 0f9779ed479afd460f0c2cc5a3d3eb69b9ba188b | 77 | # [1] git ls-remote https://github.com/fatih/color 1c8d8706604ee5fb9a464e5097ba113101828a75 |
88 | SRCREV_color="0f9779ed479afd460f0c2cc5a3d3eb69b9ba188b" | 78 | SRCREV_color = "1c8d8706604ee5fb9a464e5097ba113101828a75" |
89 | SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color" | 79 | SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fatih/color" |
90 | 80 | ||
91 | # github.com/ipfs/go-cid v0.4.1 | 81 | # github.com/ipfs/go-cid v0.5.0 |
92 | # [1] git ls-remote https://github.com/ipfs/go-cid d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7 | 82 | # [1] git ls-remote https://github.com/ipfs/go-cid 5cddba5d532ac5adeec87f5542c057e1dbfbce9b |
93 | SRCREV_go-cid="d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7" | 83 | SRCREV_go-cid = "5cddba5d532ac5adeec87f5542c057e1dbfbce9b" |
94 | SRC_URI += "git://github.com/ipfs/go-cid;name=go-cid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-cid" | 84 | SRC_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" |
95 | 85 | ||
96 | # github.com/spf13/cobra v1.8.0 | 86 | # github.com/spf13/cobra v1.9.1 |
97 | # [1] git ls-remote https://github.com/spf13/cobra a0a6ae020bb3899ff0276067863e50523f897370 | 87 | # [1] git ls-remote https://github.com/spf13/cobra 40b5bc1437a564fc795d388b23835e84f54cd1d1 |
98 | SRCREV_cobra="a0a6ae020bb3899ff0276067863e50523f897370" | 88 | SRCREV_cobra = "40b5bc1437a564fc795d388b23835e84f54cd1d1" |
99 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" | 89 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" |
100 | 90 | ||
101 | # github.com/spf13/pflag v1.0.5 | 91 | # github.com/spf13/pflag v1.0.6 |
102 | # [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab | 92 | # [1] git ls-remote https://github.com/spf13/pflag 5ca813443bd2a4d9f46a253ea0407d23b3790713 |
103 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" | 93 | SRCREV_pflag = "5ca813443bd2a4d9f46a253ea0407d23b3790713" |
104 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" | 94 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" |
105 | 95 | ||
106 | # github.com/cilium/ebpf v0.11.0 | 96 | # github.com/cilium/ebpf v0.16.0 |
107 | # [1] git ls-remote https://github.com/cilium/ebpf 270c859894bd38cdd0c7783317b16343409e4df8 | 97 | # [1] git ls-remote https://github.com/cilium/ebpf 061e86d8f5e99aa6f04d11a3807c8cacdbe7908b |
108 | SRCREV_ebpf="270c859894bd38cdd0c7783317b16343409e4df8" | 98 | SRCREV_ebpf = "061e86d8f5e99aa6f04d11a3807c8cacdbe7908b" |
109 | SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf" | 99 | SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cilium/ebpf" |
110 | |||
111 | # github.com/google/uuid v1.6.0 | ||
112 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc | ||
113 | SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc" | ||
114 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" | ||
115 | 100 | ||
116 | # github.com/moby/locker v1.0.1 | 101 | # github.com/moby/locker v1.0.1 |
117 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe | 102 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe |
118 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" | 103 | SRCREV_locker = "281af2d563954745bea9d1487c965f24d30742fe" |
119 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" | 104 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" |
120 | 105 | ||
121 | # google.golang.org/grpc v1.59.0 | 106 | # google.golang.org/grpc v1.69.4 |
122 | # [1] git ls-remote https://github.com/grpc/grpc-go 7765221f4bf6104973db7946d56936cf838cad46 | 107 | # [1] git ls-remote https://github.com/grpc/grpc-go 4103cfc52a951673d441f8b2c02eee96e31f1897 |
123 | SRCREV_grpc="7765221f4bf6104973db7946d56936cf838cad46" | 108 | SRCREV_grpc = "4103cfc52a951673d441f8b2c02eee96e31f1897" |
124 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" | 109 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" |
125 | 110 | ||
126 | # github.com/go-logr/logr v1.3.0 | 111 | # github.com/go-logr/logr v1.4.2 |
127 | # [1] git ls-remote https://github.com/go-logr/logr 8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f | 112 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 |
128 | SRCREV_logr="8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f" | 113 | SRCREV_logr = "1205f429d540b8b81c2b75a38943afb738dac223" |
129 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/logr" | 114 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" |
130 | 115 | ||
131 | # github.com/go-logr/stdr v1.2.2 | 116 | # github.com/go-logr/stdr v1.2.2 |
132 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 | 117 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 |
133 | SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" | 118 | SRCREV_stdr = "521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" |
134 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/stdr" | 119 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" |
135 | 120 | ||
136 | # github.com/miekg/pkcs11 v1.1.1 | 121 | # github.com/miekg/pkcs11 v1.1.1 |
137 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d | 122 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d |
138 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" | 123 | SRCREV_pkcs11 = "f3481918a208bd212aa995a41f92d786eb418a7d" |
139 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" | 124 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" |
140 | 125 | ||
141 | # github.com/tinylib/msgp v1.1.6 | 126 | # github.com/tinylib/msgp v1.2.0 |
142 | # [1] git ls-remote https://github.com/tinylib/msgp 205265da651409c54677b486e350b4d105da6d8b | 127 | # [1] git ls-remote https://github.com/tinylib/msgp 2ad0d1b467373fa671829659292febec78b79f00 |
143 | SRCREV_msgp="205265da651409c54677b486e350b4d105da6d8b" | 128 | SRCREV_msgp = "2ad0d1b467373fa671829659292febec78b79f00" |
144 | SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tinylib/msgp" | 129 | SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tinylib/msgp" |
145 | 130 | ||
146 | # lukechampine.com/blake3 v1.1.7 | 131 | # lukechampine.com/blake3 v1.3.0 |
147 | # [1] git ls-remote https://github.com/lukechampine/blake3 bb7ece4161ea910c6c385c17799b17d658075fcd | 132 | # [1] git ls-remote https://github.com/lukechampine/blake3 4f5562c16b85a956bc8d650dc15344e1e1eb7c8c |
148 | SRCREV_blake3="bb7ece4161ea910c6c385c17799b17d658075fcd" | 133 | SRCREV_blake3 = "4f5562c16b85a956bc8d650dc15344e1e1eb7c8c" |
149 | SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/lukechampine.com/blake3" | 134 | SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/lukechampine.com/blake3" |
150 | 135 | ||
151 | # github.com/docker/docker v24.0.7+incompatible | 136 | # github.com/docker/docker v28.0.1+incompatible |
152 | # [1] git ls-remote https://github.com/moby/moby 311b9ff0aa93aa55880e1e5f8871c4fb69583426 | 137 | # [1] git ls-remote https://github.com/moby/moby bbd0a17ccc67e48d4a69393287b7fcc4f0578683 |
153 | SRCREV_docker="311b9ff0aa93aa55880e1e5f8871c4fb69583426" | 138 | SRCREV_docker = "bbd0a17ccc67e48d4a69393287b7fcc4f0578683" |
154 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" | 139 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" |
155 | |||
156 | # github.com/tidwall/gjson v1.17.1 | ||
157 | # [1] git ls-remote https://github.com/tidwall/gjson bbf40bb0e4f47860677c7115b2eaa5b3413ce23e | ||
158 | SRCREV_gjson="bbf40bb0e4f47860677c7115b2eaa5b3413ce23e" | ||
159 | SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson" | ||
160 | |||
161 | # github.com/moby/sys/user v0.1.0 | ||
162 | # [1] git ls-remote https://github.com/moby/sys c0711cde08c8fa33857a2c28721659267f49b5e2 | ||
163 | SRCREV_user="c0711cde08c8fa33857a2c28721659267f49b5e2" | ||
164 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/user" | ||
165 | 140 | ||
166 | # github.com/gogo/protobuf v1.3.2 | 141 | # github.com/gogo/protobuf v1.3.2 |
167 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc | 142 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc |
168 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" | 143 | SRCREV_protobuf = "b03c65ea87cdc3521ede29f62fe3ce239267c1bc" |
169 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" | 144 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" |
170 | 145 | ||
171 | # github.com/google/go-cmp v0.6.0 | 146 | # github.com/google/go-cmp v0.6.0 |
172 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f | 147 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f |
173 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" | 148 | SRCREV_go-cmp = "c3ad8435e7bef96af35732bc0789e5a2278c6d5f" |
174 | SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp" | 149 | SRC_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" |
175 | 150 | ||
176 | # github.com/imdario/mergo v0.3.16 | 151 | # github.com/moby/sys/user v0.3.0 |
177 | # [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 | 152 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 |
178 | SRCREV_mergo="14fe2b165b83359196f820886a2b24f2771729e9" | 153 | SRCREV_user = "54475191138bd297c627eb1a59e1e54b953957f1" |
179 | SRC_URI += "git://github.com/darccio/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" | 154 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" |
180 | 155 | ||
181 | # github.com/philhofer/fwd v1.1.1 | 156 | # github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 |
182 | # [1] git ls-remote https://github.com/philhofer/fwd 9bcb9cab1b0394d8516a132ec243ba944efdb644 | 157 | # [1] git ls-remote https://github.com/philhofer/fwd fbbf4953d98612dac320a9051da34e3e761d1df7 |
183 | SRCREV_fwd="9bcb9cab1b0394d8516a132ec243ba944efdb644" | 158 | SRCREV_fwd = "fbbf4953d98612dac320a9051da34e3e761d1df7" |
184 | SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/philhofer/fwd" | 159 | SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/philhofer/fwd" |
185 | 160 | ||
186 | # github.com/tidwall/match v1.1.1 | 161 | # go.opentelemetry.io/otel v1.31.0 |
187 | # [1] git ls-remote https://github.com/tidwall/match 4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf | 162 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
188 | SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf" | 163 | SRCREV_otel = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
189 | SRC_URI += "git://github.com/tidwall/match;name=match;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/match" | 164 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" |
190 | |||
191 | # go.opentelemetry.io/otel v1.19.0 | ||
192 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | ||
193 | SRCREV_otel="60666c554065ac4da502fe28943eea4b938ab479" | ||
194 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel" | ||
195 | 165 | ||
196 | # github.com/containerd/log v0.1.0 | 166 | # github.com/containerd/log v0.1.0 |
197 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 | 167 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 |
198 | SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" | 168 | SRCREV_log = "0fc1e28871fdf2786e2cc51bbe4133db6547a199" |
199 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/log" | 169 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" |
200 | 170 | ||
201 | # github.com/moby/sys/mount v0.3.3 | 171 | # github.com/moby/sys/mount v0.3.4 |
202 | # [1] git ls-remote https://github.com/moby/sys 416188aff8404d549e1e34a50e513befeb11c3b9 | 172 | # [1] git ls-remote https://github.com/moby/sys 7af2bbe457efeb8b84a57d35692694a50e3ee9cb |
203 | SRCREV_mount="416188aff8404d549e1e34a50e513befeb11c3b9" | 173 | SRCREV_mount = "7af2bbe457efeb8b84a57d35692694a50e3ee9cb" |
204 | SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mount" | 174 | SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mount" |
205 | 175 | ||
206 | # github.com/djherbis/times v1.5.0 | 176 | # github.com/djherbis/times v1.6.0 |
207 | # [1] git ls-remote https://github.com/djherbis/times a1edc5dc082a710e4a808e99c78989b8d04e3025 | 177 | # [1] git ls-remote https://github.com/djherbis/times d1af0aa12128959e70b9e802c912f302c743c35b |
208 | SRCREV_times="a1edc5dc082a710e4a808e99c78989b8d04e3025" | 178 | SRCREV_times = "d1af0aa12128959e70b9e802c912f302c743c35b" |
209 | SRC_URI += "git://github.com/djherbis/times;name=times;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/djherbis/times" | 179 | SRC_URI += "git://github.com/djherbis/times;name=times;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/djherbis/times" |
210 | 180 | ||
211 | # github.com/godbus/dbus/v5 v5.1.0 | 181 | # github.com/godbus/dbus/v5 v5.1.0 |
212 | # [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d | 182 | # [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d |
213 | SRCREV_v5="e523abc905595cf17fb0001a7d77eaaddfaa216d" | 183 | SRCREV_v5 = "e523abc905595cf17fb0001a7d77eaaddfaa216d" |
214 | SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5" | 184 | SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/godbus/dbus/v5" |
215 | 185 | ||
216 | # github.com/mr-tron/base58 v1.2.0 | 186 | # github.com/mr-tron/base58 v1.2.0 |
217 | # [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010 | 187 | # [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010 |
218 | SRCREV_base58="cd0e5141f51dfcadb8311fd8e495eb11126a8010" | 188 | SRCREV_base58 = "cd0e5141f51dfcadb8311fd8e495eb11126a8010" |
219 | SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mr-tron/base58" | 189 | SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mr-tron/base58" |
220 | |||
221 | # github.com/tidwall/pretty v1.2.0 | ||
222 | # [1] git ls-remote https://github.com/tidwall/pretty aaa765e7476acb0028a854b85675801362cbdaa2 | ||
223 | SRCREV_pretty="aaa765e7476acb0028a854b85675801362cbdaa2" | ||
224 | SRC_URI += "git://github.com/tidwall/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty" | ||
225 | 190 | ||
226 | # github.com/containerd/fifo v1.1.0 | 191 | # github.com/containerd/fifo v1.1.0 |
227 | # [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46 | 192 | # [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46 |
228 | SRCREV_fifo="151b205263c29d471e0d55c787d2ce9f5343fd46" | 193 | SRCREV_fifo = "151b205263c29d471e0d55c787d2ce9f5343fd46" |
229 | SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo" | 194 | SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/fifo" |
230 | 195 | ||
231 | # github.com/docker/go-units v0.5.0 | 196 | # github.com/docker/go-units v0.5.0 |
232 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f | 197 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f |
233 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" | 198 | SRCREV_go-units = "e682442797b36348f8e1f98defdbf32bac0b6c6f" |
234 | SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units" | 199 | SRC_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" |
235 | 200 | ||
236 | # github.com/mattn/go-isatty v0.0.20 | 201 | # github.com/mattn/go-isatty v0.0.20 |
237 | # [1] git ls-remote https://github.com/mattn/go-isatty a7c02353c47bc4ec6b30dc9628154ae4fe760c11 | 202 | # [1] git ls-remote https://github.com/mattn/go-isatty a7c02353c47bc4ec6b30dc9628154ae4fe760c11 |
238 | SRCREV_go-isatty="a7c02353c47bc4ec6b30dc9628154ae4fe760c11" | 203 | SRCREV_go-isatty = "a7c02353c47bc4ec6b30dc9628154ae4fe760c11" |
239 | SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty" | 204 | SRC_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" |
240 | 205 | ||
241 | # github.com/moby/sys/signal v0.7.0 | 206 | # github.com/moby/sys/signal v0.7.1 |
242 | # [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 | 207 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
243 | SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" | 208 | SRCREV_signal = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
244 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal" | 209 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" |
210 | |||
211 | # github.com/moby/sys/userns v0.1.0 | ||
212 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 | ||
213 | SRCREV_userns = "54475191138bd297c627eb1a59e1e54b953957f1" | ||
214 | SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns" | ||
245 | 215 | ||
246 | # github.com/yuchanns/srslog v1.1.0 | 216 | # github.com/yuchanns/srslog v1.1.0 |
247 | # [1] git ls-remote https://github.com/yuchanns/srslog becd9b11119269a7928ae89fde90784335c1d016 | 217 | # [1] git ls-remote https://github.com/yuchanns/srslog becd9b11119269a7928ae89fde90784335c1d016 |
248 | SRCREV_srslog="becd9b11119269a7928ae89fde90784335c1d016" | 218 | SRCREV_srslog = "becd9b11119269a7928ae89fde90784335c1d016" |
249 | SRC_URI += "git://github.com/yuchanns/srslog;name=srslog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuchanns/srslog" | 219 | SRC_URI += "git://github.com/yuchanns/srslog;name=srslog;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/yuchanns/srslog" |
250 | 220 | ||
251 | # github.com/golang/protobuf v1.5.3 | 221 | # github.com/golang/protobuf v1.5.4 |
252 | # [1] git ls-remote https://github.com/golang/protobuf 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308 | 222 | # [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 |
253 | SRCREV_golang-protobuf="5d5e8c018a13017f9d5b8bf4fad64aaa42a87308" | 223 | SRCREV_golang-protobuf = "75de7c059e36b64f01d0dd234ff2fff404ec3374" |
254 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" | 224 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" |
255 | 225 | ||
256 | # github.com/sirupsen/logrus v1.9.3 | 226 | # github.com/sirupsen/logrus v1.9.3 |
257 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd | 227 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd |
258 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" | 228 | SRCREV_logrus = "d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" |
259 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" | 229 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" |
260 | 230 | ||
261 | # google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a | 231 | # github.com/smallstep/pkcs7 v0.1.1 |
262 | # [1] git ls-remote https://github.com/googleapis/go-genproto e917dd12ba7ad5f78e3112f832eeda0f94ca8fd4 | 232 | # [1] git ls-remote https://github.com/smallstep/pkcs7 21b5bd412d3d388540388c0165151f7e3df92213 |
263 | SRCREV_genproto="e917dd12ba7ad5f78e3112f832eeda0f94ca8fd4" | 233 | SRCREV_pkcs7 = "21b5bd412d3d388540388c0165151f7e3df92213" |
264 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" | 234 | SRC_URI += "git://github.com/smallstep/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/smallstep/pkcs7" |
265 | 235 | ||
266 | # google.golang.org/protobuf v1.31.0 | 236 | # google.golang.org/protobuf v1.36.2 |
267 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 68463f0e96c93bc19ef36ccd3adfe690bfdb568c | 237 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 12c6ebd98e62f69cf9969989362bc7609b873640 |
268 | SRCREV_google.golang.org-protobuf="68463f0e96c93bc19ef36ccd3adfe690bfdb568c" | 238 | SRCREV_google.golang.org-protobuf = "12c6ebd98e62f69cf9969989362bc7609b873640" |
269 | SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf" | 239 | SRC_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" |
270 | 240 | ||
271 | # github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 | 241 | # github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 |
272 | # [1] git ls-remote https://github.com/bmizerany/assert b7ed37b82869576c289d7d97fb2bbd8b64a0cb28 | 242 | # [1] git ls-remote https://github.com/bmizerany/assert b7ed37b82869576c289d7d97fb2bbd8b64a0cb28 |
273 | SRCREV_assert="b7ed37b82869576c289d7d97fb2bbd8b64a0cb28" | 243 | SRCREV_assert = "b7ed37b82869576c289d7d97fb2bbd8b64a0cb28" |
274 | SRC_URI += "git://github.com/bmizerany/assert;name=assert;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bmizerany/assert" | 244 | SRC_URI += "git://github.com/bmizerany/assert;name=assert;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/bmizerany/assert" |
275 | 245 | ||
276 | # github.com/containerd/ttrpc v1.2.2 | 246 | # github.com/containerd/ttrpc v1.2.7 |
277 | # [1] git ls-remote https://github.com/containerd/ttrpc ac26f8cbea1c440d451dd19a4a1b847fd073f3c3 | 247 | # [1] git ls-remote https://github.com/containerd/ttrpc 3b8c8b75577584e412043afb7b561193a4a47d2e |
278 | SRCREV_ttrpc="ac26f8cbea1c440d451dd19a4a1b847fd073f3c3" | 248 | SRCREV_ttrpc = "3b8c8b75577584e412043afb7b561193a4a47d2e" |
279 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" | 249 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" |
280 | 250 | ||
281 | # github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c | 251 | # github.com/moby/sys/symlink v0.3.0 |
282 | # [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f | 252 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
283 | SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f" | 253 | SRCREV_symlink = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
284 | SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-events" | 254 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" |
285 | 255 | ||
286 | # github.com/moby/sys/symlink v0.2.0 | 256 | # github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 |
287 | # [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 | 257 | # [1] git ls-remote https://github.com/petermattis/goid 4fcff4a6cae7cd8fdaeeaa8bb87443eda9dec107 |
288 | SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" | 258 | SRCREV_goid = "4fcff4a6cae7cd8fdaeeaa8bb87443eda9dec107" |
289 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink" | 259 | SRC_URI += "git://github.com/petermattis/goid;name=goid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/petermattis/goid" |
290 | 260 | ||
291 | # github.com/vbatts/tar-split v0.11.5 | 261 | # github.com/vbatts/tar-split v0.11.6 |
292 | # [1] git ls-remote https://github.com/vbatts/tar-split 5ef0dd8243164ebacd755916a89d8085a5b6bb7f | 262 | # [1] git ls-remote https://github.com/vbatts/tar-split 1f44cc4dc32346347cefbfe34c40166075385157 |
293 | SRCREV_tar-split="5ef0dd8243164ebacd755916a89d8085a5b6bb7f" | 263 | SRCREV_tar-split = "1f44cc4dc32346347cefbfe34c40166075385157" |
294 | SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vbatts/tar-split" | 264 | SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vbatts/tar-split" |
295 | 265 | ||
296 | # github.com/Microsoft/hcsshim v0.11.4 | 266 | # github.com/Microsoft/hcsshim v0.12.9 |
297 | # [1] git ls-remote https://github.com/microsoft/hcsshim b16edf62c1723deb948632261b445d0228d973e0 | 267 | # [1] git ls-remote https://github.com/microsoft/hcsshim 7392335b540ccd5edc26ca1e0dce0da393c17eff |
298 | SRCREV_hcsshim="b16edf62c1723deb948632261b445d0228d973e0" | 268 | SRCREV_hcsshim = "7392335b540ccd5edc26ca1e0dce0da393c17eff" |
299 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" | 269 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hcsshim" |
300 | 270 | ||
301 | # github.com/containerd/go-cni v1.1.9 | 271 | # github.com/containerd/go-cni v1.1.12 |
302 | # [1] git ls-remote https://github.com/containerd/go-cni 6603d5bd8941d7f2026bb5627f6aa4ff434f859a | 272 | # [1] git ls-remote https://github.com/containerd/go-cni f4736bb1d1b10293d9c484cbf79254a5efa1e020 |
303 | SRCREV_go-cni="6603d5bd8941d7f2026bb5627f6aa4ff434f859a" | 273 | SRCREV_go-cni = "f4736bb1d1b10293d9c484cbf79254a5efa1e020" |
304 | SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-cni" | 274 | SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/go-cni" |
305 | 275 | ||
306 | # github.com/vishvananda/netns v0.0.4 | 276 | # github.com/fsnotify/fsnotify v1.8.0 |
307 | # [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9 | 277 | # [1] git ls-remote https://github.com/fsnotify/fsnotify a9bc2e01792f868516acf80817f7d7d7b3315409 |
308 | SRCREV_netns="7a452d2d15292b2bfb2a2d88e6bdeac156a761b9" | 278 | SRCREV_fsnotify = "a9bc2e01792f868516acf80817f7d7d7b3315409" |
309 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns" | 279 | SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsnotify" |
310 | 280 | ||
311 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | 281 | # github.com/vishvananda/netns v0.0.5 |
312 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 | 282 | # [1] git ls-remote https://github.com/vishvananda/netns 4c46424d73b556b3ea4bc5a7cec9e7376dcb2a73 |
313 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" | 283 | SRCREV_netns = "4c46424d73b556b3ea4bc5a7cec9e7376dcb2a73" |
314 | SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-ansiterm" | 284 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netns" |
315 | 285 | ||
316 | # github.com/felixge/httpsnoop v1.0.3 | 286 | # github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c |
317 | # [1] git ls-remote https://github.com/felixge/httpsnoop ef9fc62cdc3cc5abc33d6018fe1324890bb48145 | 287 | # [1] git ls-remote https://github.com/Azure/go-ansiterm faa5f7b0171c46bb398a91b4a0c906324d3664cf |
318 | SRCREV_httpsnoop="ef9fc62cdc3cc5abc33d6018fe1324890bb48145" | 288 | SRCREV_go-ansiterm = "faa5f7b0171c46bb398a91b4a0c906324d3664cf" |
319 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop" | 289 | SRC_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" |
290 | |||
291 | # github.com/containerd/plugin v1.0.0 | ||
292 | # [1] git ls-remote https://github.com/containerd/plugin 19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd | ||
293 | SRCREV_plugin = "19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd" | ||
294 | SRC_URI += "git://github.com/containerd/plugin;name=plugin;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/plugin" | ||
295 | |||
296 | # github.com/felixge/httpsnoop v1.0.4 | ||
297 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c | ||
298 | SRCREV_httpsnoop = "c5817c27ec125409c069052fdd171023c353501c" | ||
299 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" | ||
320 | 300 | ||
321 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da | 301 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da |
322 | # [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 | 302 | # [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 |
323 | SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3" | 303 | SRCREV_groupcache = "41bb18bfe9da5321badc438f91158cd790a33aa3" |
324 | SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/groupcache" | 304 | SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/groupcache" |
325 | |||
326 | # github.com/hashicorp/errwrap v1.1.0 | ||
327 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 | ||
328 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" | ||
329 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" | ||
330 | 305 | ||
331 | # github.com/minio/sha256-simd v1.0.1 | 306 | # github.com/minio/sha256-simd v1.0.1 |
332 | # [1] git ls-remote https://github.com/minio/sha256-simd 6096f891a77bfe490cbea7a424c821b5fdb92849 | 307 | # [1] git ls-remote https://github.com/minio/sha256-simd 6096f891a77bfe490cbea7a424c821b5fdb92849 |
333 | SRCREV_sha256-simd="6096f891a77bfe490cbea7a424c821b5fdb92849" | 308 | SRCREV_sha256-simd = "6096f891a77bfe490cbea7a424c821b5fdb92849" |
334 | SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/sha256-simd" | 309 | SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/minio/sha256-simd" |
335 | |||
336 | # github.com/pelletier/go-toml v1.9.5 | ||
337 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 | ||
338 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" | ||
339 | SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml" | ||
340 | 310 | ||
341 | # github.com/spaolacci/murmur3 v1.1.0 | 311 | # github.com/spaolacci/murmur3 v1.1.0 |
342 | # [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc | 312 | # [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc |
343 | SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc" | 313 | SRCREV_murmur3 = "f09979ecbc725b9e6d41a297405f65e7e8804acc" |
344 | SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spaolacci/murmur3" | 314 | SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spaolacci/murmur3" |
345 | 315 | ||
346 | # github.com/Microsoft/go-winio v0.6.1 | 316 | # github.com/Microsoft/go-winio v0.6.2 |
347 | # [1] git ls-remote https://github.com/microsoft/go-winio 070c828abb873da9e71c7247740253b50f7cf049 | 317 | # [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f |
348 | SRCREV_go-winio="070c828abb873da9e71c7247740253b50f7cf049" | 318 | SRCREV_go-winio = "3c9576c9346a1892dee136329e7e15309e82fb4f" |
349 | SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio" | 319 | SRC_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" |
350 | 320 | ||
351 | # github.com/containerd/console v1.0.4 | 321 | # github.com/containerd/console v1.0.4 |
352 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f | 322 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f |
353 | SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" | 323 | SRCREV_console = "8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" |
354 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" | 324 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" |
355 | 325 | ||
356 | # github.com/coreos/go-iptables v0.7.0 | 326 | # github.com/containerd/errdefs v1.0.0 |
357 | # [1] git ls-remote https://github.com/coreos/go-iptables b9dff5a19d9c3925da3f9b3c0a705de6c1fdc56c | 327 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 |
358 | SRCREV_go-iptables="b9dff5a19d9c3925da3f9b3c0a705de6c1fdc56c" | 328 | SRCREV_errdefs = "4817405e4a3caeb7aee9dac68ed55339c59cb635" |
359 | SRC_URI += "git://github.com/coreos/go-iptables;name=go-iptables;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-iptables" | 329 | SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" |
360 | 330 | ||
361 | # github.com/containerd/cgroups v1.1.0 | 331 | # github.com/coreos/go-iptables v0.8.0 |
362 | # [1] git ls-remote https://github.com/containerd/cgroups fe7323f622bc222e72473679f12a9089aeeda177 | 332 | # [1] git ls-remote https://github.com/coreos/go-iptables 26e42518b22e6878bd6e479a574122c319fa923e |
363 | SRCREV_cgroups="fe7323f622bc222e72473679f12a9089aeeda177" | 333 | SRCREV_go-iptables = "26e42518b22e6878bd6e479a574122c319fa923e" |
364 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups" | 334 | SRC_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" |
365 | 335 | ||
366 | # github.com/containerd/go-runc v1.0.0 | 336 | # github.com/klauspost/compress v1.18.0 |
367 | # [1] git ls-remote https://github.com/containerd/go-runc 16b287bc67d069a60fa48db15f330b790b74365b | 337 | # [1] git ls-remote https://github.com/klauspost/compress 8e79dc4b98d4c5a09c62a2546b79c14edf7c3e38 |
368 | SRCREV_go-runc="16b287bc67d069a60fa48db15f330b790b74365b" | 338 | SRCREV_compress = "8e79dc4b98d4c5a09c62a2546b79c14edf7c3e38" |
369 | SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-runc" | 339 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" |
370 | 340 | ||
371 | # github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67 | 341 | # github.com/containerd/go-runc v1.1.0 |
372 | # [1] git ls-remote https://github.com/containerd/typeurl 7f6e6d160d675241af388d5cf1b90814786bac40 | 342 | # [1] git ls-remote https://github.com/containerd/go-runc df3c22d088ca919d1943efa8ae0cfc0514da0542 |
373 | SRCREV_typeurl="7f6e6d160d675241af388d5cf1b90814786bac40" | 343 | SRCREV_go-runc = "df3c22d088ca919d1943efa8ae0cfc0514da0542" |
374 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" | 344 | SRC_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" |
375 | 345 | ||
376 | # github.com/go-jose/go-jose/v3 v3.0.1 | 346 | # github.com/go-jose/go-jose/v4 v4.0.5 |
377 | # [1] git ls-remote https://github.com/go-jose/go-jose 47edce0854d533ac27795c9befd90b1f7ef87554 | 347 | # [1] git ls-remote https://github.com/go-jose/go-jose 99b346cec4e86d102284642c5dcbe9bb0cacfc22 |
378 | SRCREV_go-jose-v3="47edce0854d533ac27795c9befd90b1f7ef87554" | 348 | SRCREV_v4 = "99b346cec4e86d102284642c5dcbe9bb0cacfc22" |
379 | SRC_URI += "git://github.com/go-jose/go-jose;name=go-jose-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-jose/go-jose/v3" | 349 | SRC_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" |
380 | 350 | ||
381 | # github.com/klauspost/compress v1.17.6 | 351 | # github.com/klauspost/cpuid/v2 v2.2.8 |
382 | # [1] git ls-remote https://github.com/klauspost/compress 255a13270e4608f2f2b97166d92f297de906c951 | 352 | # [1] git ls-remote https://github.com/klauspost/cpuid 95e7626938069ea64e5c91ca2fe36945786fead9 |
383 | SRCREV_compress="255a13270e4608f2f2b97166d92f297de906c951" | 353 | SRCREV_cpuid-v2 = "95e7626938069ea64e5c91ca2fe36945786fead9" |
384 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" | 354 | SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/cpuid/v2" |
385 | |||
386 | # github.com/klauspost/cpuid/v2 v2.2.3 | ||
387 | # [1] git ls-remote https://github.com/klauspost/cpuid 3c0ec06adeb260a595bfb1dff123742e8bac34fb | ||
388 | SRCREV_cpuid-v2="3c0ec06adeb260a595bfb1dff123742e8bac34fb" | ||
389 | SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2" | ||
390 | 355 | ||
391 | # github.com/mattn/go-colorable v0.1.13 | 356 | # github.com/mattn/go-colorable v0.1.13 |
392 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be | 357 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be |
393 | SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" | 358 | SRCREV_go-colorable = "11a925cff3d38c293ddc8c05a16b504e3e2c63be" |
394 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable" | 359 | SRC_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" |
395 | 360 | ||
396 | # github.com/moby/sys/mountinfo v0.7.1 | 361 | # github.com/moby/sys/mountinfo v0.7.2 |
397 | # [1] git ls-remote https://github.com/moby/sys 4950d7687cf6c9b138dc0e18c2c7351e1f6ed497 | 362 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
398 | SRCREV_mountinfo="4950d7687cf6c9b138dc0e18c2c7351e1f6ed497" | 363 | SRCREV_mountinfo = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
399 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" | 364 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" |
400 | |||
401 | # github.com/containerd/imgcrypt v1.1.9 | ||
402 | # [1] git ls-remote https://github.com/containerd/imgcrypt 90513b079771363133611a91de350ea932e09b26 | ||
403 | SRCREV_imgcrypt="90513b079771363133611a91de350ea932e09b26" | ||
404 | SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt" | ||
405 | 365 | ||
406 | # github.com/muesli/cancelreader v0.2.2 | 366 | # github.com/muesli/cancelreader v0.2.2 |
407 | # [1] git ls-remote https://github.com/muesli/cancelreader d11f1e77abf7f8d69d81553ccaaf0b81163541a6 | 367 | # [1] git ls-remote https://github.com/muesli/cancelreader d11f1e77abf7f8d69d81553ccaaf0b81163541a6 |
408 | SRCREV_cancelreader="d11f1e77abf7f8d69d81553ccaaf0b81163541a6" | 368 | SRCREV_cancelreader = "d11f1e77abf7f8d69d81553ccaaf0b81163541a6" |
409 | SRC_URI += "git://github.com/muesli/cancelreader;name=cancelreader;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/cancelreader" | 369 | SRC_URI += "git://github.com/muesli/cancelreader;name=cancelreader;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/muesli/cancelreader" |
410 | 370 | ||
411 | # github.com/vishvananda/netlink v1.2.1-beta.2 | 371 | # github.com/vishvananda/netlink v1.3.0 |
412 | # [1] git ls-remote https://github.com/vishvananda/netlink 5e915e0149386ce3d02379ff93f4c0a5601779d5 | 372 | # [1] git ls-remote https://github.com/vishvananda/netlink 6f5713947556a0288c5cb71f036f9e91924ebcaa |
413 | SRCREV_netlink="5e915e0149386ce3d02379ff93f4c0a5601779d5" | 373 | SRCREV_netlink = "6f5713947556a0288c5cb71f036f9e91924ebcaa" |
414 | SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink" | 374 | SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netlink" |
415 | 375 | ||
416 | # github.com/containers/ocicrypt v1.1.9 | 376 | # github.com/containers/ocicrypt v1.2.1 |
417 | # [1] git ls-remote https://github.com/containers/ocicrypt c0e1fd5b82bc57acdb1a241dc602534eea42edb6 | 377 | # [1] git ls-remote https://github.com/containers/ocicrypt 1db71af9f28553231f0b59880d3fe5b162fa8c61 |
418 | SRCREV_ocicrypt="c0e1fd5b82bc57acdb1a241dc602534eea42edb6" | 378 | SRCREV_ocicrypt = "1db71af9f28553231f0b59880d3fe5b162fa8c61" |
419 | SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt" | 379 | SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containers/ocicrypt" |
420 | 380 | ||
421 | # github.com/mattn/go-shellwords v1.0.12 | 381 | # github.com/mattn/go-shellwords v1.0.12 |
422 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac | 382 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac |
423 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" | 383 | SRCREV_go-shellwords = "973b9d5391598d4ee601db46fa32f6e186a356ac" |
424 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords" | 384 | SRC_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" |
425 | 385 | ||
426 | # github.com/moby/sys/sequential v0.5.0 | 386 | # github.com/moby/sys/sequential v0.6.0 |
427 | # [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 | 387 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
428 | SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" | 388 | SRCREV_sequential = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
429 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential" | 389 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" |
430 | 390 | ||
431 | # go.opentelemetry.io/otel/trace v1.19.0 | 391 | # github.com/sasha-s/go-deadlock v0.3.5 |
432 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | 392 | # [1] git ls-remote https://github.com/sasha-s/go-deadlock 464d34347a399b840a4f963cc96dfc993ccf8c62 |
433 | SRCREV_trace="60666c554065ac4da502fe28943eea4b938ab479" | 393 | SRCREV_go-deadlock = "464d34347a399b840a4f963cc96dfc993ccf8c62" |
434 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/trace" | 394 | SRC_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" |
435 | 395 | ||
436 | # github.com/containerd/platforms v0.1.1 | 396 | # go.opentelemetry.io/otel/trace v1.31.0 |
437 | # [1] git ls-remote https://github.com/containerd/platforms db76a43eaea9a004a5f240620f966b0081123884 | 397 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
438 | SRCREV_platforms="db76a43eaea9a004a5f240620f966b0081123884" | 398 | SRCREV_trace = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
439 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/platforms" | 399 | SRC_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" |
440 | 400 | ||
441 | # github.com/pelletier/go-toml/v2 v2.1.1 | 401 | # github.com/containerd/platforms v1.0.0-rc.1 |
442 | # [1] git ls-remote https://github.com/pelletier/go-toml 34765b4a9e937ab927b5bd57231e98c68fe13109 | 402 | # [1] git ls-remote https://github.com/containerd/platforms e3566b8ff1994b8dc88bae5768d32830e0cd0cfd |
443 | SRCREV_go-toml-v2="34765b4a9e937ab927b5bd57231e98c68fe13109" | 403 | SRCREV_platforms = "e3566b8ff1994b8dc88bae5768d32830e0cd0cfd" |
444 | SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml/v2" | 404 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms" |
405 | |||
406 | # github.com/pelletier/go-toml/v2 v2.2.3 | ||
407 | # [1] git ls-remote https://github.com/pelletier/go-toml b730b2be5d3ab7283067ddf61188f41cdf42ce06 | ||
408 | SRCREV_go-toml-v2 = "b730b2be5d3ab7283067ddf61188f41cdf42ce06" | ||
409 | SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pelletier/go-toml/v2" | ||
445 | 410 | ||
446 | # github.com/mitchellh/go-homedir v1.1.0 | 411 | # github.com/mitchellh/go-homedir v1.1.0 |
447 | # [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 | 412 | # [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 |
448 | SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" | 413 | SRCREV_go-homedir = "af06845cf3004701891bf4fdb884bfe4920b3727" |
449 | SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir" | 414 | SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/go-homedir" |
450 | 415 | ||
451 | # github.com/xeipuuv/gojsonschema v1.2.0 | 416 | # github.com/xeipuuv/gojsonschema v1.2.0 |
452 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 | 417 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 |
453 | SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" | 418 | SRCREV_gojsonschema = "82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" |
454 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema" | 419 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema" |
455 | 420 | ||
456 | # go.opentelemetry.io/otel/metric v1.19.0 | 421 | # go.opentelemetry.io/otel/metric v1.31.0 |
457 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | 422 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
458 | SRCREV_metric="60666c554065ac4da502fe28943eea4b938ab479" | 423 | SRCREV_metric = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
459 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/metric" | 424 | SRC_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" |
460 | 425 | ||
461 | # github.com/Masterminds/semver/v3 v3.2.1 | 426 | # github.com/Masterminds/semver/v3 v3.3.1 |
462 | # [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5 | 427 | # [1] git ls-remote https://github.com/Masterminds/semver 1558ca3488226e3490894a145e831ad58a5ff958 |
463 | SRCREV_v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5" | 428 | SRCREV_v3 = "1558ca3488226e3490894a145e831ad58a5ff958" |
464 | SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver/v3" | 429 | SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" |
465 | 430 | ||
466 | # github.com/containerd/cgroups/v3 v3.0.3 | 431 | # github.com/containerd/cgroups/v3 v3.0.5 |
467 | # [1] git ls-remote https://github.com/containerd/cgroups 1e056883d58ac58daf7566065a46016b4532f35c | 432 | # [1] git ls-remote https://github.com/containerd/cgroups bce3c7e5fbf05852294998684293918fcb3f59dd |
468 | SRCREV_cgroups-v3="1e056883d58ac58daf7566065a46016b4532f35c" | 433 | SRCREV_cgroups-v3 = "bce3c7e5fbf05852294998684293918fcb3f59dd" |
469 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups/v3" | 434 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/cgroups/v3" |
470 | 435 | ||
471 | # github.com/containerd/containerd v1.7.13 | 436 | # github.com/containerd/continuity v0.4.5 |
472 | # [1] git ls-remote https://github.com/containerd/containerd 7c3aca7a610df76212171d200ca3811ff6096eb8 | 437 | # [1] git ls-remote https://github.com/containerd/continuity 44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e |
473 | SRCREV_containerd="7c3aca7a610df76212171d200ca3811ff6096eb8" | 438 | SRCREV_continuity = "44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e" |
474 | SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" | 439 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" |
475 | 440 | ||
476 | # github.com/containerd/continuity v0.4.3 | 441 | # github.com/containerd/typeurl/v2 v2.2.3 |
477 | # [1] git ls-remote https://github.com/containerd/continuity 1743d9104d944131cdedaba33a59d2f9bd80a6f2 | 442 | # [1] git ls-remote https://github.com/containerd/typeurl 5b047adad57d172afa9654c019fe65bf0540cc4d |
478 | SRCREV_continuity="1743d9104d944131cdedaba33a59d2f9bd80a6f2" | 443 | SRCREV_typeurl-v2 = "5b047adad57d172afa9654c019fe65bf0540cc4d" |
479 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" | 444 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2" |
480 | |||
481 | # github.com/containerd/typeurl/v2 v2.1.1 | ||
482 | # [1] git ls-remote https://github.com/containerd/typeurl 7ef6316b771f959cbb208b229e3423a466947df3 | ||
483 | SRCREV_v2="7ef6316b771f959cbb208b229e3423a466947df3" | ||
484 | SRC_URI += "git://github.com/containerd/typeurl;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl/v2" | ||
485 | 445 | ||
486 | # github.com/coreos/go-systemd/v22 v22.5.0 | 446 | # github.com/coreos/go-systemd/v22 v22.5.0 |
487 | # [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e | 447 | # [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e |
488 | SRCREV_v22="d5623bf85e8e73ae6352f78ee6b55a287619dd4e" | 448 | SRCREV_v22 = "d5623bf85e8e73ae6352f78ee6b55a287619dd4e" |
489 | SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22" | 449 | SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/coreos/go-systemd/v22" |
490 | 450 | ||
491 | # github.com/docker/go-connections v0.5.0 | 451 | # github.com/docker/go-connections v0.5.0 |
492 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace | 452 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace |
493 | SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace" | 453 | SRCREV_go-connections = "fa09c952e3eadbffaf8afc5b8a1667158ba38ace" |
494 | SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-connections" | 454 | SRC_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" |
495 | 455 | ||
496 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb | 456 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb |
497 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb | 457 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb |
498 | SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" | 458 | SRCREV_gojsonpointer = "02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" |
499 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer" | 459 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonpointer" |
460 | |||
461 | # github.com/containerd/imgcrypt/v2 v2.0.0 | ||
462 | # [1] git ls-remote https://github.com/containerd/imgcrypt 1e301ef2620964bedfa68ee4b841ff80f4887736 | ||
463 | SRCREV_imgcrypt-v2 = "1e301ef2620964bedfa68ee4b841ff80f4887736" | ||
464 | SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/imgcrypt/v2" | ||
465 | |||
466 | # github.com/distribution/reference v0.6.0 | ||
467 | # [1] git ls-remote https://github.com/distribution/reference ff14fafe2236e51c2894ac07d4bdfc778e96d682 | ||
468 | SRCREV_reference = "ff14fafe2236e51c2894ac07d4bdfc778e96d682" | ||
469 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" | ||
470 | |||
471 | # github.com/fahedouch/go-logrotate v0.2.1 | ||
472 | # [1] git ls-remote https://github.com/fahedouch/go-logrotate e7e671d3a673890ee38392540079196cef61e3d6 | ||
473 | SRCREV_go-logrotate = "e7e671d3a673890ee38392540079196cef61e3d6" | ||
474 | SRC_URI += "git://github.com/fahedouch/go-logrotate;name=go-logrotate;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fahedouch/go-logrotate" | ||
475 | |||
476 | # github.com/containerd/errdefs/pkg v0.3.0 | ||
477 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 | ||
478 | SRCREV_pkg = "4817405e4a3caeb7aee9dac68ed55339c59cb635" | ||
479 | SRC_URI += "git://github.com/containerd/errdefs;name=pkg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs/pkg" | ||
480 | |||
481 | # github.com/moby/docker-image-spec v1.3.1 | ||
482 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af | ||
483 | SRCREV_docker-image-spec = "f1d00ebd2d6d6805170d5543dbca4b850f35f9af" | ||
484 | SRC_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" | ||
485 | |||
486 | # github.com/multiformats/go-base32 v0.1.0 | ||
487 | # [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f | ||
488 | SRCREV_go-base32 = "a16b66327f327428b32b919939b8c93482507e1f" | ||
489 | SRC_URI += "git://github.com/multiformats/go-base32;name=go-base32;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-base32" | ||
500 | 490 | ||
501 | # github.com/fahedouch/go-logrotate v0.2.0 | 491 | # github.com/multiformats/go-base36 v0.2.0 |
502 | # [1] git ls-remote https://github.com/fahedouch/go-logrotate 6b28a8e09e886889e0bc4347e66bd4d4d82f5b10 | 492 | # [1] git ls-remote https://github.com/multiformats/go-base36 da52c98bb97cfaa321be04030bc97dcee7de63ff |
503 | SRCREV_go-logrotate="6b28a8e09e886889e0bc4347e66bd4d4d82f5b10" | 493 | SRCREV_go-base36 = "da52c98bb97cfaa321be04030bc97dcee7de63ff" |
504 | SRC_URI += "git://github.com/fahedouch/go-logrotate;name=go-logrotate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fahedouch/go-logrotate" | 494 | SRC_URI += "git://github.com/multiformats/go-base36;name=go-base36;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-base36" |
505 | 495 | ||
506 | # github.com/mitchellh/mapstructure v1.5.0 | 496 | # github.com/multiformats/go-varint v0.0.7 |
507 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 | 497 | # [1] git ls-remote https://github.com/multiformats/go-varint 8c8129accb08fc978bb276c81d568c41eafdd48f |
508 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" | 498 | SRCREV_go-varint = "8c8129accb08fc978bb276c81d568c41eafdd48f" |
509 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" | 499 | SRC_URI += "git://github.com/multiformats/go-varint;name=go-varint;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-varint" |
510 | 500 | ||
511 | # github.com/distribution/reference v0.5.0 | 501 | # github.com/opencontainers/selinux v1.11.1 |
512 | # [1] git ls-remote https://github.com/distribution/reference 49c28499d219290c3226822e9cfcd4ede6d75379 | 502 | # [1] git ls-remote https://github.com/opencontainers/selinux 44b3337c67171896cf6f299ece82ec31abfe8c0d |
513 | SRCREV_reference="49c28499d219290c3226822e9cfcd4ede6d75379" | 503 | SRCREV_selinux = "44b3337c67171896cf6f299ece82ec31abfe8c0d" |
514 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/reference" | 504 | SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/selinux" |
515 | 505 | ||
516 | # github.com/multiformats/go-base32 v0.1.0 | 506 | # github.com/containernetworking/cni v1.2.3 |
517 | # [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f | 507 | # [1] git ls-remote https://github.com/containernetworking/cni 309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4 |
518 | SRCREV_go-base32="a16b66327f327428b32b919939b8c93482507e1f" | 508 | SRCREV_cni = "309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4" |
519 | SRC_URI += "git://github.com/multiformats/go-base32;name=go-base32;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base32" | 509 | SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/cni" |
520 | |||
521 | # github.com/multiformats/go-base36 v0.1.0 | ||
522 | # [1] git ls-remote https://github.com/multiformats/go-base36 dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7 | ||
523 | SRCREV_go-base36="dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7" | ||
524 | SRC_URI += "git://github.com/multiformats/go-base36;name=go-base36;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base36" | ||
525 | |||
526 | # github.com/multiformats/go-varint v0.0.6 | ||
527 | # [1] git ls-remote https://github.com/multiformats/go-varint a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e | ||
528 | SRCREV_go-varint="a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e" | ||
529 | SRC_URI += "git://github.com/multiformats/go-varint;name=go-varint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-varint" | ||
530 | |||
531 | # github.com/opencontainers/selinux v1.11.0 | ||
532 | # [1] git ls-remote https://github.com/opencontainers/selinux b68c45eb2df48c6b0c949901ccda90c8e65fe677 | ||
533 | SRCREV_selinux="b68c45eb2df48c6b0c949901ccda90c8e65fe677" | ||
534 | SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux" | ||
535 | |||
536 | # github.com/compose-spec/compose-go v1.20.2 | ||
537 | # [1] git ls-remote https://github.com/compose-spec/compose-go e390b9774ca100e1d75c8bc075054502783b48b8 | ||
538 | SRCREV_compose-go="e390b9774ca100e1d75c8bc075054502783b48b8" | ||
539 | SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/compose-spec/compose-go" | ||
540 | |||
541 | # github.com/containernetworking/cni v1.1.2 | ||
542 | # [1] git ls-remote https://github.com/containernetworking/cni 3363d143688bb83ca18489ac8b9dc204c1d49c4a | ||
543 | SRCREV_cni="3363d143688bb83ca18489ac8b9dc204c1d49c4a" | ||
544 | SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni" | ||
545 | |||
546 | # github.com/hashicorp/go-multierror v1.1.1 | ||
547 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 | ||
548 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" | ||
549 | SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror" | ||
550 | 510 | ||
551 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 | 511 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 |
552 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b | 512 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b |
553 | SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" | 513 | SRCREV_gojsonreference = "bd5ef7bd5415a7ac448318e64f11a24cd21e594b" |
554 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonreference" | 514 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" |
555 | 515 | ||
556 | # github.com/awslabs/soci-snapshotter v0.4.1 | 516 | # github.com/containerd/containerd/v2 v2.0.3 |
557 | # [1] git ls-remote https://github.com/awslabs/soci-snapshotter 34e069d90460f422c549b3a8994aa26820cf6544 | 517 | # [1] git ls-remote https://github.com/containerd/containerd 06b99ca80cdbfbc6cc8bd567021738c9af2b36ce |
558 | SRCREV_soci-snapshotter="34e069d90460f422c549b3a8994aa26820cf6544" | 518 | SRCREV_containerd-v2 = "06b99ca80cdbfbc6cc8bd567021738c9af2b36ce" |
559 | SRC_URI += "git://github.com/awslabs/soci-snapshotter;name=soci-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/awslabs/soci-snapshotter" | 519 | SRC_URI += "git://github.com/containerd/containerd;name=containerd-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/v2" |
520 | |||
521 | # github.com/go-viper/mapstructure/v2 v2.2.1 | ||
522 | # [1] git ls-remote https://github.com/go-viper/mapstructure c29fc28e7927f11614d6f7e0fbf108a5c75750bb | ||
523 | SRCREV_mapstructure-v2 = "c29fc28e7927f11614d6f7e0fbf108a5c75750bb" | ||
524 | SRC_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" | ||
560 | 525 | ||
561 | # github.com/opencontainers/go-digest v1.0.0 | 526 | # github.com/opencontainers/go-digest v1.0.0 |
562 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a | 527 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a |
563 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" | 528 | SRCREV_go-digest = "ea51bea511f75cfa3ef6098cc253c5c3609b037a" |
564 | SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest" | 529 | SRC_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" |
530 | |||
531 | # github.com/containerd/containerd/api v1.8.0 | ||
532 | # [1] git ls-remote https://github.com/containerd/containerd cf36acf6b6dde383952f523e9b0b721b20dec88a | ||
533 | SRCREV_api = "cf36acf6b6dde383952f523e9b0b721b20dec88a" | ||
534 | SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" | ||
565 | 535 | ||
566 | # github.com/opencontainers/image-spec v1.1.0 | 536 | # github.com/opencontainers/image-spec v1.1.1 |
567 | # [1] git ls-remote https://github.com/opencontainers/image-spec e7f7c0ca69b21688c3cea7c87a04e4503e6099e2 | 537 | # [1] git ls-remote https://github.com/opencontainers/image-spec 147f9c13cedb47a0c4d9a11a222961073d585877 |
568 | SRCREV_image-spec="e7f7c0ca69b21688c3cea7c87a04e4503e6099e2" | 538 | SRCREV_image-spec = "147f9c13cedb47a0c4d9a11a222961073d585877" |
569 | SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec" | 539 | SRC_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" |
570 | 540 | ||
571 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 | 541 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 |
572 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf | 542 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9 |
573 | SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf" | 543 | SRCREV_go-fuzz-headers = "e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9" |
574 | SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" | 544 | SRC_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" |
575 | 545 | ||
576 | # github.com/inconshreveable/mousetrap v1.1.0 | 546 | # github.com/inconshreveable/mousetrap v1.1.0 |
577 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 | 547 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 |
578 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" | 548 | SRCREV_mousetrap = "4e8053ee7ef85a6bd26368364a6d27f1641c1d21" |
579 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" | 549 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" |
580 | 550 | ||
581 | # github.com/multiformats/go-multiaddr v0.12.0 | 551 | # github.com/multiformats/go-multiaddr v0.13.0 |
582 | # [1] git ls-remote https://github.com/multiformats/go-multiaddr 5dd793c6fc4935fad347429a48a168acc8073474 | 552 | # [1] git ls-remote https://github.com/multiformats/go-multiaddr 14890877525b42c5d6450436929b059974f03ea4 |
583 | SRCREV_go-multiaddr="5dd793c6fc4935fad347429a48a168acc8073474" | 553 | SRCREV_go-multiaddr = "14890877525b42c5d6450436929b059974f03ea4" |
584 | SRC_URI += "git://github.com/multiformats/go-multiaddr;name=go-multiaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multiaddr" | 554 | SRC_URI += "git://github.com/multiformats/go-multiaddr;name=go-multiaddr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-multiaddr" |
585 | 555 | ||
586 | # github.com/multiformats/go-multibase v0.1.1 | 556 | # github.com/multiformats/go-multibase v0.2.0 |
587 | # [1] git ls-remote https://github.com/multiformats/go-multibase c1bc15b22eedb45f9205f3b60ce5fcb8fca93e08 | 557 | # [1] git ls-remote https://github.com/multiformats/go-multibase 58a41f7df1d82d16599e259325b3337d69f70e3b |
588 | SRCREV_go-multibase="c1bc15b22eedb45f9205f3b60ce5fcb8fca93e08" | 558 | SRCREV_go-multibase = "58a41f7df1d82d16599e259325b3337d69f70e3b" |
589 | SRC_URI += "git://github.com/multiformats/go-multibase;name=go-multibase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multibase" | 559 | SRC_URI += "git://github.com/multiformats/go-multibase;name=go-multibase;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-multibase" |
590 | 560 | ||
591 | # github.com/multiformats/go-multihash v0.2.1 | 561 | # github.com/multiformats/go-multihash v0.2.3 |
592 | # [1] git ls-remote https://github.com/multiformats/go-multihash 16974ad98ab1fb19eb756919f55373b39cc80bec | 562 | # [1] git ls-remote https://github.com/multiformats/go-multihash ff9da31500dddfc675e996601a05cdfc3ce7c764 |
593 | SRCREV_go-multihash="16974ad98ab1fb19eb756919f55373b39cc80bec" | 563 | SRCREV_go-multihash = "ff9da31500dddfc675e996601a05cdfc3ce7c764" |
594 | SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multihash" | 564 | SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-multihash" |
595 | 565 | ||
596 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 | 566 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 |
597 | # [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99 | 567 | # [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78284954bff6dcce7888166bb79bbba93bea0879 |
598 | SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99" | 568 | SRCREV_go-pkcs11uri = "78284954bff6dcce7888166bb79bbba93bea0879" |
599 | SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stefanberger/go-pkcs11uri" | 569 | SRC_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" |
600 | 570 | ||
601 | # github.com/cyphar/filepath-securejoin v0.2.4 | 571 | # github.com/compose-spec/compose-go/v2 v2.4.8 |
602 | # [1] git ls-remote https://github.com/cyphar/filepath-securejoin 2710d06c5b4ba3168beffa0689798d2db12e8ac4 | 572 | # [1] git ls-remote https://github.com/compose-spec/compose-go 84b7d5ab66388d3b5e24bae7861213a451a0f063 |
603 | SRCREV_filepath-securejoin="2710d06c5b4ba3168beffa0689798d2db12e8ac4" | 573 | SRCREV_v2 = "84b7d5ab66388d3b5e24bae7861213a451a0f063" |
604 | SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyphar/filepath-securejoin" | 574 | SRC_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" |
605 | 575 | ||
606 | # github.com/containernetworking/plugins v1.4.0 | 576 | # github.com/cyphar/filepath-securejoin v0.4.1 |
607 | # [1] git ls-remote https://github.com/containernetworking/plugins 1fb5bf669e42cd208008e52d45b41fe2c3eb8dbc | 577 | # [1] git ls-remote https://github.com/cyphar/filepath-securejoin 7abd870410ccf784788af4f55c6413c9ef47222d |
608 | SRCREV_plugins="1fb5bf669e42cd208008e52d45b41fe2c3eb8dbc" | 578 | SRCREV_filepath-securejoin = "7abd870410ccf784788af4f55c6413c9ef47222d" |
609 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins" | 579 | SRC_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" |
580 | |||
581 | # github.com/containernetworking/plugins v1.6.2 | ||
582 | # [1] git ls-remote https://github.com/containernetworking/plugins 7f756b411efc3d3730c707e2cc1f2baf1a66e28c | ||
583 | SRCREV_plugins = "7f756b411efc3d3730c707e2cc1f2baf1a66e28c" | ||
584 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" | ||
610 | 585 | ||
611 | # github.com/fluent/fluent-logger-golang v1.9.0 | 586 | # github.com/fluent/fluent-logger-golang v1.9.0 |
612 | # [1] git ls-remote https://github.com/fluent/fluent-logger-golang 5538e904aeb515c10a624da620581bdf420d4b8a | 587 | # [1] git ls-remote https://github.com/fluent/fluent-logger-golang 5538e904aeb515c10a624da620581bdf420d4b8a |
613 | SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a" | 588 | SRCREV_fluent-logger-golang = "5538e904aeb515c10a624da620581bdf420d4b8a" |
614 | SRC_URI += "git://github.com/fluent/fluent-logger-golang;name=fluent-logger-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fluent/fluent-logger-golang" | 589 | SRC_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" |
615 | 590 | ||
616 | # github.com/opencontainers/runtime-spec v1.2.0 | 591 | # github.com/opencontainers/runtime-spec v1.2.1 |
617 | # [1] git ls-remote https://github.com/opencontainers/runtime-spec 36852b0d072a4b5da675300a9e73bc4b0853f5c6 | 592 | # [1] git ls-remote https://github.com/opencontainers/runtime-spec 524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b |
618 | SRCREV_runtime-spec="36852b0d072a4b5da675300a9e73bc4b0853f5c6" | 593 | SRCREV_runtime-spec = "524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b" |
619 | SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-spec" | 594 | SRC_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" |
620 | 595 | ||
621 | # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 | 596 | # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 |
622 | # [1] git ls-remote https://github.com/AdamKorcz/go-118-fuzz-build 8075edf89bb034603c758f28fe93143047ac5677 | 597 | # [1] git ls-remote https://github.com/AdamKorcz/go-118-fuzz-build 2b5cbb29f3e2e08ef2032ac4dc88a40a3a1e9e5f |
623 | SRCREV_go-118-fuzz-build="8075edf89bb034603c758f28fe93143047ac5677" | 598 | SRCREV_go-118-fuzz-build = "2b5cbb29f3e2e08ef2032ac4dc88a40a3a1e9e5f" |
624 | SRC_URI += "git://github.com/AdamKorcz/go-118-fuzz-build;name=go-118-fuzz-build;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdamKorcz/go-118-fuzz-build" | 599 | SRC_URI += "git://github.com/AdamKorcz/go-118-fuzz-build;name=go-118-fuzz-build;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AdamKorcz/go-118-fuzz-build" |
625 | 600 | ||
626 | # github.com/containerd/nydus-snapshotter v0.13.7 | 601 | # github.com/containerd/nydus-snapshotter v0.15.0 |
627 | # [1] git ls-remote https://github.com/containerd/nydus-snapshotter 3fcac86ccfe192b34e8605de9e26b9f40150c8cb | 602 | # [1] git ls-remote https://github.com/containerd/nydus-snapshotter aec799e1b5d61050f7df4a1fd79177f89635cffe |
628 | SRCREV_nydus-snapshotter="3fcac86ccfe192b34e8605de9e26b9f40150c8cb" | 603 | SRCREV_nydus-snapshotter = "aec799e1b5d61050f7df4a1fd79177f89635cffe" |
629 | SRC_URI += "git://github.com/containerd/nydus-snapshotter;name=nydus-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/nydus-snapshotter" | 604 | SRC_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" |
630 | 605 | ||
631 | # github.com/containerd/stargz-snapshotter v0.15.1 | 606 | # github.com/containerd/stargz-snapshotter v0.16.3 |
632 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f | 607 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a |
633 | SRCREV_stargz-snapshotter="64ab83bd65cd4a763e262955984232cc5ddfeb3f" | 608 | SRCREV_stargz-snapshotter = "c0389e084ae5731215c1251b04f3a8b49efb6d5a" |
634 | SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter" | 609 | SRC_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" |
635 | 610 | ||
636 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b | 611 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 |
637 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 | 612 | # [1] git ls-remote https://github.com/googleapis/go-genproto 5f5ef82da42272dfd659a9114072cd3a924f9143 |
638 | SRCREV_rpc="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" | 613 | SRCREV_rpc = "5f5ef82da42272dfd659a9114072cd3a924f9143" |
639 | SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/rpc" | 614 | SRC_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" |
640 | 615 | ||
641 | # github.com/rootless-containers/bypass4netns v0.4.0 | 616 | # github.com/rootless-containers/bypass4netns v0.4.2 |
642 | # [1] git ls-remote https://github.com/rootless-containers/bypass4netns 3385f1f32437dba4300a2bdf1567a7ece939f9b9 | 617 | # [1] git ls-remote https://github.com/rootless-containers/bypass4netns aa04bd3dcc48c6dae6d7327ba219bda8fe2a4634 |
643 | SRCREV_bypass4netns="3385f1f32437dba4300a2bdf1567a7ece939f9b9" | 618 | SRCREV_bypass4netns = "aa04bd3dcc48c6dae6d7327ba219bda8fe2a4634" |
644 | SRC_URI += "git://github.com/rootless-containers/bypass4netns;name=bypass4netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/bypass4netns" | 619 | SRC_URI += "git://github.com/rootless-containers/bypass4netns;name=bypass4netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/bypass4netns" |
645 | 620 | ||
646 | # github.com/docker/docker-credential-helpers v0.7.0 | 621 | # github.com/docker/docker-credential-helpers v0.8.2 |
647 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde | 622 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 6b9df3ebb5da5aa22f722b25506bba1414519c6a |
648 | SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde" | 623 | SRCREV_docker-credential-helpers = "6b9df3ebb5da5aa22f722b25506bba1414519c6a" |
649 | SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker-credential-helpers" | 624 | SRC_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" |
650 | 625 | ||
651 | # github.com/containerd/stargz-snapshotter/ipfs v0.15.1 | 626 | # github.com/containerd/stargz-snapshotter/ipfs v0.16.3 |
652 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f | 627 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a |
653 | SRCREV_ipfs="64ab83bd65cd4a763e262955984232cc5ddfeb3f" | 628 | SRCREV_ipfs = "c0389e084ae5731215c1251b04f3a8b49efb6d5a" |
654 | SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=ipfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter/ipfs" | 629 | SRC_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" |
655 | 630 | ||
656 | # github.com/rootless-containers/rootlesskit/v2 v2.0.1 | 631 | # github.com/rootless-containers/rootlesskit/v2 v2.3.4 |
657 | # [1] git ls-remote https://github.com/rootless-containers/rootlesskit 5e9cd7880619a3c0a675e6a41d9562b6839066ee | 632 | # [1] git ls-remote https://github.com/rootless-containers/rootlesskit 59a459df858d39ad5f4eafa305545907bf0c48ab |
658 | SRCREV_rootlesskit-v2="5e9cd7880619a3c0a675e6a41d9562b6839066ee" | 633 | SRCREV_rootlesskit-v2 = "59a459df858d39ad5f4eafa305545907bf0c48ab" |
659 | SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/rootlesskit/v2" | 634 | SRC_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" |
660 | 635 | ||
661 | # github.com/containerd/stargz-snapshotter/estargz v0.15.1 | 636 | # github.com/containerd/stargz-snapshotter/estargz v0.16.3 |
662 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f | 637 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a |
663 | SRCREV_estargz="64ab83bd65cd4a763e262955984232cc5ddfeb3f" | 638 | SRCREV_estargz = "c0389e084ae5731215c1251b04f3a8b49efb6d5a" |
664 | SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=estargz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter/estargz" | 639 | SRC_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" |
665 | 640 | ||
666 | # github.com/containerd/accelerated-container-image v1.0.2 | 641 | # github.com/containerd/accelerated-container-image v1.3.0 |
667 | # [1] git ls-remote https://github.com/containerd/accelerated-container-image 526b680966031d9e07371894e1de68cbf9ae6282 | 642 | # [1] git ls-remote https://github.com/containerd/accelerated-container-image c5dd4fa383f2a932ab7d0b974f05a4e90eb46604 |
668 | SRCREV_accelerated-container-image="526b680966031d9e07371894e1de68cbf9ae6282" | 643 | SRCREV_accelerated-container-image = "c5dd4fa383f2a932ab7d0b974f05a4e90eb46604" |
669 | SRC_URI += "git://github.com/containerd/accelerated-container-image;name=accelerated-container-image;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/accelerated-container-image" | 644 | SRC_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.45.0 | 646 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 |
672 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9d4eb7e7706038b07d33f83f76afbe13f53d171d | 647 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 |
673 | SRCREV_otelhttp="9d4eb7e7706038b07d33f83f76afbe13f53d171d" | 648 | SRCREV_otelhttp = "9cf5701e6b6611b2c406639039a1bccd883db080" |
674 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" | 649 | SRC_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" |
675 | 650 | ||