summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-04-21 14:02:04 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-04-21 14:02:04 -0400
commitbff2ad31310153a312dd05d0c9cbf22da75c1c3d (patch)
tree01c5475f1e871970805587d221aad80a1e9dd02b /recipes-containers
parentc6464d8f04c9cce4ab4a3b105ba8f2de764d4b08 (diff)
downloadmeta-virtualization-bff2ad31310153a312dd05d0c9cbf22da75c1c3d.tar.gz
nerdctl: move SRC_URI appends to include file
This makes the main recipe more readable, and allows us to clearly see changes to the SRC_URI and the main recipe separately. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/nerdctl/nerdctl_git.bb760
-rw-r--r--recipes-containers/nerdctl/src_uri.inc760
2 files changed, 761 insertions, 759 deletions
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index 6879ba2e..5d4d827a 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -15,765 +15,7 @@ SRCREV_nerdcli = "48f189a53a24c12838433f5bb5dd57f536816a8a"
15 15
16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=master;protocol=https" 16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=master;protocol=https"
17 17
18# github.com/Masterminds/semver/v3 v3.1.1 18include src_uri.inc
19# [1] git ls-remote https://github.com/Masterminds/semver d387ce7889a157b19ad7694dba39a562051f41b0
20SRCREV_v3="d387ce7889a157b19ad7694dba39a562051f41b0"
21SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver/v3"
22
23# github.com/Microsoft/go-winio v0.5.2
24# [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6
25SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6"
26SRC_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"
27
28# github.com/compose-spec/compose-go v1.2.4
29# [1] git ls-remote https://github.com/compose-spec/compose-go 49e6127e40d8c5003678bc7cbdb2325bdd83dac1
30SRCREV_compose-go="49e6127e40d8c5003678bc7cbdb2325bdd83dac1"
31SRC_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"
32
33# github.com/containerd/cgroups v1.0.3
34# [1] git ls-remote https://github.com/containerd/cgroups 8cefbaa014dd36363acff427d912e075e6e08815
35SRCREV_cgroups="8cefbaa014dd36363acff427d912e075e6e08815"
36SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups"
37
38# github.com/containerd/console v1.0.3
39# [1] git ls-remote https://github.com/containerd/console 060a791de16aeb90b3bb4dcd78dfec3ca45fa5df
40SRCREV_console="060a791de16aeb90b3bb4dcd78dfec3ca45fa5df"
41SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
42
43# github.com/containerd/containerd v1.6.2
44# [1] git ls-remote https://github.com/containerd/containerd b30221197bbf818a48ec3f20f5e72a739f84ebeb
45SRCREV_containerd="b30221197bbf818a48ec3f20f5e72a739f84ebeb"
46SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
47
48# github.com/containerd/continuity v0.3.0
49# [1] git ls-remote https://github.com/containerd/continuity dbaf158274a0a740318932aada7d516bc4405659
50SRCREV_continuity="dbaf158274a0a740318932aada7d516bc4405659"
51SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
52
53# github.com/containerd/go-cni v1.1.4
54# [1] git ls-remote https://github.com/containerd/go-cni 1ae42404d2502e705c1c61de9c254a7cd7f6e74b
55SRCREV_go-cni="1ae42404d2502e705c1c61de9c254a7cd7f6e74b"
56SRC_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"
57
58# github.com/containerd/imgcrypt v1.1.4
59# [1] git ls-remote https://github.com/containerd/imgcrypt 7931b2f099de27afc80e84df85f9361ee6668dd1
60SRCREV_imgcrypt="7931b2f099de27afc80e84df85f9361ee6668dd1"
61SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt"
62
63# github.com/containerd/stargz-snapshotter v0.11.4
64# [1] git ls-remote https://github.com/containerd/stargz-snapshotter cf1c6d90461f1ae6f01a5b8f5e1dfc816223ad09
65SRCREV_stargz-snapshotter="cf1c6d90461f1ae6f01a5b8f5e1dfc816223ad09"
66SRC_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"
67
68# github.com/containerd/typeurl v1.0.2
69# [1] git ls-remote https://github.com/containerd/typeurl 9e1ad9a145b768c8f6bab9880513cd1b05fe5a20
70SRCREV_typeurl="9e1ad9a145b768c8f6bab9880513cd1b05fe5a20"
71SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl"
72
73# github.com/containernetworking/cni v1.0.1
74# [1] git ls-remote https://github.com/containernetworking/cni 1694fd7b57e0176a98a12823a5ffc03337fdc152
75SRCREV_cni="1694fd7b57e0176a98a12823a5ffc03337fdc152"
76SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni"
77
78# github.com/containernetworking/plugins v1.1.1
79# [1] git ls-remote https://github.com/containernetworking/plugins 587d42b2ca2b8fb2f111b50fd90f0089cc03b8ad
80SRCREV_plugins="587d42b2ca2b8fb2f111b50fd90f0089cc03b8ad"
81SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins"
82
83# github.com/cyphar/filepath-securejoin v0.2.3
84# [1] git ls-remote https://github.com/cyphar/filepath-securejoin a89baba1e4f44c5512e245cbd156de1293d6185a
85SRCREV_filepath-securejoin="a89baba1e4f44c5512e245cbd156de1293d6185a"
86SRC_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"
87
88# github.com/docker/cli v20.10.14+incompatible
89# [1] git ls-remote https://github.com/docker/cli 0a7772e9b73210a9c25df0d1d74a6566b5e410eb
90SRCREV_cli="0a7772e9b73210a9c25df0d1d74a6566b5e410eb"
91SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
92
93# github.com/docker/docker v20.10.14+incompatible
94# [1] git ls-remote https://github.com/docker/docker 0ea83a3744846f1b998016406c457c3d6c68c7a6
95SRCREV_docker="0ea83a3744846f1b998016406c457c3d6c68c7a6"
96SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
97
98# github.com/docker/go-connections v0.4.0
99# [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55
100SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55"
101SRC_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"
102
103# github.com/docker/go-units v0.4.0
104# [1] git ls-remote https://github.com/docker/go-units 62a2352f021aa740f52d67afa00d211290c5855c
105SRCREV_go-units="62a2352f021aa740f52d67afa00d211290c5855c"
106SRC_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"
107
108# github.com/fatih/color v1.13.0
109# [1] git ls-remote https://github.com/fatih/color a05da93ebe62ca9fc6791d3376ec4dad01196448
110SRCREV_color="a05da93ebe62ca9fc6791d3376ec4dad01196448"
111SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color"
112
113# github.com/gogo/protobuf v1.3.2
114# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc
115SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
116SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf"
117
118# github.com/hashicorp/go-multierror v1.1.1
119# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0
120SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0"
121SRC_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"
122
123# github.com/ipfs/go-cid v0.1.0
124# [1] git ls-remote https://github.com/ipfs/go-cid de6c03deae1cf9c032be7f24b83bc7da7d139844
125SRCREV_go-cid="de6c03deae1cf9c032be7f24b83bc7da7d139844"
126SRC_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"
127
128# github.com/ipfs/go-ipfs-files v0.1.1
129# [1] git ls-remote https://github.com/ipfs/go-ipfs-files 5044b18695cb23ae69632c3e2511b4624a87b0d5
130SRCREV_go-ipfs-files="5044b18695cb23ae69632c3e2511b4624a87b0d5"
131SRC_URI += "git://github.com/ipfs/go-ipfs-files;name=go-ipfs-files;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-files"
132
133# github.com/ipfs/go-ipfs-http-client v0.3.0
134# [1] git ls-remote https://github.com/ipfs/go-ipfs-http-client fdbee7c7881251aa2768db814b9b5af470c995e7
135SRCREV_go-ipfs-http-client="fdbee7c7881251aa2768db814b9b5af470c995e7"
136SRC_URI += "git://github.com/ipfs/go-ipfs-http-client;name=go-ipfs-http-client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-http-client"
137
138# github.com/ipfs/interface-go-ipfs-core v0.6.2
139# [1] git ls-remote https://github.com/ipfs/interface-go-ipfs-core a69a766c641164d9b0677a89ba44654c93c1ce42
140SRCREV_interface-go-ipfs-core="a69a766c641164d9b0677a89ba44654c93c1ce42"
141SRC_URI += "git://github.com/ipfs/interface-go-ipfs-core;name=interface-go-ipfs-core;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/interface-go-ipfs-core"
142
143# github.com/mattn/go-isatty v0.0.14
144# [1] git ls-remote https://github.com/mattn/go-isatty 504425e14f742f1f517c4586048b49b37f829c8e
145SRCREV_go-isatty="504425e14f742f1f517c4586048b49b37f829c8e"
146SRC_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"
147
148# github.com/moby/sys/mount v0.3.2
149# [1] git ls-remote https://github.com/moby/sys 7335f4f2b4d18c66e94e03c38112115c6d677a40
150SRCREV_mount="7335f4f2b4d18c66e94e03c38112115c6d677a40"
151SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mount"
152
153# github.com/multiformats/go-multiaddr v0.5.0
154# [1] git ls-remote https://github.com/multiformats/go-multiaddr f9011923e397c7c69e8d13ed7a8ad44f47b2a114
155SRCREV_go-multiaddr="f9011923e397c7c69e8d13ed7a8ad44f47b2a114"
156SRC_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"
157
158# github.com/opencontainers/go-digest v1.0.0
159# [1] git ls-remote https://github.com/opencontainers/go-digest 4a41a1fddd8208cc64f911e551a7f361716f8ae5
160SRCREV_go-digest="4a41a1fddd8208cc64f911e551a7f361716f8ae5"
161SRC_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"
162
163# github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
164# [1] git ls-remote https://github.com/opencontainers/image-spec 02efb9a75ee11e05937b535cc5f228f9343ab2f5
165SRCREV_image-spec="02efb9a75ee11e05937b535cc5f228f9343ab2f5"
166SRC_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"
167
168# github.com/opencontainers/runtime-spec v1.0.3-0.20220311020903-6969a0a09ab1
169# [1] git ls-remote https://github.com/opencontainers/runtime-spec 6969a0a09ab162a574cafcc9ac814e498962c943
170SRCREV_runtime-spec="6969a0a09ab162a574cafcc9ac814e498962c943"
171SRC_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"
172
173# github.com/pelletier/go-toml v1.9.4
174# [1] git ls-remote https://github.com/pelletier/go-toml b8ba995eaaba4be30c8a8090bdfb4aa61af52054
175SRCREV_go-toml="b8ba995eaaba4be30c8a8090bdfb4aa61af52054"
176SRC_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"
177
178# github.com/rootless-containers/bypass4netns v0.2.2
179# [1] git ls-remote https://github.com/rootless-containers/bypass4netns c3682687bc69a704c4ca312ab61febe2606c9680
180SRCREV_bypass4netns="c3682687bc69a704c4ca312ab61febe2606c9680"
181SRC_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"
182
183# github.com/rootless-containers/rootlesskit v1.0.0
184# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 4c5afdcdb381581c7eaaea09ac9cdf226b8dda03
185SRCREV_rootlesskit="4c5afdcdb381581c7eaaea09ac9cdf226b8dda03"
186SRC_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"
187
188# github.com/sirupsen/logrus v1.8.1
189# [1] git ls-remote https://github.com/sirupsen/logrus bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b
190SRCREV_logrus="bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b"
191SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
192
193# github.com/spf13/cobra v1.4.0
194# [1] git ls-remote https://github.com/spf13/cobra 5b2b9e9f61d36ccb66167301f76a2292c3729855
195SRCREV_cobra="5b2b9e9f61d36ccb66167301f76a2292c3729855"
196SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
197
198# github.com/spf13/pflag v1.0.5
199# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab
200SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
201SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
202
203# github.com/tidwall/gjson v1.14.0
204# [1] git ls-remote https://github.com/tidwall/gjson 7a94820afd8a0d993c07b9cde761b95943823a9f
205SRCREV_gjson="7a94820afd8a0d993c07b9cde761b95943823a9f"
206SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson"
207
208# github.com/vishvananda/netlink v1.2.0-beta
209# [1] git ls-remote https://github.com/vishvananda/netlink 6bb6f8abbc420ec09282fc62e05f5548d546455a
210SRCREV_netlink="6bb6f8abbc420ec09282fc62e05f5548d546455a"
211SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink"
212
213# github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
214# [1] git ls-remote https://github.com/vishvananda/netns 50045581ed74c15eded78746bae9fb3df07d6655
215SRCREV_netns="50045581ed74c15eded78746bae9fb3df07d6655"
216SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns"
217
218# golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
219# [1] git ls-remote https://go.googlesource.com/crypto 2c7772ba30643b7a2026cbea938420dce7c6384d
220SRCREV_crypto="2c7772ba30643b7a2026cbea938420dce7c6384d"
221SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/crypto"
222
223# golang.org/x/net v0.0.0-20220225172249-27dd8689420f
224# [1] git ls-remote https://go.googlesource.com/net 27dd8689420fcde088514397d015e4fea5174e0e
225SRCREV_net="27dd8689420fcde088514397d015e4fea5174e0e"
226SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/net"
227
228# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
229# [1] git ls-remote https://go.googlesource.com/sync 036812b2e83c0ddf193dd5a34e034151da389d09
230SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09"
231SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sync"
232
233# golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
234# [1] git ls-remote https://go.googlesource.com/sys 1e041c57c4618785f7baa3e1a644330f2ff59b7c
235SRCREV_sys="1e041c57c4618785f7baa3e1a644330f2ff59b7c"
236SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sys"
237
238# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
239# [1] git ls-remote https://go.googlesource.com/term 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50
240SRCREV_term="03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50"
241SRC_URI += "git://go.googlesource.com/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/term"
242
243# gopkg.in/yaml.v2 v2.4.0
244# [1] git ls-remote https://gopkg.in/yaml.v2 7649d4548cb53a614db133b2a8ac1f31859dda8c
245SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c"
246SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2"
247
248# gotest.tools/v3 v3.1.0
249# [1] git ls-remote https://github.com/gotestyourself/gotest.tools dc5149e35729d281f5691a4114d1d620a7e38c67
250SRCREV_v31="dc5149e35729d281f5691a4114d1d620a7e38c67"
251SRC_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/v3"
252
253# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
254# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9
255SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9"
256SRC_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"
257
258# github.com/Microsoft/hcsshim v0.9.2
259# [1] git ls-remote https://github.com/Microsoft/hcsshim fc4f38d1766687bfdee9543c59168f4ee9f513ff
260SRCREV_hcsshim="fc4f38d1766687bfdee9543c59168f4ee9f513ff"
261SRC_URI += "git://github.com/Microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim"
262
263# github.com/beorn7/perks v1.0.1
264# [1] git ls-remote https://github.com/beorn7/perks c49ff274687222a7373c4cd83578f1065cf3e143
265SRCREV_perks="c49ff274687222a7373c4cd83578f1065cf3e143"
266SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks"
267
268# github.com/btcsuite/btcd v0.21.0-beta
269# [1] git ls-remote https://github.com/btcsuite/btcd f3103aec9bfe2ab8080916457943f76750b3a211
270SRCREV_btcd="f3103aec9bfe2ab8080916457943f76750b3a211"
271SRC_URI += "git://github.com/btcsuite/btcd;name=btcd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/btcsuite/btcd"
272
273# github.com/cespare/xxhash/v2 v2.1.2
274# [1] git ls-remote https://github.com/cespare/xxhash 7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4
275SRCREV_v2="7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4"
276SRC_URI += "git://github.com/cespare/xxhash;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2"
277
278# github.com/cilium/ebpf v0.7.0
279# [1] git ls-remote https://github.com/cilium/ebpf 13667bdb8f164c32ae1b85e7130552dd93e86dfd
280SRCREV_ebpf="13667bdb8f164c32ae1b85e7130552dd93e86dfd"
281SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf"
282
283# github.com/containerd/fifo v1.0.0
284# [1] git ls-remote https://github.com/containerd/fifo eb4e163db80cfde4102acfa62c87b2a37232c8a2
285SRCREV_fifo="eb4e163db80cfde4102acfa62c87b2a37232c8a2"
286SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo"
287
288# github.com/containerd/ttrpc v1.1.0
289# [1] git ls-remote https://github.com/containerd/ttrpc 5e8fe05f04c91bc8713ee4241e58d0b9da1c4a59
290SRCREV_ttrpc="5e8fe05f04c91bc8713ee4241e58d0b9da1c4a59"
291SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc"
292
293# github.com/containers/ocicrypt v1.1.3
294# [1] git ls-remote https://github.com/containers/ocicrypt 01e7d427cd74fec566a69393e3de805df382f77c
295SRCREV_ocicrypt="01e7d427cd74fec566a69393e3de805df382f77c"
296SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt"
297
298# github.com/coreos/go-systemd/v22 v22.3.2
299# [1] git ls-remote https://github.com/coreos/go-systemd 0b40357fd65760243a3eceb80a299772c23c8470
300SRCREV_v22="0b40357fd65760243a3eceb80a299772c23c8470"
301SRC_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"
302
303# github.com/cpuguy83/go-md2man/v2 v2.0.1
304# [1] git ls-remote https://github.com/cpuguy83/go-md2man b1ec32e02fe539480dc03e3bf381c20066e7c6cc
305SRCREV_v21="b1ec32e02fe539480dc03e3bf381c20066e7c6cc"
306SRC_URI += "git://github.com/cpuguy83/go-md2man;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cpuguy83/go-md2man/v2"
307
308# github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3
309# [1] git ls-remote https://github.com/crackcomm/go-gitignore 887ab5e44cc38866fff9bc2f34c3a97e2a827c12
310SRCREV_go-gitignore="887ab5e44cc38866fff9bc2f34c3a97e2a827c12"
311SRC_URI += "git://github.com/crackcomm/go-gitignore;name=go-gitignore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/crackcomm/go-gitignore"
312
313# github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
314# [1] git ls-remote https://github.com/distribution/distribution a01c71e2477eea211bbb83166061e103e0b2ec95
315SRCREV_v312="a01c71e2477eea211bbb83166061e103e0b2ec95"
316SRC_URI += "git://github.com/distribution/distribution;name=v312;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3"
317
318# github.com/docker/distribution v2.7.1+incompatible
319# [1] git ls-remote https://github.com/docker/distribution ea7032ddc60c872197a0f57e49319bb6092548fe
320SRCREV_distribution="ea7032ddc60c872197a0f57e49319bb6092548fe"
321SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution"
322
323# github.com/docker/docker-credential-helpers v0.6.4
324# [1] git ls-remote https://github.com/docker/docker-credential-helpers fc9290adbcf1594e78910e2f0334090eaee0e1ee
325SRCREV_docker-credential-helpers="fc9290adbcf1594e78910e2f0334090eaee0e1ee"
326SRC_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"
327
328# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
329# [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
330SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f"
331SRC_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"
332
333# github.com/docker/go-metrics v0.0.1
334# [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c
335SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c"
336SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics"
337
338# github.com/godbus/dbus/v5 v5.0.6
339# [1] git ls-remote https://github.com/godbus/dbus daa017464e266380cdeb4e6f9613eba9182b59a3
340SRCREV_v5="daa017464e266380cdeb4e6f9613eba9182b59a3"
341SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5"
342
343# github.com/gogo/googleapis v1.4.1
344# [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042
345SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042"
346SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/googleapis"
347
348# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
349# [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3
350SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3"
351SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/groupcache"
352
353# github.com/golang/protobuf v1.5.2
354# [1] git ls-remote https://github.com/golang/protobuf ae97035608a719c7a1c1c41bed0ae0744bdb0c6f
355SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f"
356SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf"
357
358# github.com/google/go-cmp v0.5.6
359# [1] git ls-remote https://github.com/google/go-cmp d103655696d8ae43c4125ee61454dbf03d8e8324
360SRCREV_go-cmp="d103655696d8ae43c4125ee61454dbf03d8e8324"
361SRC_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"
362
363# github.com/google/uuid v1.3.0
364# [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88
365SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88"
366SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid"
367
368# github.com/gorilla/mux v1.8.0
369# [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b
370SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b"
371SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux"
372
373# github.com/hashicorp/errwrap v1.1.0
374# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0
375SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0"
376SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap"
377
378# github.com/hashicorp/golang-lru v0.5.4
379# [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54
380SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54"
381SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru"
382
383# github.com/imdario/mergo v0.3.12
384# [1] git ls-remote https://github.com/imdario/mergo 29fb3d3bdc5512887f1dc9aedde6a0fed407fa8f
385SRCREV_mergo="29fb3d3bdc5512887f1dc9aedde6a0fed407fa8f"
386SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo"
387
388# github.com/inconshreveable/mousetrap v1.0.0
389# [1] git ls-remote https://github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
390SRCREV_mousetrap="76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
391SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap"
392
393# github.com/ipfs/bbloom v0.0.4
394# [1] git ls-remote https://github.com/ipfs/bbloom e4526db325cffd444f0404aa2e3b4ed114650f75
395SRCREV_bbloom="e4526db325cffd444f0404aa2e3b4ed114650f75"
396SRC_URI += "git://github.com/ipfs/bbloom;name=bbloom;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/bbloom"
397
398# github.com/ipfs/go-block-format v0.0.3
399# [1] git ls-remote https://github.com/ipfs/go-block-format b30b45004baf0d2dcd3d1b5b5604fb4c0ccb0825
400SRCREV_go-block-format="b30b45004baf0d2dcd3d1b5b5604fb4c0ccb0825"
401SRC_URI += "git://github.com/ipfs/go-block-format;name=go-block-format;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-block-format"
402
403# github.com/ipfs/go-blockservice v0.3.0
404# [1] git ls-remote https://github.com/ipfs/go-blockservice 888c7cc7c29cf4752865ce2e856237cb1d5c85b2
405SRCREV_go-blockservice="888c7cc7c29cf4752865ce2e856237cb1d5c85b2"
406SRC_URI += "git://github.com/ipfs/go-blockservice;name=go-blockservice;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-blockservice"
407
408# github.com/ipfs/go-datastore v0.5.0
409# [1] git ls-remote https://github.com/ipfs/go-datastore 7548998537794105418980aeb5dac19802712392
410SRCREV_go-datastore="7548998537794105418980aeb5dac19802712392"
411SRC_URI += "git://github.com/ipfs/go-datastore;name=go-datastore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-datastore"
412
413# github.com/ipfs/go-ipfs-blockstore v1.2.0
414# [1] git ls-remote https://github.com/ipfs/go-ipfs-blockstore ffd43a8d91e6ee80b26d3a6eca5b8c4816c5508b
415SRCREV_go-ipfs-blockstore="ffd43a8d91e6ee80b26d3a6eca5b8c4816c5508b"
416SRC_URI += "git://github.com/ipfs/go-ipfs-blockstore;name=go-ipfs-blockstore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-blockstore"
417
418# github.com/ipfs/go-ipfs-cmds v0.6.0
419# [1] git ls-remote https://github.com/ipfs/go-ipfs-cmds 4ade007405e5d3befb14184290576c63cc43a6a3
420SRCREV_go-ipfs-cmds="4ade007405e5d3befb14184290576c63cc43a6a3"
421SRC_URI += "git://github.com/ipfs/go-ipfs-cmds;name=go-ipfs-cmds;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-cmds"
422
423# github.com/ipfs/go-ipfs-ds-help v1.1.0
424# [1] git ls-remote https://github.com/ipfs/go-ipfs-ds-help 0ce85d6dd676a9c7d3018dd79f43b2b1d7f31082
425SRCREV_go-ipfs-ds-help="0ce85d6dd676a9c7d3018dd79f43b2b1d7f31082"
426SRC_URI += "git://github.com/ipfs/go-ipfs-ds-help;name=go-ipfs-ds-help;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-ds-help"
427
428# github.com/ipfs/go-ipfs-exchange-interface v0.1.0
429# [1] git ls-remote https://github.com/ipfs/go-ipfs-exchange-interface 2e7c882a034eacabca59c5cd2d9ab959c2da78f7
430SRCREV_go-ipfs-exchange-interface="2e7c882a034eacabca59c5cd2d9ab959c2da78f7"
431SRC_URI += "git://github.com/ipfs/go-ipfs-exchange-interface;name=go-ipfs-exchange-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-exchange-interface"
432
433# github.com/ipfs/go-ipfs-util v0.0.2
434# [1] git ls-remote https://github.com/ipfs/go-ipfs-util f4952d1c5a6a9431d6a4d5ea57c4818e6d199464
435SRCREV_go-ipfs-util="f4952d1c5a6a9431d6a4d5ea57c4818e6d199464"
436SRC_URI += "git://github.com/ipfs/go-ipfs-util;name=go-ipfs-util;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-util"
437
438# github.com/ipfs/go-ipld-cbor v0.0.5
439# [1] git ls-remote https://github.com/ipfs/go-ipld-cbor f689d2bb3874cf3fafb71721cafb2c945234e781
440SRCREV_go-ipld-cbor="f689d2bb3874cf3fafb71721cafb2c945234e781"
441SRC_URI += "git://github.com/ipfs/go-ipld-cbor;name=go-ipld-cbor;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipld-cbor"
442
443# github.com/ipfs/go-ipld-format v0.4.0
444# [1] git ls-remote https://github.com/ipfs/go-ipld-format 0f7aff00f72e9dea0d9718bc0972e309ba7c3e8d
445SRCREV_go-ipld-format="0f7aff00f72e9dea0d9718bc0972e309ba7c3e8d"
446SRC_URI += "git://github.com/ipfs/go-ipld-format;name=go-ipld-format;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipld-format"
447
448# github.com/ipfs/go-ipld-legacy v0.1.0
449# [1] git ls-remote https://github.com/ipfs/go-ipld-legacy 5fff53c64ec247be50252c474053d6720ad3e4d9
450SRCREV_go-ipld-legacy="5fff53c64ec247be50252c474053d6720ad3e4d9"
451SRC_URI += "git://github.com/ipfs/go-ipld-legacy;name=go-ipld-legacy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipld-legacy"
452
453# github.com/ipfs/go-log v1.0.5
454# [1] git ls-remote https://github.com/ipfs/go-log 0e04229b160a92ebd2a924d9078e087161c8d53f
455SRCREV_go-log="0e04229b160a92ebd2a924d9078e087161c8d53f"
456SRC_URI += "git://github.com/ipfs/go-log;name=go-log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-log"
457
458# github.com/ipfs/go-log/v2 v2.3.0
459# [1] git ls-remote https://github.com/ipfs/go-log 2c2975b5095a771b0d8066a458b944ac71591bc7
460SRCREV_v212="2c2975b5095a771b0d8066a458b944ac71591bc7"
461SRC_URI += "git://github.com/ipfs/go-log;name=v212;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-log/v2"
462
463# github.com/ipfs/go-merkledag v0.6.0
464# [1] git ls-remote https://github.com/ipfs/go-merkledag c076715ad64cccb1976de3686b0d6304ec3f2839
465SRCREV_go-merkledag="c076715ad64cccb1976de3686b0d6304ec3f2839"
466SRC_URI += "git://github.com/ipfs/go-merkledag;name=go-merkledag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-merkledag"
467
468# github.com/ipfs/go-metrics-interface v0.0.1
469# [1] git ls-remote https://github.com/ipfs/go-metrics-interface 87aa106f53272f064ca7956a6db83f17a553f254
470SRCREV_go-metrics-interface="87aa106f53272f064ca7956a6db83f17a553f254"
471SRC_URI += "git://github.com/ipfs/go-metrics-interface;name=go-metrics-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-metrics-interface"
472
473# github.com/ipfs/go-path v0.1.1
474# [1] git ls-remote https://github.com/ipfs/go-path 4eba8368b698abe6de153f2a2e3d579757ef182b
475SRCREV_go-path="4eba8368b698abe6de153f2a2e3d579757ef182b"
476SRC_URI += "git://github.com/ipfs/go-path;name=go-path;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-path"
477
478# github.com/ipfs/go-unixfs v0.2.5
479# [1] git ls-remote https://github.com/ipfs/go-unixfs 9009a42bfd1370e009b6dd501c71cb644c789506
480SRCREV_go-unixfs="9009a42bfd1370e009b6dd501c71cb644c789506"
481SRC_URI += "git://github.com/ipfs/go-unixfs;name=go-unixfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-unixfs"
482
483# github.com/ipfs/go-verifcid v0.0.1
484# [1] git ls-remote https://github.com/ipfs/go-verifcid 34e41ba962e7ce0211a05915f788486c8db755f1
485SRCREV_go-verifcid="34e41ba962e7ce0211a05915f788486c8db755f1"
486SRC_URI += "git://github.com/ipfs/go-verifcid;name=go-verifcid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-verifcid"
487
488# github.com/ipld/go-codec-dagpb v1.3.2
489# [1] git ls-remote https://github.com/ipld/go-codec-dagpb 01c91b765ff1e97d147f2d0e281214a458f59bc0
490SRCREV_go-codec-dagpb="01c91b765ff1e97d147f2d0e281214a458f59bc0"
491SRC_URI += "git://github.com/ipld/go-codec-dagpb;name=go-codec-dagpb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipld/go-codec-dagpb"
492
493# github.com/ipld/go-ipld-prime v0.11.0
494# [1] git ls-remote https://github.com/ipld/go-ipld-prime d229c642562a92a2d455b20b6f1ef0a11dc96ef2
495SRCREV_go-ipld-prime="d229c642562a92a2d455b20b6f1ef0a11dc96ef2"
496SRC_URI += "git://github.com/ipld/go-ipld-prime;name=go-ipld-prime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipld/go-ipld-prime"
497
498# github.com/jbenet/goprocess v0.1.4
499# [1] git ls-remote https://github.com/jbenet/goprocess 23d20c20149e1f362afda26f4500cb9d6393f0ad
500SRCREV_goprocess="23d20c20149e1f362afda26f4500cb9d6393f0ad"
501SRC_URI += "git://github.com/jbenet/goprocess;name=goprocess;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jbenet/goprocess"
502
503# github.com/klauspost/compress v1.15.1
504# [1] git ls-remote https://github.com/klauspost/compress 7c7079ec1ed2c07fd15e6f3f369dbae5288051d5
505SRCREV_compress="7c7079ec1ed2c07fd15e6f3f369dbae5288051d5"
506SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
507
508# github.com/klauspost/cpuid/v2 v2.0.6
509# [1] git ls-remote https://github.com/klauspost/cpuid c6a3519c8125843cc14161fb2349bc3fd8b19643
510SRCREV_v2123="c6a3519c8125843cc14161fb2349bc3fd8b19643"
511SRC_URI += "git://github.com/klauspost/cpuid;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2"
512
513# github.com/libp2p/go-buffer-pool v0.0.2
514# [1] git ls-remote https://github.com/libp2p/go-buffer-pool e648d396dc83d0f1bddda8520042ae2380501dca
515SRCREV_go-buffer-pool="e648d396dc83d0f1bddda8520042ae2380501dca"
516SRC_URI += "git://github.com/libp2p/go-buffer-pool;name=go-buffer-pool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-buffer-pool"
517
518# github.com/libp2p/go-libp2p-core v0.8.6
519# [1] git ls-remote https://github.com/libp2p/go-libp2p-core ef6e277df7422a37b1bbd92ac97f933d63d4cd97
520SRCREV_go-libp2p-core="ef6e277df7422a37b1bbd92ac97f933d63d4cd97"
521SRC_URI += "git://github.com/libp2p/go-libp2p-core;name=go-libp2p-core;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-libp2p-core"
522
523# github.com/libp2p/go-openssl v0.0.7
524# [1] git ls-remote https://github.com/libp2p/go-openssl d9b640282843752442a8f28637156e13b1abd3f4
525SRCREV_go-openssl="d9b640282843752442a8f28637156e13b1abd3f4"
526SRC_URI += "git://github.com/libp2p/go-openssl;name=go-openssl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-openssl"
527
528# github.com/mattn/go-colorable v0.1.12
529# [1] git ls-remote https://github.com/mattn/go-colorable e1bb79c8d53c38a60962ad4b8f658226cc983710
530SRCREV_go-colorable="e1bb79c8d53c38a60962ad4b8f658226cc983710"
531SRC_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"
532
533# github.com/mattn/go-shellwords v1.0.12
534# [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac
535SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac"
536SRC_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"
537
538# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
539# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d
540SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d"
541SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions"
542
543# github.com/miekg/pkcs11 v1.1.1
544# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d
545SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d"
546SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11"
547
548# github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
549# [1] git ls-remote https://github.com/minio/blake2b-simd 3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4
550SRCREV_blake2b-simd="3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4"
551SRC_URI += "git://github.com/minio/blake2b-simd;name=blake2b-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/blake2b-simd"
552
553# github.com/minio/sha256-simd v1.0.0
554# [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9
555SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9"
556SRC_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"
557
558# github.com/mitchellh/go-homedir v1.1.0
559# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727
560SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727"
561SRC_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"
562
563# github.com/mitchellh/mapstructure v1.4.3
564# [1] git ls-remote https://github.com/mitchellh/mapstructure b9b99d7d59762a5b2a43df840adc318b2fa229ee
565SRCREV_mapstructure="b9b99d7d59762a5b2a43df840adc318b2fa229ee"
566SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure"
567
568# github.com/moby/locker v1.0.1
569# [1] git ls-remote https://github.com/moby/locker e15721d7a0126008853f3cefbdbb368685cd1f4d
570SRCREV_locker="e15721d7a0126008853f3cefbdbb368685cd1f4d"
571SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker"
572
573# github.com/moby/term v0.0.0-20210610120745-9d4ed1856297
574# [1] git ls-remote https://github.com/moby/term 9d4ed185629744f381f269030675cb1957e2da94
575SRCREV_term1="9d4ed185629744f381f269030675cb1957e2da94"
576SRC_URI += "git://github.com/moby/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term"
577
578# github.com/morikuni/aec v1.0.0
579# [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b
580SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b"
581SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec"
582
583# github.com/mr-tron/base58 v1.2.0
584# [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010
585SRCREV_base58="cd0e5141f51dfcadb8311fd8e495eb11126a8010"
586SRC_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"
587
588# github.com/multiformats/go-base32 v0.0.3
589# [1] git ls-remote https://github.com/multiformats/go-base32 a9c2755c3d1672dbe6a7e4a5d182169fa30b6a8e
590SRCREV_go-base32="a9c2755c3d1672dbe6a7e4a5d182169fa30b6a8e"
591SRC_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"
592
593# github.com/multiformats/go-base36 v0.1.0
594# [1] git ls-remote https://github.com/multiformats/go-base36 dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7
595SRCREV_go-base36="dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7"
596SRC_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"
597
598# github.com/multiformats/go-multibase v0.0.3
599# [1] git ls-remote https://github.com/multiformats/go-multibase e2260b5ff35e4a37375ca184662ae0b9b0a661be
600SRCREV_go-multibase="e2260b5ff35e4a37375ca184662ae0b9b0a661be"
601SRC_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"
602
603# github.com/multiformats/go-multihash v0.0.15
604# [1] git ls-remote https://github.com/multiformats/go-multihash c3ba253d50cbad04fa3856bcda82b64d24711d3a
605SRCREV_go-multihash="c3ba253d50cbad04fa3856bcda82b64d24711d3a"
606SRC_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"
607
608# github.com/multiformats/go-varint v0.0.6
609# [1] git ls-remote https://github.com/multiformats/go-varint a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e
610SRCREV_go-varint="a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e"
611SRC_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"
612
613# github.com/opencontainers/runc v1.1.0
614# [1] git ls-remote https://github.com/opencontainers/runc b083ef4992ddc33fc7e699170c4abafa74d17818
615SRCREV_runc="b083ef4992ddc33fc7e699170c4abafa74d17818"
616SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
617
618# github.com/opencontainers/selinux v1.10.0
619# [1] git ls-remote https://github.com/opencontainers/selinux 036780110200290e6decd05ce62d7086bf0546f5
620SRCREV_selinux="036780110200290e6decd05ce62d7086bf0546f5"
621SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux"
622
623# github.com/opentracing/opentracing-go v1.2.0
624# [1] git ls-remote https://github.com/opentracing/opentracing-go d34af3eaa63c4d08ab54863a4bdd0daa45212e12
625SRCREV_opentracing-go="d34af3eaa63c4d08ab54863a4bdd0daa45212e12"
626SRC_URI += "git://github.com/opentracing/opentracing-go;name=opentracing-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opentracing/opentracing-go"
627
628# github.com/pkg/errors v0.9.1
629# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465
630SRCREV_errors="614d223910a179a466c1767a985424175c39b465"
631SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors"
632
633# github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e
634# [1] git ls-remote https://github.com/polydawn/refmt 30ac6d18308e584ca6a2e74ba81475559db94c5f
635SRCREV_refmt="30ac6d18308e584ca6a2e74ba81475559db94c5f"
636SRC_URI += "git://github.com/polydawn/refmt;name=refmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/polydawn/refmt"
637
638# github.com/prometheus/client_golang v1.12.1
639# [1] git ls-remote https://github.com/prometheus/client_golang 2e1c4818ccfdcf953ce399cadad615ff2bed968c
640SRCREV_client_golang="2e1c4818ccfdcf953ce399cadad615ff2bed968c"
641SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang"
642
643# github.com/prometheus/client_model v0.2.0
644# [1] git ls-remote https://github.com/prometheus/client_model f44e7adcba5ee54c8a94709e6fc300d83245f171
645SRCREV_client_model="f44e7adcba5ee54c8a94709e6fc300d83245f171"
646SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model"
647
648# github.com/prometheus/common v0.32.1
649# [1] git ls-remote https://github.com/prometheus/common a8301e4aa43c56eadd119b45e363a94166508d45
650SRCREV_common="a8301e4aa43c56eadd119b45e363a94166508d45"
651SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common"
652
653# github.com/prometheus/procfs v0.7.3
654# [1] git ls-remote https://github.com/prometheus/procfs f436cbb89ece38bf080d446b3ca27053b305eaac
655SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac"
656SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs"
657
658# github.com/rs/cors v1.7.0
659# [1] git ls-remote https://github.com/rs/cors db0fe48135e83b5812a5a31be0eea66984b1b521
660SRCREV_cors="db0fe48135e83b5812a5a31be0eea66984b1b521"
661SRC_URI += "git://github.com/rs/cors;name=cors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/cors"
662
663# github.com/russross/blackfriday/v2 v2.1.0
664# [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049
665SRCREV_v21234="4c9bf9512682b995722660a4196c0013228e2049"
666SRC_URI += "git://github.com/russross/blackfriday;name=v21234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday/v2"
667
668# github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572
669# [1] git ls-remote https://github.com/spacemonkeygo/spacelog 2296661a0572a51438413369004fa931c2641923
670SRCREV_spacelog="2296661a0572a51438413369004fa931c2641923"
671SRC_URI += "git://github.com/spacemonkeygo/spacelog;name=spacelog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spacemonkeygo/spacelog"
672
673# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
674# [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99
675SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99"
676SRC_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"
677
678# github.com/tidwall/match v1.1.1
679# [1] git ls-remote https://github.com/tidwall/match 4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf
680SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf"
681SRC_URI += "git://github.com/tidwall/match;name=match;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/match"
682
683# github.com/tidwall/pretty v1.2.0
684# [1] git ls-remote https://github.com/tidwall/pretty aaa765e7476acb0028a854b85675801362cbdaa2
685SRCREV_pretty="aaa765e7476acb0028a854b85675801362cbdaa2"
686SRC_URI += "git://github.com/tidwall/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty"
687
688# github.com/urfave/cli v1.22.4
689# [1] git ls-remote https://github.com/urfave/cli 053ba9dd02d2bfb768da2c1c50370c59d41dc04b
690SRCREV_cli1="053ba9dd02d2bfb768da2c1c50370c59d41dc04b"
691SRC_URI += "git://github.com/urfave/cli;name=cli1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli"
692
693# github.com/vbatts/tar-split v0.11.2
694# [1] git ls-remote https://github.com/vbatts/tar-split 6f35a43a158e8592b08db7e910de4236256df15f
695SRCREV_tar-split="6f35a43a158e8592b08db7e910de4236256df15f"
696SRC_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"
697
698# github.com/whyrusleeping/cbor-gen v0.0.0-20200123233031-1cdf64d27158
699# [1] git ls-remote https://github.com/whyrusleeping/cbor-gen 1cdf64d27158b5db2dd11d30591f4a9be0cd55ab
700SRCREV_cbor-gen="1cdf64d27158b5db2dd11d30591f4a9be0cd55ab"
701SRC_URI += "git://github.com/whyrusleeping/cbor-gen;name=cbor-gen;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/whyrusleeping/cbor-gen"
702
703# github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
704# [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 4e3ac2762d5f479393488629ee9370b50873b3a6
705SRCREV_gojsonpointer="4e3ac2762d5f479393488629ee9370b50873b3a6"
706SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer"
707
708# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
709# [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b
710SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b"
711SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonreference"
712
713# github.com/xeipuuv/gojsonschema v1.2.0
714# [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927
715SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927"
716SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema"
717
718# go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
719# [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21
720SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21"
721SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7"
722
723# go.opencensus.io v0.23.0
724# [1] git ls-remote https://github.com/census-instrumentation/opencensus-go 49838f207d61097fc0ebb8aeef306913388376ca
725SRCREV_go.opencensus.io="49838f207d61097fc0ebb8aeef306913388376ca"
726SRC_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"
727
728# go.uber.org/atomic v1.7.0
729# [1] git ls-remote https://github.com/uber-go/atomic 3f685f518c6a22050970a225fdf0097079f525f8
730SRCREV_atomic="3f685f518c6a22050970a225fdf0097079f525f8"
731SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic"
732
733# go.uber.org/multierr v1.7.0
734# [1] git ls-remote https://github.com/uber-go/multierr 19d9fff1d3b66750a134671435786579bc994737
735SRCREV_multierr="19d9fff1d3b66750a134671435786579bc994737"
736SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr"
737
738# go.uber.org/zap v1.17.0
739# [1] git ls-remote https://github.com/uber-go/zap 2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0
740SRCREV_zap="2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0"
741SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap"
742
743# golang.org/x/text v0.3.7
744# [1] git ls-remote https://go.googlesource.com/text 3cd4007149f3f883d229d707172ed356727aae99
745SRCREV_text="3cd4007149f3f883d229d707172ed356727aae99"
746SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/text"
747
748# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
749# [1] git ls-remote https://go.googlesource.com/xerrors 5ec99f83aff198f5fbd629d6c8d8eb38a04218ca
750SRCREV_xerrors="5ec99f83aff198f5fbd629d6c8d8eb38a04218ca"
751SRC_URI += "git://go.googlesource.com/xerrors;name=xerrors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/xerrors"
752
753# google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350
754# [1] git ls-remote https://github.com/googleapis/go-genproto 9970aeb2e350469c6bdc3e220a3ddecf38a85f61
755SRCREV_genproto="9970aeb2e350469c6bdc3e220a3ddecf38a85f61"
756SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto"
757
758# google.golang.org/grpc v1.45.0
759# [1] git ls-remote https://github.com/grpc/grpc-go a82cc96f07c960e02623688e4067ae6b7895334a
760SRCREV_grpc="a82cc96f07c960e02623688e4067ae6b7895334a"
761SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc"
762
763# google.golang.org/protobuf v1.27.1
764# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go b92717ecb630d4a4824b372bf98c729d87311a4d
765SRCREV_protobuf12="b92717ecb630d4a4824b372bf98c729d87311a4d"
766SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf"
767
768# gopkg.in/square/go-jose.v2 v2.5.1
769# [1] git ls-remote https://gopkg.in/square/go-jose.v2 c2ee37cc2bdff7151b3aaad8d7f3c62a5834ac75
770SRCREV_go-jose.v2="c2ee37cc2bdff7151b3aaad8d7f3c62a5834ac75"
771SRC_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"
772
773# github.com/ktock/golang-lru v0.5.5-0.20211029085301-ec551be6f75c
774# [1] git ls-remote https://github.com/ktock/golang-lru ec551be6f75c10a4f18e3c70a823d03420ee3d4f
775SRCREV_golang-lru1="ec551be6f75c10a4f18e3c70a823d03420ee3d4f"
776SRC_URI += "git://github.com/ktock/golang-lru;name=golang-lru1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru"
777 19
778# patches and config 20# patches and config
779SRC_URI += "file://0001-Makefile-allow-external-specification-of-build-setti.patch \ 21SRC_URI += "file://0001-Makefile-allow-external-specification-of-build-setti.patch \
diff --git a/recipes-containers/nerdctl/src_uri.inc b/recipes-containers/nerdctl/src_uri.inc
new file mode 100644
index 00000000..9a68b557
--- /dev/null
+++ b/recipes-containers/nerdctl/src_uri.inc
@@ -0,0 +1,760 @@
1# github.com/Masterminds/semver/v3 v3.1.1
2# [1] git ls-remote https://github.com/Masterminds/semver d387ce7889a157b19ad7694dba39a562051f41b0
3SRCREV_v3="d387ce7889a157b19ad7694dba39a562051f41b0"
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"
5
6# github.com/Microsoft/go-winio v0.5.2
7# [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6
8SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6"
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"
10
11# github.com/compose-spec/compose-go v1.2.4
12# [1] git ls-remote https://github.com/compose-spec/compose-go 49e6127e40d8c5003678bc7cbdb2325bdd83dac1
13SRCREV_compose-go="49e6127e40d8c5003678bc7cbdb2325bdd83dac1"
14SRC_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"
15
16# github.com/containerd/cgroups v1.0.3
17# [1] git ls-remote https://github.com/containerd/cgroups 8cefbaa014dd36363acff427d912e075e6e08815
18SRCREV_cgroups="8cefbaa014dd36363acff427d912e075e6e08815"
19SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups"
20
21# github.com/containerd/console v1.0.3
22# [1] git ls-remote https://github.com/containerd/console 060a791de16aeb90b3bb4dcd78dfec3ca45fa5df
23SRCREV_console="060a791de16aeb90b3bb4dcd78dfec3ca45fa5df"
24SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
25
26# github.com/containerd/containerd v1.6.2
27# [1] git ls-remote https://github.com/containerd/containerd b30221197bbf818a48ec3f20f5e72a739f84ebeb
28SRCREV_containerd="b30221197bbf818a48ec3f20f5e72a739f84ebeb"
29SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
30
31# github.com/containerd/continuity v0.3.0
32# [1] git ls-remote https://github.com/containerd/continuity dbaf158274a0a740318932aada7d516bc4405659
33SRCREV_continuity="dbaf158274a0a740318932aada7d516bc4405659"
34SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
35
36# github.com/containerd/go-cni v1.1.4
37# [1] git ls-remote https://github.com/containerd/go-cni 1ae42404d2502e705c1c61de9c254a7cd7f6e74b
38SRCREV_go-cni="1ae42404d2502e705c1c61de9c254a7cd7f6e74b"
39SRC_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"
40
41# github.com/containerd/imgcrypt v1.1.4
42# [1] git ls-remote https://github.com/containerd/imgcrypt 7931b2f099de27afc80e84df85f9361ee6668dd1
43SRCREV_imgcrypt="7931b2f099de27afc80e84df85f9361ee6668dd1"
44SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt"
45
46# github.com/containerd/stargz-snapshotter v0.11.4
47# [1] git ls-remote https://github.com/containerd/stargz-snapshotter cf1c6d90461f1ae6f01a5b8f5e1dfc816223ad09
48SRCREV_stargz-snapshotter="cf1c6d90461f1ae6f01a5b8f5e1dfc816223ad09"
49SRC_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"
50
51# github.com/containerd/typeurl v1.0.2
52# [1] git ls-remote https://github.com/containerd/typeurl 9e1ad9a145b768c8f6bab9880513cd1b05fe5a20
53SRCREV_typeurl="9e1ad9a145b768c8f6bab9880513cd1b05fe5a20"
54SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl"
55
56# github.com/containernetworking/cni v1.0.1
57# [1] git ls-remote https://github.com/containernetworking/cni 1694fd7b57e0176a98a12823a5ffc03337fdc152
58SRCREV_cni="1694fd7b57e0176a98a12823a5ffc03337fdc152"
59SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni"
60
61# github.com/containernetworking/plugins v1.1.1
62# [1] git ls-remote https://github.com/containernetworking/plugins 587d42b2ca2b8fb2f111b50fd90f0089cc03b8ad
63SRCREV_plugins="587d42b2ca2b8fb2f111b50fd90f0089cc03b8ad"
64SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins"
65
66# github.com/cyphar/filepath-securejoin v0.2.3
67# [1] git ls-remote https://github.com/cyphar/filepath-securejoin a89baba1e4f44c5512e245cbd156de1293d6185a
68SRCREV_filepath-securejoin="a89baba1e4f44c5512e245cbd156de1293d6185a"
69SRC_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"
70
71# github.com/docker/cli v20.10.14+incompatible
72# [1] git ls-remote https://github.com/docker/cli 0a7772e9b73210a9c25df0d1d74a6566b5e410eb
73SRCREV_cli="0a7772e9b73210a9c25df0d1d74a6566b5e410eb"
74SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
75
76# github.com/docker/docker v20.10.14+incompatible
77# [1] git ls-remote https://github.com/docker/docker 0ea83a3744846f1b998016406c457c3d6c68c7a6
78SRCREV_docker="0ea83a3744846f1b998016406c457c3d6c68c7a6"
79SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
80
81# github.com/docker/go-connections v0.4.0
82# [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55
83SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55"
84SRC_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"
85
86# github.com/docker/go-units v0.4.0
87# [1] git ls-remote https://github.com/docker/go-units 62a2352f021aa740f52d67afa00d211290c5855c
88SRCREV_go-units="62a2352f021aa740f52d67afa00d211290c5855c"
89SRC_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"
90
91# github.com/fatih/color v1.13.0
92# [1] git ls-remote https://github.com/fatih/color a05da93ebe62ca9fc6791d3376ec4dad01196448
93SRCREV_color="a05da93ebe62ca9fc6791d3376ec4dad01196448"
94SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color"
95
96# github.com/gogo/protobuf v1.3.2
97# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc
98SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
99SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf"
100
101# github.com/hashicorp/go-multierror v1.1.1
102# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0
103SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0"
104SRC_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"
105
106# github.com/ipfs/go-cid v0.1.0
107# [1] git ls-remote https://github.com/ipfs/go-cid de6c03deae1cf9c032be7f24b83bc7da7d139844
108SRCREV_go-cid="de6c03deae1cf9c032be7f24b83bc7da7d139844"
109SRC_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"
110
111# github.com/ipfs/go-ipfs-files v0.1.1
112# [1] git ls-remote https://github.com/ipfs/go-ipfs-files 5044b18695cb23ae69632c3e2511b4624a87b0d5
113SRCREV_go-ipfs-files="5044b18695cb23ae69632c3e2511b4624a87b0d5"
114SRC_URI += "git://github.com/ipfs/go-ipfs-files;name=go-ipfs-files;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-files"
115
116# github.com/ipfs/go-ipfs-http-client v0.3.0
117# [1] git ls-remote https://github.com/ipfs/go-ipfs-http-client fdbee7c7881251aa2768db814b9b5af470c995e7
118SRCREV_go-ipfs-http-client="fdbee7c7881251aa2768db814b9b5af470c995e7"
119SRC_URI += "git://github.com/ipfs/go-ipfs-http-client;name=go-ipfs-http-client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-http-client"
120
121# github.com/ipfs/interface-go-ipfs-core v0.6.2
122# [1] git ls-remote https://github.com/ipfs/interface-go-ipfs-core a69a766c641164d9b0677a89ba44654c93c1ce42
123SRCREV_interface-go-ipfs-core="a69a766c641164d9b0677a89ba44654c93c1ce42"
124SRC_URI += "git://github.com/ipfs/interface-go-ipfs-core;name=interface-go-ipfs-core;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/interface-go-ipfs-core"
125
126# github.com/mattn/go-isatty v0.0.14
127# [1] git ls-remote https://github.com/mattn/go-isatty 504425e14f742f1f517c4586048b49b37f829c8e
128SRCREV_go-isatty="504425e14f742f1f517c4586048b49b37f829c8e"
129SRC_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"
130
131# github.com/moby/sys/mount v0.3.2
132# [1] git ls-remote https://github.com/moby/sys 7335f4f2b4d18c66e94e03c38112115c6d677a40
133SRCREV_mount="7335f4f2b4d18c66e94e03c38112115c6d677a40"
134SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mount"
135
136# github.com/multiformats/go-multiaddr v0.5.0
137# [1] git ls-remote https://github.com/multiformats/go-multiaddr f9011923e397c7c69e8d13ed7a8ad44f47b2a114
138SRCREV_go-multiaddr="f9011923e397c7c69e8d13ed7a8ad44f47b2a114"
139SRC_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"
140
141# github.com/opencontainers/go-digest v1.0.0
142# [1] git ls-remote https://github.com/opencontainers/go-digest 4a41a1fddd8208cc64f911e551a7f361716f8ae5
143SRCREV_go-digest="4a41a1fddd8208cc64f911e551a7f361716f8ae5"
144SRC_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"
145
146# github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
147# [1] git ls-remote https://github.com/opencontainers/image-spec 02efb9a75ee11e05937b535cc5f228f9343ab2f5
148SRCREV_image-spec="02efb9a75ee11e05937b535cc5f228f9343ab2f5"
149SRC_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"
150
151# github.com/opencontainers/runtime-spec v1.0.3-0.20220311020903-6969a0a09ab1
152# [1] git ls-remote https://github.com/opencontainers/runtime-spec 6969a0a09ab162a574cafcc9ac814e498962c943
153SRCREV_runtime-spec="6969a0a09ab162a574cafcc9ac814e498962c943"
154SRC_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"
155
156# github.com/pelletier/go-toml v1.9.4
157# [1] git ls-remote https://github.com/pelletier/go-toml b8ba995eaaba4be30c8a8090bdfb4aa61af52054
158SRCREV_go-toml="b8ba995eaaba4be30c8a8090bdfb4aa61af52054"
159SRC_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"
160
161# github.com/rootless-containers/bypass4netns v0.2.2
162# [1] git ls-remote https://github.com/rootless-containers/bypass4netns c3682687bc69a704c4ca312ab61febe2606c9680
163SRCREV_bypass4netns="c3682687bc69a704c4ca312ab61febe2606c9680"
164SRC_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"
165
166# github.com/rootless-containers/rootlesskit v1.0.0
167# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 4c5afdcdb381581c7eaaea09ac9cdf226b8dda03
168SRCREV_rootlesskit="4c5afdcdb381581c7eaaea09ac9cdf226b8dda03"
169SRC_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"
170
171# github.com/sirupsen/logrus v1.8.1
172# [1] git ls-remote https://github.com/sirupsen/logrus bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b
173SRCREV_logrus="bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b"
174SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
175
176# github.com/spf13/cobra v1.4.0
177# [1] git ls-remote https://github.com/spf13/cobra 5b2b9e9f61d36ccb66167301f76a2292c3729855
178SRCREV_cobra="5b2b9e9f61d36ccb66167301f76a2292c3729855"
179SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
180
181# github.com/spf13/pflag v1.0.5
182# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab
183SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
184SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
185
186# github.com/tidwall/gjson v1.14.0
187# [1] git ls-remote https://github.com/tidwall/gjson 7a94820afd8a0d993c07b9cde761b95943823a9f
188SRCREV_gjson="7a94820afd8a0d993c07b9cde761b95943823a9f"
189SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson"
190
191# github.com/vishvananda/netlink v1.2.0-beta
192# [1] git ls-remote https://github.com/vishvananda/netlink 6bb6f8abbc420ec09282fc62e05f5548d546455a
193SRCREV_netlink="6bb6f8abbc420ec09282fc62e05f5548d546455a"
194SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink"
195
196# github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
197# [1] git ls-remote https://github.com/vishvananda/netns 50045581ed74c15eded78746bae9fb3df07d6655
198SRCREV_netns="50045581ed74c15eded78746bae9fb3df07d6655"
199SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns"
200
201# golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
202# [1] git ls-remote https://go.googlesource.com/crypto 2c7772ba30643b7a2026cbea938420dce7c6384d
203SRCREV_crypto="2c7772ba30643b7a2026cbea938420dce7c6384d"
204SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/crypto"
205
206# golang.org/x/net v0.0.0-20220225172249-27dd8689420f
207# [1] git ls-remote https://go.googlesource.com/net 27dd8689420fcde088514397d015e4fea5174e0e
208SRCREV_net="27dd8689420fcde088514397d015e4fea5174e0e"
209SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/net"
210
211# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
212# [1] git ls-remote https://go.googlesource.com/sync 036812b2e83c0ddf193dd5a34e034151da389d09
213SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09"
214SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sync"
215
216# golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
217# [1] git ls-remote https://go.googlesource.com/sys 1e041c57c4618785f7baa3e1a644330f2ff59b7c
218SRCREV_sys="1e041c57c4618785f7baa3e1a644330f2ff59b7c"
219SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sys"
220
221# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
222# [1] git ls-remote https://go.googlesource.com/term 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50
223SRCREV_term="03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50"
224SRC_URI += "git://go.googlesource.com/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/term"
225
226# gopkg.in/yaml.v2 v2.4.0
227# [1] git ls-remote https://gopkg.in/yaml.v2 7649d4548cb53a614db133b2a8ac1f31859dda8c
228SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c"
229SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2"
230
231# gotest.tools/v3 v3.1.0
232# [1] git ls-remote https://github.com/gotestyourself/gotest.tools dc5149e35729d281f5691a4114d1d620a7e38c67
233SRCREV_v31="dc5149e35729d281f5691a4114d1d620a7e38c67"
234SRC_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/v3"
235
236# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
237# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9
238SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9"
239SRC_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"
240
241# github.com/Microsoft/hcsshim v0.9.2
242# [1] git ls-remote https://github.com/Microsoft/hcsshim fc4f38d1766687bfdee9543c59168f4ee9f513ff
243SRCREV_hcsshim="fc4f38d1766687bfdee9543c59168f4ee9f513ff"
244SRC_URI += "git://github.com/Microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim"
245
246# github.com/beorn7/perks v1.0.1
247# [1] git ls-remote https://github.com/beorn7/perks c49ff274687222a7373c4cd83578f1065cf3e143
248SRCREV_perks="c49ff274687222a7373c4cd83578f1065cf3e143"
249SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks"
250
251# github.com/btcsuite/btcd v0.21.0-beta
252# [1] git ls-remote https://github.com/btcsuite/btcd f3103aec9bfe2ab8080916457943f76750b3a211
253SRCREV_btcd="f3103aec9bfe2ab8080916457943f76750b3a211"
254SRC_URI += "git://github.com/btcsuite/btcd;name=btcd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/btcsuite/btcd"
255
256# github.com/cespare/xxhash/v2 v2.1.2
257# [1] git ls-remote https://github.com/cespare/xxhash 7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4
258SRCREV_v2="7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4"
259SRC_URI += "git://github.com/cespare/xxhash;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2"
260
261# github.com/cilium/ebpf v0.7.0
262# [1] git ls-remote https://github.com/cilium/ebpf 13667bdb8f164c32ae1b85e7130552dd93e86dfd
263SRCREV_ebpf="13667bdb8f164c32ae1b85e7130552dd93e86dfd"
264SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf"
265
266# github.com/containerd/fifo v1.0.0
267# [1] git ls-remote https://github.com/containerd/fifo eb4e163db80cfde4102acfa62c87b2a37232c8a2
268SRCREV_fifo="eb4e163db80cfde4102acfa62c87b2a37232c8a2"
269SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo"
270
271# github.com/containerd/ttrpc v1.1.0
272# [1] git ls-remote https://github.com/containerd/ttrpc 5e8fe05f04c91bc8713ee4241e58d0b9da1c4a59
273SRCREV_ttrpc="5e8fe05f04c91bc8713ee4241e58d0b9da1c4a59"
274SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc"
275
276# github.com/containers/ocicrypt v1.1.3
277# [1] git ls-remote https://github.com/containers/ocicrypt 01e7d427cd74fec566a69393e3de805df382f77c
278SRCREV_ocicrypt="01e7d427cd74fec566a69393e3de805df382f77c"
279SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt"
280
281# github.com/coreos/go-systemd/v22 v22.3.2
282# [1] git ls-remote https://github.com/coreos/go-systemd 0b40357fd65760243a3eceb80a299772c23c8470
283SRCREV_v22="0b40357fd65760243a3eceb80a299772c23c8470"
284SRC_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"
285
286# github.com/cpuguy83/go-md2man/v2 v2.0.1
287# [1] git ls-remote https://github.com/cpuguy83/go-md2man b1ec32e02fe539480dc03e3bf381c20066e7c6cc
288SRCREV_v21="b1ec32e02fe539480dc03e3bf381c20066e7c6cc"
289SRC_URI += "git://github.com/cpuguy83/go-md2man;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cpuguy83/go-md2man/v2"
290
291# github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3
292# [1] git ls-remote https://github.com/crackcomm/go-gitignore 887ab5e44cc38866fff9bc2f34c3a97e2a827c12
293SRCREV_go-gitignore="887ab5e44cc38866fff9bc2f34c3a97e2a827c12"
294SRC_URI += "git://github.com/crackcomm/go-gitignore;name=go-gitignore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/crackcomm/go-gitignore"
295
296# github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
297# [1] git ls-remote https://github.com/distribution/distribution a01c71e2477eea211bbb83166061e103e0b2ec95
298SRCREV_v312="a01c71e2477eea211bbb83166061e103e0b2ec95"
299SRC_URI += "git://github.com/distribution/distribution;name=v312;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3"
300
301# github.com/docker/distribution v2.7.1+incompatible
302# [1] git ls-remote https://github.com/docker/distribution ea7032ddc60c872197a0f57e49319bb6092548fe
303SRCREV_distribution="ea7032ddc60c872197a0f57e49319bb6092548fe"
304SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution"
305
306# github.com/docker/docker-credential-helpers v0.6.4
307# [1] git ls-remote https://github.com/docker/docker-credential-helpers fc9290adbcf1594e78910e2f0334090eaee0e1ee
308SRCREV_docker-credential-helpers="fc9290adbcf1594e78910e2f0334090eaee0e1ee"
309SRC_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"
310
311# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
312# [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
313SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f"
314SRC_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"
315
316# github.com/docker/go-metrics v0.0.1
317# [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c
318SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c"
319SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics"
320
321# github.com/godbus/dbus/v5 v5.0.6
322# [1] git ls-remote https://github.com/godbus/dbus daa017464e266380cdeb4e6f9613eba9182b59a3
323SRCREV_v5="daa017464e266380cdeb4e6f9613eba9182b59a3"
324SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5"
325
326# github.com/gogo/googleapis v1.4.1
327# [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042
328SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042"
329SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/googleapis"
330
331# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
332# [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3
333SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3"
334SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/groupcache"
335
336# github.com/golang/protobuf v1.5.2
337# [1] git ls-remote https://github.com/golang/protobuf ae97035608a719c7a1c1c41bed0ae0744bdb0c6f
338SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f"
339SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf"
340
341# github.com/google/go-cmp v0.5.6
342# [1] git ls-remote https://github.com/google/go-cmp d103655696d8ae43c4125ee61454dbf03d8e8324
343SRCREV_go-cmp="d103655696d8ae43c4125ee61454dbf03d8e8324"
344SRC_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"
345
346# github.com/google/uuid v1.3.0
347# [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88
348SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88"
349SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid"
350
351# github.com/gorilla/mux v1.8.0
352# [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b
353SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b"
354SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux"
355
356# github.com/hashicorp/errwrap v1.1.0
357# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0
358SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0"
359SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap"
360
361# github.com/hashicorp/golang-lru v0.5.4
362# [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54
363SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54"
364SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru"
365
366# github.com/imdario/mergo v0.3.12
367# [1] git ls-remote https://github.com/imdario/mergo 29fb3d3bdc5512887f1dc9aedde6a0fed407fa8f
368SRCREV_mergo="29fb3d3bdc5512887f1dc9aedde6a0fed407fa8f"
369SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo"
370
371# github.com/inconshreveable/mousetrap v1.0.0
372# [1] git ls-remote https://github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
373SRCREV_mousetrap="76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
374SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap"
375
376# github.com/ipfs/bbloom v0.0.4
377# [1] git ls-remote https://github.com/ipfs/bbloom e4526db325cffd444f0404aa2e3b4ed114650f75
378SRCREV_bbloom="e4526db325cffd444f0404aa2e3b4ed114650f75"
379SRC_URI += "git://github.com/ipfs/bbloom;name=bbloom;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/bbloom"
380
381# github.com/ipfs/go-block-format v0.0.3
382# [1] git ls-remote https://github.com/ipfs/go-block-format b30b45004baf0d2dcd3d1b5b5604fb4c0ccb0825
383SRCREV_go-block-format="b30b45004baf0d2dcd3d1b5b5604fb4c0ccb0825"
384SRC_URI += "git://github.com/ipfs/go-block-format;name=go-block-format;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-block-format"
385
386# github.com/ipfs/go-blockservice v0.3.0
387# [1] git ls-remote https://github.com/ipfs/go-blockservice 888c7cc7c29cf4752865ce2e856237cb1d5c85b2
388SRCREV_go-blockservice="888c7cc7c29cf4752865ce2e856237cb1d5c85b2"
389SRC_URI += "git://github.com/ipfs/go-blockservice;name=go-blockservice;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-blockservice"
390
391# github.com/ipfs/go-datastore v0.5.0
392# [1] git ls-remote https://github.com/ipfs/go-datastore 7548998537794105418980aeb5dac19802712392
393SRCREV_go-datastore="7548998537794105418980aeb5dac19802712392"
394SRC_URI += "git://github.com/ipfs/go-datastore;name=go-datastore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-datastore"
395
396# github.com/ipfs/go-ipfs-blockstore v1.2.0
397# [1] git ls-remote https://github.com/ipfs/go-ipfs-blockstore ffd43a8d91e6ee80b26d3a6eca5b8c4816c5508b
398SRCREV_go-ipfs-blockstore="ffd43a8d91e6ee80b26d3a6eca5b8c4816c5508b"
399SRC_URI += "git://github.com/ipfs/go-ipfs-blockstore;name=go-ipfs-blockstore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-blockstore"
400
401# github.com/ipfs/go-ipfs-cmds v0.6.0
402# [1] git ls-remote https://github.com/ipfs/go-ipfs-cmds 4ade007405e5d3befb14184290576c63cc43a6a3
403SRCREV_go-ipfs-cmds="4ade007405e5d3befb14184290576c63cc43a6a3"
404SRC_URI += "git://github.com/ipfs/go-ipfs-cmds;name=go-ipfs-cmds;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-cmds"
405
406# github.com/ipfs/go-ipfs-ds-help v1.1.0
407# [1] git ls-remote https://github.com/ipfs/go-ipfs-ds-help 0ce85d6dd676a9c7d3018dd79f43b2b1d7f31082
408SRCREV_go-ipfs-ds-help="0ce85d6dd676a9c7d3018dd79f43b2b1d7f31082"
409SRC_URI += "git://github.com/ipfs/go-ipfs-ds-help;name=go-ipfs-ds-help;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-ds-help"
410
411# github.com/ipfs/go-ipfs-exchange-interface v0.1.0
412# [1] git ls-remote https://github.com/ipfs/go-ipfs-exchange-interface 2e7c882a034eacabca59c5cd2d9ab959c2da78f7
413SRCREV_go-ipfs-exchange-interface="2e7c882a034eacabca59c5cd2d9ab959c2da78f7"
414SRC_URI += "git://github.com/ipfs/go-ipfs-exchange-interface;name=go-ipfs-exchange-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-exchange-interface"
415
416# github.com/ipfs/go-ipfs-util v0.0.2
417# [1] git ls-remote https://github.com/ipfs/go-ipfs-util f4952d1c5a6a9431d6a4d5ea57c4818e6d199464
418SRCREV_go-ipfs-util="f4952d1c5a6a9431d6a4d5ea57c4818e6d199464"
419SRC_URI += "git://github.com/ipfs/go-ipfs-util;name=go-ipfs-util;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipfs-util"
420
421# github.com/ipfs/go-ipld-cbor v0.0.5
422# [1] git ls-remote https://github.com/ipfs/go-ipld-cbor f689d2bb3874cf3fafb71721cafb2c945234e781
423SRCREV_go-ipld-cbor="f689d2bb3874cf3fafb71721cafb2c945234e781"
424SRC_URI += "git://github.com/ipfs/go-ipld-cbor;name=go-ipld-cbor;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipld-cbor"
425
426# github.com/ipfs/go-ipld-format v0.4.0
427# [1] git ls-remote https://github.com/ipfs/go-ipld-format 0f7aff00f72e9dea0d9718bc0972e309ba7c3e8d
428SRCREV_go-ipld-format="0f7aff00f72e9dea0d9718bc0972e309ba7c3e8d"
429SRC_URI += "git://github.com/ipfs/go-ipld-format;name=go-ipld-format;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipld-format"
430
431# github.com/ipfs/go-ipld-legacy v0.1.0
432# [1] git ls-remote https://github.com/ipfs/go-ipld-legacy 5fff53c64ec247be50252c474053d6720ad3e4d9
433SRCREV_go-ipld-legacy="5fff53c64ec247be50252c474053d6720ad3e4d9"
434SRC_URI += "git://github.com/ipfs/go-ipld-legacy;name=go-ipld-legacy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ipld-legacy"
435
436# github.com/ipfs/go-log v1.0.5
437# [1] git ls-remote https://github.com/ipfs/go-log 0e04229b160a92ebd2a924d9078e087161c8d53f
438SRCREV_go-log="0e04229b160a92ebd2a924d9078e087161c8d53f"
439SRC_URI += "git://github.com/ipfs/go-log;name=go-log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-log"
440
441# github.com/ipfs/go-log/v2 v2.3.0
442# [1] git ls-remote https://github.com/ipfs/go-log 2c2975b5095a771b0d8066a458b944ac71591bc7
443SRCREV_v212="2c2975b5095a771b0d8066a458b944ac71591bc7"
444SRC_URI += "git://github.com/ipfs/go-log;name=v212;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-log/v2"
445
446# github.com/ipfs/go-merkledag v0.6.0
447# [1] git ls-remote https://github.com/ipfs/go-merkledag c076715ad64cccb1976de3686b0d6304ec3f2839
448SRCREV_go-merkledag="c076715ad64cccb1976de3686b0d6304ec3f2839"
449SRC_URI += "git://github.com/ipfs/go-merkledag;name=go-merkledag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-merkledag"
450
451# github.com/ipfs/go-metrics-interface v0.0.1
452# [1] git ls-remote https://github.com/ipfs/go-metrics-interface 87aa106f53272f064ca7956a6db83f17a553f254
453SRCREV_go-metrics-interface="87aa106f53272f064ca7956a6db83f17a553f254"
454SRC_URI += "git://github.com/ipfs/go-metrics-interface;name=go-metrics-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-metrics-interface"
455
456# github.com/ipfs/go-path v0.1.1
457# [1] git ls-remote https://github.com/ipfs/go-path 4eba8368b698abe6de153f2a2e3d579757ef182b
458SRCREV_go-path="4eba8368b698abe6de153f2a2e3d579757ef182b"
459SRC_URI += "git://github.com/ipfs/go-path;name=go-path;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-path"
460
461# github.com/ipfs/go-unixfs v0.2.5
462# [1] git ls-remote https://github.com/ipfs/go-unixfs 9009a42bfd1370e009b6dd501c71cb644c789506
463SRCREV_go-unixfs="9009a42bfd1370e009b6dd501c71cb644c789506"
464SRC_URI += "git://github.com/ipfs/go-unixfs;name=go-unixfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-unixfs"
465
466# github.com/ipfs/go-verifcid v0.0.1
467# [1] git ls-remote https://github.com/ipfs/go-verifcid 34e41ba962e7ce0211a05915f788486c8db755f1
468SRCREV_go-verifcid="34e41ba962e7ce0211a05915f788486c8db755f1"
469SRC_URI += "git://github.com/ipfs/go-verifcid;name=go-verifcid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-verifcid"
470
471# github.com/ipld/go-codec-dagpb v1.3.2
472# [1] git ls-remote https://github.com/ipld/go-codec-dagpb 01c91b765ff1e97d147f2d0e281214a458f59bc0
473SRCREV_go-codec-dagpb="01c91b765ff1e97d147f2d0e281214a458f59bc0"
474SRC_URI += "git://github.com/ipld/go-codec-dagpb;name=go-codec-dagpb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipld/go-codec-dagpb"
475
476# github.com/ipld/go-ipld-prime v0.11.0
477# [1] git ls-remote https://github.com/ipld/go-ipld-prime d229c642562a92a2d455b20b6f1ef0a11dc96ef2
478SRCREV_go-ipld-prime="d229c642562a92a2d455b20b6f1ef0a11dc96ef2"
479SRC_URI += "git://github.com/ipld/go-ipld-prime;name=go-ipld-prime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipld/go-ipld-prime"
480
481# github.com/jbenet/goprocess v0.1.4
482# [1] git ls-remote https://github.com/jbenet/goprocess 23d20c20149e1f362afda26f4500cb9d6393f0ad
483SRCREV_goprocess="23d20c20149e1f362afda26f4500cb9d6393f0ad"
484SRC_URI += "git://github.com/jbenet/goprocess;name=goprocess;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jbenet/goprocess"
485
486# github.com/klauspost/compress v1.15.1
487# [1] git ls-remote https://github.com/klauspost/compress 7c7079ec1ed2c07fd15e6f3f369dbae5288051d5
488SRCREV_compress="7c7079ec1ed2c07fd15e6f3f369dbae5288051d5"
489SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
490
491# github.com/klauspost/cpuid/v2 v2.0.6
492# [1] git ls-remote https://github.com/klauspost/cpuid c6a3519c8125843cc14161fb2349bc3fd8b19643
493SRCREV_v2123="c6a3519c8125843cc14161fb2349bc3fd8b19643"
494SRC_URI += "git://github.com/klauspost/cpuid;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2"
495
496# github.com/libp2p/go-buffer-pool v0.0.2
497# [1] git ls-remote https://github.com/libp2p/go-buffer-pool e648d396dc83d0f1bddda8520042ae2380501dca
498SRCREV_go-buffer-pool="e648d396dc83d0f1bddda8520042ae2380501dca"
499SRC_URI += "git://github.com/libp2p/go-buffer-pool;name=go-buffer-pool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-buffer-pool"
500
501# github.com/libp2p/go-libp2p-core v0.8.6
502# [1] git ls-remote https://github.com/libp2p/go-libp2p-core ef6e277df7422a37b1bbd92ac97f933d63d4cd97
503SRCREV_go-libp2p-core="ef6e277df7422a37b1bbd92ac97f933d63d4cd97"
504SRC_URI += "git://github.com/libp2p/go-libp2p-core;name=go-libp2p-core;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-libp2p-core"
505
506# github.com/libp2p/go-openssl v0.0.7
507# [1] git ls-remote https://github.com/libp2p/go-openssl d9b640282843752442a8f28637156e13b1abd3f4
508SRCREV_go-openssl="d9b640282843752442a8f28637156e13b1abd3f4"
509SRC_URI += "git://github.com/libp2p/go-openssl;name=go-openssl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-openssl"
510
511# github.com/mattn/go-colorable v0.1.12
512# [1] git ls-remote https://github.com/mattn/go-colorable e1bb79c8d53c38a60962ad4b8f658226cc983710
513SRCREV_go-colorable="e1bb79c8d53c38a60962ad4b8f658226cc983710"
514SRC_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"
515
516# github.com/mattn/go-shellwords v1.0.12
517# [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac
518SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac"
519SRC_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"
520
521# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
522# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d
523SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d"
524SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions"
525
526# github.com/miekg/pkcs11 v1.1.1
527# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d
528SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d"
529SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11"
530
531# github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
532# [1] git ls-remote https://github.com/minio/blake2b-simd 3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4
533SRCREV_blake2b-simd="3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4"
534SRC_URI += "git://github.com/minio/blake2b-simd;name=blake2b-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/blake2b-simd"
535
536# github.com/minio/sha256-simd v1.0.0
537# [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9
538SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9"
539SRC_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"
540
541# github.com/mitchellh/go-homedir v1.1.0
542# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727
543SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727"
544SRC_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"
545
546# github.com/mitchellh/mapstructure v1.4.3
547# [1] git ls-remote https://github.com/mitchellh/mapstructure b9b99d7d59762a5b2a43df840adc318b2fa229ee
548SRCREV_mapstructure="b9b99d7d59762a5b2a43df840adc318b2fa229ee"
549SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure"
550
551# github.com/moby/locker v1.0.1
552# [1] git ls-remote https://github.com/moby/locker e15721d7a0126008853f3cefbdbb368685cd1f4d
553SRCREV_locker="e15721d7a0126008853f3cefbdbb368685cd1f4d"
554SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker"
555
556# github.com/moby/term v0.0.0-20210610120745-9d4ed1856297
557# [1] git ls-remote https://github.com/moby/term 9d4ed185629744f381f269030675cb1957e2da94
558SRCREV_term1="9d4ed185629744f381f269030675cb1957e2da94"
559SRC_URI += "git://github.com/moby/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term"
560
561# github.com/morikuni/aec v1.0.0
562# [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b
563SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b"
564SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec"
565
566# github.com/mr-tron/base58 v1.2.0
567# [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010
568SRCREV_base58="cd0e5141f51dfcadb8311fd8e495eb11126a8010"
569SRC_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"
570
571# github.com/multiformats/go-base32 v0.0.3
572# [1] git ls-remote https://github.com/multiformats/go-base32 a9c2755c3d1672dbe6a7e4a5d182169fa30b6a8e
573SRCREV_go-base32="a9c2755c3d1672dbe6a7e4a5d182169fa30b6a8e"
574SRC_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"
575
576# github.com/multiformats/go-base36 v0.1.0
577# [1] git ls-remote https://github.com/multiformats/go-base36 dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7
578SRCREV_go-base36="dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7"
579SRC_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"
580
581# github.com/multiformats/go-multibase v0.0.3
582# [1] git ls-remote https://github.com/multiformats/go-multibase e2260b5ff35e4a37375ca184662ae0b9b0a661be
583SRCREV_go-multibase="e2260b5ff35e4a37375ca184662ae0b9b0a661be"
584SRC_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"
585
586# github.com/multiformats/go-multihash v0.0.15
587# [1] git ls-remote https://github.com/multiformats/go-multihash c3ba253d50cbad04fa3856bcda82b64d24711d3a
588SRCREV_go-multihash="c3ba253d50cbad04fa3856bcda82b64d24711d3a"
589SRC_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"
590
591# github.com/multiformats/go-varint v0.0.6
592# [1] git ls-remote https://github.com/multiformats/go-varint a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e
593SRCREV_go-varint="a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e"
594SRC_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"
595
596# github.com/opencontainers/runc v1.1.0
597# [1] git ls-remote https://github.com/opencontainers/runc b083ef4992ddc33fc7e699170c4abafa74d17818
598SRCREV_runc="b083ef4992ddc33fc7e699170c4abafa74d17818"
599SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
600
601# github.com/opencontainers/selinux v1.10.0
602# [1] git ls-remote https://github.com/opencontainers/selinux 036780110200290e6decd05ce62d7086bf0546f5
603SRCREV_selinux="036780110200290e6decd05ce62d7086bf0546f5"
604SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux"
605
606# github.com/opentracing/opentracing-go v1.2.0
607# [1] git ls-remote https://github.com/opentracing/opentracing-go d34af3eaa63c4d08ab54863a4bdd0daa45212e12
608SRCREV_opentracing-go="d34af3eaa63c4d08ab54863a4bdd0daa45212e12"
609SRC_URI += "git://github.com/opentracing/opentracing-go;name=opentracing-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opentracing/opentracing-go"
610
611# github.com/pkg/errors v0.9.1
612# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465
613SRCREV_errors="614d223910a179a466c1767a985424175c39b465"
614SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors"
615
616# github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e
617# [1] git ls-remote https://github.com/polydawn/refmt 30ac6d18308e584ca6a2e74ba81475559db94c5f
618SRCREV_refmt="30ac6d18308e584ca6a2e74ba81475559db94c5f"
619SRC_URI += "git://github.com/polydawn/refmt;name=refmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/polydawn/refmt"
620
621# github.com/prometheus/client_golang v1.12.1
622# [1] git ls-remote https://github.com/prometheus/client_golang 2e1c4818ccfdcf953ce399cadad615ff2bed968c
623SRCREV_client_golang="2e1c4818ccfdcf953ce399cadad615ff2bed968c"
624SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang"
625
626# github.com/prometheus/client_model v0.2.0
627# [1] git ls-remote https://github.com/prometheus/client_model f44e7adcba5ee54c8a94709e6fc300d83245f171
628SRCREV_client_model="f44e7adcba5ee54c8a94709e6fc300d83245f171"
629SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model"
630
631# github.com/prometheus/common v0.32.1
632# [1] git ls-remote https://github.com/prometheus/common a8301e4aa43c56eadd119b45e363a94166508d45
633SRCREV_common="a8301e4aa43c56eadd119b45e363a94166508d45"
634SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common"
635
636# github.com/prometheus/procfs v0.7.3
637# [1] git ls-remote https://github.com/prometheus/procfs f436cbb89ece38bf080d446b3ca27053b305eaac
638SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac"
639SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs"
640
641# github.com/rs/cors v1.7.0
642# [1] git ls-remote https://github.com/rs/cors db0fe48135e83b5812a5a31be0eea66984b1b521
643SRCREV_cors="db0fe48135e83b5812a5a31be0eea66984b1b521"
644SRC_URI += "git://github.com/rs/cors;name=cors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/cors"
645
646# github.com/russross/blackfriday/v2 v2.1.0
647# [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049
648SRCREV_v21234="4c9bf9512682b995722660a4196c0013228e2049"
649SRC_URI += "git://github.com/russross/blackfriday;name=v21234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday/v2"
650
651# github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572
652# [1] git ls-remote https://github.com/spacemonkeygo/spacelog 2296661a0572a51438413369004fa931c2641923
653SRCREV_spacelog="2296661a0572a51438413369004fa931c2641923"
654SRC_URI += "git://github.com/spacemonkeygo/spacelog;name=spacelog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spacemonkeygo/spacelog"
655
656# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
657# [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99
658SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99"
659SRC_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"
660
661# github.com/tidwall/match v1.1.1
662# [1] git ls-remote https://github.com/tidwall/match 4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf
663SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf"
664SRC_URI += "git://github.com/tidwall/match;name=match;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/match"
665
666# github.com/tidwall/pretty v1.2.0
667# [1] git ls-remote https://github.com/tidwall/pretty aaa765e7476acb0028a854b85675801362cbdaa2
668SRCREV_pretty="aaa765e7476acb0028a854b85675801362cbdaa2"
669SRC_URI += "git://github.com/tidwall/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty"
670
671# github.com/urfave/cli v1.22.4
672# [1] git ls-remote https://github.com/urfave/cli 053ba9dd02d2bfb768da2c1c50370c59d41dc04b
673SRCREV_cli1="053ba9dd02d2bfb768da2c1c50370c59d41dc04b"
674SRC_URI += "git://github.com/urfave/cli;name=cli1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli"
675
676# github.com/vbatts/tar-split v0.11.2
677# [1] git ls-remote https://github.com/vbatts/tar-split 6f35a43a158e8592b08db7e910de4236256df15f
678SRCREV_tar-split="6f35a43a158e8592b08db7e910de4236256df15f"
679SRC_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"
680
681# github.com/whyrusleeping/cbor-gen v0.0.0-20200123233031-1cdf64d27158
682# [1] git ls-remote https://github.com/whyrusleeping/cbor-gen 1cdf64d27158b5db2dd11d30591f4a9be0cd55ab
683SRCREV_cbor-gen="1cdf64d27158b5db2dd11d30591f4a9be0cd55ab"
684SRC_URI += "git://github.com/whyrusleeping/cbor-gen;name=cbor-gen;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/whyrusleeping/cbor-gen"
685
686# github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
687# [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 4e3ac2762d5f479393488629ee9370b50873b3a6
688SRCREV_gojsonpointer="4e3ac2762d5f479393488629ee9370b50873b3a6"
689SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer"
690
691# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
692# [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b
693SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b"
694SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonreference"
695
696# github.com/xeipuuv/gojsonschema v1.2.0
697# [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927
698SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927"
699SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema"
700
701# go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
702# [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21
703SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21"
704SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7"
705
706# go.opencensus.io v0.23.0
707# [1] git ls-remote https://github.com/census-instrumentation/opencensus-go 49838f207d61097fc0ebb8aeef306913388376ca
708SRCREV_go.opencensus.io="49838f207d61097fc0ebb8aeef306913388376ca"
709SRC_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"
710
711# go.uber.org/atomic v1.7.0
712# [1] git ls-remote https://github.com/uber-go/atomic 3f685f518c6a22050970a225fdf0097079f525f8
713SRCREV_atomic="3f685f518c6a22050970a225fdf0097079f525f8"
714SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic"
715
716# go.uber.org/multierr v1.7.0
717# [1] git ls-remote https://github.com/uber-go/multierr 19d9fff1d3b66750a134671435786579bc994737
718SRCREV_multierr="19d9fff1d3b66750a134671435786579bc994737"
719SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr"
720
721# go.uber.org/zap v1.17.0
722# [1] git ls-remote https://github.com/uber-go/zap 2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0
723SRCREV_zap="2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0"
724SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap"
725
726# golang.org/x/text v0.3.7
727# [1] git ls-remote https://go.googlesource.com/text 3cd4007149f3f883d229d707172ed356727aae99
728SRCREV_text="3cd4007149f3f883d229d707172ed356727aae99"
729SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/text"
730
731# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
732# [1] git ls-remote https://go.googlesource.com/xerrors 5ec99f83aff198f5fbd629d6c8d8eb38a04218ca
733SRCREV_xerrors="5ec99f83aff198f5fbd629d6c8d8eb38a04218ca"
734SRC_URI += "git://go.googlesource.com/xerrors;name=xerrors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/xerrors"
735
736# google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350
737# [1] git ls-remote https://github.com/googleapis/go-genproto 9970aeb2e350469c6bdc3e220a3ddecf38a85f61
738SRCREV_genproto="9970aeb2e350469c6bdc3e220a3ddecf38a85f61"
739SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto"
740
741# google.golang.org/grpc v1.45.0
742# [1] git ls-remote https://github.com/grpc/grpc-go a82cc96f07c960e02623688e4067ae6b7895334a
743SRCREV_grpc="a82cc96f07c960e02623688e4067ae6b7895334a"
744SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc"
745
746# google.golang.org/protobuf v1.27.1
747# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go b92717ecb630d4a4824b372bf98c729d87311a4d
748SRCREV_protobuf12="b92717ecb630d4a4824b372bf98c729d87311a4d"
749SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf"
750
751# gopkg.in/square/go-jose.v2 v2.5.1
752# [1] git ls-remote https://gopkg.in/square/go-jose.v2 c2ee37cc2bdff7151b3aaad8d7f3c62a5834ac75
753SRCREV_go-jose.v2="c2ee37cc2bdff7151b3aaad8d7f3c62a5834ac75"
754SRC_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"
755
756# github.com/ktock/golang-lru v0.5.5-0.20211029085301-ec551be6f75c
757# [1] git ls-remote https://github.com/ktock/golang-lru ec551be6f75c10a4f18e3c70a823d03420ee3d4f
758SRCREV_golang-lru1="ec551be6f75c10a4f18e3c70a823d03420ee3d4f"
759SRC_URI += "git://github.com/ktock/golang-lru;name=golang-lru1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru"
760