summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch10
-rw-r--r--recipes-containers/nerdctl/nerdctl/modules.txt154
-rw-r--r--recipes-containers/nerdctl/nerdctl_git.bb4
-rw-r--r--recipes-containers/nerdctl/relocation.inc37
-rw-r--r--recipes-containers/nerdctl/src_uri.inc451
5 files changed, 372 insertions, 284 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 9b9f9cc4..ca7b3042 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
@@ -10,14 +10,14 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
10 Makefile | 3 ++- 10 Makefile | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-) 11 1 file changed, 2 insertions(+), 1 deletion(-)
12 12
13Index: nerdctl-v1.3.0/src/import/Makefile 13Index: nerdctl-v2.0.0-beta.1/src/import/Makefile
14=================================================================== 14===================================================================
15--- nerdctl-v1.3.0.orig/src/import/Makefile 15--- nerdctl-v2.0.0-beta.1.orig/src/import/Makefile
16+++ nerdctl-v1.3.0/src/import/Makefile 16+++ nerdctl-v2.0.0-beta.1/src/import/Makefile
17@@ -32,7 +32,7 @@ 17@@ -38,7 +38,7 @@
18 REVISION ?= $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)
19 18
20 GO_BUILD_LDFLAGS ?= -s -w 19 GO_BUILD_LDFLAGS ?= -s -w
20 GO_BUILD_FLAGS ?=
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)" 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)" 22+export GO_BUILD=$(GO) build -ldflags "$(GO_BUILD_LDFLAGS) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)"
23 23
diff --git a/recipes-containers/nerdctl/nerdctl/modules.txt b/recipes-containers/nerdctl/nerdctl/modules.txt
index deafa0dc..b26ec8ec 100644
--- a/recipes-containers/nerdctl/nerdctl/modules.txt
+++ b/recipes-containers/nerdctl/nerdctl/modules.txt
@@ -2,65 +2,69 @@
2## explicit 2## explicit
3# github.com/Microsoft/go-winio v0.6.1 3# github.com/Microsoft/go-winio v0.6.1
4## explicit 4## explicit
5# github.com/Microsoft/hcsshim v0.10.0 5# github.com/Microsoft/hcsshim v0.11.4
6## explicit 6## explicit
7# github.com/awslabs/soci-snapshotter v0.3.0 7# github.com/awslabs/soci-snapshotter v0.4.1
8## explicit 8## explicit
9# github.com/compose-spec/compose-go v1.17.0 9# github.com/compose-spec/compose-go v1.20.2
10## explicit 10## explicit
11# github.com/containerd/accelerated-container-image v0.6.7 11# github.com/containerd/accelerated-container-image v1.0.2
12## explicit 12## explicit
13# github.com/containerd/cgroups/v3 v3.0.2 13# github.com/containerd/cgroups/v3 v3.0.3
14## explicit 14## explicit
15# github.com/containerd/console v1.0.3 15# github.com/containerd/console v1.0.4
16## explicit 16## explicit
17# github.com/containerd/containerd v1.7.3 17# github.com/containerd/containerd v1.7.13
18## explicit 18## explicit
19# github.com/containerd/continuity v0.4.1 19# github.com/containerd/continuity v0.4.3
20## explicit
21# github.com/containerd/fifo v1.1.0
20## explicit 22## explicit
21# github.com/containerd/go-cni v1.1.9 23# github.com/containerd/go-cni v1.1.9
22## explicit 24## explicit
23# github.com/containerd/imgcrypt v1.1.7 25# github.com/containerd/imgcrypt v1.1.9
26## explicit
27# github.com/containerd/log v0.1.0
28## explicit
29# github.com/containerd/nydus-snapshotter v0.13.7
24## explicit 30## explicit
25# github.com/containerd/nydus-snapshotter v0.10.0 31# github.com/containerd/platforms v0.1.1
26## explicit 32## explicit
27# github.com/containerd/stargz-snapshotter v0.14.3 33# github.com/containerd/stargz-snapshotter v0.15.1
28## explicit 34## explicit
29# github.com/containerd/stargz-snapshotter/estargz v0.14.3 35# github.com/containerd/stargz-snapshotter/estargz v0.15.1
30## explicit 36## explicit
31# github.com/containerd/stargz-snapshotter/ipfs v0.14.3 37# github.com/containerd/stargz-snapshotter/ipfs v0.15.1
32## explicit 38## explicit
33# github.com/containerd/typeurl/v2 v2.1.1 39# github.com/containerd/typeurl/v2 v2.1.1
34## explicit 40## explicit
35# github.com/containernetworking/cni v1.1.2 41# github.com/containernetworking/cni v1.1.2
36## explicit 42## explicit
37# github.com/containernetworking/plugins v1.3.0 43# github.com/containernetworking/plugins v1.4.0
38## explicit 44## explicit
39# github.com/coreos/go-iptables v0.6.0 45# github.com/coreos/go-iptables v0.7.0
40## explicit 46## explicit
41# github.com/coreos/go-systemd/v22 v22.5.0 47# github.com/coreos/go-systemd/v22 v22.5.0
42## explicit 48## explicit
43# github.com/cyphar/filepath-securejoin v0.2.3 49# github.com/cyphar/filepath-securejoin v0.2.4
44## explicit 50## explicit
45# github.com/docker/cli v24.0.5+incompatible 51# github.com/docker/cli v24.0.7+incompatible
46## explicit 52## explicit
47# github.com/docker/docker v24.0.5+incompatible 53# github.com/docker/docker v24.0.7+incompatible
48## explicit 54## explicit
49# github.com/docker/go-connections v0.4.0 55# github.com/docker/go-connections v0.5.0
50## explicit 56## explicit
51# github.com/docker/go-units v0.5.0 57# github.com/docker/go-units v0.5.0
52## explicit 58## explicit
53# github.com/fahedouch/go-logrotate v0.1.3 59# github.com/fahedouch/go-logrotate v0.2.0
54## explicit 60## explicit
55# github.com/fatih/color v1.15.0 61# github.com/fatih/color v1.16.0
56## explicit 62## explicit
57# github.com/fluent/fluent-logger-golang v1.9.0 63# github.com/fluent/fluent-logger-golang v1.9.0
58## explicit 64## explicit
59# github.com/hashicorp/go-multierror v1.1.1
60## explicit
61# github.com/ipfs/go-cid v0.4.1 65# github.com/ipfs/go-cid v0.4.1
62## explicit 66## explicit
63# github.com/mattn/go-isatty v0.0.19 67# github.com/mattn/go-isatty v0.0.20
64## explicit 68## explicit
65# github.com/mitchellh/mapstructure v1.5.0 69# github.com/mitchellh/mapstructure v1.5.0
66## explicit 70## explicit
@@ -70,25 +74,25 @@
70## explicit 74## explicit
71# github.com/moby/term v0.5.0 75# github.com/moby/term v0.5.0
72## explicit 76## explicit
73# github.com/opencontainers/go-digest v1.0.0 77# github.com/muesli/cancelreader v0.2.2
74## explicit 78## explicit
75# github.com/opencontainers/image-spec v1.1.0-rc4 79# github.com/opencontainers/go-digest v1.0.0
76## explicit 80## explicit
77# github.com/opencontainers/runtime-spec v1.1.0 81# github.com/opencontainers/image-spec v1.1.0
78## explicit 82## explicit
79# github.com/pelletier/go-toml v1.9.5 83# github.com/opencontainers/runtime-spec v1.2.0
80## explicit 84## explicit
81# github.com/rootless-containers/bypass4netns v0.3.0 85# github.com/pelletier/go-toml/v2 v2.1.1
82## explicit 86## explicit
83# github.com/rootless-containers/rootlesskit v1.1.1 87# github.com/rootless-containers/bypass4netns v0.4.0
84## explicit 88## explicit
85# github.com/sirupsen/logrus v1.9.3 89# github.com/rootless-containers/rootlesskit/v2 v2.0.1
86## explicit 90## explicit
87# github.com/spf13/cobra v1.7.0 91# github.com/spf13/cobra v1.8.0
88## explicit 92## explicit
89# github.com/spf13/pflag v1.0.5 93# github.com/spf13/pflag v1.0.5
90## explicit 94## explicit
91# github.com/tidwall/gjson v1.15.0 95# github.com/tidwall/gjson v1.17.1
92## explicit 96## explicit
93# github.com/vishvananda/netlink v1.2.1-beta.2 97# github.com/vishvananda/netlink v1.2.1-beta.2
94## explicit 98## explicit
@@ -96,41 +100,47 @@
96## explicit 100## explicit
97# github.com/yuchanns/srslog v1.1.0 101# github.com/yuchanns/srslog v1.1.0
98## explicit 102## explicit
99# golang.org/x/crypto v0.11.0 103# go.uber.org/mock v0.4.0
104## explicit
105# golang.org/x/crypto v0.19.0
100## explicit 106## explicit
101# golang.org/x/net v0.12.0 107# golang.org/x/net v0.21.0
102## explicit 108## explicit
103# golang.org/x/sync v0.3.0 109# golang.org/x/sync v0.6.0
104## explicit 110## explicit
105# golang.org/x/sys v0.10.0 111# golang.org/x/sys v0.17.0
106## explicit 112## explicit
107# golang.org/x/term v0.10.0 113# golang.org/x/term v0.17.0
108## explicit 114## explicit
109# golang.org/x/text v0.11.0 115# golang.org/x/text v0.14.0
110## explicit 116## explicit
111# gopkg.in/yaml.v3 v3.0.1 117# gopkg.in/yaml.v3 v3.0.1
112## explicit 118## explicit
113# gotest.tools/v3 v3.5.0 119# gotest.tools/v3 v3.5.1
114## explicit 120## explicit
115# golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 121# github.com/moby/sys/user v0.1.0
116## explicit 122## explicit
117# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 123# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
118## explicit 124## explicit
119# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 125# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0
120## explicit 126## explicit
121# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 127# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
122## explicit 128## explicit
123# github.com/cilium/ebpf v0.9.1 129# github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
124## explicit 130## explicit
125# github.com/containerd/fifo v1.1.0 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
126## explicit 136## explicit
127# github.com/containerd/ttrpc v1.2.2 137# github.com/containerd/ttrpc v1.2.2
128## explicit 138## explicit
129# github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67 139# github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67
130## explicit 140## explicit
131# github.com/containers/ocicrypt v1.1.7 141# github.com/containers/ocicrypt v1.1.9
132## explicit 142## explicit
133# github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa 143# github.com/distribution/reference v0.5.0
134## explicit 144## explicit
135# github.com/djherbis/times v1.5.0 145# github.com/djherbis/times v1.5.0
136## explicit 146## explicit
@@ -138,9 +148,11 @@
138## explicit 148## explicit
139# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c 149# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
140## explicit 150## explicit
141# github.com/frankban/quicktest v1.14.2 151# github.com/felixge/httpsnoop v1.0.3
142## explicit 152## explicit
143# github.com/go-logr/logr v1.2.4 153# github.com/go-jose/go-jose/v3 v3.0.1
154## explicit
155# github.com/go-logr/logr v1.3.0
144## explicit 156## explicit
145# github.com/go-logr/stdr v1.2.2 157# github.com/go-logr/stdr v1.2.2
146## explicit 158## explicit
@@ -152,19 +164,21 @@
152## explicit 164## explicit
153# github.com/golang/protobuf v1.5.3 165# github.com/golang/protobuf v1.5.3
154## explicit 166## explicit
155# github.com/google/go-cmp v0.5.9 167# github.com/google/go-cmp v0.6.0
156## explicit 168## explicit
157# github.com/google/uuid v1.3.0 169# github.com/google/uuid v1.6.0
158## explicit 170## explicit
159# github.com/hashicorp/errwrap v1.1.0 171# github.com/hashicorp/errwrap v1.1.0
160## explicit 172## explicit
173# github.com/hashicorp/go-multierror v1.1.1
174## explicit
161# github.com/imdario/mergo v0.3.16 175# github.com/imdario/mergo v0.3.16
162## explicit 176## explicit
163# github.com/inconshreveable/mousetrap v1.1.0 177# github.com/inconshreveable/mousetrap v1.1.0
164## explicit 178## explicit
165# github.com/klauspost/compress v1.16.7 179# github.com/klauspost/compress v1.17.6
166## explicit 180## explicit
167# github.com/klauspost/cpuid/v2 v2.1.1 181# github.com/klauspost/cpuid/v2 v2.2.3
168## explicit 182## explicit
169# github.com/mattn/go-colorable v0.1.13 183# github.com/mattn/go-colorable v0.1.13
170## explicit 184## explicit
@@ -172,13 +186,13 @@
172## explicit 186## explicit
173# github.com/miekg/pkcs11 v1.1.1 187# github.com/miekg/pkcs11 v1.1.1
174## explicit 188## explicit
175# github.com/minio/sha256-simd v1.0.0 189# github.com/minio/sha256-simd v1.0.1
176## explicit 190## explicit
177# github.com/mitchellh/go-homedir v1.1.0 191# github.com/mitchellh/go-homedir v1.1.0
178## explicit 192## explicit
179# github.com/moby/locker v1.0.1 193# github.com/moby/locker v1.0.1
180## explicit 194## explicit
181# github.com/moby/sys/mountinfo v0.6.2 195# github.com/moby/sys/mountinfo v0.7.1
182## explicit 196## explicit
183# github.com/moby/sys/sequential v0.5.0 197# github.com/moby/sys/sequential v0.5.0
184## explicit 198## explicit
@@ -190,7 +204,7 @@
190## explicit 204## explicit
191# github.com/multiformats/go-base36 v0.1.0 205# github.com/multiformats/go-base36 v0.1.0
192## explicit 206## explicit
193# github.com/multiformats/go-multiaddr v0.8.0 207# github.com/multiformats/go-multiaddr v0.12.0
194## explicit 208## explicit
195# github.com/multiformats/go-multibase v0.1.1 209# github.com/multiformats/go-multibase v0.1.1
196## explicit 210## explicit
@@ -198,14 +212,16 @@
198## explicit 212## explicit
199# github.com/multiformats/go-varint v0.0.6 213# github.com/multiformats/go-varint v0.0.6
200## explicit 214## explicit
201# github.com/opencontainers/runc v1.1.7
202## explicit
203# github.com/opencontainers/selinux v1.11.0 215# github.com/opencontainers/selinux v1.11.0
204## explicit 216## explicit
217# github.com/pelletier/go-toml v1.9.5
218## explicit
205# github.com/philhofer/fwd v1.1.1 219# github.com/philhofer/fwd v1.1.1
206## explicit 220## explicit
207# github.com/pkg/errors v0.9.1 221# github.com/pkg/errors v0.9.1
208## explicit 222## explicit
223# github.com/sirupsen/logrus v1.9.3
224## explicit
209# github.com/spaolacci/murmur3 v1.1.0 225# github.com/spaolacci/murmur3 v1.1.0
210## explicit 226## explicit
211# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 227# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
@@ -216,7 +232,7 @@
216## explicit 232## explicit
217# github.com/tinylib/msgp v1.1.6 233# github.com/tinylib/msgp v1.1.6
218## explicit 234## explicit
219# github.com/vbatts/tar-split v0.11.3 235# github.com/vbatts/tar-split v0.11.5
220## explicit 236## explicit
221# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 237# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
222## explicit 238## explicit
@@ -228,21 +244,27 @@
228## explicit 244## explicit
229# go.opencensus.io v0.24.0 245# go.opencensus.io v0.24.0
230## explicit 246## explicit
231# go.opentelemetry.io/otel v1.15.1 247# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
232## explicit 248## explicit
233# go.opentelemetry.io/otel/trace v1.15.1 249# go.opentelemetry.io/otel v1.19.0
234## explicit 250## explicit
235# golang.org/x/mod v0.11.0 251# go.opentelemetry.io/otel/metric v1.19.0
236## explicit 252## explicit
237# golang.org/x/tools v0.9.1 253# go.opentelemetry.io/otel/trace v1.19.0
238## explicit 254## explicit
239# google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 255# golang.org/x/exp v0.0.0-20231006140011-7918f672742d
240## explicit 256## explicit
241# google.golang.org/grpc v1.56.2 257# golang.org/x/mod v0.13.0
242## explicit 258## explicit
243# google.golang.org/protobuf v1.31.0 259# golang.org/x/tools v0.14.0
260## explicit
261# google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a
244## explicit 262## explicit
245# gopkg.in/square/go-jose.v2 v2.5.1 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
246## explicit 268## explicit
247# lukechampine.com/blake3 v1.1.7 269# lukechampine.com/blake3 v1.1.7
248## explicit 270## explicit
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index 4e65405e..8868274f 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -11,7 +11,7 @@ DEPENDS = " \
11 11
12# Specify the first two important SRCREVs as the format 12# Specify the first two important SRCREVs as the format
13SRCREV_FORMAT="nerdcli_cgroups" 13SRCREV_FORMAT="nerdcli_cgroups"
14SRCREV_nerdcli = "b33a58f288bc42351404a016e694190b897cd252" 14SRCREV_nerdcli = "265d6b9cf526ce7d9ed8d34a0e3c3066901cc463"
15 15
16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https" 16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"
17 17
@@ -29,7 +29,7 @@ GO_IMPORT = "import"
29 29
30# S = "${WORKDIR}/git" 30# S = "${WORKDIR}/git"
31 31
32PV = "v1.5.0" 32PV = "v2.0.0-beta.1"
33 33
34NERDCTL_PKG = "github.com/containerd/nerdctl" 34NERDCTL_PKG = "github.com/containerd/nerdctl"
35 35
diff --git a/recipes-containers/nerdctl/relocation.inc b/recipes-containers/nerdctl/relocation.inc
index 401a980c..7f3a1d34 100644
--- a/recipes-containers/nerdctl/relocation.inc
+++ b/recipes-containers/nerdctl/relocation.inc
@@ -1,9 +1,10 @@
1export sites="gotest.tools/v3:gotest.tools/v3:force \ 1export sites="gotest.tools/v3:gotest.tools/v3:force \
2 go.uber.org/mock:go.uber.org/mock:force \
2 golang.org/x/net:golang.org/x/net:force \ 3 golang.org/x/net:golang.org/x/net:force \
3 golang.org/x/sys:golang.org/x/sys:force \ 4 golang.org/x/sys:golang.org/x/sys:force \
4 gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ 5 gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \
5 golang.org/x/exp:golang.org/x/exp: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/mod:golang.org/x/mod:force \ 8 golang.org/x/mod:golang.org/x/mod:force \
8 golang.org/x/sync:golang.org/x/sync:force \ 9 golang.org/x/sync:golang.org/x/sync:force \
9 golang.org/x/term:golang.org/x/term:force \ 10 golang.org/x/term:golang.org/x/term:force \
@@ -35,46 +36,53 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \
35 github.com/philhofer/fwd:github.com/philhofer/fwd:force \ 36 github.com/philhofer/fwd:github.com/philhofer/fwd:force \
36 github.com/tidwall/match:github.com/tidwall/match:force \ 37 github.com/tidwall/match:github.com/tidwall/match:force \
37 go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \ 38 go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \
39 github.com/containerd/log:github.com/containerd/log:force \
38 github.com/djherbis/times:github.com/djherbis/times:force \ 40 github.com/djherbis/times:github.com/djherbis/times:force \
39 github.com/godbus/dbus/v5:github.com/godbus/dbus/v5:force \ 41 github.com/godbus/dbus/v5:github.com/godbus/dbus/v5:force \
40 github.com/mr-tron/base58:github.com/mr-tron/base58:force \ 42 github.com/mr-tron/base58:github.com/mr-tron/base58:force \
41 github.com/tidwall/pretty:github.com/tidwall/pretty:force \ 43 github.com/tidwall/pretty:github.com/tidwall/pretty:force \
44 github.com/containerd/fifo:github.com/containerd/fifo:force \
42 github.com/docker/go-units:github.com/docker/go-units:force \ 45 github.com/docker/go-units:github.com/docker/go-units:force \
43 github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ 46 github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \
44 github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \
45 github.com/yuchanns/srslog:github.com/yuchanns/srslog:force \ 47 github.com/yuchanns/srslog:github.com/yuchanns/srslog:force \
46 github.com/containerd/fifo:github.com/containerd/fifo:force \
47 github.com/golang/protobuf:github.com/golang/protobuf:force \ 48 github.com/golang/protobuf:github.com/golang/protobuf:force \
49 github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \
48 google.golang.org/genproto:google.golang.org/genproto:force \ 50 google.golang.org/genproto:google.golang.org/genproto:force \
49 google.golang.org/protobuf:google.golang.org/protobuf:force \ 51 google.golang.org/protobuf:google.golang.org/protobuf:force \
50 gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2:force \ 52 github.com/moby/sys/user:github.com/moby/sys/user/user:force \
53 github.com/bmizerany/assert:github.com/bmizerany/assert:force \
51 github.com/containerd/ttrpc:github.com/containerd/ttrpc:force \ 54 github.com/containerd/ttrpc:github.com/containerd/ttrpc:force \
52 github.com/docker/go-events:github.com/docker/go-events:force \ 55 github.com/docker/go-events:github.com/docker/go-events:force \
53 github.com/vbatts/tar-split:github.com/vbatts/tar-split:force \ 56 github.com/vbatts/tar-split:github.com/vbatts/tar-split:force \
54 github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \ 57 github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \
55 github.com/containerd/go-cni:github.com/containerd/go-cni:force \ 58 github.com/containerd/go-cni:github.com/containerd/go-cni:force \
56 github.com/moby/sys/mount:github.com/moby/sys/mount/mount:force \ 59 github.com/moby/sys/mount:github.com/moby/sys/mount/mount:force \
57 github.com/pelletier/go-toml:github.com/pelletier/go-toml:force \
58 github.com/vishvananda/netns:github.com/vishvananda/netns:force \ 60 github.com/vishvananda/netns:github.com/vishvananda/netns:force \
59 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ 61 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \
62 github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \
60 github.com/golang/groupcache:github.com/golang/groupcache:force \ 63 github.com/golang/groupcache:github.com/golang/groupcache:force \
61 github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ 64 github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \
62 github.com/minio/sha256-simd:github.com/minio/sha256-simd:force \ 65 github.com/minio/sha256-simd:github.com/minio/sha256-simd:force \
66 github.com/pelletier/go-toml:github.com/pelletier/go-toml:force \
63 github.com/spaolacci/murmur3:github.com/spaolacci/murmur3:force \ 67 github.com/spaolacci/murmur3:github.com/spaolacci/murmur3:force \
64 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ 68 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \
65 github.com/containerd/console:github.com/containerd/console:force \ 69 github.com/containerd/console:github.com/containerd/console:force \
66 github.com/coreos/go-iptables:github.com/coreos/go-iptables:force \ 70 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 \
67 github.com/containerd/typeurl:github.com/containerd/typeurl:force \ 73 github.com/containerd/typeurl:github.com/containerd/typeurl:force \
68 github.com/frankban/quicktest:github.com/frankban/quicktest:force \ 74 github.com/go-jose/go-jose/v3:github.com/go-jose/go-jose/v3:force \
69 github.com/klauspost/compress:github.com/klauspost/compress:force \ 75 github.com/klauspost/compress:github.com/klauspost/compress:force \
70 github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2:force \ 76 github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2:force \
71 github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \ 77 github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \
72 github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ 78 github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \
73 github.com/containerd/imgcrypt:github.com/containerd/imgcrypt:force \ 79 github.com/containerd/imgcrypt:github.com/containerd/imgcrypt:force \
80 github.com/muesli/cancelreader:github.com/muesli/cancelreader:force \
74 github.com/vishvananda/netlink:github.com/vishvananda/netlink:force \ 81 github.com/vishvananda/netlink:github.com/vishvananda/netlink:force \
75 github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \ 82 github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \
76 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ 83 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \
77 github.com/opencontainers/runc:github.com/opencontainers/runc:force \ 84 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/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \ 86 github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \
79 github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ 87 github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \
80 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ 88 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \
@@ -88,6 +96,7 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \
88 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ 96 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \
89 github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate:force \ 97 github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate:force \
90 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure:force \ 98 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure:force \
99 github.com/distribution/reference:github.com/distribution/reference:force \
91 github.com/multiformats/go-base32:github.com/multiformats/go-base32:force \ 100 github.com/multiformats/go-base32:github.com/multiformats/go-base32:force \
92 github.com/multiformats/go-base36:github.com/multiformats/go-base36:force \ 101 github.com/multiformats/go-base36:github.com/multiformats/go-base36:force \
93 github.com/multiformats/go-varint:github.com/multiformats/go-varint:force \ 102 github.com/multiformats/go-varint:github.com/multiformats/go-varint:force \
@@ -98,6 +107,7 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \
98 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ 107 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \
99 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ 108 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \
100 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ 109 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \
110 go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \
101 github.com/awslabs/soci-snapshotter:github.com/awslabs/soci-snapshotter:force \ 111 github.com/awslabs/soci-snapshotter:github.com/awslabs/soci-snapshotter:force \
102 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ 112 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \
103 github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ 113 github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \
@@ -114,14 +124,15 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \
114 github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \ 124 github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \
115 github.com/AdamKorcz/go-118-fuzz-build:github.com/AdamKorcz/go-118-fuzz-build:force \ 125 github.com/AdamKorcz/go-118-fuzz-build:github.com/AdamKorcz/go-118-fuzz-build:force \
116 github.com/containerd/nydus-snapshotter:github.com/containerd/nydus-snapshotter:force \ 126 github.com/containerd/nydus-snapshotter:github.com/containerd/nydus-snapshotter:force \
117 github.com/distribution/distribution/v3:github.com/distribution/distribution/v3:force \
118 github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter:force \ 127 github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter:force \
119 github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit:force \
120 github.com/rootless-containers/bypass4netns:github.com/rootless-containers/bypass4netns:force \ 128 github.com/rootless-containers/bypass4netns:github.com/rootless-containers/bypass4netns:force \
121 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ 129 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \
130 github.com/rootless-containers/rootlesskit/v2:github.com/rootless-containers/rootlesskit/v2:force \
122 github.com/containerd/stargz-snapshotter/ipfs:github.com/containerd/stargz-snapshotter/ipfs/ipfs:force \ 131 github.com/containerd/stargz-snapshotter/ipfs:github.com/containerd/stargz-snapshotter/ipfs/ipfs:force \
132 google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \
123 github.com/containerd/accelerated-container-image:github.com/containerd/accelerated-container-image:force \ 133 github.com/containerd/accelerated-container-image:github.com/containerd/accelerated-container-image:force \
124 github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter/estargz/estargz:force" 134 github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter/estargz/estargz:force \
135 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force"
125 136
126do_compile:prepend() { 137do_compile:prepend() {
127 cd ${S}/src/import 138 cd ${S}/src/import
@@ -131,9 +142,9 @@ do_compile:prepend() {
131 force_flag=$(echo $s | cut -d: -f3) 142 force_flag=$(echo $s | cut -d: -f3)
132 mkdir -p vendor.copy/$site_dest 143 mkdir -p vendor.copy/$site_dest
133 if [ -n "$force_flag" ]; then 144 if [ -n "$force_flag" ]; then
134 echo "[INFO] $site_dest: force copying .go files" 145 echo "[INFO] $site_dest: force copying .go files"
135 rm -rf vendor.copy/$site_dest 146 rm -rf vendor.copy/$site_dest
136 rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest 147 rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest
137 else 148 else
138 [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } 149 [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; }
139 fi 150 fi
diff --git a/recipes-containers/nerdctl/src_uri.inc b/recipes-containers/nerdctl/src_uri.inc
index 0fc89701..eff9ec1a 100644
--- a/recipes-containers/nerdctl/src_uri.inc
+++ b/recipes-containers/nerdctl/src_uri.inc
@@ -1,16 +1,21 @@
1# gotest.tools/v3 v3.5.0 1# gotest.tools/v3 v3.5.1
2# [1] git ls-remote https://github.com/gotestyourself/gotest.tools a80f057529047c44e1a85d0d017b200787e537e0 2# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 81cea1abc596b025bf2573c7fdf97740512e4c6c
3SRCREV_gotest.tools-v3="a80f057529047c44e1a85d0d017b200787e537e0" 3SRCREV_gotest.tools-v3="81cea1abc596b025bf2573c7fdf97740512e4c6c"
4SRC_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" 4SRC_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"
5 5
6# golang.org/x/net v0.12.0 6# go.uber.org/mock v0.4.0
7# [1] git ls-remote https://go.googlesource.com/net c73c09c3904ce6a210970374bd1bc507ef1f8cc2 7# [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188
8SRCREV_net="c73c09c3904ce6a210970374bd1bc507ef1f8cc2" 8SRCREV_mock="74a29c6e6c2cbb8ccee94db061c1604ff33fd188"
9SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/mock"
10
11# golang.org/x/net v0.21.0
12# [1] git ls-remote https://go.googlesource.com/net 73d21fdbb4d7dc7115b50526b93b6c37a4e3377f
13SRCREV_net="73d21fdbb4d7dc7115b50526b93b6c37a4e3377f"
9SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" 14SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net"
10 15
11# golang.org/x/sys v0.10.0 16# golang.org/x/sys v0.17.0
12# [1] git ls-remote https://go.googlesource.com/sys a1a9c4b846b3a485ba94fede5b50579c7f432759 17# [1] git ls-remote https://go.googlesource.com/sys 914b96c1bddd0738464c043cccbbac14fc94b955
13SRCREV_sys="a1a9c4b846b3a485ba94fede5b50579c7f432759" 18SRCREV_sys="914b96c1bddd0738464c043cccbbac14fc94b955"
14SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" 19SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys"
15 20
16# gopkg.in/yaml.v3 v3.0.1 21# gopkg.in/yaml.v3 v3.0.1
@@ -18,44 +23,44 @@ SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;des
18SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" 23SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51"
19SRC_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" 24SRC_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"
20 25
21# golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
22# [1] git ls-remote https://go.googlesource.com/exp 613f0c0eb8a17a98ecdb096a7f9f7d5053c1c963
23SRCREV_exp="613f0c0eb8a17a98ecdb096a7f9f7d5053c1c963"
24SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp"
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
28SRCREV_go.opencensus.io="b1a01ee95db0e690d91d7193d037447816fae4c5" 28SRCREV_go.opencensus.io="b1a01ee95db0e690d91d7193d037447816fae4c5"
29SRC_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" 29SRC_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"
30 30
31# golang.org/x/mod v0.11.0 31# golang.org/x/exp v0.0.0-20231006140011-7918f672742d
32# [1] git ls-remote https://go.googlesource.com/mod 62c7e578f1a7275d934c99dd48715525bd52b17e 32# [1] git ls-remote https://go.googlesource.com/exp 7918f672742dd40ff5cf8d3c316a9315410c2d3c
33SRCREV_mod="62c7e578f1a7275d934c99dd48715525bd52b17e" 33SRCREV_exp="7918f672742dd40ff5cf8d3c316a9315410c2d3c"
34SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp"
35
36# golang.org/x/mod v0.13.0
37# [1] git ls-remote https://go.googlesource.com/mod 5b692803cf76a65fc5d39178c0a36678e69c0e5a
38SRCREV_mod="5b692803cf76a65fc5d39178c0a36678e69c0e5a"
34SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod" 39SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod"
35 40
36# golang.org/x/sync v0.3.0 41# golang.org/x/sync v0.6.0
37# [1] git ls-remote https://go.googlesource.com/sync 93782cc822b6b554cb7df40332fd010f0473cbc8 42# [1] git ls-remote https://go.googlesource.com/sync 59c1ca1e4661ed4452be4069ceea3c233f4deec1
38SRCREV_sync="93782cc822b6b554cb7df40332fd010f0473cbc8" 43SRCREV_sync="59c1ca1e4661ed4452be4069ceea3c233f4deec1"
39SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" 44SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync"
40 45
41# golang.org/x/term v0.10.0 46# golang.org/x/term v0.17.0
42# [1] git ls-remote https://go.googlesource.com/term edd9fb7f4aabf5aa4c7bca2146907778a2af0321 47# [1] git ls-remote https://go.googlesource.com/term 353276a841e232e41e0f76e7a61fe0e5d1f92cf1
43SRCREV_x-term="edd9fb7f4aabf5aa4c7bca2146907778a2af0321" 48SRCREV_x-term="353276a841e232e41e0f76e7a61fe0e5d1f92cf1"
44SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" 49SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term"
45 50
46# golang.org/x/text v0.11.0 51# golang.org/x/text v0.14.0
47# [1] git ls-remote https://go.googlesource.com/text e50348080f29449bcd6808c11400b3d45f08b09d 52# [1] git ls-remote https://go.googlesource.com/text 6c97a165dd661335ff7bce6104a008558123c353
48SRCREV_text="e50348080f29449bcd6808c11400b3d45f08b09d" 53SRCREV_text="6c97a165dd661335ff7bce6104a008558123c353"
49SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" 54SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text"
50 55
51# golang.org/x/tools v0.9.1 56# golang.org/x/tools v0.14.0
52# [1] git ls-remote https://go.googlesource.com/tools 4609d79b05b5ef86867bd70209b7077e22d30cb2 57# [1] git ls-remote https://go.googlesource.com/tools 3f4194ee29d7db9b59757dfff729ef55cf89661c
53SRCREV_tools="4609d79b05b5ef86867bd70209b7077e22d30cb2" 58SRCREV_tools="3f4194ee29d7db9b59757dfff729ef55cf89661c"
54SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools" 59SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools"
55 60
56# golang.org/x/crypto v0.11.0 61# golang.org/x/crypto v0.19.0
57# [1] git ls-remote https://go.googlesource.com/crypto e98487292dcad4efaa6033b245ee014f90d177a2 62# [1] git ls-remote https://go.googlesource.com/crypto 405cb3bdea78b1b48ee79096733841247a944de0
58SRCREV_crypto="e98487292dcad4efaa6033b245ee014f90d177a2" 63SRCREV_crypto="405cb3bdea78b1b48ee79096733841247a944de0"
59SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" 64SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto"
60 65
61# github.com/moby/term v0.5.0 66# github.com/moby/term v0.5.0
@@ -68,9 +73,9 @@ SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;dests
68SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21" 73SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21"
69SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7" 74SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7"
70 75
71# github.com/docker/cli v24.0.5+incompatible 76# github.com/docker/cli v24.0.7+incompatible
72# [1] git ls-remote https://github.com/docker/cli ced099660009713e0e845eeb754e6050dbaa45d0 77# [1] git ls-remote https://github.com/docker/cli afdd53b4e341be38d2056a42113b938559bb1d94
73SRCREV_cli="ced099660009713e0e845eeb754e6050dbaa45d0" 78SRCREV_cli="afdd53b4e341be38d2056a42113b938559bb1d94"
74SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" 79SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
75 80
76# github.com/pkg/errors v0.9.1 81# github.com/pkg/errors v0.9.1
@@ -78,9 +83,9 @@ SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;dests
78SRCREV_errors="614d223910a179a466c1767a985424175c39b465" 83SRCREV_errors="614d223910a179a466c1767a985424175c39b465"
79SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" 84SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors"
80 85
81# github.com/fatih/color v1.15.0 86# github.com/fatih/color v1.16.0
82# [1] git ls-remote https://github.com/fatih/color 12126ed593697635c525b302836b292b657ea573 87# [1] git ls-remote https://github.com/fatih/color 0f9779ed479afd460f0c2cc5a3d3eb69b9ba188b
83SRCREV_color="12126ed593697635c525b302836b292b657ea573" 88SRCREV_color="0f9779ed479afd460f0c2cc5a3d3eb69b9ba188b"
84SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color" 89SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color"
85 90
86# github.com/ipfs/go-cid v0.4.1 91# github.com/ipfs/go-cid v0.4.1
@@ -88,9 +93,9 @@ SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;de
88SRCREV_go-cid="d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7" 93SRCREV_go-cid="d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7"
89SRC_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" 94SRC_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"
90 95
91# github.com/spf13/cobra v1.7.0 96# github.com/spf13/cobra v1.8.0
92# [1] git ls-remote https://github.com/spf13/cobra 4dd4b25de38418174a6e859e8a32eaccca32dccc 97# [1] git ls-remote https://github.com/spf13/cobra a0a6ae020bb3899ff0276067863e50523f897370
93SRCREV_cobra="4dd4b25de38418174a6e859e8a32eaccca32dccc" 98SRCREV_cobra="a0a6ae020bb3899ff0276067863e50523f897370"
94SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" 99SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
95 100
96# github.com/spf13/pflag v1.0.5 101# github.com/spf13/pflag v1.0.5
@@ -98,14 +103,14 @@ SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;de
98SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" 103SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
99SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" 104SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
100 105
101# github.com/cilium/ebpf v0.9.1 106# github.com/cilium/ebpf v0.11.0
102# [1] git ls-remote https://github.com/cilium/ebpf d560e4479b395c4523851a4571b04ba0b3846cd1 107# [1] git ls-remote https://github.com/cilium/ebpf 270c859894bd38cdd0c7783317b16343409e4df8
103SRCREV_ebpf="d560e4479b395c4523851a4571b04ba0b3846cd1" 108SRCREV_ebpf="270c859894bd38cdd0c7783317b16343409e4df8"
104SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf" 109SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf"
105 110
106# github.com/google/uuid v1.3.0 111# github.com/google/uuid v1.6.0
107# [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88 112# [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc
108SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88" 113SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc"
109SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" 114SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid"
110 115
111# github.com/moby/locker v1.0.1 116# github.com/moby/locker v1.0.1
@@ -113,14 +118,14 @@ SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;des
113SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" 118SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe"
114SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" 119SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker"
115 120
116# google.golang.org/grpc v1.56.2 121# google.golang.org/grpc v1.59.0
117# [1] git ls-remote https://github.com/grpc/grpc-go faab8736bf73291f92b867d5dae31c927d53d508 122# [1] git ls-remote https://github.com/grpc/grpc-go 7765221f4bf6104973db7946d56936cf838cad46
118SRCREV_grpc="faab8736bf73291f92b867d5dae31c927d53d508" 123SRCREV_grpc="7765221f4bf6104973db7946d56936cf838cad46"
119SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" 124SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc"
120 125
121# github.com/go-logr/logr v1.2.4 126# github.com/go-logr/logr v1.3.0
122# [1] git ls-remote https://github.com/go-logr/logr 4da5305ff29a64c62f54ad43ebbfcb5e1b015fb2 127# [1] git ls-remote https://github.com/go-logr/logr 8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f
123SRCREV_logr="4da5305ff29a64c62f54ad43ebbfcb5e1b015fb2" 128SRCREV_logr="8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f"
124SRC_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" 129SRC_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"
125 130
126# github.com/go-logr/stdr v1.2.2 131# github.com/go-logr/stdr v1.2.2
@@ -143,24 +148,29 @@ SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;de
143SRCREV_blake3="bb7ece4161ea910c6c385c17799b17d658075fcd" 148SRCREV_blake3="bb7ece4161ea910c6c385c17799b17d658075fcd"
144SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/lukechampine.com/blake3" 149SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/lukechampine.com/blake3"
145 150
146# github.com/docker/docker v24.0.5+incompatible 151# github.com/docker/docker v24.0.7+incompatible
147# [1] git ls-remote https://github.com/moby/moby a61e2b4c9c5f7c241aeb37f389b4444aee26bea4 152# [1] git ls-remote https://github.com/moby/moby 311b9ff0aa93aa55880e1e5f8871c4fb69583426
148SRCREV_docker="a61e2b4c9c5f7c241aeb37f389b4444aee26bea4" 153SRCREV_docker="311b9ff0aa93aa55880e1e5f8871c4fb69583426"
149SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" 154SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
150 155
151# github.com/tidwall/gjson v1.15.0 156# github.com/tidwall/gjson v1.17.1
152# [1] git ls-remote https://github.com/tidwall/gjson 8d2c36ffa41368759c3bcb25b8790c8ce1e5562d 157# [1] git ls-remote https://github.com/tidwall/gjson bbf40bb0e4f47860677c7115b2eaa5b3413ce23e
153SRCREV_gjson="8d2c36ffa41368759c3bcb25b8790c8ce1e5562d" 158SRCREV_gjson="bbf40bb0e4f47860677c7115b2eaa5b3413ce23e"
154SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson" 159SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson"
155 160
161# github.com/moby/sys/user v0.1.0
162# [1] git ls-remote https://github.com/moby/sys c0711cde08c8fa33857a2c28721659267f49b5e2
163SRCREV_user="c0711cde08c8fa33857a2c28721659267f49b5e2"
164SRC_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
156# github.com/gogo/protobuf v1.3.2 166# github.com/gogo/protobuf v1.3.2
157# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc 167# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc
158SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" 168SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
159SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" 169SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf"
160 170
161# github.com/google/go-cmp v0.5.9 171# github.com/google/go-cmp v0.6.0
162# [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0 172# [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f
163SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0" 173SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f"
164SRC_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" 174SRC_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"
165 175
166# github.com/imdario/mergo v0.3.16 176# github.com/imdario/mergo v0.3.16
@@ -178,11 +188,16 @@ SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;de
178SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf" 188SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf"
179SRC_URI += "git://github.com/tidwall/match;name=match;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/match" 189SRC_URI += "git://github.com/tidwall/match;name=match;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/match"
180 190
181# go.opentelemetry.io/otel v1.15.1 191# go.opentelemetry.io/otel v1.19.0
182# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go fc96138629cecdcc04dd5cb65559ead9e485d927 192# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479
183SRCREV_otel="fc96138629cecdcc04dd5cb65559ead9e485d927" 193SRCREV_otel="60666c554065ac4da502fe28943eea4b938ab479"
184SRC_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" 194SRC_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"
185 195
196# github.com/containerd/log v0.1.0
197# [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199
198SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199"
199SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/log"
200
186# github.com/moby/sys/mount v0.3.3 201# github.com/moby/sys/mount v0.3.3
187# [1] git ls-remote https://github.com/moby/sys 416188aff8404d549e1e34a50e513befeb11c3b9 202# [1] git ls-remote https://github.com/moby/sys 416188aff8404d549e1e34a50e513befeb11c3b9
188SRCREV_mount="416188aff8404d549e1e34a50e513befeb11c3b9" 203SRCREV_mount="416188aff8404d549e1e34a50e513befeb11c3b9"
@@ -208,14 +223,19 @@ SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=
208SRCREV_pretty="aaa765e7476acb0028a854b85675801362cbdaa2" 223SRCREV_pretty="aaa765e7476acb0028a854b85675801362cbdaa2"
209SRC_URI += "git://github.com/tidwall/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty" 224SRC_URI += "git://github.com/tidwall/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty"
210 225
226# github.com/containerd/fifo v1.1.0
227# [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46
228SRCREV_fifo="151b205263c29d471e0d55c787d2ce9f5343fd46"
229SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo"
230
211# github.com/docker/go-units v0.5.0 231# github.com/docker/go-units v0.5.0
212# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f 232# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f
213SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" 233SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f"
214SRC_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" 234SRC_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"
215 235
216# github.com/mattn/go-isatty v0.0.19 236# github.com/mattn/go-isatty v0.0.20
217# [1] git ls-remote https://github.com/mattn/go-isatty c067b4f3df49dfc0f376d884e16cfd784ea1874b 237# [1] git ls-remote https://github.com/mattn/go-isatty a7c02353c47bc4ec6b30dc9628154ae4fe760c11
218SRCREV_go-isatty="c067b4f3df49dfc0f376d884e16cfd784ea1874b" 238SRCREV_go-isatty="a7c02353c47bc4ec6b30dc9628154ae4fe760c11"
219SRC_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" 239SRC_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"
220 240
221# github.com/moby/sys/signal v0.7.0 241# github.com/moby/sys/signal v0.7.0
@@ -223,29 +243,24 @@ SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobra
223SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" 243SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5"
224SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal" 244SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal"
225 245
226# github.com/sirupsen/logrus v1.9.3
227# [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd
228SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd"
229SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
230
231# github.com/yuchanns/srslog v1.1.0 246# github.com/yuchanns/srslog v1.1.0
232# [1] git ls-remote https://github.com/yuchanns/srslog becd9b11119269a7928ae89fde90784335c1d016 247# [1] git ls-remote https://github.com/yuchanns/srslog becd9b11119269a7928ae89fde90784335c1d016
233SRCREV_srslog="becd9b11119269a7928ae89fde90784335c1d016" 248SRCREV_srslog="becd9b11119269a7928ae89fde90784335c1d016"
234SRC_URI += "git://github.com/yuchanns/srslog;name=srslog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuchanns/srslog" 249SRC_URI += "git://github.com/yuchanns/srslog;name=srslog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuchanns/srslog"
235 250
236# github.com/containerd/fifo v1.1.0
237# [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46
238SRCREV_fifo="151b205263c29d471e0d55c787d2ce9f5343fd46"
239SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo"
240
241# github.com/golang/protobuf v1.5.3 251# github.com/golang/protobuf v1.5.3
242# [1] git ls-remote https://github.com/golang/protobuf 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308 252# [1] git ls-remote https://github.com/golang/protobuf 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308
243SRCREV_golang-protobuf="5d5e8c018a13017f9d5b8bf4fad64aaa42a87308" 253SRCREV_golang-protobuf="5d5e8c018a13017f9d5b8bf4fad64aaa42a87308"
244SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" 254SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf"
245 255
246# google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 256# github.com/sirupsen/logrus v1.9.3
247# [1] git ls-remote https://github.com/googleapis/go-genproto daa745c078e18def54ea6b63235554b59c97f01d 257# [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd
248SRCREV_genproto="daa745c078e18def54ea6b63235554b59c97f01d" 258SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd"
259SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
260
261# google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a
262# [1] git ls-remote https://github.com/googleapis/go-genproto e917dd12ba7ad5f78e3112f832eeda0f94ca8fd4
263SRCREV_genproto="e917dd12ba7ad5f78e3112f832eeda0f94ca8fd4"
249SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" 264SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto"
250 265
251# google.golang.org/protobuf v1.31.0 266# google.golang.org/protobuf v1.31.0
@@ -253,10 +268,10 @@ SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https
253SRCREV_google.golang.org-protobuf="68463f0e96c93bc19ef36ccd3adfe690bfdb568c" 268SRCREV_google.golang.org-protobuf="68463f0e96c93bc19ef36ccd3adfe690bfdb568c"
254SRC_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" 269SRC_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"
255 270
256# gopkg.in/square/go-jose.v2 v2.5.1 271# github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
257# [1] git ls-remote https://github.com/square/go-jose 3a5ee095dcb5030a9de84fb92c222ac652fff176 272# [1] git ls-remote https://github.com/bmizerany/assert b7ed37b82869576c289d7d97fb2bbd8b64a0cb28
258SRCREV_go-jose.v2="3a5ee095dcb5030a9de84fb92c222ac652fff176" 273SRCREV_assert="b7ed37b82869576c289d7d97fb2bbd8b64a0cb28"
259SRC_URI += "git://github.com/square/go-jose;name=go-jose.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/square/go-jose.v2" 274SRC_URI += "git://github.com/bmizerany/assert;name=assert;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bmizerany/assert"
260 275
261# github.com/containerd/ttrpc v1.2.2 276# github.com/containerd/ttrpc v1.2.2
262# [1] git ls-remote https://github.com/containerd/ttrpc ac26f8cbea1c440d451dd19a4a1b847fd073f3c3 277# [1] git ls-remote https://github.com/containerd/ttrpc ac26f8cbea1c440d451dd19a4a1b847fd073f3c3
@@ -273,14 +288,14 @@ SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobr
273SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" 288SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964"
274SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink" 289SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink"
275 290
276# github.com/vbatts/tar-split v0.11.3 291# github.com/vbatts/tar-split v0.11.5
277# [1] git ls-remote https://github.com/vbatts/tar-split 3cdf99b6d45a47170f0092f1f3c0bbf2aca55db6 292# [1] git ls-remote https://github.com/vbatts/tar-split 5ef0dd8243164ebacd755916a89d8085a5b6bb7f
278SRCREV_tar-split="3cdf99b6d45a47170f0092f1f3c0bbf2aca55db6" 293SRCREV_tar-split="5ef0dd8243164ebacd755916a89d8085a5b6bb7f"
279SRC_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" 294SRC_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"
280 295
281# github.com/Microsoft/hcsshim v0.10.0 296# github.com/Microsoft/hcsshim v0.11.4
282# [1] git ls-remote https://github.com/microsoft/hcsshim 28cce9cea720462e4b84498f9f79fdb836454ba0 297# [1] git ls-remote https://github.com/microsoft/hcsshim b16edf62c1723deb948632261b445d0228d973e0
283SRCREV_hcsshim="28cce9cea720462e4b84498f9f79fdb836454ba0" 298SRCREV_hcsshim="b16edf62c1723deb948632261b445d0228d973e0"
284SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" 299SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim"
285 300
286# github.com/containerd/go-cni v1.1.9 301# github.com/containerd/go-cni v1.1.9
@@ -288,11 +303,6 @@ SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobra
288SRCREV_go-cni="6603d5bd8941d7f2026bb5627f6aa4ff434f859a" 303SRCREV_go-cni="6603d5bd8941d7f2026bb5627f6aa4ff434f859a"
289SRC_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" 304SRC_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"
290 305
291# github.com/pelletier/go-toml v1.9.5
292# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541
293SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541"
294SRC_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"
295
296# github.com/vishvananda/netns v0.0.4 306# github.com/vishvananda/netns v0.0.4
297# [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9 307# [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9
298SRCREV_netns="7a452d2d15292b2bfb2a2d88e6bdeac156a761b9" 308SRCREV_netns="7a452d2d15292b2bfb2a2d88e6bdeac156a761b9"
@@ -303,6 +313,11 @@ SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranc
303SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" 313SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9"
304SRC_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" 314SRC_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"
305 315
316# github.com/felixge/httpsnoop v1.0.3
317# [1] git ls-remote https://github.com/felixge/httpsnoop ef9fc62cdc3cc5abc33d6018fe1324890bb48145
318SRCREV_httpsnoop="ef9fc62cdc3cc5abc33d6018fe1324890bb48145"
319SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop"
320
306# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 321# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
307# [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 322# [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3
308SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3" 323SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3"
@@ -313,11 +328,16 @@ SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;no
313SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" 328SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0"
314SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" 329SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap"
315 330
316# github.com/minio/sha256-simd v1.0.0 331# github.com/minio/sha256-simd v1.0.1
317# [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9 332# [1] git ls-remote https://github.com/minio/sha256-simd 6096f891a77bfe490cbea7a424c821b5fdb92849
318SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9" 333SRCREV_sha256-simd="6096f891a77bfe490cbea7a424c821b5fdb92849"
319SRC_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" 334SRC_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"
320 335
336# github.com/pelletier/go-toml v1.9.5
337# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541
338SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541"
339SRC_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
321# github.com/spaolacci/murmur3 v1.1.0 341# github.com/spaolacci/murmur3 v1.1.0
322# [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc 342# [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc
323SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc" 343SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc"
@@ -328,34 +348,44 @@ SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobra
328SRCREV_go-winio="070c828abb873da9e71c7247740253b50f7cf049" 348SRCREV_go-winio="070c828abb873da9e71c7247740253b50f7cf049"
329SRC_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" 349SRC_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"
330 350
331# github.com/containerd/console v1.0.3 351# github.com/containerd/console v1.0.4
332# [1] git ls-remote https://github.com/containerd/console b5cb846c9186d67bcae3ce3c324e47cd317d9527 352# [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f
333SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" 353SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f"
334SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" 354SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
335 355
336# github.com/coreos/go-iptables v0.6.0 356# github.com/coreos/go-iptables v0.7.0
337# [1] git ls-remote https://github.com/coreos/go-iptables 14d56d57c892f27a717aa6026fd2d3293221395b 357# [1] git ls-remote https://github.com/coreos/go-iptables b9dff5a19d9c3925da3f9b3c0a705de6c1fdc56c
338SRCREV_go-iptables="14d56d57c892f27a717aa6026fd2d3293221395b" 358SRCREV_go-iptables="b9dff5a19d9c3925da3f9b3c0a705de6c1fdc56c"
339SRC_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" 359SRC_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"
340 360
361# github.com/containerd/cgroups v1.1.0
362# [1] git ls-remote https://github.com/containerd/cgroups fe7323f622bc222e72473679f12a9089aeeda177
363SRCREV_cgroups="fe7323f622bc222e72473679f12a9089aeeda177"
364SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups"
365
366# github.com/containerd/go-runc v1.0.0
367# [1] git ls-remote https://github.com/containerd/go-runc 16b287bc67d069a60fa48db15f330b790b74365b
368SRCREV_go-runc="16b287bc67d069a60fa48db15f330b790b74365b"
369SRC_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"
370
341# github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67 371# github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67
342# [1] git ls-remote https://github.com/containerd/typeurl 7f6e6d160d675241af388d5cf1b90814786bac40 372# [1] git ls-remote https://github.com/containerd/typeurl 7f6e6d160d675241af388d5cf1b90814786bac40
343SRCREV_typeurl="7f6e6d160d675241af388d5cf1b90814786bac40" 373SRCREV_typeurl="7f6e6d160d675241af388d5cf1b90814786bac40"
344SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" 374SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl"
345 375
346# github.com/frankban/quicktest v1.14.2 376# github.com/go-jose/go-jose/v3 v3.0.1
347# [1] git ls-remote https://github.com/frankban/quicktest 9f3c63cd6950868c53a96aa4bf4cda5ca1d2e857 377# [1] git ls-remote https://github.com/go-jose/go-jose 47edce0854d533ac27795c9befd90b1f7ef87554
348SRCREV_quicktest="9f3c63cd6950868c53a96aa4bf4cda5ca1d2e857" 378SRCREV_go-jose-v3="47edce0854d533ac27795c9befd90b1f7ef87554"
349SRC_URI += "git://github.com/frankban/quicktest;name=quicktest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/frankban/quicktest" 379SRC_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"
350 380
351# github.com/klauspost/compress v1.16.7 381# github.com/klauspost/compress v1.17.6
352# [1] git ls-remote https://github.com/klauspost/compress 67a538e2b4df11f8ec7139388838a13bce84b5d5 382# [1] git ls-remote https://github.com/klauspost/compress 255a13270e4608f2f2b97166d92f297de906c951
353SRCREV_compress="67a538e2b4df11f8ec7139388838a13bce84b5d5" 383SRCREV_compress="255a13270e4608f2f2b97166d92f297de906c951"
354SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" 384SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
355 385
356# github.com/klauspost/cpuid/v2 v2.1.1 386# github.com/klauspost/cpuid/v2 v2.2.3
357# [1] git ls-remote https://github.com/klauspost/cpuid 976c6486fb9f5d9ef7354ef9c2819b1ffcda73a9 387# [1] git ls-remote https://github.com/klauspost/cpuid 3c0ec06adeb260a595bfb1dff123742e8bac34fb
358SRCREV_cpuid-v2="976c6486fb9f5d9ef7354ef9c2819b1ffcda73a9" 388SRCREV_cpuid-v2="3c0ec06adeb260a595bfb1dff123742e8bac34fb"
359SRC_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" 389SRC_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"
360 390
361# github.com/mattn/go-colorable v0.1.13 391# github.com/mattn/go-colorable v0.1.13
@@ -363,24 +393,29 @@ SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobran
363SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" 393SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be"
364SRC_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" 394SRC_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"
365 395
366# github.com/moby/sys/mountinfo v0.6.2 396# github.com/moby/sys/mountinfo v0.7.1
367# [1] git ls-remote https://github.com/moby/sys 1bf36f7188c31f2797c556c4c4d7d9af7a6a965b 397# [1] git ls-remote https://github.com/moby/sys 4950d7687cf6c9b138dc0e18c2c7351e1f6ed497
368SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b" 398SRCREV_mountinfo="4950d7687cf6c9b138dc0e18c2c7351e1f6ed497"
369SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" 399SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo"
370 400
371# github.com/containerd/imgcrypt v1.1.7 401# github.com/containerd/imgcrypt v1.1.9
372# [1] git ls-remote https://github.com/containerd/imgcrypt 01a05dffff35aadeb0a3008016ed745e7ff6beda 402# [1] git ls-remote https://github.com/containerd/imgcrypt 90513b079771363133611a91de350ea932e09b26
373SRCREV_imgcrypt="01a05dffff35aadeb0a3008016ed745e7ff6beda" 403SRCREV_imgcrypt="90513b079771363133611a91de350ea932e09b26"
374SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt" 404SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt"
375 405
406# github.com/muesli/cancelreader v0.2.2
407# [1] git ls-remote https://github.com/muesli/cancelreader d11f1e77abf7f8d69d81553ccaaf0b81163541a6
408SRCREV_cancelreader="d11f1e77abf7f8d69d81553ccaaf0b81163541a6"
409SRC_URI += "git://github.com/muesli/cancelreader;name=cancelreader;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/cancelreader"
410
376# github.com/vishvananda/netlink v1.2.1-beta.2 411# github.com/vishvananda/netlink v1.2.1-beta.2
377# [1] git ls-remote https://github.com/vishvananda/netlink 5e915e0149386ce3d02379ff93f4c0a5601779d5 412# [1] git ls-remote https://github.com/vishvananda/netlink 5e915e0149386ce3d02379ff93f4c0a5601779d5
378SRCREV_netlink="5e915e0149386ce3d02379ff93f4c0a5601779d5" 413SRCREV_netlink="5e915e0149386ce3d02379ff93f4c0a5601779d5"
379SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink" 414SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink"
380 415
381# github.com/containers/ocicrypt v1.1.7 416# github.com/containers/ocicrypt v1.1.9
382# [1] git ls-remote https://github.com/containers/ocicrypt ee4e19a2ec93f08262499bc9521c751f4a1d935c 417# [1] git ls-remote https://github.com/containers/ocicrypt c0e1fd5b82bc57acdb1a241dc602534eea42edb6
383SRCREV_ocicrypt="ee4e19a2ec93f08262499bc9521c751f4a1d935c" 418SRCREV_ocicrypt="c0e1fd5b82bc57acdb1a241dc602534eea42edb6"
384SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt" 419SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt"
385 420
386# github.com/mattn/go-shellwords v1.0.12 421# github.com/mattn/go-shellwords v1.0.12
@@ -393,16 +428,21 @@ SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=htt
393SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" 428SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7"
394SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential" 429SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential"
395 430
396# github.com/opencontainers/runc v1.1.7 431# go.opentelemetry.io/otel/trace v1.19.0
397# [1] git ls-remote https://github.com/opencontainers/runc 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7 432# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479
398SRCREV_runc="860f061b76bb4fc671f0f9e900f7d80ff93d4eb7" 433SRCREV_trace="60666c554065ac4da502fe28943eea4b938ab479"
399SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
400
401# go.opentelemetry.io/otel/trace v1.15.1
402# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go fc96138629cecdcc04dd5cb65559ead9e485d927
403SRCREV_trace="fc96138629cecdcc04dd5cb65559ead9e485d927"
404SRC_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" 434SRC_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"
405 435
436# github.com/containerd/platforms v0.1.1
437# [1] git ls-remote https://github.com/containerd/platforms db76a43eaea9a004a5f240620f966b0081123884
438SRCREV_platforms="db76a43eaea9a004a5f240620f966b0081123884"
439SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/platforms"
440
441# github.com/pelletier/go-toml/v2 v2.1.1
442# [1] git ls-remote https://github.com/pelletier/go-toml 34765b4a9e937ab927b5bd57231e98c68fe13109
443SRCREV_go-toml-v2="34765b4a9e937ab927b5bd57231e98c68fe13109"
444SRC_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"
445
406# github.com/mitchellh/go-homedir v1.1.0 446# github.com/mitchellh/go-homedir v1.1.0
407# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 447# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727
408SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" 448SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727"
@@ -413,24 +453,29 @@ SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https
413SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" 453SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927"
414SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema" 454SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema"
415 455
456# go.opentelemetry.io/otel/metric v1.19.0
457# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479
458SRCREV_metric="60666c554065ac4da502fe28943eea4b938ab479"
459SRC_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"
460
416# github.com/Masterminds/semver/v3 v3.2.1 461# github.com/Masterminds/semver/v3 v3.2.1
417# [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5 462# [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5
418SRCREV_v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5" 463SRCREV_v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5"
419SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver/v3" 464SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver/v3"
420 465
421# github.com/containerd/cgroups/v3 v3.0.2 466# github.com/containerd/cgroups/v3 v3.0.3
422# [1] git ls-remote https://github.com/containerd/cgroups 8fa64246e17ceea54277b3ad7139d9ec17545bfa 467# [1] git ls-remote https://github.com/containerd/cgroups 1e056883d58ac58daf7566065a46016b4532f35c
423SRCREV_cgroups-v3="8fa64246e17ceea54277b3ad7139d9ec17545bfa" 468SRCREV_cgroups-v3="1e056883d58ac58daf7566065a46016b4532f35c"
424SRC_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" 469SRC_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"
425 470
426# github.com/containerd/containerd v1.7.3 471# github.com/containerd/containerd v1.7.13
427# [1] git ls-remote https://github.com/containerd/containerd 7880925980b188f4c97b462f709d0db8e8962aff 472# [1] git ls-remote https://github.com/containerd/containerd 7c3aca7a610df76212171d200ca3811ff6096eb8
428SRCREV_containerd="7880925980b188f4c97b462f709d0db8e8962aff" 473SRCREV_containerd="7c3aca7a610df76212171d200ca3811ff6096eb8"
429SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" 474SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
430 475
431# github.com/containerd/continuity v0.4.1 476# github.com/containerd/continuity v0.4.3
432# [1] git ls-remote https://github.com/containerd/continuity 25762ef7c27a37645197ed6d1d708e55a230e35d 477# [1] git ls-remote https://github.com/containerd/continuity 1743d9104d944131cdedaba33a59d2f9bd80a6f2
433SRCREV_continuity="25762ef7c27a37645197ed6d1d708e55a230e35d" 478SRCREV_continuity="1743d9104d944131cdedaba33a59d2f9bd80a6f2"
434SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" 479SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
435 480
436# github.com/containerd/typeurl/v2 v2.1.1 481# github.com/containerd/typeurl/v2 v2.1.1
@@ -443,9 +488,9 @@ SRC_URI += "git://github.com/containerd/typeurl;name=v2;protocol=https;nobranch=
443SRCREV_v22="d5623bf85e8e73ae6352f78ee6b55a287619dd4e" 488SRCREV_v22="d5623bf85e8e73ae6352f78ee6b55a287619dd4e"
444SRC_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" 489SRC_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"
445 490
446# github.com/docker/go-connections v0.4.0 491# github.com/docker/go-connections v0.5.0
447# [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55 492# [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace
448SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55" 493SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace"
449SRC_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" 494SRC_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"
450 495
451# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 496# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
@@ -453,9 +498,9 @@ SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=
453SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" 498SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb"
454SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer" 499SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer"
455 500
456# github.com/fahedouch/go-logrotate v0.1.3 501# github.com/fahedouch/go-logrotate v0.2.0
457# [1] git ls-remote https://github.com/fahedouch/go-logrotate 8d5cc0d08c8653a794ad7bfe7c4d8150b2179aa1 502# [1] git ls-remote https://github.com/fahedouch/go-logrotate 6b28a8e09e886889e0bc4347e66bd4d4d82f5b10
458SRCREV_go-logrotate="8d5cc0d08c8653a794ad7bfe7c4d8150b2179aa1" 503SRCREV_go-logrotate="6b28a8e09e886889e0bc4347e66bd4d4d82f5b10"
459SRC_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" 504SRC_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"
460 505
461# github.com/mitchellh/mapstructure v1.5.0 506# github.com/mitchellh/mapstructure v1.5.0
@@ -463,6 +508,11 @@ SRC_URI += "git://github.com/fahedouch/go-logrotate;name=go-logrotate;protocol=h
463SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" 508SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311"
464SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" 509SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure"
465 510
511# github.com/distribution/reference v0.5.0
512# [1] git ls-remote https://github.com/distribution/reference 49c28499d219290c3226822e9cfcd4ede6d75379
513SRCREV_reference="49c28499d219290c3226822e9cfcd4ede6d75379"
514SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/reference"
515
466# github.com/multiformats/go-base32 v0.1.0 516# github.com/multiformats/go-base32 v0.1.0
467# [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f 517# [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f
468SRCREV_go-base32="a16b66327f327428b32b919939b8c93482507e1f" 518SRCREV_go-base32="a16b66327f327428b32b919939b8c93482507e1f"
@@ -483,9 +533,9 @@ SRC_URI += "git://github.com/multiformats/go-varint;name=go-varint;protocol=http
483SRCREV_selinux="b68c45eb2df48c6b0c949901ccda90c8e65fe677" 533SRCREV_selinux="b68c45eb2df48c6b0c949901ccda90c8e65fe677"
484SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux" 534SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux"
485 535
486# github.com/compose-spec/compose-go v1.17.0 536# github.com/compose-spec/compose-go v1.20.2
487# [1] git ls-remote https://github.com/compose-spec/compose-go 95ac1be8bfdc4dc21cdfb14e37b52c31275046a3 537# [1] git ls-remote https://github.com/compose-spec/compose-go e390b9774ca100e1d75c8bc075054502783b48b8
488SRCREV_compose-go="95ac1be8bfdc4dc21cdfb14e37b52c31275046a3" 538SRCREV_compose-go="e390b9774ca100e1d75c8bc075054502783b48b8"
489SRC_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" 539SRC_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"
490 540
491# github.com/containernetworking/cni v1.1.2 541# github.com/containernetworking/cni v1.1.2
@@ -503,9 +553,9 @@ SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol
503SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" 553SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b"
504SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonreference" 554SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonreference"
505 555
506# github.com/awslabs/soci-snapshotter v0.3.0 556# github.com/awslabs/soci-snapshotter v0.4.1
507# [1] git ls-remote https://github.com/awslabs/soci-snapshotter 2574f6466b4a148be04f8f79c6e71167994452a7 557# [1] git ls-remote https://github.com/awslabs/soci-snapshotter 34e069d90460f422c549b3a8994aa26820cf6544
508SRCREV_soci-snapshotter="2574f6466b4a148be04f8f79c6e71167994452a7" 558SRCREV_soci-snapshotter="34e069d90460f422c549b3a8994aa26820cf6544"
509SRC_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" 559SRC_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"
510 560
511# github.com/opencontainers/go-digest v1.0.0 561# github.com/opencontainers/go-digest v1.0.0
@@ -513,14 +563,14 @@ SRC_URI += "git://github.com/awslabs/soci-snapshotter;name=soci-snapshotter;prot
513SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" 563SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a"
514SRC_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" 564SRC_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"
515 565
516# github.com/opencontainers/image-spec v1.1.0-rc4 566# github.com/opencontainers/image-spec v1.1.0
517# [1] git ls-remote https://github.com/opencontainers/image-spec 82e8329f7eb6df5c62924f2792d285ba276ae876 567# [1] git ls-remote https://github.com/opencontainers/image-spec e7f7c0ca69b21688c3cea7c87a04e4503e6099e2
518SRCREV_image-spec="82e8329f7eb6df5c62924f2792d285ba276ae876" 568SRCREV_image-spec="e7f7c0ca69b21688c3cea7c87a04e4503e6099e2"
519SRC_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" 569SRC_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"
520 570
521# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 571# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
522# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers 43070de90fa134c9ea55cd6de4308a2ae59658d3 572# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf
523SRCREV_go-fuzz-headers="43070de90fa134c9ea55cd6de4308a2ae59658d3" 573SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf"
524SRC_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" 574SRC_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"
525 575
526# github.com/inconshreveable/mousetrap v1.1.0 576# github.com/inconshreveable/mousetrap v1.1.0
@@ -528,9 +578,9 @@ SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;prot
528SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" 578SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21"
529SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" 579SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap"
530 580
531# github.com/multiformats/go-multiaddr v0.8.0 581# github.com/multiformats/go-multiaddr v0.12.0
532# [1] git ls-remote https://github.com/multiformats/go-multiaddr f317559337171436148d927749f783f33b82a698 582# [1] git ls-remote https://github.com/multiformats/go-multiaddr 5dd793c6fc4935fad347429a48a168acc8073474
533SRCREV_go-multiaddr="f317559337171436148d927749f783f33b82a698" 583SRCREV_go-multiaddr="5dd793c6fc4935fad347429a48a168acc8073474"
534SRC_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" 584SRC_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"
535 585
536# github.com/multiformats/go-multibase v0.1.1 586# github.com/multiformats/go-multibase v0.1.1
@@ -548,14 +598,14 @@ SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protoco
548SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99" 598SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99"
549SRC_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" 599SRC_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"
550 600
551# github.com/cyphar/filepath-securejoin v0.2.3 601# github.com/cyphar/filepath-securejoin v0.2.4
552# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 8f267f5ea675a20a2cb5e91011d063721f53bf79 602# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 2710d06c5b4ba3168beffa0689798d2db12e8ac4
553SRCREV_filepath-securejoin="8f267f5ea675a20a2cb5e91011d063721f53bf79" 603SRCREV_filepath-securejoin="2710d06c5b4ba3168beffa0689798d2db12e8ac4"
554SRC_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" 604SRC_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"
555 605
556# github.com/containernetworking/plugins v1.3.0 606# github.com/containernetworking/plugins v1.4.0
557# [1] git ls-remote https://github.com/containernetworking/plugins 38f18d26ecfef550b8bac02656cc11103fd7cff1 607# [1] git ls-remote https://github.com/containernetworking/plugins 1fb5bf669e42cd208008e52d45b41fe2c3eb8dbc
558SRCREV_plugins="38f18d26ecfef550b8bac02656cc11103fd7cff1" 608SRCREV_plugins="1fb5bf669e42cd208008e52d45b41fe2c3eb8dbc"
559SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins" 609SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins"
560 610
561# github.com/fluent/fluent-logger-golang v1.9.0 611# github.com/fluent/fluent-logger-golang v1.9.0
@@ -563,9 +613,9 @@ SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=h
563SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a" 613SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a"
564SRC_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" 614SRC_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"
565 615
566# github.com/opencontainers/runtime-spec v1.1.0 616# github.com/opencontainers/runtime-spec v1.2.0
567# [1] git ls-remote https://github.com/opencontainers/runtime-spec 06252546d1cabcd924a5fb3cb0177178d5e3082f 617# [1] git ls-remote https://github.com/opencontainers/runtime-spec 36852b0d072a4b5da675300a9e73bc4b0853f5c6
568SRCREV_runtime-spec="06252546d1cabcd924a5fb3cb0177178d5e3082f" 618SRCREV_runtime-spec="36852b0d072a4b5da675300a9e73bc4b0853f5c6"
569SRC_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" 619SRC_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"
570 620
571# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 621# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0
@@ -573,29 +623,24 @@ SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;proto
573SRCREV_go-118-fuzz-build="8075edf89bb034603c758f28fe93143047ac5677" 623SRCREV_go-118-fuzz-build="8075edf89bb034603c758f28fe93143047ac5677"
574SRC_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" 624SRC_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"
575 625
576# github.com/containerd/nydus-snapshotter v0.10.0 626# github.com/containerd/nydus-snapshotter v0.13.7
577# [1] git ls-remote https://github.com/containerd/nydus-snapshotter 8ca9591ac87cd816783d58ce0c07f6747b9f1282 627# [1] git ls-remote https://github.com/containerd/nydus-snapshotter 3fcac86ccfe192b34e8605de9e26b9f40150c8cb
578SRCREV_nydus-snapshotter="8ca9591ac87cd816783d58ce0c07f6747b9f1282" 628SRCREV_nydus-snapshotter="3fcac86ccfe192b34e8605de9e26b9f40150c8cb"
579SRC_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" 629SRC_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"
580 630
581# github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa 631# github.com/containerd/stargz-snapshotter v0.15.1
582# [1] git ls-remote https://github.com/distribution/distribution 36d8c594d7aa4fb0b9b927fb1edf4171b36f361b 632# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f
583SRCREV_distribution-v3="36d8c594d7aa4fb0b9b927fb1edf4171b36f361b" 633SRCREV_stargz-snapshotter="64ab83bd65cd4a763e262955984232cc5ddfeb3f"
584SRC_URI += "git://github.com/distribution/distribution;name=distribution-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3"
585
586# github.com/containerd/stargz-snapshotter v0.14.3
587# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 6ee6fa1a88df6ea098f6b7dddde29e33f09d5331
588SRCREV_stargz-snapshotter="6ee6fa1a88df6ea098f6b7dddde29e33f09d5331"
589SRC_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" 634SRC_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"
590 635
591# github.com/rootless-containers/rootlesskit v1.1.1 636# google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b
592# [1] git ls-remote https://github.com/rootless-containers/rootlesskit a2c596ff9b3fddc0c2becb38f2ef4004f15765b5 637# [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846
593SRCREV_rootlesskit="a2c596ff9b3fddc0c2becb38f2ef4004f15765b5" 638SRCREV_rpc="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846"
594SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/rootlesskit" 639SRC_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"
595 640
596# github.com/rootless-containers/bypass4netns v0.3.0 641# github.com/rootless-containers/bypass4netns v0.4.0
597# [1] git ls-remote https://github.com/rootless-containers/bypass4netns 8175487972621850933a7bd6c6924a16569ba435 642# [1] git ls-remote https://github.com/rootless-containers/bypass4netns 3385f1f32437dba4300a2bdf1567a7ece939f9b9
598SRCREV_bypass4netns="8175487972621850933a7bd6c6924a16569ba435" 643SRCREV_bypass4netns="3385f1f32437dba4300a2bdf1567a7ece939f9b9"
599SRC_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" 644SRC_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"
600 645
601# github.com/docker/docker-credential-helpers v0.7.0 646# github.com/docker/docker-credential-helpers v0.7.0
@@ -603,18 +648,28 @@ SRC_URI += "git://github.com/rootless-containers/bypass4netns;name=bypass4netns;
603SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde" 648SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde"
604SRC_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" 649SRC_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"
605 650
606# github.com/containerd/stargz-snapshotter/ipfs v0.14.3 651# github.com/containerd/stargz-snapshotter/ipfs v0.15.1
607# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 6ee6fa1a88df6ea098f6b7dddde29e33f09d5331 652# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f
608SRCREV_ipfs="6ee6fa1a88df6ea098f6b7dddde29e33f09d5331" 653SRCREV_ipfs="64ab83bd65cd4a763e262955984232cc5ddfeb3f"
609SRC_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" 654SRC_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"
610 655
611# github.com/containerd/stargz-snapshotter/estargz v0.14.3 656# github.com/rootless-containers/rootlesskit/v2 v2.0.1
612# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 6ee6fa1a88df6ea098f6b7dddde29e33f09d5331 657# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 5e9cd7880619a3c0a675e6a41d9562b6839066ee
613SRCREV_estargz="6ee6fa1a88df6ea098f6b7dddde29e33f09d5331" 658SRCREV_rootlesskit-v2="5e9cd7880619a3c0a675e6a41d9562b6839066ee"
659SRC_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"
660
661# github.com/containerd/stargz-snapshotter/estargz v0.15.1
662# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f
663SRCREV_estargz="64ab83bd65cd4a763e262955984232cc5ddfeb3f"
614SRC_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" 664SRC_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"
615 665
616# github.com/containerd/accelerated-container-image v0.6.7 666# github.com/containerd/accelerated-container-image v1.0.2
617# [1] git ls-remote https://github.com/containerd/accelerated-container-image aabf505074e0a31879bf004ec400c659ff046b70 667# [1] git ls-remote https://github.com/containerd/accelerated-container-image 526b680966031d9e07371894e1de68cbf9ae6282
618SRCREV_accelerated-container-image="aabf505074e0a31879bf004ec400c659ff046b70" 668SRCREV_accelerated-container-image="526b680966031d9e07371894e1de68cbf9ae6282"
619SRC_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" 669SRC_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"
620 670
671# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
672# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9d4eb7e7706038b07d33f83f76afbe13f53d171d
673SRCREV_otelhttp="9d4eb7e7706038b07d33f83f76afbe13f53d171d"
674SRC_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"
675