summaryrefslogtreecommitdiffstats
path: root/recipes-containers/nerdctl/src_uri.inc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-09-04 20:22:03 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-15 17:30:40 +0000
commit96598a7d718e0f1000ed1ae69ac25d67ac5a088c (patch)
treef3087b15bbec09586ad3eda2976e8b8fa3bd168b /recipes-containers/nerdctl/src_uri.inc
parent0e2058840e41cfba2239b379321bcf1cee54608a (diff)
downloadmeta-virtualization-96598a7d718e0f1000ed1ae69ac25d67ac5a088c.tar.gz
nerdctl: upgrade to v1.5.0
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/nerdctl/src_uri.inc')
-rw-r--r--recipes-containers/nerdctl/src_uri.inc973
1 files changed, 504 insertions, 469 deletions
diff --git a/recipes-containers/nerdctl/src_uri.inc b/recipes-containers/nerdctl/src_uri.inc
index 149bc3c0..0fc89701 100644
--- a/recipes-containers/nerdctl/src_uri.inc
+++ b/recipes-containers/nerdctl/src_uri.inc
@@ -1,585 +1,620 @@
1# github.com/Masterminds/semver/v3 v3.2.0 1# gotest.tools/v3 v3.5.0
2# [1] git ls-remote https://github.com/Masterminds/semver 4694ab0ad3c9477a17e347d828d2aca9ef7130f0 2# [1] git ls-remote https://github.com/gotestyourself/gotest.tools a80f057529047c44e1a85d0d017b200787e537e0
3SRCREV_v3="4694ab0ad3c9477a17e347d828d2aca9ef7130f0" 3SRCREV_gotest.tools-v3="a80f057529047c44e1a85d0d017b200787e537e0"
4SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver/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# github.com/Microsoft/go-winio v0.6.0 6# golang.org/x/net v0.12.0
7# [1] git ls-remote https://github.com/Microsoft/go-winio 376b2013fee695d54f9b21db81716426a8a736d9 7# [1] git ls-remote https://go.googlesource.com/net c73c09c3904ce6a210970374bd1bc507ef1f8cc2
8SRCREV_go-winio="376b2013fee695d54f9b21db81716426a8a736d9" 8SRCREV_net="c73c09c3904ce6a210970374bd1bc507ef1f8cc2"
9SRC_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" 9SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net"
10 10
11# github.com/Microsoft/hcsshim v0.10.0-rc.7 11# golang.org/x/sys v0.10.0
12# [1] git ls-remote https://github.com/Microsoft/hcsshim 5871d0c4436f131c377655a3eb09fc9b5065f11d 12# [1] git ls-remote https://go.googlesource.com/sys a1a9c4b846b3a485ba94fede5b50579c7f432759
13SRCREV_hcsshim="5871d0c4436f131c377655a3eb09fc9b5065f11d" 13SRCREV_sys="a1a9c4b846b3a485ba94fede5b50579c7f432759"
14SRC_URI += "git://github.com/Microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" 14SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys"
15
16# gopkg.in/yaml.v3 v3.0.1
17# [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51
18SRCREV_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"
15 20
16# github.com/compose-spec/compose-go v1.13.2 21# golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
17# [1] git ls-remote https://github.com/compose-spec/compose-go 4d6b286b976c3f3aafcf422d56f0b552f4559589 22# [1] git ls-remote https://go.googlesource.com/exp 613f0c0eb8a17a98ecdb096a7f9f7d5053c1c963
18SRCREV_compose-go="4d6b286b976c3f3aafcf422d56f0b552f4559589" 23SRCREV_exp="613f0c0eb8a17a98ecdb096a7f9f7d5053c1c963"
19SRC_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" 24SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp"
20 25
21# github.com/containerd/accelerated-container-image v0.6.0 26# go.opencensus.io v0.24.0
22# [1] git ls-remote https://github.com/containerd/accelerated-container-image 7540814873f0b3917b57396cc18386e08e0e0f70 27# [1] git ls-remote https://github.com/census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5
23SRCREV_accelerated-container-image="7540814873f0b3917b57396cc18386e08e0e0f70" 28SRCREV_go.opencensus.io="b1a01ee95db0e690d91d7193d037447816fae4c5"
24SRC_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" 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"
25 30
26# github.com/containerd/cgroups v1.1.0 31# golang.org/x/mod v0.11.0
27# [1] git ls-remote https://github.com/containerd/cgroups fe7323f622bc222e72473679f12a9089aeeda177 32# [1] git ls-remote https://go.googlesource.com/mod 62c7e578f1a7275d934c99dd48715525bd52b17e
28SRCREV_cgroups="fe7323f622bc222e72473679f12a9089aeeda177" 33SRCREV_mod="62c7e578f1a7275d934c99dd48715525bd52b17e"
29SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups" 34SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod"
35
36# golang.org/x/sync v0.3.0
37# [1] git ls-remote https://go.googlesource.com/sync 93782cc822b6b554cb7df40332fd010f0473cbc8
38SRCREV_sync="93782cc822b6b554cb7df40332fd010f0473cbc8"
39SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync"
40
41# golang.org/x/term v0.10.0
42# [1] git ls-remote https://go.googlesource.com/term edd9fb7f4aabf5aa4c7bca2146907778a2af0321
43SRCREV_x-term="edd9fb7f4aabf5aa4c7bca2146907778a2af0321"
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"
45
46# golang.org/x/text v0.11.0
47# [1] git ls-remote https://go.googlesource.com/text e50348080f29449bcd6808c11400b3d45f08b09d
48SRCREV_text="e50348080f29449bcd6808c11400b3d45f08b09d"
49SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text"
50
51# golang.org/x/tools v0.9.1
52# [1] git ls-remote https://go.googlesource.com/tools 4609d79b05b5ef86867bd70209b7077e22d30cb2
53SRCREV_tools="4609d79b05b5ef86867bd70209b7077e22d30cb2"
54SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools"
55
56# golang.org/x/crypto v0.11.0
57# [1] git ls-remote https://go.googlesource.com/crypto e98487292dcad4efaa6033b245ee014f90d177a2
58SRCREV_crypto="e98487292dcad4efaa6033b245ee014f90d177a2"
59SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto"
60
61# github.com/moby/term v0.5.0
62# [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9
63SRCREV_term="9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9"
64SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term"
65
66# go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
67# [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21
68SRCREV_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"
30 70
31# github.com/containerd/console v1.0.3 71# github.com/docker/cli v24.0.5+incompatible
32# [1] git ls-remote https://github.com/containerd/console b5cb846c9186d67bcae3ce3c324e47cd317d9527 72# [1] git ls-remote https://github.com/docker/cli ced099660009713e0e845eeb754e6050dbaa45d0
33SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" 73SRCREV_cli="ced099660009713e0e845eeb754e6050dbaa45d0"
34SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" 74SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
35 75
36# github.com/containerd/containerd v1.7.0 76# github.com/pkg/errors v0.9.1
37# [1] git ls-remote https://github.com/containerd/containerd 1fbd70374134b891f97ce19c70b6e50c7b9f4e0d 77# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465
38SRCREV_containerd="1fbd70374134b891f97ce19c70b6e50c7b9f4e0d" 78SRCREV_errors="614d223910a179a466c1767a985424175c39b465"
39SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" 79SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors"
40 80
41# github.com/containerd/continuity v0.3.0 81# github.com/fatih/color v1.15.0
42# [1] git ls-remote https://github.com/containerd/continuity 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd 82# [1] git ls-remote https://github.com/fatih/color 12126ed593697635c525b302836b292b657ea573
43SRCREV_continuity="5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd" 83SRCREV_color="12126ed593697635c525b302836b292b657ea573"
44SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" 84SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color"
45 85
46# github.com/containerd/go-cni v1.1.9 86# github.com/ipfs/go-cid v0.4.1
47# [1] git ls-remote https://github.com/containerd/go-cni 6603d5bd8941d7f2026bb5627f6aa4ff434f859a 87# [1] git ls-remote https://github.com/ipfs/go-cid d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7
48SRCREV_go-cni="6603d5bd8941d7f2026bb5627f6aa4ff434f859a" 88SRCREV_go-cid="d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7"
49SRC_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" 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"
50 90
51# github.com/containerd/imgcrypt v1.1.7 91# github.com/spf13/cobra v1.7.0
52# [1] git ls-remote https://github.com/containerd/imgcrypt 01a05dffff35aadeb0a3008016ed745e7ff6beda 92# [1] git ls-remote https://github.com/spf13/cobra 4dd4b25de38418174a6e859e8a32eaccca32dccc
53SRCREV_imgcrypt="01a05dffff35aadeb0a3008016ed745e7ff6beda" 93SRCREV_cobra="4dd4b25de38418174a6e859e8a32eaccca32dccc"
54SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt" 94SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
55 95
56# github.com/containerd/nydus-snapshotter v0.7.1 96# github.com/spf13/pflag v1.0.5
57# [1] git ls-remote https://github.com/containerd/nydus-snapshotter cde243fcb806b33c2ab0252257a2391e24d3ecad 97# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab
58SRCREV_nydus-snapshotter="cde243fcb806b33c2ab0252257a2391e24d3ecad" 98SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
59SRC_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" 99SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
60 100
61# github.com/containerd/stargz-snapshotter v0.14.3 101# github.com/cilium/ebpf v0.9.1
62# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 6ee6fa1a88df6ea098f6b7dddde29e33f09d5331 102# [1] git ls-remote https://github.com/cilium/ebpf d560e4479b395c4523851a4571b04ba0b3846cd1
63SRCREV_stargz-snapshotter="6ee6fa1a88df6ea098f6b7dddde29e33f09d5331" 103SRCREV_ebpf="d560e4479b395c4523851a4571b04ba0b3846cd1"
64SRC_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" 104SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf"
65 105
66# github.com/containerd/typeurl/v2 v2.1.0 106# github.com/google/uuid v1.3.0
67# [1] git ls-remote https://github.com/containerd/typeurl 2a94991bd2295cc8158a425fa0ac227204c6dd01 107# [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88
68SRCREV_v2="2a94991bd2295cc8158a425fa0ac227204c6dd01" 108SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88"
69SRC_URI += "git://github.com/containerd/typeurl;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurlv2" 109SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid"
70 110
71# github.com/containernetworking/cni v1.1.2 111# github.com/moby/locker v1.0.1
72# [1] git ls-remote https://github.com/containernetworking/cni 3363d143688bb83ca18489ac8b9dc204c1d49c4a 112# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe
73SRCREV_cni="3363d143688bb83ca18489ac8b9dc204c1d49c4a" 113SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe"
74SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni" 114SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker"
75 115
76# github.com/containernetworking/plugins v1.2.0 116# google.golang.org/grpc v1.56.2
77# [1] git ls-remote https://github.com/containernetworking/plugins c4d24e80d64393d2c632a825a3486d1c2c0248ec 117# [1] git ls-remote https://github.com/grpc/grpc-go faab8736bf73291f92b867d5dae31c927d53d508
78SRCREV_plugins="c4d24e80d64393d2c632a825a3486d1c2c0248ec" 118SRCREV_grpc="faab8736bf73291f92b867d5dae31c927d53d508"
79SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins" 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"
80 120
81# github.com/coreos/go-systemd/v22 v22.5.0 121# github.com/go-logr/logr v1.2.4
82# [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e 122# [1] git ls-remote https://github.com/go-logr/logr 4da5305ff29a64c62f54ad43ebbfcb5e1b015fb2
83SRCREV_v22="d5623bf85e8e73ae6352f78ee6b55a287619dd4e" 123SRCREV_logr="4da5305ff29a64c62f54ad43ebbfcb5e1b015fb2"
84SRC_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" 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"
85 125
86# github.com/cyphar/filepath-securejoin v0.2.3 126# github.com/go-logr/stdr v1.2.2
87# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 8f267f5ea675a20a2cb5e91011d063721f53bf79 127# [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262
88SRCREV_filepath-securejoin="8f267f5ea675a20a2cb5e91011d063721f53bf79" 128SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262"
89SRC_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" 129SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/stdr"
90 130
91# github.com/docker/cli v23.0.3+incompatible 131# github.com/miekg/pkcs11 v1.1.1
92# [1] git ls-remote https://github.com/docker/cli 3e7cbfdee1eb5be2ac23ed3668c654362dcd29b5 132# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d
93SRCREV_cli="3e7cbfdee1eb5be2ac23ed3668c654362dcd29b5" 133SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d"
94SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" 134SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11"
95 135
96# github.com/docker/docker v23.0.3+incompatible 136# github.com/tinylib/msgp v1.1.6
97# [1] git ls-remote https://github.com/docker/docker 59118bff500fc0d95d0560a9788735a8d89568ce 137# [1] git ls-remote https://github.com/tinylib/msgp 205265da651409c54677b486e350b4d105da6d8b
98SRCREV_docker="59118bff500fc0d95d0560a9788735a8d89568ce" 138SRCREV_msgp="205265da651409c54677b486e350b4d105da6d8b"
99SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" 139SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tinylib/msgp"
100 140
101# github.com/docker/go-connections v0.4.0 141# lukechampine.com/blake3 v1.1.7
102# [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55 142# [1] git ls-remote https://github.com/lukechampine/blake3 bb7ece4161ea910c6c385c17799b17d658075fcd
103SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55" 143SRCREV_blake3="bb7ece4161ea910c6c385c17799b17d658075fcd"
104SRC_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" 144SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/lukechampine.com/blake3"
105 145
106# github.com/docker/go-units v0.5.0 146# github.com/docker/docker v24.0.5+incompatible
107# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f 147# [1] git ls-remote https://github.com/moby/moby a61e2b4c9c5f7c241aeb37f389b4444aee26bea4
108SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" 148SRCREV_docker="a61e2b4c9c5f7c241aeb37f389b4444aee26bea4"
109SRC_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" 149SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
110 150
111# github.com/fahedouch/go-logrotate v0.1.3 151# github.com/tidwall/gjson v1.15.0
112# [1] git ls-remote https://github.com/fahedouch/go-logrotate 8d5cc0d08c8653a794ad7bfe7c4d8150b2179aa1 152# [1] git ls-remote https://github.com/tidwall/gjson 8d2c36ffa41368759c3bcb25b8790c8ce1e5562d
113SRCREV_go-logrotate="8d5cc0d08c8653a794ad7bfe7c4d8150b2179aa1" 153SRCREV_gjson="8d2c36ffa41368759c3bcb25b8790c8ce1e5562d"
114SRC_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" 154SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson"
115 155
116# github.com/fatih/color v1.15.0 156# github.com/gogo/protobuf v1.3.2
117# [1] git ls-remote https://github.com/fatih/color 12126ed593697635c525b302836b292b657ea573 157# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc
118SRCREV_color="12126ed593697635c525b302836b292b657ea573" 158SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
119SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color" 159SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf"
120 160
121# github.com/fluent/fluent-logger-golang v1.9.0 161# github.com/google/go-cmp v0.5.9
122# [1] git ls-remote https://github.com/fluent/fluent-logger-golang 5538e904aeb515c10a624da620581bdf420d4b8a 162# [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0
123SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a" 163SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0"
124SRC_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" 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"
125 165
126# github.com/hashicorp/go-multierror v1.1.1 166# github.com/imdario/mergo v0.3.16
127# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 167# [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9
128SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" 168SRCREV_mergo="14fe2b165b83359196f820886a2b24f2771729e9"
129SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror" 169SRC_URI += "git://github.com/darccio/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo"
130 170
131# github.com/ipfs/go-cid v0.4.1 171# github.com/philhofer/fwd v1.1.1
132# [1] git ls-remote https://github.com/ipfs/go-cid d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7 172# [1] git ls-remote https://github.com/philhofer/fwd 9bcb9cab1b0394d8516a132ec243ba944efdb644
133SRCREV_go-cid="d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7" 173SRCREV_fwd="9bcb9cab1b0394d8516a132ec243ba944efdb644"
134SRC_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" 174SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/philhofer/fwd"
135 175
136# github.com/mattn/go-isatty v0.0.18 176# github.com/tidwall/match v1.1.1
137# [1] git ls-remote https://github.com/mattn/go-isatty 72a590e157f100a8191f6a086e84d5f6f73da9d6 177# [1] git ls-remote https://github.com/tidwall/match 4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf
138SRCREV_go-isatty="72a590e157f100a8191f6a086e84d5f6f73da9d6" 178SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf"
139SRC_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" 179SRC_URI += "git://github.com/tidwall/match;name=match;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/match"
140 180
141# github.com/mitchellh/mapstructure v1.5.0 181# go.opentelemetry.io/otel v1.15.1
142# [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 182# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go fc96138629cecdcc04dd5cb65559ead9e485d927
143SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" 183SRCREV_otel="fc96138629cecdcc04dd5cb65559ead9e485d927"
144SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" 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"
145 185
146# github.com/moby/sys/mount v0.3.3 186# github.com/moby/sys/mount v0.3.3
147# [1] git ls-remote https://github.com/moby/sys 416188aff8404d549e1e34a50e513befeb11c3b9 187# [1] git ls-remote https://github.com/moby/sys 416188aff8404d549e1e34a50e513befeb11c3b9
148SRCREV_mount="416188aff8404d549e1e34a50e513befeb11c3b9" 188SRCREV_mount="416188aff8404d549e1e34a50e513befeb11c3b9"
149SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mount" 189SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mount"
150 190
151# github.com/moby/sys/signal v0.7.0 191# github.com/djherbis/times v1.5.0
152# [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 192# [1] git ls-remote https://github.com/djherbis/times a1edc5dc082a710e4a808e99c78989b8d04e3025
153SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" 193SRCREV_times="a1edc5dc082a710e4a808e99c78989b8d04e3025"
154SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal" 194SRC_URI += "git://github.com/djherbis/times;name=times;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/djherbis/times"
155 195
156# github.com/opencontainers/go-digest v1.0.0 196# github.com/godbus/dbus/v5 v5.1.0
157# [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a 197# [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d
158SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" 198SRCREV_v5="e523abc905595cf17fb0001a7d77eaaddfaa216d"
159SRC_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" 199SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5"
160 200
161# github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b 201# github.com/mr-tron/base58 v1.2.0
162# [1] git ls-remote https://github.com/opencontainers/image-spec 3a7f492d3f1bcada656a7d8c08f3f9bbd05e7406 202# [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010
163SRCREV_image-spec="3a7f492d3f1bcada656a7d8c08f3f9bbd05e7406" 203SRCREV_base58="cd0e5141f51dfcadb8311fd8e495eb11126a8010"
164SRC_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" 204SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mr-tron/base58"
165 205
166# github.com/opencontainers/runtime-spec v1.1.0-rc.1 206# github.com/tidwall/pretty v1.2.0
167# [1] git ls-remote https://github.com/opencontainers/runtime-spec 3e013c2729f542c16c7483ffc2fe06ba96b53e5b 207# [1] git ls-remote https://github.com/tidwall/pretty aaa765e7476acb0028a854b85675801362cbdaa2
168SRCREV_runtime-spec="3e013c2729f542c16c7483ffc2fe06ba96b53e5b" 208SRCREV_pretty="aaa765e7476acb0028a854b85675801362cbdaa2"
169SRC_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" 209SRC_URI += "git://github.com/tidwall/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty"
170 210
171# github.com/pelletier/go-toml v1.9.5 211# github.com/docker/go-units v0.5.0
172# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 212# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f
173SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" 213SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f"
174SRC_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" 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"
175 215
176# github.com/rootless-containers/bypass4netns v0.3.0 216# github.com/mattn/go-isatty v0.0.19
177# [1] git ls-remote https://github.com/rootless-containers/bypass4netns 8175487972621850933a7bd6c6924a16569ba435 217# [1] git ls-remote https://github.com/mattn/go-isatty c067b4f3df49dfc0f376d884e16cfd784ea1874b
178SRCREV_bypass4netns="8175487972621850933a7bd6c6924a16569ba435" 218SRCREV_go-isatty="c067b4f3df49dfc0f376d884e16cfd784ea1874b"
179SRC_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" 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"
180 220
181# github.com/rootless-containers/rootlesskit v1.1.0 221# github.com/moby/sys/signal v0.7.0
182# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7 222# [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5
183SRCREV_rootlesskit="6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7" 223SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5"
184SRC_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" 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"
185 225
186# github.com/sirupsen/logrus v1.9.0 226# github.com/sirupsen/logrus v1.9.3
187# [1] git ls-remote https://github.com/sirupsen/logrus f8bf7650dccb756cea26edaf9217aab85500fe07 227# [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd
188SRCREV_logrus="f8bf7650dccb756cea26edaf9217aab85500fe07" 228SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd"
189SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" 229SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
190 230
191# github.com/spf13/cobra v1.7.0 231# github.com/yuchanns/srslog v1.1.0
192# [1] git ls-remote https://github.com/spf13/cobra 4dd4b25de38418174a6e859e8a32eaccca32dccc 232# [1] git ls-remote https://github.com/yuchanns/srslog becd9b11119269a7928ae89fde90784335c1d016
193SRCREV_cobra="4dd4b25de38418174a6e859e8a32eaccca32dccc"
194SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
195
196# github.com/spf13/pflag v1.0.5
197# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab
198SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
199SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
200
201# github.com/tidwall/gjson v1.14.4
202# [1] git ls-remote https://github.com/tidwall/gjson e14b8d37087f5774d3d4dce0b0b708cbc32015f7
203SRCREV_gjson="e14b8d37087f5774d3d4dce0b0b708cbc32015f7"
204SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson"
205
206# github.com/vishvananda/netlink v1.2.1-beta.2
207# [1] git ls-remote https://github.com/vishvananda/netlink 5e915e0149386ce3d02379ff93f4c0a5601779d5
208SRCREV_netlink="5e915e0149386ce3d02379ff93f4c0a5601779d5"
209SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink"
210
211# github.com/vishvananda/netns v0.0.4
212# [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9
213SRCREV_netns="7a452d2d15292b2bfb2a2d88e6bdeac156a761b9"
214SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns"
215
216# github.com/yuchanns/srslog v1.1.0
217# [1] git ls-remote https://github.com/yuchanns/srslog becd9b11119269a7928ae89fde90784335c1d016
218SRCREV_srslog="becd9b11119269a7928ae89fde90784335c1d016" 233SRCREV_srslog="becd9b11119269a7928ae89fde90784335c1d016"
219SRC_URI += "git://github.com/yuchanns/srslog;name=srslog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuchanns/srslog" 234SRC_URI += "git://github.com/yuchanns/srslog;name=srslog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuchanns/srslog"
220 235
221# golang.org/x/crypto v0.7.0 236# github.com/containerd/fifo v1.1.0
222# [1] git ls-remote https://github.com/golang/crypto 776e461a4e6d8b372a43c72122c5c28cfc40dca2 237# [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46
223SRCREV_crypto="776e461a4e6d8b372a43c72122c5c28cfc40dca2"
224SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto"
225
226# golang.org/x/net v0.8.0
227# [1] git ls-remote https://github.com/golang/net dfa2b5dffd96fb2ae13e7d182501f0bce044a0a4
228SRCREV_net="dfa2b5dffd96fb2ae13e7d182501f0bce044a0a4"
229SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net"
230
231# golang.org/x/sync v0.1.0
232# [1] git ls-remote https://github.com/golang/sync 8fcdb60fdcc0539c5e357b2308249e4e752147f1
233SRCREV_sync="8fcdb60fdcc0539c5e357b2308249e4e752147f1"
234SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync"
235
236# golang.org/x/sys v0.7.0
237# [1] git ls-remote https://github.com/golang/sys 64840c112d2335ed9874114aed48f946e778a769
238SRCREV_sys="64840c112d2335ed9874114aed48f946e778a769"
239SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys"
240
241# golang.org/x/term v0.7.0
242# [1] git ls-remote https://github.com/golang/term 7ae6be6d0150527c2c41e70586b9ade6a972a186
243SRCREV_term="7ae6be6d0150527c2c41e70586b9ade6a972a186"
244SRC_URI += "git://github.com/golang/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term"
245
246# golang.org/x/text v0.8.0
247# [1] git ls-remote https://github.com/golang/text 9db913aaf20ced01b7a130d9fb222d74a1339fa6
248SRCREV_text="9db913aaf20ced01b7a130d9fb222d74a1339fa6"
249SRC_URI += "git://github.com/golang/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text"
250
251# gopkg.in/yaml.v3 v3.0.1
252# [1] git ls-remote https://gopkg.in/yaml.v3 f6f7691b1fdeb513f56608cd2c32c51f8194bf51
253SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51"
254SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3"
255
256# gotest.tools/v3 v3.4.0
257# [1] git ls-remote https://github.com/gotestyourself/gotest.tools f086d2783c5b3a2a21b482ec19c1c310e68f4d18
258SRCREV_v31="f086d2783c5b3a2a21b482ec19c1c310e68f4d18"
259SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools"
260
261# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
262# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers 43070de90fa134c9ea55cd6de4308a2ae59658d3
263SRCREV_go-fuzz-headers="43070de90fa134c9ea55cd6de4308a2ae59658d3"
264SRC_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"
265
266# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652
267# [1] git ls-remote https://github.com/AdamKorcz/go-118-fuzz-build 5330a85ea6528bb00bea0417b6d61f30deb61f2c
268SRCREV_go-118-fuzz-build="5330a85ea6528bb00bea0417b6d61f30deb61f2c"
269SRC_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"
270
271# github.com/cilium/ebpf v0.9.1
272# [1] git ls-remote https://github.com/cilium/ebpf d560e4479b395c4523851a4571b04ba0b3846cd1
273SRCREV_ebpf="d560e4479b395c4523851a4571b04ba0b3846cd1"
274SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf"
275
276# github.com/containerd/cgroups/v3 v3.0.1
277# [1] git ls-remote https://github.com/containerd/cgroups 960ef05a33a09fe4f432683d3cbb4bb96e89d537
278SRCREV_v312="960ef05a33a09fe4f432683d3cbb4bb96e89d537"
279SRC_URI += "git://github.com/containerd/cgroups;name=v312;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups/v3"
280
281# github.com/containerd/fifo v1.1.0
282# [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46
283SRCREV_fifo="151b205263c29d471e0d55c787d2ce9f5343fd46" 238SRCREV_fifo="151b205263c29d471e0d55c787d2ce9f5343fd46"
284SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo" 239SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo"
285 240
286# github.com/containerd/ttrpc v1.2.1 241# github.com/golang/protobuf v1.5.3
287# [1] git ls-remote https://github.com/containerd/ttrpc 36fd7c3f33441e5f0ee5388d55a68019417c91a2 242# [1] git ls-remote https://github.com/golang/protobuf 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308
288SRCREV_ttrpc="36fd7c3f33441e5f0ee5388d55a68019417c91a2" 243SRCREV_golang-protobuf="5d5e8c018a13017f9d5b8bf4fad64aaa42a87308"
289SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" 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"
290
291# github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67
292# [1] git ls-remote https://github.com/containerd/typeurl 7f6e6d160d675241af388d5cf1b90814786bac40
293SRCREV_typeurl="7f6e6d160d675241af388d5cf1b90814786bac40"
294SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl"
295 245
296# github.com/containers/ocicrypt v1.1.6 246# google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
297# [1] git ls-remote https://github.com/containers/ocicrypt c61dfa5ee6c2ac10004c4e156d1a435f11c444cf 247# [1] git ls-remote https://github.com/googleapis/go-genproto daa745c078e18def54ea6b63235554b59c97f01d
298SRCREV_ocicrypt="c61dfa5ee6c2ac10004c4e156d1a435f11c444cf" 248SRCREV_genproto="daa745c078e18def54ea6b63235554b59c97f01d"
299SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt" 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"
300 250
301# github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa 251# google.golang.org/protobuf v1.31.0
302# [1] git ls-remote https://github.com/distribution/distribution 36d8c594d7aa4fb0b9b927fb1edf4171b36f361b 252# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 68463f0e96c93bc19ef36ccd3adfe690bfdb568c
303SRCREV_v3123="36d8c594d7aa4fb0b9b927fb1edf4171b36f361b" 253SRCREV_google.golang.org-protobuf="68463f0e96c93bc19ef36ccd3adfe690bfdb568c"
304SRC_URI += "git://github.com/distribution/distribution;name=v3123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3" 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"
305 255
306# github.com/djherbis/times v1.5.0 256# gopkg.in/square/go-jose.v2 v2.5.1
307# [1] git ls-remote https://github.com/djherbis/times a1edc5dc082a710e4a808e99c78989b8d04e3025 257# [1] git ls-remote https://github.com/square/go-jose 3a5ee095dcb5030a9de84fb92c222ac652fff176
308SRCREV_times="a1edc5dc082a710e4a808e99c78989b8d04e3025" 258SRCREV_go-jose.v2="3a5ee095dcb5030a9de84fb92c222ac652fff176"
309SRC_URI += "git://github.com/djherbis/times;name=times;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/djherbis/times" 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"
310 260
311# github.com/docker/docker-credential-helpers v0.7.0 261# github.com/containerd/ttrpc v1.2.2
312# [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde 262# [1] git ls-remote https://github.com/containerd/ttrpc ac26f8cbea1c440d451dd19a4a1b847fd073f3c3
313SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde" 263SRCREV_ttrpc="ac26f8cbea1c440d451dd19a4a1b847fd073f3c3"
314SRC_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" 264SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc"
315 265
316# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c 266# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
317# [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f 267# [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
318SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f" 268SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f"
319SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-events" 269SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-events"
320 270
321# github.com/frankban/quicktest v1.14.2 271# github.com/moby/sys/symlink v0.2.0
322# [1] git ls-remote https://github.com/frankban/quicktest 9f3c63cd6950868c53a96aa4bf4cda5ca1d2e857 272# [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964
323SRCREV_quicktest="9f3c63cd6950868c53a96aa4bf4cda5ca1d2e857" 273SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964"
324SRC_URI += "git://github.com/frankban/quicktest;name=quicktest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/frankban/quicktest" 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"
325 275
326# github.com/go-logr/logr v1.2.3 276# github.com/vbatts/tar-split v0.11.3
327# [1] git ls-remote https://github.com/go-logr/logr 47e013cee9b1f91c987cc70a218639655431b607 277# [1] git ls-remote https://github.com/vbatts/tar-split 3cdf99b6d45a47170f0092f1f3c0bbf2aca55db6
328SRCREV_logr="47e013cee9b1f91c987cc70a218639655431b607" 278SRCREV_tar-split="3cdf99b6d45a47170f0092f1f3c0bbf2aca55db6"
329SRC_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" 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"
330 280
331# github.com/go-logr/stdr v1.2.2 281# github.com/Microsoft/hcsshim v0.10.0
332# [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 282# [1] git ls-remote https://github.com/microsoft/hcsshim 28cce9cea720462e4b84498f9f79fdb836454ba0
333SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" 283SRCREV_hcsshim="28cce9cea720462e4b84498f9f79fdb836454ba0"
334SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/stdr" 284SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim"
335 285
336# github.com/godbus/dbus/v5 v5.1.0 286# github.com/containerd/go-cni v1.1.9
337# [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d 287# [1] git ls-remote https://github.com/containerd/go-cni 6603d5bd8941d7f2026bb5627f6aa4ff434f859a
338SRCREV_v5="e523abc905595cf17fb0001a7d77eaaddfaa216d" 288SRCREV_go-cni="6603d5bd8941d7f2026bb5627f6aa4ff434f859a"
339SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5" 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"
340 290
341# github.com/gogo/protobuf v1.3.2 291# github.com/pelletier/go-toml v1.9.5
342# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc 292# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541
343SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" 293SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541"
344SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" 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
297# [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9
298SRCREV_netns="7a452d2d15292b2bfb2a2d88e6bdeac156a761b9"
299SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns"
300
301# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
302# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9
303SRCREV_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"
345 305
346# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 306# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
347# [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 307# [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3
348SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3" 308SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3"
349SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/groupcache" 309SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/groupcache"
350 310
351# github.com/golang/protobuf v1.5.2 311# github.com/hashicorp/errwrap v1.1.0
352# [1] git ls-remote https://github.com/golang/protobuf ae97035608a719c7a1c1c41bed0ae0744bdb0c6f 312# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0
353SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f" 313SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0"
354SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" 314SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap"
355 315
356# github.com/google/go-cmp v0.5.9 316# github.com/minio/sha256-simd v1.0.0
357# [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0 317# [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9
358SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0" 318SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9"
359SRC_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" 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"
360 320
361# github.com/google/uuid v1.3.0 321# github.com/spaolacci/murmur3 v1.1.0
362# [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88 322# [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc
363SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88" 323SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc"
364SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" 324SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spaolacci/murmur3"
365 325
366# github.com/hashicorp/errwrap v1.1.0 326# github.com/Microsoft/go-winio v0.6.1
367# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 327# [1] git ls-remote https://github.com/microsoft/go-winio 070c828abb873da9e71c7247740253b50f7cf049
368SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" 328SRCREV_go-winio="070c828abb873da9e71c7247740253b50f7cf049"
369SRC_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/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio"
370 330
371# github.com/imdario/mergo v0.3.14 331# github.com/containerd/console v1.0.3
372# [1] git ls-remote https://github.com/imdario/mergo d19834bb682056bd1eec5dfe6d9ec9bd9d6ba58f 332# [1] git ls-remote https://github.com/containerd/console b5cb846c9186d67bcae3ce3c324e47cd317d9527
373SRCREV_mergo="d19834bb682056bd1eec5dfe6d9ec9bd9d6ba58f" 333SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527"
374SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" 334SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
375 335
376# github.com/inconshreveable/mousetrap v1.1.0 336# github.com/coreos/go-iptables v0.6.0
377# [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 337# [1] git ls-remote https://github.com/coreos/go-iptables 14d56d57c892f27a717aa6026fd2d3293221395b
378SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" 338SRCREV_go-iptables="14d56d57c892f27a717aa6026fd2d3293221395b"
379SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" 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"
340
341# github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67
342# [1] git ls-remote https://github.com/containerd/typeurl 7f6e6d160d675241af388d5cf1b90814786bac40
343SRCREV_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"
345
346# github.com/frankban/quicktest v1.14.2
347# [1] git ls-remote https://github.com/frankban/quicktest 9f3c63cd6950868c53a96aa4bf4cda5ca1d2e857
348SRCREV_quicktest="9f3c63cd6950868c53a96aa4bf4cda5ca1d2e857"
349SRC_URI += "git://github.com/frankban/quicktest;name=quicktest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/frankban/quicktest"
380 350
381# github.com/klauspost/compress v1.16.3 351# github.com/klauspost/compress v1.16.7
382# [1] git ls-remote https://github.com/klauspost/compress 8183f00311278ccf61e1805b35db90052d333d64 352# [1] git ls-remote https://github.com/klauspost/compress 67a538e2b4df11f8ec7139388838a13bce84b5d5
383SRCREV_compress="8183f00311278ccf61e1805b35db90052d333d64" 353SRCREV_compress="67a538e2b4df11f8ec7139388838a13bce84b5d5"
384SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" 354SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
385 355
386# github.com/klauspost/cpuid/v2 v2.1.1 356# github.com/klauspost/cpuid/v2 v2.1.1
387# [1] git ls-remote https://github.com/klauspost/cpuid 976c6486fb9f5d9ef7354ef9c2819b1ffcda73a9 357# [1] git ls-remote https://github.com/klauspost/cpuid 976c6486fb9f5d9ef7354ef9c2819b1ffcda73a9
388SRCREV_v21="976c6486fb9f5d9ef7354ef9c2819b1ffcda73a9" 358SRCREV_cpuid-v2="976c6486fb9f5d9ef7354ef9c2819b1ffcda73a9"
389SRC_URI += "git://github.com/klauspost/cpuid;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2" 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"
390 360
391# github.com/mattn/go-colorable v0.1.13 361# github.com/mattn/go-colorable v0.1.13
392# [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be 362# [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be
393SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" 363SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be"
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" 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"
395 365
396# github.com/mattn/go-shellwords v1.0.12 366# github.com/moby/sys/mountinfo v0.6.2
397# [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac 367# [1] git ls-remote https://github.com/moby/sys 1bf36f7188c31f2797c556c4c4d7d9af7a6a965b
368SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b"
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"
370
371# github.com/containerd/imgcrypt v1.1.7
372# [1] git ls-remote https://github.com/containerd/imgcrypt 01a05dffff35aadeb0a3008016ed745e7ff6beda
373SRCREV_imgcrypt="01a05dffff35aadeb0a3008016ed745e7ff6beda"
374SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt"
375
376# github.com/vishvananda/netlink v1.2.1-beta.2
377# [1] git ls-remote https://github.com/vishvananda/netlink 5e915e0149386ce3d02379ff93f4c0a5601779d5
378SRCREV_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"
380
381# github.com/containers/ocicrypt v1.1.7
382# [1] git ls-remote https://github.com/containers/ocicrypt ee4e19a2ec93f08262499bc9521c751f4a1d935c
383SRCREV_ocicrypt="ee4e19a2ec93f08262499bc9521c751f4a1d935c"
384SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt"
385
386# github.com/mattn/go-shellwords v1.0.12
387# [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac
398SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" 388SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac"
399SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords" 389SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords"
400 390
401# github.com/miekg/pkcs11 v1.1.1 391# github.com/moby/sys/sequential v0.5.0
402# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d 392# [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7
403SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" 393SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7"
404SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" 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"
405 395
406# github.com/minio/sha256-simd v1.0.0 396# github.com/opencontainers/runc v1.1.7
407# [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9 397# [1] git ls-remote https://github.com/opencontainers/runc 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
408SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9" 398SRCREV_runc="860f061b76bb4fc671f0f9e900f7d80ff93d4eb7"
409SRC_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" 399SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
410 400
411# github.com/mitchellh/go-homedir v1.1.0 401# go.opentelemetry.io/otel/trace v1.15.1
412# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 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"
405
406# github.com/mitchellh/go-homedir v1.1.0
407# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727
413SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" 408SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727"
414SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir" 409SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir"
415 410
416# github.com/moby/locker v1.0.1 411# github.com/xeipuuv/gojsonschema v1.2.0
417# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe 412# [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927
418SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" 413SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927"
419SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" 414SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema"
420 415
421# github.com/moby/sys/mountinfo v0.6.2 416# github.com/Masterminds/semver/v3 v3.2.1
422# [1] git ls-remote https://github.com/moby/sys 1bf36f7188c31f2797c556c4c4d7d9af7a6a965b 417# [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5
423SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b" 418SRCREV_v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5"
424SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" 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"
425 420
426# github.com/moby/sys/sequential v0.5.0 421# github.com/containerd/cgroups/v3 v3.0.2
427# [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 422# [1] git ls-remote https://github.com/containerd/cgroups 8fa64246e17ceea54277b3ad7139d9ec17545bfa
428SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" 423SRCREV_cgroups-v3="8fa64246e17ceea54277b3ad7139d9ec17545bfa"
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" 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"
430 425
431# github.com/moby/sys/symlink v0.2.0 426# github.com/containerd/containerd v1.7.3
432# [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 427# [1] git ls-remote https://github.com/containerd/containerd 7880925980b188f4c97b462f709d0db8e8962aff
433SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" 428SRCREV_containerd="7880925980b188f4c97b462f709d0db8e8962aff"
434SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink" 429SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
435 430
436# github.com/mr-tron/base58 v1.2.0 431# github.com/containerd/continuity v0.4.1
437# [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010 432# [1] git ls-remote https://github.com/containerd/continuity 25762ef7c27a37645197ed6d1d708e55a230e35d
438SRCREV_base58="cd0e5141f51dfcadb8311fd8e495eb11126a8010" 433SRCREV_continuity="25762ef7c27a37645197ed6d1d708e55a230e35d"
439SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mr-tron/base58" 434SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
435
436# github.com/containerd/typeurl/v2 v2.1.1
437# [1] git ls-remote https://github.com/containerd/typeurl 7ef6316b771f959cbb208b229e3423a466947df3
438SRCREV_v2="7ef6316b771f959cbb208b229e3423a466947df3"
439SRC_URI += "git://github.com/containerd/typeurl;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl/v2"
440 440
441# github.com/multiformats/go-base32 v0.1.0 441# github.com/coreos/go-systemd/v22 v22.5.0
442# [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f 442# [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e
443SRCREV_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"
445
446# github.com/docker/go-connections v0.4.0
447# [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55
448SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55"
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"
450
451# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
452# [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb
453SRCREV_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"
455
456# github.com/fahedouch/go-logrotate v0.1.3
457# [1] git ls-remote https://github.com/fahedouch/go-logrotate 8d5cc0d08c8653a794ad7bfe7c4d8150b2179aa1
458SRCREV_go-logrotate="8d5cc0d08c8653a794ad7bfe7c4d8150b2179aa1"
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"
460
461# github.com/mitchellh/mapstructure v1.5.0
462# [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311
463SRCREV_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"
465
466# github.com/multiformats/go-base32 v0.1.0
467# [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f
443SRCREV_go-base32="a16b66327f327428b32b919939b8c93482507e1f" 468SRCREV_go-base32="a16b66327f327428b32b919939b8c93482507e1f"
444SRC_URI += "git://github.com/multiformats/go-base32;name=go-base32;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base32" 469SRC_URI += "git://github.com/multiformats/go-base32;name=go-base32;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base32"
445 470
446# github.com/multiformats/go-base36 v0.1.0 471# github.com/multiformats/go-base36 v0.1.0
447# [1] git ls-remote https://github.com/multiformats/go-base36 dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7 472# [1] git ls-remote https://github.com/multiformats/go-base36 dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7
448SRCREV_go-base36="dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7" 473SRCREV_go-base36="dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7"
449SRC_URI += "git://github.com/multiformats/go-base36;name=go-base36;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base36" 474SRC_URI += "git://github.com/multiformats/go-base36;name=go-base36;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base36"
450 475
451# github.com/multiformats/go-multiaddr v0.8.0 476# github.com/multiformats/go-varint v0.0.6
452# [1] git ls-remote https://github.com/multiformats/go-multiaddr f317559337171436148d927749f783f33b82a698 477# [1] git ls-remote https://github.com/multiformats/go-varint a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e
453SRCREV_go-multiaddr="f317559337171436148d927749f783f33b82a698"
454SRC_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"
455
456# github.com/multiformats/go-multibase v0.1.1
457# [1] git ls-remote https://github.com/multiformats/go-multibase c1bc15b22eedb45f9205f3b60ce5fcb8fca93e08
458SRCREV_go-multibase="c1bc15b22eedb45f9205f3b60ce5fcb8fca93e08"
459SRC_URI += "git://github.com/multiformats/go-multibase;name=go-multibase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multibase"
460
461# github.com/multiformats/go-multihash v0.2.1
462# [1] git ls-remote https://github.com/multiformats/go-multihash 16974ad98ab1fb19eb756919f55373b39cc80bec
463SRCREV_go-multihash="16974ad98ab1fb19eb756919f55373b39cc80bec"
464SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multihash"
465
466# github.com/multiformats/go-varint v0.0.6
467# [1] git ls-remote https://github.com/multiformats/go-varint a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e
468SRCREV_go-varint="a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e" 478SRCREV_go-varint="a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e"
469SRC_URI += "git://github.com/multiformats/go-varint;name=go-varint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-varint" 479SRC_URI += "git://github.com/multiformats/go-varint;name=go-varint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-varint"
470 480
471# github.com/opencontainers/runc v1.1.5 481# github.com/opencontainers/selinux v1.11.0
472# [1] git ls-remote https://github.com/opencontainers/runc f19387a6bec4944c770f7668ab51c4348d9c2f38 482# [1] git ls-remote https://github.com/opencontainers/selinux b68c45eb2df48c6b0c949901ccda90c8e65fe677
473SRCREV_runc="f19387a6bec4944c770f7668ab51c4348d9c2f38"
474SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
475
476# github.com/opencontainers/selinux v1.11.0
477# [1] git ls-remote https://github.com/opencontainers/selinux b68c45eb2df48c6b0c949901ccda90c8e65fe677
478SRCREV_selinux="b68c45eb2df48c6b0c949901ccda90c8e65fe677" 483SRCREV_selinux="b68c45eb2df48c6b0c949901ccda90c8e65fe677"
479SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux" 484SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux"
480 485
481# github.com/philhofer/fwd v1.1.1 486# github.com/compose-spec/compose-go v1.17.0
482# [1] git ls-remote https://github.com/philhofer/fwd 9bcb9cab1b0394d8516a132ec243ba944efdb644 487# [1] git ls-remote https://github.com/compose-spec/compose-go 95ac1be8bfdc4dc21cdfb14e37b52c31275046a3
483SRCREV_fwd="9bcb9cab1b0394d8516a132ec243ba944efdb644" 488SRCREV_compose-go="95ac1be8bfdc4dc21cdfb14e37b52c31275046a3"
484SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/philhofer/fwd" 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"
485 490
486# github.com/pkg/errors v0.9.1 491# github.com/containernetworking/cni v1.1.2
487# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 492# [1] git ls-remote https://github.com/containernetworking/cni 3363d143688bb83ca18489ac8b9dc204c1d49c4a
488SRCREV_errors="614d223910a179a466c1767a985424175c39b465" 493SRCREV_cni="3363d143688bb83ca18489ac8b9dc204c1d49c4a"
489SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" 494SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni"
490 495
491# github.com/spaolacci/murmur3 v1.1.0 496# github.com/hashicorp/go-multierror v1.1.1
492# [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc 497# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0
493SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc" 498SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0"
494SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spaolacci/murmur3" 499SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror"
500
501# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
502# [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b
503SRCREV_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"
505
506# github.com/awslabs/soci-snapshotter v0.3.0
507# [1] git ls-remote https://github.com/awslabs/soci-snapshotter 2574f6466b4a148be04f8f79c6e71167994452a7
508SRCREV_soci-snapshotter="2574f6466b4a148be04f8f79c6e71167994452a7"
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"
510
511# github.com/opencontainers/go-digest v1.0.0
512# [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a
513SRCREV_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"
515
516# github.com/opencontainers/image-spec v1.1.0-rc4
517# [1] git ls-remote https://github.com/opencontainers/image-spec 82e8329f7eb6df5c62924f2792d285ba276ae876
518SRCREV_image-spec="82e8329f7eb6df5c62924f2792d285ba276ae876"
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"
520
521# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
522# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers 43070de90fa134c9ea55cd6de4308a2ae59658d3
523SRCREV_go-fuzz-headers="43070de90fa134c9ea55cd6de4308a2ae59658d3"
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"
525
526# github.com/inconshreveable/mousetrap v1.1.0
527# [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21
528SRCREV_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"
530
531# github.com/multiformats/go-multiaddr v0.8.0
532# [1] git ls-remote https://github.com/multiformats/go-multiaddr f317559337171436148d927749f783f33b82a698
533SRCREV_go-multiaddr="f317559337171436148d927749f783f33b82a698"
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"
535
536# github.com/multiformats/go-multibase v0.1.1
537# [1] git ls-remote https://github.com/multiformats/go-multibase c1bc15b22eedb45f9205f3b60ce5fcb8fca93e08
538SRCREV_go-multibase="c1bc15b22eedb45f9205f3b60ce5fcb8fca93e08"
539SRC_URI += "git://github.com/multiformats/go-multibase;name=go-multibase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multibase"
540
541# github.com/multiformats/go-multihash v0.2.1
542# [1] git ls-remote https://github.com/multiformats/go-multihash 16974ad98ab1fb19eb756919f55373b39cc80bec
543SRCREV_go-multihash="16974ad98ab1fb19eb756919f55373b39cc80bec"
544SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multihash"
495 545
496# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 546# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
497# [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99 547# [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99
498SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99" 548SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99"
499SRC_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" 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"
500 550
501# github.com/tidwall/match v1.1.1 551# github.com/cyphar/filepath-securejoin v0.2.3
502# [1] git ls-remote https://github.com/tidwall/match 4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf 552# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 8f267f5ea675a20a2cb5e91011d063721f53bf79
503SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf" 553SRCREV_filepath-securejoin="8f267f5ea675a20a2cb5e91011d063721f53bf79"
504SRC_URI += "git://github.com/tidwall/match;name=match;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/match" 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"
505 555
506# github.com/tidwall/pretty v1.2.0 556# github.com/containernetworking/plugins v1.3.0
507# [1] git ls-remote https://github.com/tidwall/pretty aaa765e7476acb0028a854b85675801362cbdaa2 557# [1] git ls-remote https://github.com/containernetworking/plugins 38f18d26ecfef550b8bac02656cc11103fd7cff1
508SRCREV_pretty="aaa765e7476acb0028a854b85675801362cbdaa2" 558SRCREV_plugins="38f18d26ecfef550b8bac02656cc11103fd7cff1"
509SRC_URI += "git://github.com/tidwall/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty" 559SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins"
510 560
511# github.com/tinylib/msgp v1.1.6 561# github.com/fluent/fluent-logger-golang v1.9.0
512# [1] git ls-remote https://github.com/tinylib/msgp 205265da651409c54677b486e350b4d105da6d8b 562# [1] git ls-remote https://github.com/fluent/fluent-logger-golang 5538e904aeb515c10a624da620581bdf420d4b8a
513SRCREV_msgp="205265da651409c54677b486e350b4d105da6d8b" 563SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a"
514SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tinylib/msgp" 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"
515 565
516# github.com/vbatts/tar-split v0.11.2 566# github.com/opencontainers/runtime-spec v1.1.0
517# [1] git ls-remote https://github.com/vbatts/tar-split 80a436fd6164c557b131f7c59ed69bd81af69761 567# [1] git ls-remote https://github.com/opencontainers/runtime-spec 06252546d1cabcd924a5fb3cb0177178d5e3082f
518SRCREV_tar-split="80a436fd6164c557b131f7c59ed69bd81af69761" 568SRCREV_runtime-spec="06252546d1cabcd924a5fb3cb0177178d5e3082f"
519SRC_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" 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"
520 570
521# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 571# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0
522# [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb 572# [1] git ls-remote https://github.com/AdamKorcz/go-118-fuzz-build 8075edf89bb034603c758f28fe93143047ac5677
523SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" 573SRCREV_go-118-fuzz-build="8075edf89bb034603c758f28fe93143047ac5677"
524SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer" 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"
525 575
526# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 576# github.com/containerd/nydus-snapshotter v0.10.0
527# [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b 577# [1] git ls-remote https://github.com/containerd/nydus-snapshotter 8ca9591ac87cd816783d58ce0c07f6747b9f1282
528SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" 578SRCREV_nydus-snapshotter="8ca9591ac87cd816783d58ce0c07f6747b9f1282"
529SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonreference" 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"
530 580
531# github.com/xeipuuv/gojsonschema v1.2.0 581# github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa
532# [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 582# [1] git ls-remote https://github.com/distribution/distribution 36d8c594d7aa4fb0b9b927fb1edf4171b36f361b
533SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" 583SRCREV_distribution-v3="36d8c594d7aa4fb0b9b927fb1edf4171b36f361b"
534SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema" 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"
535 585
536# go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 586# github.com/containerd/stargz-snapshotter v0.14.3
537# [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21 587# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 6ee6fa1a88df6ea098f6b7dddde29e33f09d5331
538SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21" 588SRCREV_stargz-snapshotter="6ee6fa1a88df6ea098f6b7dddde29e33f09d5331"
539SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7" 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"
540 590
541# go.opencensus.io v0.24.0 591# github.com/rootless-containers/rootlesskit v1.1.1
542# [1] git ls-remote https://github.com/census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5 592# [1] git ls-remote https://github.com/rootless-containers/rootlesskit a2c596ff9b3fddc0c2becb38f2ef4004f15765b5
543SRCREV_go.opencensus.io="b1a01ee95db0e690d91d7193d037447816fae4c5" 593SRCREV_rootlesskit="a2c596ff9b3fddc0c2becb38f2ef4004f15765b5"
544SRC_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" 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"
545 595
546# go.opentelemetry.io/otel v1.14.0 596# github.com/rootless-containers/bypass4netns v0.3.0
547# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0 597# [1] git ls-remote https://github.com/rootless-containers/bypass4netns 8175487972621850933a7bd6c6924a16569ba435
548SRCREV_otel="2e54fbb3fede5b54f316b3a08eab236febd854e0" 598SRCREV_bypass4netns="8175487972621850933a7bd6c6924a16569ba435"
549SRC_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" 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"
550 600
551# golang.org/x/mod v0.9.0 601# github.com/docker/docker-credential-helpers v0.7.0
552# [1] git ls-remote https://github.com/golang/mod 69aa7acea306dfd277ec48fcc687ef8fa0f2bdb4 602# [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde
553SRCREV_mod="69aa7acea306dfd277ec48fcc687ef8fa0f2bdb4" 603SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde"
554SRC_URI += "git://github.com/golang/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod" 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"
555
556# golang.org/x/tools v0.6.0
557# [1] git ls-remote https://github.com/golang/tools d0863f03daeff79ab917de5768285bb077f77b20
558SRCREV_tools="d0863f03daeff79ab917de5768285bb077f77b20"
559SRC_URI += "git://github.com/golang/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools"
560
561# google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
562# [1] git ls-remote https://github.com/googleapis/go-genproto 7f2fa6fef1f44d4d1e9f75b0eff784d1466e53d7
563SRCREV_genproto="7f2fa6fef1f44d4d1e9f75b0eff784d1466e53d7"
564SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/go-genproto"
565
566# google.golang.org/grpc v1.53.0
567# [1] git ls-remote https://github.com/grpc/grpc-go dba26e15a07f43875ccf806a2dd6cbcbc1c12eab
568SRCREV_grpc="dba26e15a07f43875ccf806a2dd6cbcbc1c12eab"
569SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc/grpc-go"
570
571# google.golang.org/protobuf v1.28.1
572# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 6875c3d7242d1a3db910ce8a504f124cb840c23a
573SRCREV_protobuf12="6875c3d7242d1a3db910ce8a504f124cb840c23a"
574SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/protocolbuffers/protobuf-go"
575
576# gopkg.in/square/go-jose.v2 v2.5.1
577# [1] git ls-remote https://gopkg.in/square/go-jose.v2 3a5ee095dcb5030a9de84fb92c222ac652fff176
578SRCREV_go-jose.v2="3a5ee095dcb5030a9de84fb92c222ac652fff176"
579SRC_URI += "git://gopkg.in/square/go-jose.v2;name=go-jose.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/square/go-jose.v2"
580 605
581# lukechampine.com/blake3 v1.1.7 606# github.com/containerd/stargz-snapshotter/ipfs v0.14.3
582# [1] git ls-remote https://github.com/lukechampine/blake3 bb7ece4161ea910c6c385c17799b17d658075fcd 607# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 6ee6fa1a88df6ea098f6b7dddde29e33f09d5331
583SRCREV_blake3="bb7ece4161ea910c6c385c17799b17d658075fcd" 608SRCREV_ipfs="6ee6fa1a88df6ea098f6b7dddde29e33f09d5331"
584SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/lukechampine.com/blake3" 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"
610
611# github.com/containerd/stargz-snapshotter/estargz v0.14.3
612# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 6ee6fa1a88df6ea098f6b7dddde29e33f09d5331
613SRCREV_estargz="6ee6fa1a88df6ea098f6b7dddde29e33f09d5331"
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"
615
616# github.com/containerd/accelerated-container-image v0.6.7
617# [1] git ls-remote https://github.com/containerd/accelerated-container-image aabf505074e0a31879bf004ec400c659ff046b70
618SRCREV_accelerated-container-image="aabf505074e0a31879bf004ec400c659ff046b70"
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"
585 620