summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-04-21 13:55:08 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-04-21 13:59:32 -0400
commitc6464d8f04c9cce4ab4a3b105ba8f2de764d4b08 (patch)
treea6c5e2731f5773e0090dbdae585dbc5796c5731c
parent48ef7901abbb8e7b5726f224778b7b5f347a27e3 (diff)
downloadmeta-virtualization-c6464d8f04c9cce4ab4a3b105ba8f2de764d4b08.tar.gz
nerdctl: update to v0.18
Bumping nerdctl to version v0.18.0-61-g48f189a, which comprises the following commits: 8385be4 add test case for nerdctl inspect to check mounts field a766555 show mounts info for nerdctl inspect 1547f73 Add flag ipfs-address to push to remote IPFS node 2db1039 update stargz-snapshotter (0.11.4), IPFS (0.12.2) 7b1c33d Import NOTICE from Docker/Moby bc66bfa CI: upload go-mod-vendor.tar.gz as a backup 43f7b6b Dockerfile: update Ubuntu to 22.04 6c22944 Follow-up to `Support --init argument in nerdctl run command` a8c3de4 Bump github.com/moby/sys/mount from 0.3.1 to 0.3.2 c4cf6a0 Bump actions/checkout from 3.0.0 to 3.0.1 90a91d2 Bump github.com/compose-spec/compose-go from 1.2.2 to 1.2.4 839faf5 Added volume remove fixes(issue #971) f8272ed Support --init argument in nerdctl run command 175923e Export OS Platform and Arch information in `nerdctl version` command b3504ce feat: container image build ci for push image to github registry 8dc5fc5 seccomp: relax restrictions depending on --cap-add 65170cb Bump actions/setup-go from 2 to 3 fe6a7e8 inspect: add type flag to inspect command ac58d8c CI: relax timeout 96b5e49 nerdctl wait: fix flakeness and error handling ba0624d Deflake TestComposeKill 401b541 update BuildKit (0.10.1) 1a3dfe9 Bump github.com/containerd/continuity from 0.2.2 to 0.3.0 800d9ee Bump github.com/ipfs/go-ipfs-http-client from 0.2.0 to 0.3.0 72a2923 Bump github.com/ipfs/interface-go-ipfs-core from 0.6.1 to 0.6.2 7c78e79 Bump github.com/compose-spec/compose-go from 1.2.1 to 1.2.2 8941220 update runc (1.1.1) 6fdf4d1 go.mod: vishvananda/netlink v1.2.0-beta 457317a build: fix `content digest ... not found` for built multi-platform image 500f039 Bump github.com/compose-spec/compose-go from 1.1.0 to 1.2.1 929298c Format created to be compatible with docker inspect 0564fc1 Remove orphan containers before the service has be started b66451e update RootlessKit (1.0.0), imgcrypt (1.1.4) 50cbdfc Add check of snapshotter when sharing images 9c3cca2 docs: clarify availability of optional features e45c8ea Bump github.com/docker/docker 589fc27 Bump github.com/docker/cli 6f5d0d2 Bump github.com/ipfs/interface-go-ipfs-core from 0.6.0 to 0.6.1 4372842 Fix nerdctl ignores BUILDKIT_HOST 0c334bd Support assign static IP address in `compose up` command by using ipv4_address field facc229 CI: set fail-fast to false fcdaa2e Add a document about setting up `nerdctl build` with BuildKit ae1399a CNI: switch away from `isolation` plugin to `firewall` plugin with `ingressPolicy` 0cb1fe6 update containerd (1.6.2) 7f13c20 Fix `nerdctl build` logs error even when succeeds 8e3923c Bump github.com/containerd/go-cni from 1.1.3 to 1.1.4 d948091 avoid nil authconfig && display warning msg for unencrypted passwd d8167e0 docs: clarify that P2P image distribution (IPFS) is completely optional ba88f62 update CNI plugins (1.1.1), stargz-snapshotter (0.11.3), IPFS (0.12.1) 19bf1d3 enhance namespace management 1231875 push: skip foreign layers 87aa769 Support --ip argument when run the container 8ec0672 rootless: Support BuildKit containerd worker 21d0350 Bump github.com/ipfs/interface-go-ipfs-core from 0.5.2 to 0.6.0 debe171 CI: remove integration test with contianerd v1.4.5 fb0339e build with go 1.18 c0e0edf fix login on defaultRegistry 7e68a87 Support fallback to plain http in nerdctl login 7cb387d Follow-up to `Add GitHub issue templates` 701a55c Add GitHub issue templates a9e5022 Windows CI: install git 2bcbdcb refactor netutil b75b86c Bump github.com/docker/cli 94d9169 Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 04199ec Bump github.com/docker/docker 12ca1b0 fix make failed when use go1.16 3e073bc build(deps): bump github.com/containernetworking/plugins 802db60 Update the README.md to remind people to upgrade the Go version f20ef09 add macvlan/ipvlan doc for cni d56bdd6 pkg/portutil: improve rootless error message b154105 update stargz-snapshotter (0.11.2) 3f1ffe2 Support allocate host port when try to run container 9c14a02 CI: temporarily remove FreeBSD integration tests 0e7ddc9 Attempt to deflake TestPushInsecureWithLogin 1b1f1df build test-integration image in arm64 1dcc70c update containerd, CNI plugins, IPFS, Stargz Snapshotter e8f7b6a Bump github.com/compose-spec/compose-go from 1.0.9 to 1.1.0 63ba16a Bump github.com/containerd/containerd from 1.6.0 to 1.6.1 b6850ff Bump golangci/golangci-lint-action from 2 to 3.1.0 f4d689d Bump actions/checkout from 2 to 3 f15e589 add ipam-driver and ipam-opt flags for create network 47190c4 Separate network code Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/nerdctl/nerdctl/modules.txt82
-rw-r--r--recipes-containers/nerdctl/nerdctl_git.bb398
2 files changed, 317 insertions, 163 deletions
diff --git a/recipes-containers/nerdctl/nerdctl/modules.txt b/recipes-containers/nerdctl/nerdctl/modules.txt
index 3b144736..562b4e05 100644
--- a/recipes-containers/nerdctl/nerdctl/modules.txt
+++ b/recipes-containers/nerdctl/nerdctl/modules.txt
@@ -1,36 +1,38 @@
1# github.com/Masterminds/semver/v3 v3.1.1
2## explicit
1# github.com/Microsoft/go-winio v0.5.2 3# github.com/Microsoft/go-winio v0.5.2
2## explicit 4## explicit
3# github.com/compose-spec/compose-go v1.0.9 5# github.com/compose-spec/compose-go v1.2.4
4## explicit 6## explicit
5# github.com/containerd/cgroups v1.0.3 7# github.com/containerd/cgroups v1.0.3
6## explicit 8## explicit
7# github.com/containerd/console v1.0.3 9# github.com/containerd/console v1.0.3
8## explicit 10## explicit
9# github.com/containerd/containerd v1.6.0 11# github.com/containerd/containerd v1.6.2
10## explicit 12## explicit
11# github.com/containerd/continuity v0.2.2 13# github.com/containerd/continuity v0.3.0
12## explicit 14## explicit
13# github.com/containerd/go-cni v1.1.3 15# github.com/containerd/go-cni v1.1.4
14## explicit 16## explicit
15# github.com/containerd/imgcrypt v1.1.3 17# github.com/containerd/imgcrypt v1.1.4
16## explicit 18## explicit
17# github.com/containerd/stargz-snapshotter v0.11.0 19# github.com/containerd/stargz-snapshotter v0.11.4
18## explicit 20## explicit
19# github.com/containerd/stargz-snapshotter/estargz v0.11.0 21# github.com/containerd/stargz-snapshotter/estargz v0.11.4
20## explicit 22## explicit
21# github.com/containerd/stargz-snapshotter/ipfs v0.11.0 23# github.com/containerd/stargz-snapshotter/ipfs v0.11.4
22## explicit 24## explicit
23# github.com/containerd/typeurl v1.0.2 25# github.com/containerd/typeurl v1.0.2
24## explicit 26## explicit
25# github.com/containernetworking/cni v1.0.1 27# github.com/containernetworking/cni v1.0.1
26## explicit 28## explicit
27# github.com/containernetworking/plugins v1.0.1 29# github.com/containernetworking/plugins v1.1.1
28## explicit 30## explicit
29# github.com/cyphar/filepath-securejoin v0.2.3 31# github.com/cyphar/filepath-securejoin v0.2.3
30## explicit 32## explicit
31# github.com/docker/cli v20.10.12+incompatible 33# github.com/docker/cli v20.10.14+incompatible
32## explicit 34## explicit
33# github.com/docker/docker v20.10.12+incompatible 35# github.com/docker/docker v20.10.14+incompatible
34## explicit 36## explicit
35# github.com/docker/go-connections v0.4.0 37# github.com/docker/go-connections v0.4.0
36## explicit 38## explicit
@@ -46,49 +48,47 @@
46## explicit 48## explicit
47# github.com/ipfs/go-ipfs-files v0.1.1 49# github.com/ipfs/go-ipfs-files v0.1.1
48## explicit 50## explicit
49# github.com/ipfs/go-ipfs-http-client v0.2.0 51# github.com/ipfs/go-ipfs-http-client v0.3.0
50## explicit
51# github.com/ipfs/interface-go-ipfs-core v0.5.2
52## explicit 52## explicit
53# github.com/jaytaylor/go-hostsfile v0.0.0-20211120191712-f53f85d8b98f 53# github.com/ipfs/interface-go-ipfs-core v0.6.2
54## explicit 54## explicit
55# github.com/mattn/go-isatty v0.0.14 55# github.com/mattn/go-isatty v0.0.14
56## explicit 56## explicit
57# github.com/moby/sys/mount v0.3.1 57# github.com/moby/sys/mount v0.3.2
58## explicit 58## explicit
59# github.com/multiformats/go-multiaddr v0.5.0 59# github.com/multiformats/go-multiaddr v0.5.0
60## explicit 60## explicit
61# github.com/opencontainers/go-digest v1.0.0 61# github.com/opencontainers/go-digest v1.0.0
62## explicit 62## explicit
63# github.com/opencontainers/image-spec v1.0.3-0.20211215212317-ea0209f50ae1 63# github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
64## explicit 64## explicit
65# github.com/opencontainers/runtime-spec v1.0.3-0.20211214071223-8958f93039ab 65# github.com/opencontainers/runtime-spec v1.0.3-0.20220311020903-6969a0a09ab1
66## explicit 66## explicit
67# github.com/pelletier/go-toml v1.9.4 67# github.com/pelletier/go-toml v1.9.4
68## explicit 68## explicit
69# github.com/rootless-containers/bypass4netns v0.1.1-0.20220214050838-562b4845f47e 69# github.com/rootless-containers/bypass4netns v0.2.2
70## explicit 70## explicit
71# github.com/rootless-containers/rootlesskit v0.14.6 71# github.com/rootless-containers/rootlesskit v1.0.0
72## explicit 72## explicit
73# github.com/sirupsen/logrus v1.8.1 73# github.com/sirupsen/logrus v1.8.1
74## explicit 74## explicit
75# github.com/spf13/cobra v1.3.0 75# github.com/spf13/cobra v1.4.0
76## explicit 76## explicit
77# github.com/spf13/pflag v1.0.5 77# github.com/spf13/pflag v1.0.5
78## explicit 78## explicit
79# github.com/tidwall/gjson v1.14.0 79# github.com/tidwall/gjson v1.14.0
80## explicit 80## explicit
81# github.com/vishvananda/netlink v1.1.1-0.20220125195016-0639e7e787ba 81# github.com/vishvananda/netlink v1.2.0-beta
82## explicit 82## explicit
83# github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 83# github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
84## explicit 84## explicit
85# golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 85# golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
86## explicit 86## explicit
87# golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 87# golang.org/x/net v0.0.0-20220225172249-27dd8689420f
88## explicit 88## explicit
89# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 89# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
90## explicit 90## explicit
91# golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 91# golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
92## explicit 92## explicit
93# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 93# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
94## explicit 94## explicit
@@ -112,7 +112,7 @@
112## explicit 112## explicit
113# github.com/containerd/ttrpc v1.1.0 113# github.com/containerd/ttrpc v1.1.0
114## explicit 114## explicit
115# github.com/containers/ocicrypt v1.1.2 115# github.com/containers/ocicrypt v1.1.3
116## explicit 116## explicit
117# github.com/coreos/go-systemd/v22 v22.3.2 117# github.com/coreos/go-systemd/v22 v22.3.2
118## explicit 118## explicit
@@ -156,31 +156,31 @@
156## explicit 156## explicit
157# github.com/ipfs/go-block-format v0.0.3 157# github.com/ipfs/go-block-format v0.0.3
158## explicit 158## explicit
159# github.com/ipfs/go-blockservice v0.1.7 159# github.com/ipfs/go-blockservice v0.3.0
160## explicit 160## explicit
161# github.com/ipfs/go-datastore v0.4.5 161# github.com/ipfs/go-datastore v0.5.0
162## explicit 162## explicit
163# github.com/ipfs/go-ipfs-blockstore v0.1.6 163# github.com/ipfs/go-ipfs-blockstore v1.2.0
164## explicit 164## explicit
165# github.com/ipfs/go-ipfs-cmds v0.6.0 165# github.com/ipfs/go-ipfs-cmds v0.6.0
166## explicit 166## explicit
167# github.com/ipfs/go-ipfs-ds-help v0.1.1 167# github.com/ipfs/go-ipfs-ds-help v1.1.0
168## explicit 168## explicit
169# github.com/ipfs/go-ipfs-exchange-interface v0.0.1 169# github.com/ipfs/go-ipfs-exchange-interface v0.1.0
170## explicit 170## explicit
171# github.com/ipfs/go-ipfs-util v0.0.2 171# github.com/ipfs/go-ipfs-util v0.0.2
172## explicit 172## explicit
173# github.com/ipfs/go-ipld-cbor v0.0.5 173# github.com/ipfs/go-ipld-cbor v0.0.5
174## explicit 174## explicit
175# github.com/ipfs/go-ipld-format v0.2.0 175# github.com/ipfs/go-ipld-format v0.4.0
176## explicit 176## explicit
177# github.com/ipfs/go-ipld-legacy v0.1.0 177# github.com/ipfs/go-ipld-legacy v0.1.0
178## explicit 178## explicit
179# github.com/ipfs/go-log v1.0.5 179# github.com/ipfs/go-log v1.0.5
180## explicit 180## explicit
181# github.com/ipfs/go-log/v2 v2.1.3 181# github.com/ipfs/go-log/v2 v2.3.0
182## explicit 182## explicit
183# github.com/ipfs/go-merkledag v0.4.0 183# github.com/ipfs/go-merkledag v0.6.0
184## explicit 184## explicit
185# github.com/ipfs/go-metrics-interface v0.0.1 185# github.com/ipfs/go-metrics-interface v0.0.1
186## explicit 186## explicit
@@ -190,13 +190,13 @@
190## explicit 190## explicit
191# github.com/ipfs/go-verifcid v0.0.1 191# github.com/ipfs/go-verifcid v0.0.1
192## explicit 192## explicit
193# github.com/ipld/go-codec-dagpb v1.3.0 193# github.com/ipld/go-codec-dagpb v1.3.2
194## explicit 194## explicit
195# github.com/ipld/go-ipld-prime v0.11.0 195# github.com/ipld/go-ipld-prime v0.11.0
196## explicit 196## explicit
197# github.com/jbenet/goprocess v0.1.4 197# github.com/jbenet/goprocess v0.1.4
198## explicit 198## explicit
199# github.com/klauspost/compress v1.14.2 199# github.com/klauspost/compress v1.15.1
200## explicit 200## explicit
201# github.com/klauspost/cpuid/v2 v2.0.6 201# github.com/klauspost/cpuid/v2 v2.0.6
202## explicit 202## explicit
@@ -212,7 +212,7 @@
212## explicit 212## explicit
213# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 213# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
214## explicit 214## explicit
215# github.com/miekg/pkcs11 v1.0.3 215# github.com/miekg/pkcs11 v1.1.1
216## explicit 216## explicit
217# github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 217# github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
218## explicit 218## explicit
@@ -224,7 +224,7 @@
224## explicit 224## explicit
225# github.com/moby/locker v1.0.1 225# github.com/moby/locker v1.0.1
226## explicit 226## explicit
227# github.com/moby/sys/mountinfo v0.6.0 227# github.com/moby/sys/mountinfo v0.6.1
228## explicit 228## explicit
229# github.com/moby/sys/signal v0.6.0 229# github.com/moby/sys/signal v0.6.0
230## explicit 230## explicit
@@ -254,7 +254,7 @@
254## explicit 254## explicit
255# github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e 255# github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e
256## explicit 256## explicit
257# github.com/prometheus/client_golang v1.12.0 257# github.com/prometheus/client_golang v1.12.1
258## explicit 258## explicit
259# github.com/prometheus/client_model v0.2.0 259# github.com/prometheus/client_model v0.2.0
260## explicit 260## explicit
@@ -302,12 +302,10 @@
302## explicit 302## explicit
303# google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 303# google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350
304## explicit 304## explicit
305# google.golang.org/grpc v1.44.0 305# google.golang.org/grpc v1.45.0
306## explicit 306## explicit
307# google.golang.org/protobuf v1.27.1 307# google.golang.org/protobuf v1.27.1
308## explicit 308## explicit
309# gopkg.in/square/go-jose.v2 v2.5.1 309# gopkg.in/square/go-jose.v2 v2.5.1
310## explicit 310## explicit
311# github.com/ktock/golang-lru v0.5.5-0.20211029085301-ec551be6f75c
312## explicit
313# github.com/hashicorp/golang-lru => github.com/ktock/golang-lru v0.5.5-0.20211029085301-ec551be6f75c 311# github.com/hashicorp/golang-lru => github.com/ktock/golang-lru v0.5.5-0.20211029085301-ec551be6f75c
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index e0e87de4..6879ba2e 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -9,19 +9,25 @@ DEPENDS = " \
9 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ 9 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
10" 10"
11 11
12#SRCREV_FORMAT="nerdcli_cgroups" 12# Specify the first two important SRCREVs as the format
13SRCREV_nerdcli = "f2427ffbd1dd67231722fb307f39eecf702de980" 13SRCREV_FORMAT="nerdcli_cgroups"
14SRCREV_nerdcli = "48f189a53a24c12838433f5bb5dd57f536816a8a"
14 15
15SRC_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"
16 17
18# github.com/Masterminds/semver/v3 v3.1.1
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
17# github.com/Microsoft/go-winio v0.5.2 23# github.com/Microsoft/go-winio v0.5.2
18# [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6 24# [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6
19SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6" 25SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6"
20SRC_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" 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"
21 27
22# github.com/compose-spec/compose-go v1.0.9 28# github.com/compose-spec/compose-go v1.2.4
23# [1] git ls-remote https://github.com/compose-spec/compose-go ad7931673da9b06dd2a326d91a2ab015d62a31d8 29# [1] git ls-remote https://github.com/compose-spec/compose-go 49e6127e40d8c5003678bc7cbdb2325bdd83dac1
24SRCREV_compose-go="ad7931673da9b06dd2a326d91a2ab015d62a31d8" 30SRCREV_compose-go="49e6127e40d8c5003678bc7cbdb2325bdd83dac1"
25SRC_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" 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"
26 32
27# github.com/containerd/cgroups v1.0.3 33# github.com/containerd/cgroups v1.0.3
@@ -34,29 +40,29 @@ SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobr
34SRCREV_console="060a791de16aeb90b3bb4dcd78dfec3ca45fa5df" 40SRCREV_console="060a791de16aeb90b3bb4dcd78dfec3ca45fa5df"
35SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" 41SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
36 42
37# github.com/containerd/containerd v1.6.0 43# github.com/containerd/containerd v1.6.2
38# [1] git ls-remote https://github.com/containerd/containerd 13a9d2087b04c1a99ba3fb3159fbd6b2493ca6dd 44# [1] git ls-remote https://github.com/containerd/containerd b30221197bbf818a48ec3f20f5e72a739f84ebeb
39SRCREV_containerd="13a9d2087b04c1a99ba3fb3159fbd6b2493ca6dd" 45SRCREV_containerd="b30221197bbf818a48ec3f20f5e72a739f84ebeb"
40SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" 46SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
41 47
42# github.com/containerd/continuity v0.2.2 48# github.com/containerd/continuity v0.3.0
43# [1] git ls-remote https://github.com/containerd/continuity 3a5e5b882aed17b35e1cea5bbc0a4c26b40ab268 49# [1] git ls-remote https://github.com/containerd/continuity dbaf158274a0a740318932aada7d516bc4405659
44SRCREV_continuity="3a5e5b882aed17b35e1cea5bbc0a4c26b40ab268" 50SRCREV_continuity="dbaf158274a0a740318932aada7d516bc4405659"
45SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" 51SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
46 52
47# github.com/containerd/go-cni v1.1.3 53# github.com/containerd/go-cni v1.1.4
48# [1] git ls-remote https://github.com/containerd/go-cni d3dcbd535b9e305167e3d27e1b8cd7bbd4c3c382 54# [1] git ls-remote https://github.com/containerd/go-cni 1ae42404d2502e705c1c61de9c254a7cd7f6e74b
49SRCREV_go-cni="d3dcbd535b9e305167e3d27e1b8cd7bbd4c3c382" 55SRCREV_go-cni="1ae42404d2502e705c1c61de9c254a7cd7f6e74b"
50SRC_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" 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"
51 57
52# github.com/containerd/imgcrypt v1.1.3 58# github.com/containerd/imgcrypt v1.1.4
53# [1] git ls-remote https://github.com/containerd/imgcrypt 41198ab93e7616c40a1ed505256a664b81fe84c1 59# [1] git ls-remote https://github.com/containerd/imgcrypt 7931b2f099de27afc80e84df85f9361ee6668dd1
54SRCREV_imgcrypt="41198ab93e7616c40a1ed505256a664b81fe84c1" 60SRCREV_imgcrypt="7931b2f099de27afc80e84df85f9361ee6668dd1"
55SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt" 61SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt"
56 62
57# github.com/containerd/stargz-snapshotter v0.11.0 63# github.com/containerd/stargz-snapshotter v0.11.4
58# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 7216b07a2f8f0ec3ec1fb8c6ac8a933c70b82eec 64# [1] git ls-remote https://github.com/containerd/stargz-snapshotter cf1c6d90461f1ae6f01a5b8f5e1dfc816223ad09
59SRCREV_stargz-snapshotter="7216b07a2f8f0ec3ec1fb8c6ac8a933c70b82eec" 65SRCREV_stargz-snapshotter="cf1c6d90461f1ae6f01a5b8f5e1dfc816223ad09"
60SRC_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" 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"
61 67
62# github.com/containerd/typeurl v1.0.2 68# github.com/containerd/typeurl v1.0.2
@@ -69,9 +75,9 @@ SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobr
69SRCREV_cni="1694fd7b57e0176a98a12823a5ffc03337fdc152" 75SRCREV_cni="1694fd7b57e0176a98a12823a5ffc03337fdc152"
70SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni" 76SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni"
71 77
72# github.com/containernetworking/plugins v1.0.1 78# github.com/containernetworking/plugins v1.1.1
73# [1] git ls-remote https://github.com/containernetworking/plugins 56d8364f1bd3fa0d35717936ec5cd385e61d3815 79# [1] git ls-remote https://github.com/containernetworking/plugins 587d42b2ca2b8fb2f111b50fd90f0089cc03b8ad
74SRCREV_plugins="56d8364f1bd3fa0d35717936ec5cd385e61d3815" 80SRCREV_plugins="587d42b2ca2b8fb2f111b50fd90f0089cc03b8ad"
75SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins" 81SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins"
76 82
77# github.com/cyphar/filepath-securejoin v0.2.3 83# github.com/cyphar/filepath-securejoin v0.2.3
@@ -79,14 +85,14 @@ SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=h
79SRCREV_filepath-securejoin="a89baba1e4f44c5512e245cbd156de1293d6185a" 85SRCREV_filepath-securejoin="a89baba1e4f44c5512e245cbd156de1293d6185a"
80SRC_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" 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"
81 87
82# github.com/docker/cli v20.10.12+incompatible 88# github.com/docker/cli v20.10.14+incompatible
83# [1] git ls-remote https://github.com/docker/cli 60293e390eba4de1a06309b75bbf61dd7a45bbcb 89# [1] git ls-remote https://github.com/docker/cli 0a7772e9b73210a9c25df0d1d74a6566b5e410eb
84SRCREV_cli="60293e390eba4de1a06309b75bbf61dd7a45bbcb" 90SRCREV_cli="0a7772e9b73210a9c25df0d1d74a6566b5e410eb"
85SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" 91SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
86 92
87# github.com/docker/docker v20.10.12+incompatible 93# github.com/docker/docker v20.10.14+incompatible
88# [1] git ls-remote https://github.com/docker/docker bd6d47cb470e2c31acaef7dc0da42dc8cfb42085 94# [1] git ls-remote https://github.com/docker/docker 0ea83a3744846f1b998016406c457c3d6c68c7a6
89SRCREV_docker="bd6d47cb470e2c31acaef7dc0da42dc8cfb42085" 95SRCREV_docker="0ea83a3744846f1b998016406c457c3d6c68c7a6"
90SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" 96SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
91 97
92# github.com/docker/go-connections v0.4.0 98# github.com/docker/go-connections v0.4.0
@@ -124,29 +130,24 @@ SRC_URI += "git://github.com/ipfs/go-cid;name=go-cid;protocol=https;nobranch=1;d
124SRCREV_go-ipfs-files="5044b18695cb23ae69632c3e2511b4624a87b0d5" 130SRCREV_go-ipfs-files="5044b18695cb23ae69632c3e2511b4624a87b0d5"
125SRC_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" 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"
126 132
127# github.com/ipfs/go-ipfs-http-client v0.2.0 133# github.com/ipfs/go-ipfs-http-client v0.3.0
128# [1] git ls-remote https://github.com/ipfs/go-ipfs-http-client 434ac969c653f7c4781144aaa2834b5f8828ce22 134# [1] git ls-remote https://github.com/ipfs/go-ipfs-http-client fdbee7c7881251aa2768db814b9b5af470c995e7
129SRCREV_go-ipfs-http-client="434ac969c653f7c4781144aaa2834b5f8828ce22" 135SRCREV_go-ipfs-http-client="fdbee7c7881251aa2768db814b9b5af470c995e7"
130SRC_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" 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"
131 137
132# github.com/ipfs/interface-go-ipfs-core v0.5.2 138# github.com/ipfs/interface-go-ipfs-core v0.6.2
133# [1] git ls-remote https://github.com/ipfs/interface-go-ipfs-core 275b80e1f34ead0fb06a9216e3bffee57a01b636 139# [1] git ls-remote https://github.com/ipfs/interface-go-ipfs-core a69a766c641164d9b0677a89ba44654c93c1ce42
134SRCREV_interface-go-ipfs-core="275b80e1f34ead0fb06a9216e3bffee57a01b636" 140SRCREV_interface-go-ipfs-core="a69a766c641164d9b0677a89ba44654c93c1ce42"
135SRC_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" 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"
136 142
137# github.com/jaytaylor/go-hostsfile v0.0.0-20211120191712-f53f85d8b98f
138# [1] git ls-remote https://github.com/jaytaylor/go-hostsfile f53f85d8b98f8f4925bceab7890a431e2f46c38f
139SRCREV_go-hostsfile="f53f85d8b98f8f4925bceab7890a431e2f46c38f"
140SRC_URI += "git://github.com/jaytaylor/go-hostsfile;name=go-hostsfile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jaytaylor/go-hostsfile"
141
142# github.com/mattn/go-isatty v0.0.14 143# github.com/mattn/go-isatty v0.0.14
143# [1] git ls-remote https://github.com/mattn/go-isatty 504425e14f742f1f517c4586048b49b37f829c8e 144# [1] git ls-remote https://github.com/mattn/go-isatty 504425e14f742f1f517c4586048b49b37f829c8e
144SRCREV_go-isatty="504425e14f742f1f517c4586048b49b37f829c8e" 145SRCREV_go-isatty="504425e14f742f1f517c4586048b49b37f829c8e"
145SRC_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" 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"
146 147
147# github.com/moby/sys/mount v0.3.1 148# github.com/moby/sys/mount v0.3.2
148# [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 149# [1] git ls-remote https://github.com/moby/sys 7335f4f2b4d18c66e94e03c38112115c6d677a40
149SRCREV_mount="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" 150SRCREV_mount="7335f4f2b4d18c66e94e03c38112115c6d677a40"
150SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mount" 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"
151 152
152# github.com/multiformats/go-multiaddr v0.5.0 153# github.com/multiformats/go-multiaddr v0.5.0
@@ -159,14 +160,14 @@ SRC_URI += "git://github.com/multiformats/go-multiaddr;name=go-multiaddr;protoco
159SRCREV_go-digest="4a41a1fddd8208cc64f911e551a7f361716f8ae5" 160SRCREV_go-digest="4a41a1fddd8208cc64f911e551a7f361716f8ae5"
160SRC_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" 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"
161 162
162# github.com/opencontainers/image-spec v1.0.3-0.20211215212317-ea0209f50ae1 163# github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
163# [1] git ls-remote https://github.com/opencontainers/image-spec ea0209f50ae1a3707cff054cdb6b7487050487de 164# [1] git ls-remote https://github.com/opencontainers/image-spec 02efb9a75ee11e05937b535cc5f228f9343ab2f5
164SRCREV_image-spec="ea0209f50ae1a3707cff054cdb6b7487050487de" 165SRCREV_image-spec="02efb9a75ee11e05937b535cc5f228f9343ab2f5"
165SRC_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" 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"
166 167
167# github.com/opencontainers/runtime-spec v1.0.3-0.20211214071223-8958f93039ab 168# github.com/opencontainers/runtime-spec v1.0.3-0.20220311020903-6969a0a09ab1
168# [1] git ls-remote https://github.com/opencontainers/runtime-spec 8958f93039ab90be53d803cd7e231a775f644451 169# [1] git ls-remote https://github.com/opencontainers/runtime-spec 6969a0a09ab162a574cafcc9ac814e498962c943
169SRCREV_runtime-spec="8958f93039ab90be53d803cd7e231a775f644451" 170SRCREV_runtime-spec="6969a0a09ab162a574cafcc9ac814e498962c943"
170SRC_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" 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"
171 172
172# github.com/pelletier/go-toml v1.9.4 173# github.com/pelletier/go-toml v1.9.4
@@ -174,14 +175,14 @@ SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;proto
174SRCREV_go-toml="b8ba995eaaba4be30c8a8090bdfb4aa61af52054" 175SRCREV_go-toml="b8ba995eaaba4be30c8a8090bdfb4aa61af52054"
175SRC_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" 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"
176 177
177# github.com/rootless-containers/bypass4netns v0.1.1-0.20220214050838-562b4845f47e 178# github.com/rootless-containers/bypass4netns v0.2.2
178# [1] git ls-remote https://github.com/rootless-containers/bypass4netns 562b4845f47e3bb1019e37369948845a27ef5b58 179# [1] git ls-remote https://github.com/rootless-containers/bypass4netns c3682687bc69a704c4ca312ab61febe2606c9680
179SRCREV_bypass4netns="562b4845f47e3bb1019e37369948845a27ef5b58" 180SRCREV_bypass4netns="c3682687bc69a704c4ca312ab61febe2606c9680"
180SRC_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" 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"
181 182
182# github.com/rootless-containers/rootlesskit v0.14.6 183# github.com/rootless-containers/rootlesskit v1.0.0
183# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 0f88c14fd0966e018bb8f0eefc57c5283459a56c 184# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 4c5afdcdb381581c7eaaea09ac9cdf226b8dda03
184SRCREV_rootlesskit="0f88c14fd0966e018bb8f0eefc57c5283459a56c" 185SRCREV_rootlesskit="4c5afdcdb381581c7eaaea09ac9cdf226b8dda03"
185SRC_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" 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"
186 187
187# github.com/sirupsen/logrus v1.8.1 188# github.com/sirupsen/logrus v1.8.1
@@ -189,9 +190,9 @@ SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;pr
189SRCREV_logrus="bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b" 190SRCREV_logrus="bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b"
190SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" 191SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
191 192
192# github.com/spf13/cobra v1.3.0 193# github.com/spf13/cobra v1.4.0
193# [1] git ls-remote https://github.com/spf13/cobra 178edbb247f35e466578211dcf5f4892dbbd369b 194# [1] git ls-remote https://github.com/spf13/cobra 5b2b9e9f61d36ccb66167301f76a2292c3729855
194SRCREV_cobra="178edbb247f35e466578211dcf5f4892dbbd369b" 195SRCREV_cobra="5b2b9e9f61d36ccb66167301f76a2292c3729855"
195SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" 196SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
196 197
197# github.com/spf13/pflag v1.0.5 198# github.com/spf13/pflag v1.0.5
@@ -204,9 +205,9 @@ SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;de
204SRCREV_gjson="7a94820afd8a0d993c07b9cde761b95943823a9f" 205SRCREV_gjson="7a94820afd8a0d993c07b9cde761b95943823a9f"
205SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson" 206SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson"
206 207
207# github.com/vishvananda/netlink v1.1.1-0.20220125195016-0639e7e787ba 208# github.com/vishvananda/netlink v1.2.0-beta
208# [1] git ls-remote https://github.com/vishvananda/netlink 0639e7e787ba7257fc7d097a14d203b1cf1fece9 209# [1] git ls-remote https://github.com/vishvananda/netlink 6bb6f8abbc420ec09282fc62e05f5548d546455a
209SRCREV_netlink="0639e7e787ba7257fc7d097a14d203b1cf1fece9" 210SRCREV_netlink="6bb6f8abbc420ec09282fc62e05f5548d546455a"
210SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink" 211SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink"
211 212
212# github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 213# github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
@@ -214,14 +215,14 @@ SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nob
214SRCREV_netns="50045581ed74c15eded78746bae9fb3df07d6655" 215SRCREV_netns="50045581ed74c15eded78746bae9fb3df07d6655"
215SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns" 216SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns"
216 217
217# golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 218# golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
218# [1] git ls-remote https://go.googlesource.com/crypto e495a2d5b3d3be43468d0ebb413f46eeaedf7eb3 219# [1] git ls-remote https://go.googlesource.com/crypto 2c7772ba30643b7a2026cbea938420dce7c6384d
219SRCREV_crypto="e495a2d5b3d3be43468d0ebb413f46eeaedf7eb3" 220SRCREV_crypto="2c7772ba30643b7a2026cbea938420dce7c6384d"
220SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/crypto" 221SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/crypto"
221 222
222# golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 223# golang.org/x/net v0.0.0-20220225172249-27dd8689420f
223# [1] git ls-remote https://go.googlesource.com/net cd36cc0744dd695657988f15f08446dc81e16efc 224# [1] git ls-remote https://go.googlesource.com/net 27dd8689420fcde088514397d015e4fea5174e0e
224SRCREV_net="cd36cc0744dd695657988f15f08446dc81e16efc" 225SRCREV_net="27dd8689420fcde088514397d015e4fea5174e0e"
225SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/net" 226SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/net"
226 227
227# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 228# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
@@ -229,9 +230,9 @@ SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;des
229SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09" 230SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09"
230SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sync" 231SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sync"
231 232
232# golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 233# golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
233# [1] git ls-remote https://go.googlesource.com/sys 99c3d69c2c27d4f16bc6cb2698ad877a3ba5fe75 234# [1] git ls-remote https://go.googlesource.com/sys 1e041c57c4618785f7baa3e1a644330f2ff59b7c
234SRCREV_sys="99c3d69c2c27d4f16bc6cb2698ad877a3ba5fe75" 235SRCREV_sys="1e041c57c4618785f7baa3e1a644330f2ff59b7c"
235SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sys" 236SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sys"
236 237
237# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 238# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
@@ -246,8 +247,8 @@ SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsu
246 247
247# gotest.tools/v3 v3.1.0 248# gotest.tools/v3 v3.1.0
248# [1] git ls-remote https://github.com/gotestyourself/gotest.tools dc5149e35729d281f5691a4114d1d620a7e38c67 249# [1] git ls-remote https://github.com/gotestyourself/gotest.tools dc5149e35729d281f5691a4114d1d620a7e38c67
249SRCREV_v3="dc5149e35729d281f5691a4114d1d620a7e38c67" 250SRCREV_v31="dc5149e35729d281f5691a4114d1d620a7e38c67"
250SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools/v3" 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"
251 252
252# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 253# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
253# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 254# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9
@@ -289,9 +290,9 @@ SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1
289SRCREV_ttrpc="5e8fe05f04c91bc8713ee4241e58d0b9da1c4a59" 290SRCREV_ttrpc="5e8fe05f04c91bc8713ee4241e58d0b9da1c4a59"
290SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" 291SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc"
291 292
292# github.com/containers/ocicrypt v1.1.2 293# github.com/containers/ocicrypt v1.1.3
293# [1] git ls-remote https://github.com/containers/ocicrypt 1272152ccae67a2c3a4ed543d72b7e42928c99bb 294# [1] git ls-remote https://github.com/containers/ocicrypt 01e7d427cd74fec566a69393e3de805df382f77c
294SRCREV_ocicrypt="1272152ccae67a2c3a4ed543d72b7e42928c99bb" 295SRCREV_ocicrypt="01e7d427cd74fec566a69393e3de805df382f77c"
295SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt" 296SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt"
296 297
297# github.com/coreos/go-systemd/v22 v22.3.2 298# github.com/coreos/go-systemd/v22 v22.3.2
@@ -311,8 +312,8 @@ SRC_URI += "git://github.com/crackcomm/go-gitignore;name=go-gitignore;protocol=h
311 312
312# github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e 313# github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
313# [1] git ls-remote https://github.com/distribution/distribution a01c71e2477eea211bbb83166061e103e0b2ec95 314# [1] git ls-remote https://github.com/distribution/distribution a01c71e2477eea211bbb83166061e103e0b2ec95
314SRCREV_v31="a01c71e2477eea211bbb83166061e103e0b2ec95" 315SRCREV_v312="a01c71e2477eea211bbb83166061e103e0b2ec95"
315SRC_URI += "git://github.com/distribution/distribution;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3" 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"
316 317
317# github.com/docker/distribution v2.7.1+incompatible 318# github.com/docker/distribution v2.7.1+incompatible
318# [1] git ls-remote https://github.com/docker/distribution ea7032ddc60c872197a0f57e49319bb6092548fe 319# [1] git ls-remote https://github.com/docker/distribution ea7032ddc60c872197a0f57e49319bb6092548fe
@@ -399,19 +400,19 @@ SRC_URI += "git://github.com/ipfs/bbloom;name=bbloom;protocol=https;nobranch=1;d
399SRCREV_go-block-format="b30b45004baf0d2dcd3d1b5b5604fb4c0ccb0825" 400SRCREV_go-block-format="b30b45004baf0d2dcd3d1b5b5604fb4c0ccb0825"
400SRC_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" 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"
401 402
402# github.com/ipfs/go-blockservice v0.1.7 403# github.com/ipfs/go-blockservice v0.3.0
403# [1] git ls-remote https://github.com/ipfs/go-blockservice 7e86180be5c2959033db973c0eae033de03dd423 404# [1] git ls-remote https://github.com/ipfs/go-blockservice 888c7cc7c29cf4752865ce2e856237cb1d5c85b2
404SRCREV_go-blockservice="7e86180be5c2959033db973c0eae033de03dd423" 405SRCREV_go-blockservice="888c7cc7c29cf4752865ce2e856237cb1d5c85b2"
405SRC_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" 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"
406 407
407# github.com/ipfs/go-datastore v0.4.5 408# github.com/ipfs/go-datastore v0.5.0
408# [1] git ls-remote https://github.com/ipfs/go-datastore 73ce3192124c5781bc875f2e5d4f483ab8de0d04 409# [1] git ls-remote https://github.com/ipfs/go-datastore 7548998537794105418980aeb5dac19802712392
409SRCREV_go-datastore="73ce3192124c5781bc875f2e5d4f483ab8de0d04" 410SRCREV_go-datastore="7548998537794105418980aeb5dac19802712392"
410SRC_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" 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"
411 412
412# github.com/ipfs/go-ipfs-blockstore v0.1.6 413# github.com/ipfs/go-ipfs-blockstore v1.2.0
413# [1] git ls-remote https://github.com/ipfs/go-ipfs-blockstore 95a1a08b33f8e55a45a4c306f6f05cf91e8f0728 414# [1] git ls-remote https://github.com/ipfs/go-ipfs-blockstore ffd43a8d91e6ee80b26d3a6eca5b8c4816c5508b
414SRCREV_go-ipfs-blockstore="95a1a08b33f8e55a45a4c306f6f05cf91e8f0728" 415SRCREV_go-ipfs-blockstore="ffd43a8d91e6ee80b26d3a6eca5b8c4816c5508b"
415SRC_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" 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"
416 417
417# github.com/ipfs/go-ipfs-cmds v0.6.0 418# github.com/ipfs/go-ipfs-cmds v0.6.0
@@ -419,14 +420,14 @@ SRC_URI += "git://github.com/ipfs/go-ipfs-blockstore;name=go-ipfs-blockstore;pro
419SRCREV_go-ipfs-cmds="4ade007405e5d3befb14184290576c63cc43a6a3" 420SRCREV_go-ipfs-cmds="4ade007405e5d3befb14184290576c63cc43a6a3"
420SRC_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" 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"
421 422
422# github.com/ipfs/go-ipfs-ds-help v0.1.1 423# github.com/ipfs/go-ipfs-ds-help v1.1.0
423# [1] git ls-remote https://github.com/ipfs/go-ipfs-ds-help 48b9cc210923d23b39582b5fa6670ed0d08dc2af 424# [1] git ls-remote https://github.com/ipfs/go-ipfs-ds-help 0ce85d6dd676a9c7d3018dd79f43b2b1d7f31082
424SRCREV_go-ipfs-ds-help="48b9cc210923d23b39582b5fa6670ed0d08dc2af" 425SRCREV_go-ipfs-ds-help="0ce85d6dd676a9c7d3018dd79f43b2b1d7f31082"
425SRC_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" 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"
426 427
427# github.com/ipfs/go-ipfs-exchange-interface v0.0.1 428# github.com/ipfs/go-ipfs-exchange-interface v0.1.0
428# [1] git ls-remote https://github.com/ipfs/go-ipfs-exchange-interface b6e88260772433e18af18bb3f237d78678e65f0b 429# [1] git ls-remote https://github.com/ipfs/go-ipfs-exchange-interface 2e7c882a034eacabca59c5cd2d9ab959c2da78f7
429SRCREV_go-ipfs-exchange-interface="b6e88260772433e18af18bb3f237d78678e65f0b" 430SRCREV_go-ipfs-exchange-interface="2e7c882a034eacabca59c5cd2d9ab959c2da78f7"
430SRC_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" 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"
431 432
432# github.com/ipfs/go-ipfs-util v0.0.2 433# github.com/ipfs/go-ipfs-util v0.0.2
@@ -439,9 +440,9 @@ SRC_URI += "git://github.com/ipfs/go-ipfs-util;name=go-ipfs-util;protocol=https;
439SRCREV_go-ipld-cbor="f689d2bb3874cf3fafb71721cafb2c945234e781" 440SRCREV_go-ipld-cbor="f689d2bb3874cf3fafb71721cafb2c945234e781"
440SRC_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" 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"
441 442
442# github.com/ipfs/go-ipld-format v0.2.0 443# github.com/ipfs/go-ipld-format v0.4.0
443# [1] git ls-remote https://github.com/ipfs/go-ipld-format c582c36b708672f99752a0b6171adec7820e0049 444# [1] git ls-remote https://github.com/ipfs/go-ipld-format 0f7aff00f72e9dea0d9718bc0972e309ba7c3e8d
444SRCREV_go-ipld-format="c582c36b708672f99752a0b6171adec7820e0049" 445SRCREV_go-ipld-format="0f7aff00f72e9dea0d9718bc0972e309ba7c3e8d"
445SRC_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" 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"
446 447
447# github.com/ipfs/go-ipld-legacy v0.1.0 448# github.com/ipfs/go-ipld-legacy v0.1.0
@@ -454,14 +455,14 @@ SRC_URI += "git://github.com/ipfs/go-ipld-legacy;name=go-ipld-legacy;protocol=ht
454SRCREV_go-log="0e04229b160a92ebd2a924d9078e087161c8d53f" 455SRCREV_go-log="0e04229b160a92ebd2a924d9078e087161c8d53f"
455SRC_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" 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"
456 457
457# github.com/ipfs/go-log/v2 v2.1.3 458# github.com/ipfs/go-log/v2 v2.3.0
458# [1] git ls-remote https://github.com/ipfs/go-log 7f9ba9d7836afbe44710289d1c3a7c111f093149 459# [1] git ls-remote https://github.com/ipfs/go-log 2c2975b5095a771b0d8066a458b944ac71591bc7
459SRCREV_v212="7f9ba9d7836afbe44710289d1c3a7c111f093149" 460SRCREV_v212="2c2975b5095a771b0d8066a458b944ac71591bc7"
460SRC_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" 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"
461 462
462# github.com/ipfs/go-merkledag v0.4.0 463# github.com/ipfs/go-merkledag v0.6.0
463# [1] git ls-remote https://github.com/ipfs/go-merkledag 8794146d52c211b8af0456e734a248649e636be0 464# [1] git ls-remote https://github.com/ipfs/go-merkledag c076715ad64cccb1976de3686b0d6304ec3f2839
464SRCREV_go-merkledag="8794146d52c211b8af0456e734a248649e636be0" 465SRCREV_go-merkledag="c076715ad64cccb1976de3686b0d6304ec3f2839"
465SRC_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" 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"
466 467
467# github.com/ipfs/go-metrics-interface v0.0.1 468# github.com/ipfs/go-metrics-interface v0.0.1
@@ -484,9 +485,9 @@ SRC_URI += "git://github.com/ipfs/go-unixfs;name=go-unixfs;protocol=https;nobran
484SRCREV_go-verifcid="34e41ba962e7ce0211a05915f788486c8db755f1" 485SRCREV_go-verifcid="34e41ba962e7ce0211a05915f788486c8db755f1"
485SRC_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" 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"
486 487
487# github.com/ipld/go-codec-dagpb v1.3.0 488# github.com/ipld/go-codec-dagpb v1.3.2
488# [1] git ls-remote https://github.com/ipld/go-codec-dagpb 1305732016fb5bfec1b28f9fe7a686b12a407d74 489# [1] git ls-remote https://github.com/ipld/go-codec-dagpb 01c91b765ff1e97d147f2d0e281214a458f59bc0
489SRCREV_go-codec-dagpb="1305732016fb5bfec1b28f9fe7a686b12a407d74" 490SRCREV_go-codec-dagpb="01c91b765ff1e97d147f2d0e281214a458f59bc0"
490SRC_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" 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"
491 492
492# github.com/ipld/go-ipld-prime v0.11.0 493# github.com/ipld/go-ipld-prime v0.11.0
@@ -499,9 +500,9 @@ SRC_URI += "git://github.com/ipld/go-ipld-prime;name=go-ipld-prime;protocol=http
499SRCREV_goprocess="23d20c20149e1f362afda26f4500cb9d6393f0ad" 500SRCREV_goprocess="23d20c20149e1f362afda26f4500cb9d6393f0ad"
500SRC_URI += "git://github.com/jbenet/goprocess;name=goprocess;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jbenet/goprocess" 501SRC_URI += "git://github.com/jbenet/goprocess;name=goprocess;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jbenet/goprocess"
501 502
502# github.com/klauspost/compress v1.14.2 503# github.com/klauspost/compress v1.15.1
503# [1] git ls-remote https://github.com/klauspost/compress 7f260be218b66dc1c5b2d6be2d5c0925aa9a4a0d 504# [1] git ls-remote https://github.com/klauspost/compress 7c7079ec1ed2c07fd15e6f3f369dbae5288051d5
504SRCREV_compress="7f260be218b66dc1c5b2d6be2d5c0925aa9a4a0d" 505SRCREV_compress="7c7079ec1ed2c07fd15e6f3f369dbae5288051d5"
505SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" 506SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
506 507
507# github.com/klauspost/cpuid/v2 v2.0.6 508# github.com/klauspost/cpuid/v2 v2.0.6
@@ -539,9 +540,9 @@ SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=htt
539SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" 540SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d"
540SRC_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" 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"
541 542
542# github.com/miekg/pkcs11 v1.0.3 543# github.com/miekg/pkcs11 v1.1.1
543# [1] git ls-remote https://github.com/miekg/pkcs11 210dc1e16747c5ba98a03bcbcf728c38086ea357 544# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d
544SRCREV_pkcs11="210dc1e16747c5ba98a03bcbcf728c38086ea357" 545SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d"
545SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" 546SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11"
546 547
547# github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 548# github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
@@ -634,9 +635,9 @@ SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;de
634SRCREV_refmt="30ac6d18308e584ca6a2e74ba81475559db94c5f" 635SRCREV_refmt="30ac6d18308e584ca6a2e74ba81475559db94c5f"
635SRC_URI += "git://github.com/polydawn/refmt;name=refmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/polydawn/refmt" 636SRC_URI += "git://github.com/polydawn/refmt;name=refmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/polydawn/refmt"
636 637
637# github.com/prometheus/client_golang v1.12.0 638# github.com/prometheus/client_golang v1.12.1
638# [1] git ls-remote https://github.com/prometheus/client_golang 01087964d02726ef7438fdb19c2672e6e5d0b48a 639# [1] git ls-remote https://github.com/prometheus/client_golang 2e1c4818ccfdcf953ce399cadad615ff2bed968c
639SRCREV_client_golang="01087964d02726ef7438fdb19c2672e6e5d0b48a" 640SRCREV_client_golang="2e1c4818ccfdcf953ce399cadad615ff2bed968c"
640SRC_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" 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"
641 642
642# github.com/prometheus/client_model v0.2.0 643# github.com/prometheus/client_model v0.2.0
@@ -754,9 +755,9 @@ SRC_URI += "git://go.googlesource.com/xerrors;name=xerrors;protocol=https;nobran
754SRCREV_genproto="9970aeb2e350469c6bdc3e220a3ddecf38a85f61" 755SRCREV_genproto="9970aeb2e350469c6bdc3e220a3ddecf38a85f61"
755SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" 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"
756 757
757# google.golang.org/grpc v1.44.0 758# google.golang.org/grpc v1.45.0
758# [1] git ls-remote https://github.com/grpc/grpc-go b4c5e24c7373b22c6c38d68379c39ecdc616a968 759# [1] git ls-remote https://github.com/grpc/grpc-go a82cc96f07c960e02623688e4067ae6b7895334a
759SRCREV_grpc="b4c5e24c7373b22c6c38d68379c39ecdc616a968" 760SRCREV_grpc="a82cc96f07c960e02623688e4067ae6b7895334a"
760SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" 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"
761 762
762# google.golang.org/protobuf v1.27.1 763# google.golang.org/protobuf v1.27.1
@@ -772,9 +773,7 @@ SRC_URI += "git://gopkg.in/square/go-jose.v2;name=go-jose.v2;protocol=https;nobr
772# github.com/ktock/golang-lru v0.5.5-0.20211029085301-ec551be6f75c 773# github.com/ktock/golang-lru v0.5.5-0.20211029085301-ec551be6f75c
773# [1] git ls-remote https://github.com/ktock/golang-lru ec551be6f75c10a4f18e3c70a823d03420ee3d4f 774# [1] git ls-remote https://github.com/ktock/golang-lru ec551be6f75c10a4f18e3c70a823d03420ee3d4f
774SRCREV_golang-lru1="ec551be6f75c10a4f18e3c70a823d03420ee3d4f" 775SRCREV_golang-lru1="ec551be6f75c10a4f18e3c70a823d03420ee3d4f"
775SRC_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 " 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"
776
777
778 777
779# patches and config 778# patches and config
780SRC_URI += "file://0001-Makefile-allow-external-specification-of-build-setti.patch \ 779SRC_URI += "file://0001-Makefile-allow-external-specification-of-build-setti.patch \
@@ -790,7 +789,7 @@ GO_IMPORT = "import"
790 789
791# S = "${WORKDIR}/git" 790# S = "${WORKDIR}/git"
792 791
793PV = "v0.17.0" 792PV = "v0.18.0"
794 793
795NERDCTL_PKG = "github.com/containerd/nerdctl" 794NERDCTL_PKG = "github.com/containerd/nerdctl"
796 795
@@ -824,7 +823,164 @@ do_compile() {
824 823
825 # this moves all the fetches into the proper vendor structure 824 # this moves all the fetches into the proper vendor structure
826 # expected for build 825 # expected for build
827 sites="github.com/Microsoft/go-winio:github.com/Microsoft/go-winio github.com/compose-spec/compose-go:github.com/compose-spec/compose-go github.com/containerd/cgroups:github.com/containerd/cgroups github.com/containerd/console:github.com/containerd/console github.com/containerd/containerd:github.com/containerd/containerd github.com/containerd/continuity:github.com/containerd/continuity github.com/containerd/go-cni:github.com/containerd/go-cni github.com/containerd/imgcrypt:github.com/containerd/imgcrypt github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz github.com/containerd/stargz-snapshotter/ipfs:github.com/containerd/stargz-snapshotter//ipfs github.com/containerd/typeurl:github.com/containerd/typeurl github.com/containernetworking/cni:github.com/containernetworking/cni github.com/containernetworking/plugins:github.com/containernetworking/plugins github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin github.com/docker/cli:github.com/docker/cli github.com/docker/docker:github.com/docker/docker github.com/docker/go-connections:github.com/docker/go-connections github.com/docker/go-units:github.com/docker/go-units github.com/fatih/color:github.com/fatih/color github.com/gogo/protobuf:github.com/gogo/protobuf github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror github.com/ipfs/go-cid:github.com/ipfs/go-cid github.com/ipfs/go-ipfs-files:github.com/ipfs/go-ipfs-files github.com/ipfs/go-ipfs-http-client:github.com/ipfs/go-ipfs-http-client github.com/ipfs/interface-go-ipfs-core:github.com/ipfs/interface-go-ipfs-core github.com/jaytaylor/go-hostsfile:github.com/jaytaylor/go-hostsfile github.com/mattn/go-isatty:github.com/mattn/go-isatty github.com/moby/sys/mount:github.com/moby/sys/mount//mount github.com/moby/sys/mountinfo:github.com/moby/sys/mount//mountinfo github.com/moby/sys/signal:github.com/moby/sys/mount//signal github.com/multiformats/go-multiaddr:github.com/multiformats/go-multiaddr github.com/opencontainers/go-digest:github.com/opencontainers/go-digest github.com/opencontainers/image-spec:github.com/opencontainers/image-spec github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec github.com/pelletier/go-toml:github.com/pelletier/go-toml github.com/rootless-containers/bypass4netns:github.com/rootless-containers/bypass4netns github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit github.com/sirupsen/logrus:github.com/sirupsen/logrus github.com/spf13/cobra:github.com/spf13/cobra github.com/spf13/pflag:github.com/spf13/pflag github.com/tidwall/gjson:github.com/tidwall/gjson github.com/vishvananda/netlink:github.com/vishvananda/netlink github.com/vishvananda/netns:github.com/vishvananda/netns golang.org/x/crypto:go.googlesource.com/crypto golang.org/x/net:go.googlesource.com/net golang.org/x/sync:go.googlesource.com/sync golang.org/x/sys:go.googlesource.com/sys golang.org/x/term:go.googlesource.com/term gopkg.in/yaml.v2:gopkg.in/yaml.v2 gotest.tools/v3:github.com/gotestyourself/gotest.tools/v3 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim github.com/beorn7/perks:github.com/beorn7/perks github.com/btcsuite/btcd:github.com/btcsuite/btcd github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 github.com/cilium/ebpf:github.com/cilium/ebpf github.com/containerd/fifo:github.com/containerd/fifo github.com/containerd/ttrpc:github.com/containerd/ttrpc github.com/containers/ocicrypt:github.com/containers/ocicrypt github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 github.com/crackcomm/go-gitignore:github.com/crackcomm/go-gitignore github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 github.com/docker/distribution:github.com/docker/distribution github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers github.com/docker/go-events:github.com/docker/go-events github.com/docker/go-metrics:github.com/docker/go-metrics github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 github.com/gogo/googleapis:github.com/gogo/googleapis github.com/golang/groupcache:github.com/golang/groupcache github.com/golang/protobuf:github.com/golang/protobuf github.com/google/go-cmp:github.com/google/go-cmp github.com/google/uuid:github.com/google/uuid github.com/gorilla/mux:github.com/gorilla/mux github.com/hashicorp/errwrap:github.com/hashicorp/errwrap github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru github.com/imdario/mergo:github.com/imdario/mergo github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap github.com/ipfs/bbloom:github.com/ipfs/bbloom github.com/ipfs/go-block-format:github.com/ipfs/go-block-format github.com/ipfs/go-blockservice:github.com/ipfs/go-blockservice github.com/ipfs/go-datastore:github.com/ipfs/go-datastore github.com/ipfs/go-ipfs-blockstore:github.com/ipfs/go-ipfs-blockstore github.com/ipfs/go-ipfs-cmds:github.com/ipfs/go-ipfs-cmds github.com/ipfs/go-ipfs-ds-help:github.com/ipfs/go-ipfs-ds-help github.com/ipfs/go-ipfs-exchange-interface:github.com/ipfs/go-ipfs-exchange-interface github.com/ipfs/go-ipfs-util:github.com/ipfs/go-ipfs-util github.com/ipfs/go-ipld-cbor:github.com/ipfs/go-ipld-cbor github.com/ipfs/go-ipld-format:github.com/ipfs/go-ipld-format github.com/ipfs/go-ipld-legacy:github.com/ipfs/go-ipld-legacy github.com/ipfs/go-log:github.com/ipfs/go-log github.com/ipfs/go-log/v2:github.com/ipfs/go-log/v2 github.com/ipfs/go-merkledag:github.com/ipfs/go-merkledag github.com/ipfs/go-metrics-interface:github.com/ipfs/go-metrics-interface github.com/ipfs/go-path:github.com/ipfs/go-path github.com/ipfs/go-unixfs:github.com/ipfs/go-unixfs github.com/ipfs/go-verifcid:github.com/ipfs/go-verifcid github.com/ipld/go-codec-dagpb:github.com/ipld/go-codec-dagpb github.com/ipld/go-ipld-prime:github.com/ipld/go-ipld-prime github.com/jbenet/goprocess:github.com/jbenet/goprocess github.com/klauspost/compress:github.com/klauspost/compress github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 github.com/libp2p/go-buffer-pool:github.com/libp2p/go-buffer-pool github.com/libp2p/go-libp2p-core:github.com/libp2p/go-libp2p-core github.com/libp2p/go-openssl:github.com/libp2p/go-openssl github.com/mattn/go-colorable:github.com/mattn/go-colorable github.com/mattn/go-shellwords:github.com/mattn/go-shellwords github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions github.com/miekg/pkcs11:github.com/miekg/pkcs11 github.com/minio/blake2b-simd:github.com/minio/blake2b-simd github.com/minio/sha256-simd:github.com/minio/sha256-simd github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure github.com/moby/locker:github.com/moby/locker github.com/moby/term:github.com/moby/term github.com/morikuni/aec:github.com/morikuni/aec github.com/mr-tron/base58:github.com/mr-tron/base58 github.com/multiformats/go-base32:github.com/multiformats/go-base32 github.com/multiformats/go-base36:github.com/multiformats/go-base36 github.com/multiformats/go-multibase:github.com/multiformats/go-multibase github.com/multiformats/go-multihash:github.com/multiformats/go-multihash github.com/multiformats/go-varint:github.com/multiformats/go-varint github.com/opencontainers/runc:github.com/opencontainers/runc github.com/opencontainers/selinux:github.com/opencontainers/selinux github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go github.com/pkg/errors:github.com/pkg/errors github.com/polydawn/refmt:github.com/polydawn/refmt github.com/prometheus/client_golang:github.com/prometheus/client_golang github.com/prometheus/client_model:github.com/prometheus/client_model github.com/prometheus/common:github.com/prometheus/common github.com/prometheus/procfs:github.com/prometheus/procfs github.com/rs/cors:github.com/rs/cors github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 github.com/spacemonkeygo/spacelog:github.com/spacemonkeygo/spacelog github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri github.com/tidwall/match:github.com/tidwall/match github.com/tidwall/pretty:github.com/tidwall/pretty github.com/urfave/cli:github.com/urfave/cli github.com/vbatts/tar-split:github.com/vbatts/tar-split github.com/whyrusleeping/cbor-gen:github.com/whyrusleeping/cbor-gen github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 go.opencensus.io:go.opencensus.io go.uber.org/atomic:go.uber.org/atomic go.uber.org/multierr:go.uber.org/multierr go.uber.org/zap:go.uber.org/zap golang.org/x/text:go.googlesource.com/text golang.org/x/xerrors:go.googlesource.com/xerrors google.golang.org/genproto:google.golang.org/genproto google.golang.org/grpc:google.golang.org/grpc google.golang.org/protobuf:google.golang.org/protobuf gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 github.com/hashicorp/golang-lru :github.com/hashicorp/golang-lru " 826
827 sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \
828 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \
829 github.com/compose-spec/compose-go:github.com/compose-spec/compose-go \
830 github.com/containerd/cgroups:github.com/containerd/cgroups \
831 github.com/containerd/console:github.com/containerd/console \
832 github.com/containerd/containerd:github.com/containerd/containerd \
833 github.com/containerd/continuity:github.com/containerd/continuity \
834 github.com/containerd/go-cni:github.com/containerd/go-cni \
835 github.com/containerd/imgcrypt:github.com/containerd/imgcrypt \
836 github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter \
837 github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz \
838 github.com/containerd/stargz-snapshotter/ipfs:github.com/containerd/stargz-snapshotter//ipfs \
839 github.com/containerd/typeurl:github.com/containerd/typeurl \
840 github.com/containernetworking/cni:github.com/containernetworking/cni \
841 github.com/containernetworking/plugins:github.com/containernetworking/plugins \
842 github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin \
843 github.com/docker/cli:github.com/docker/cli \
844 github.com/docker/docker:github.com/docker/docker \
845 github.com/docker/go-connections:github.com/docker/go-connections \
846 github.com/docker/go-units:github.com/docker/go-units \
847 github.com/fatih/color:github.com/fatih/color \
848 github.com/gogo/protobuf:github.com/gogo/protobuf \
849 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \
850 github.com/ipfs/go-cid:github.com/ipfs/go-cid \
851 github.com/ipfs/go-ipfs-files:github.com/ipfs/go-ipfs-files \
852 github.com/ipfs/go-ipfs-http-client:github.com/ipfs/go-ipfs-http-client \
853 github.com/ipfs/interface-go-ipfs-core:github.com/ipfs/interface-go-ipfs-core \
854 github.com/mattn/go-isatty:github.com/mattn/go-isatty \
855 github.com/moby/sys/mount:github.com/moby/sys/mount//mount \
856 github.com/moby/sys/mountinfo:github.com/moby/sys/mount//mountinfo \
857 github.com/moby/sys/signal:github.com/moby/sys/mount//signal \
858 github.com/multiformats/go-multiaddr:github.com/multiformats/go-multiaddr \
859 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \
860 github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \
861 github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \
862 github.com/pelletier/go-toml:github.com/pelletier/go-toml \
863 github.com/rootless-containers/bypass4netns:github.com/rootless-containers/bypass4netns \
864 github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit \
865 github.com/sirupsen/logrus:github.com/sirupsen/logrus \
866 github.com/spf13/cobra:github.com/spf13/cobra \
867 github.com/spf13/pflag:github.com/spf13/pflag \
868 github.com/tidwall/gjson:github.com/tidwall/gjson \
869 github.com/vishvananda/netlink:github.com/vishvananda/netlink \
870 github.com/vishvananda/netns:github.com/vishvananda/netns \
871 golang.org/x/crypto:go.googlesource.com/crypto \
872 golang.org/x/net:go.googlesource.com/net \
873 golang.org/x/sync:go.googlesource.com/sync \
874 golang.org/x/sys:go.googlesource.com/sys \
875 golang.org/x/term:go.googlesource.com/term \
876 gopkg.in/yaml.v2:gopkg.in/yaml.v2 \
877 gotest.tools/v3:github.com/gotestyourself/gotest.tools/v3 \
878 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \
879 github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim \
880 github.com/beorn7/perks:github.com/beorn7/perks \
881 github.com/btcsuite/btcd:github.com/btcsuite/btcd \
882 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \
883 github.com/cilium/ebpf:github.com/cilium/ebpf \
884 github.com/containerd/fifo:github.com/containerd/fifo \
885 github.com/containerd/ttrpc:github.com/containerd/ttrpc \
886 github.com/containers/ocicrypt:github.com/containers/ocicrypt \
887 github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 \
888 github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 \
889 github.com/crackcomm/go-gitignore:github.com/crackcomm/go-gitignore \
890 github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 \
891 github.com/docker/distribution:github.com/docker/distribution \
892 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \
893 github.com/docker/go-events:github.com/docker/go-events \
894 github.com/docker/go-metrics:github.com/docker/go-metrics \
895 github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \
896 github.com/gogo/googleapis:github.com/gogo/googleapis \
897 github.com/golang/groupcache:github.com/golang/groupcache \
898 github.com/golang/protobuf:github.com/golang/protobuf \
899 github.com/google/go-cmp:github.com/google/go-cmp \
900 github.com/google/uuid:github.com/google/uuid \
901 github.com/gorilla/mux:github.com/gorilla/mux \
902 github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \
903 github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \
904 github.com/imdario/mergo:github.com/imdario/mergo \
905 github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \
906 github.com/ipfs/bbloom:github.com/ipfs/bbloom \
907 github.com/ipfs/go-block-format:github.com/ipfs/go-block-format \
908 github.com/ipfs/go-blockservice:github.com/ipfs/go-blockservice \
909 github.com/ipfs/go-datastore:github.com/ipfs/go-datastore \
910 github.com/ipfs/go-ipfs-blockstore:github.com/ipfs/go-ipfs-blockstore \
911 github.com/ipfs/go-ipfs-cmds:github.com/ipfs/go-ipfs-cmds \
912 github.com/ipfs/go-ipfs-ds-help:github.com/ipfs/go-ipfs-ds-help \
913 github.com/ipfs/go-ipfs-exchange-interface:github.com/ipfs/go-ipfs-exchange-interface \
914 github.com/ipfs/go-ipfs-util:github.com/ipfs/go-ipfs-util \
915 github.com/ipfs/go-ipld-cbor:github.com/ipfs/go-ipld-cbor \
916 github.com/ipfs/go-ipld-format:github.com/ipfs/go-ipld-format \
917 github.com/ipfs/go-ipld-legacy:github.com/ipfs/go-ipld-legacy \
918 github.com/ipfs/go-log:github.com/ipfs/go-log \
919 github.com/ipfs/go-log/v2:github.com/ipfs/go-log/v2 \
920 github.com/ipfs/go-merkledag:github.com/ipfs/go-merkledag \
921 github.com/ipfs/go-metrics-interface:github.com/ipfs/go-metrics-interface \
922 github.com/ipfs/go-path:github.com/ipfs/go-path \
923 github.com/ipfs/go-unixfs:github.com/ipfs/go-unixfs \
924 github.com/ipfs/go-verifcid:github.com/ipfs/go-verifcid \
925 github.com/ipld/go-codec-dagpb:github.com/ipld/go-codec-dagpb \
926 github.com/ipld/go-ipld-prime:github.com/ipld/go-ipld-prime \
927 github.com/jbenet/goprocess:github.com/jbenet/goprocess \
928 github.com/klauspost/compress:github.com/klauspost/compress \
929 github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 \
930 github.com/libp2p/go-buffer-pool:github.com/libp2p/go-buffer-pool \
931 github.com/libp2p/go-libp2p-core:github.com/libp2p/go-libp2p-core \
932 github.com/libp2p/go-openssl:github.com/libp2p/go-openssl \
933 github.com/mattn/go-colorable:github.com/mattn/go-colorable \
934 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \
935 github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \
936 github.com/miekg/pkcs11:github.com/miekg/pkcs11 \
937 github.com/minio/blake2b-simd:github.com/minio/blake2b-simd \
938 github.com/minio/sha256-simd:github.com/minio/sha256-simd \
939 github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \
940 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \
941 github.com/moby/locker:github.com/moby/locker \
942 github.com/moby/term:github.com/moby/term \
943 github.com/morikuni/aec:github.com/morikuni/aec \
944 github.com/mr-tron/base58:github.com/mr-tron/base58 \
945 github.com/multiformats/go-base32:github.com/multiformats/go-base32 \
946 github.com/multiformats/go-base36:github.com/multiformats/go-base36 \
947 github.com/multiformats/go-multibase:github.com/multiformats/go-multibase \
948 github.com/multiformats/go-multihash:github.com/multiformats/go-multihash \
949 github.com/multiformats/go-varint:github.com/multiformats/go-varint \
950 github.com/opencontainers/runc:github.com/opencontainers/runc \
951 github.com/opencontainers/selinux:github.com/opencontainers/selinux \
952 github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go \
953 github.com/pkg/errors:github.com/pkg/errors \
954 github.com/polydawn/refmt:github.com/polydawn/refmt \
955 github.com/prometheus/client_golang:github.com/prometheus/client_golang \
956 github.com/prometheus/client_model:github.com/prometheus/client_model \
957 github.com/prometheus/common:github.com/prometheus/common \
958 github.com/prometheus/procfs:github.com/prometheus/procfs \
959 github.com/rs/cors:github.com/rs/cors \
960 github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 \
961 github.com/spacemonkeygo/spacelog:github.com/spacemonkeygo/spacelog \
962 github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \
963 github.com/tidwall/match:github.com/tidwall/match \
964 github.com/tidwall/pretty:github.com/tidwall/pretty \
965 github.com/urfave/cli:github.com/urfave/cli \
966 github.com/vbatts/tar-split:github.com/vbatts/tar-split \
967 github.com/whyrusleeping/cbor-gen:github.com/whyrusleeping/cbor-gen \
968 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer \
969 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference \
970 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema \
971 go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \
972 go.opencensus.io:go.opencensus.io \
973 go.uber.org/atomic:go.uber.org/atomic \
974 go.uber.org/multierr:go.uber.org/multierr \
975 go.uber.org/zap:go.uber.org/zap \
976 golang.org/x/text:go.googlesource.com/text \
977 golang.org/x/xerrors:go.googlesource.com/xerrors \
978 google.golang.org/genproto:google.golang.org/genproto \
979 google.golang.org/grpc:google.golang.org/grpc \
980 google.golang.org/protobuf:google.golang.org/protobuf \
981 gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 \
982 github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru"
983
828 for s in $sites; do 984 for s in $sites; do
829 site_dest=$(echo $s | cut -d: -f1) 985 site_dest=$(echo $s | cut -d: -f1)
830 site_source=$(echo $s | cut -d: -f2) 986 site_source=$(echo $s | cut -d: -f2)