diff options
| -rw-r--r-- | recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch | 17 | ||||
| -rw-r--r-- | recipes-containers/nerdctl/nerdctl/modules.txt | 272 | ||||
| -rw-r--r-- | recipes-containers/nerdctl/nerdctl_git.bb | 13 | ||||
| -rw-r--r-- | recipes-containers/nerdctl/relocation.inc | 116 | ||||
| -rw-r--r-- | recipes-containers/nerdctl/src_uri.inc | 789 |
5 files changed, 397 insertions, 810 deletions
diff --git a/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch b/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch index d802a3aa..9b9f9cc4 100644 --- a/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch +++ b/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch | |||
| @@ -10,17 +10,16 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | |||
| 10 | Makefile | 3 ++- | 10 | Makefile | 3 ++- |
| 11 | 1 file changed, 2 insertions(+), 1 deletion(-) | 11 | 1 file changed, 2 insertions(+), 1 deletion(-) |
| 12 | 12 | ||
| 13 | Index: nerdctl-v0.17.0/src/import/Makefile | 13 | Index: nerdctl-v1.3.0/src/import/Makefile |
| 14 | =================================================================== | 14 | =================================================================== |
| 15 | --- nerdctl-v0.17.0.orig/src/import/Makefile | 15 | --- nerdctl-v1.3.0.orig/src/import/Makefile |
| 16 | +++ nerdctl-v0.17.0/src/import/Makefile | 16 | +++ nerdctl-v1.3.0/src/import/Makefile |
| 17 | @@ -31,7 +31,8 @@ | 17 | @@ -32,7 +32,7 @@ |
| 18 | VERSION_TRIMMED := $(VERSION:v%=%) | 18 | REVISION ?= $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi) |
| 19 | REVISION=$(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi) | ||
| 20 | 19 | ||
| 21 | -export GO_BUILD=GO111MODULE=on CGO_ENABLED=0 GOOS=$(GOOS) $(GO) build -ldflags "-s -w -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" | 20 | GO_BUILD_LDFLAGS ?= -s -w |
| 22 | +#export GO_BUILD=GO111MODULE=on CGO_ENABLED=0 GOOS=$(GOOS) $(GO) build -ldflags "-s -w -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" | 21 | -export GO_BUILD=GO111MODULE=on CGO_ENABLED=0 GOOS=$(GOOS) $(GO) build -ldflags "$(GO_BUILD_LDFLAGS) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" |
| 23 | +export GO_BUILD=$(GO) build -ldflags "-s -w -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" | 22 | +export GO_BUILD=$(GO) build -ldflags "$(GO_BUILD_LDFLAGS) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" |
| 24 | 23 | ||
| 25 | ifdef VERBOSE | 24 | ifdef VERBOSE |
| 26 | VERBOSE_FLAG := -v | 25 | VERBOSE_FLAG := -v |
diff --git a/recipes-containers/nerdctl/nerdctl/modules.txt b/recipes-containers/nerdctl/nerdctl/modules.txt index b2b0a4e5..01e34f5f 100644 --- a/recipes-containers/nerdctl/nerdctl/modules.txt +++ b/recipes-containers/nerdctl/nerdctl/modules.txt | |||
| @@ -1,150 +1,142 @@ | |||
| 1 | # github.com/Masterminds/semver/v3 v3.1.1 | 1 | # github.com/Masterminds/semver/v3 v3.2.0 |
| 2 | ## explicit | 2 | ## explicit |
| 3 | # github.com/Microsoft/go-winio v0.5.2 | 3 | # github.com/Microsoft/go-winio v0.6.0 |
| 4 | ## explicit | 4 | ## explicit |
| 5 | # github.com/compose-spec/compose-go v1.4.0 | 5 | # github.com/Microsoft/hcsshim v0.10.0-rc.7 |
| 6 | ## explicit | 6 | ## explicit |
| 7 | # github.com/containerd/cgroups v1.0.4 | 7 | # github.com/compose-spec/compose-go v1.13.2 |
| 8 | ## explicit | ||
| 9 | # github.com/containerd/accelerated-container-image v0.6.0 | ||
| 10 | ## explicit | ||
| 11 | # github.com/containerd/cgroups v1.1.0 | ||
| 8 | ## explicit | 12 | ## explicit |
| 9 | # github.com/containerd/console v1.0.3 | 13 | # github.com/containerd/console v1.0.3 |
| 10 | ## explicit | 14 | ## explicit |
| 11 | # github.com/containerd/containerd v1.6.6 | 15 | # github.com/containerd/containerd v1.7.0 |
| 12 | ## explicit | 16 | ## explicit |
| 13 | # github.com/containerd/continuity v0.3.0 | 17 | # github.com/containerd/continuity v0.3.0 |
| 14 | ## explicit | 18 | ## explicit |
| 15 | # github.com/containerd/go-cni v1.1.7 | 19 | # github.com/containerd/go-cni v1.1.9 |
| 16 | ## explicit | 20 | ## explicit |
| 17 | # github.com/containerd/imgcrypt v1.1.6 | 21 | # github.com/containerd/imgcrypt v1.1.7 |
| 18 | ## explicit | 22 | ## explicit |
| 19 | # github.com/containerd/nydus-snapshotter v0.3.0-alpha.5 | 23 | # github.com/containerd/nydus-snapshotter v0.7.1 |
| 20 | ## explicit | 24 | ## explicit |
| 21 | # github.com/containerd/stargz-snapshotter v0.12.0 | 25 | # github.com/containerd/stargz-snapshotter v0.14.3 |
| 22 | ## explicit | 26 | ## explicit |
| 23 | # github.com/containerd/stargz-snapshotter/estargz v0.12.0 | 27 | # github.com/containerd/stargz-snapshotter/estargz v0.14.3 |
| 24 | ## explicit | 28 | ## explicit |
| 25 | # github.com/containerd/stargz-snapshotter/ipfs v0.12.0 | 29 | # github.com/containerd/stargz-snapshotter/ipfs v0.14.3 |
| 26 | ## explicit | 30 | ## explicit |
| 27 | # github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67 | 31 | # github.com/containerd/typeurl/v2 v2.1.0 |
| 28 | ## explicit | 32 | ## explicit |
| 29 | # github.com/containernetworking/cni v1.1.2 | 33 | # github.com/containernetworking/cni v1.1.2 |
| 30 | ## explicit | 34 | ## explicit |
| 31 | # github.com/containernetworking/plugins v1.1.1 | 35 | # github.com/containernetworking/plugins v1.2.0 |
| 32 | ## explicit | 36 | ## explicit |
| 33 | # github.com/coreos/go-systemd/v22 v22.3.2 | 37 | # github.com/coreos/go-systemd/v22 v22.5.0 |
| 34 | ## explicit | 38 | ## explicit |
| 35 | # github.com/cyphar/filepath-securejoin v0.2.3 | 39 | # github.com/cyphar/filepath-securejoin v0.2.3 |
| 36 | ## explicit | 40 | ## explicit |
| 37 | # github.com/docker/cli v20.10.17+incompatible | 41 | # github.com/docker/cli v23.0.3+incompatible |
| 38 | ## explicit | 42 | ## explicit |
| 39 | # github.com/docker/docker v20.10.17+incompatible | 43 | # github.com/docker/docker v23.0.3+incompatible |
| 40 | ## explicit | 44 | ## explicit |
| 41 | # github.com/docker/go-connections v0.4.0 | 45 | # github.com/docker/go-connections v0.4.0 |
| 42 | ## explicit | 46 | ## explicit |
| 43 | # github.com/docker/go-units v0.4.0 | 47 | # github.com/docker/go-units v0.5.0 |
| 44 | ## explicit | 48 | ## explicit |
| 45 | # github.com/fahedouch/go-logrotate v0.1.2 | 49 | # github.com/fahedouch/go-logrotate v0.1.3 |
| 46 | ## explicit | 50 | ## explicit |
| 47 | # github.com/fatih/color v1.13.0 | 51 | # github.com/fatih/color v1.15.0 |
| 48 | ## explicit | ||
| 49 | # github.com/hashicorp/go-multierror v1.1.1 | ||
| 50 | ## explicit | 52 | ## explicit |
| 51 | # github.com/ipfs/go-cid v0.1.0 | 53 | # github.com/fluent/fluent-logger-golang v1.9.0 |
| 52 | ## explicit | 54 | ## explicit |
| 53 | # github.com/ipfs/go-ipfs-files v0.1.1 | 55 | # github.com/hashicorp/go-multierror v1.1.1 |
| 54 | ## explicit | 56 | ## explicit |
| 55 | # github.com/ipfs/go-ipfs-http-client v0.4.0 | 57 | # github.com/ipfs/go-cid v0.4.1 |
| 56 | ## explicit | 58 | ## explicit |
| 57 | # github.com/ipfs/interface-go-ipfs-core v0.7.0 | 59 | # github.com/mattn/go-isatty v0.0.18 |
| 58 | ## explicit | 60 | ## explicit |
| 59 | # github.com/mattn/go-isatty v0.0.14 | 61 | # github.com/mitchellh/mapstructure v1.5.0 |
| 60 | ## explicit | 62 | ## explicit |
| 61 | # github.com/moby/sys/mount v0.3.3 | 63 | # github.com/moby/sys/mount v0.3.3 |
| 62 | ## explicit | 64 | ## explicit |
| 63 | # github.com/multiformats/go-multiaddr v0.6.0 | 65 | # github.com/moby/sys/signal v0.7.0 |
| 64 | ## explicit | 66 | ## explicit |
| 65 | # github.com/opencontainers/go-digest v1.0.0 | 67 | # github.com/opencontainers/go-digest v1.0.0 |
| 66 | ## explicit | 68 | ## explicit |
| 67 | # github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1 | 69 | # github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b |
| 68 | ## explicit | 70 | ## explicit |
| 69 | # github.com/opencontainers/runtime-spec v1.0.3-0.20220311020903-6969a0a09ab1 | 71 | # github.com/opencontainers/runtime-spec v1.1.0-rc.1 |
| 70 | ## explicit | 72 | ## explicit |
| 71 | # github.com/pelletier/go-toml v1.9.5 | 73 | # github.com/pelletier/go-toml v1.9.5 |
| 72 | ## explicit | 74 | ## explicit |
| 73 | # github.com/rootless-containers/bypass4netns v0.2.2 | 75 | # github.com/rootless-containers/bypass4netns v0.3.0 |
| 74 | ## explicit | 76 | ## explicit |
| 75 | # github.com/rootless-containers/rootlesskit v1.0.1 | 77 | # github.com/rootless-containers/rootlesskit v1.1.0 |
| 76 | ## explicit | 78 | ## explicit |
| 77 | # github.com/sirupsen/logrus v1.9.0 | 79 | # github.com/sirupsen/logrus v1.9.0 |
| 78 | ## explicit | 80 | ## explicit |
| 79 | # github.com/spf13/cobra v1.5.0 | 81 | # github.com/spf13/cobra v1.7.0 |
| 80 | ## explicit | 82 | ## explicit |
| 81 | # github.com/spf13/pflag v1.0.5 | 83 | # github.com/spf13/pflag v1.0.5 |
| 82 | ## explicit | 84 | ## explicit |
| 83 | # github.com/tidwall/gjson v1.14.1 | 85 | # github.com/tidwall/gjson v1.14.4 |
| 84 | ## explicit | 86 | ## explicit |
| 85 | # github.com/vishvananda/netlink v1.2.1-beta.2 | 87 | # github.com/vishvananda/netlink v1.2.1-beta.2 |
| 86 | ## explicit | 88 | ## explicit |
| 87 | # github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 | 89 | # github.com/vishvananda/netns v0.0.4 |
| 88 | ## explicit | 90 | ## explicit |
| 89 | # golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e | 91 | # github.com/yuchanns/srslog v1.1.0 |
| 90 | ## explicit | 92 | ## explicit |
| 91 | # golang.org/x/net v0.0.0-20220615171555-694bf12d69de | 93 | # golang.org/x/crypto v0.7.0 |
| 92 | ## explicit | 94 | ## explicit |
| 93 | # golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 | 95 | # golang.org/x/net v0.8.0 |
| 94 | ## explicit | 96 | ## explicit |
| 95 | # golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 | 97 | # golang.org/x/sync v0.1.0 |
| 96 | ## explicit | 98 | ## explicit |
| 97 | # golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 | 99 | # golang.org/x/sys v0.7.0 |
| 98 | ## explicit | 100 | ## explicit |
| 99 | # gopkg.in/yaml.v3 v3.0.1 | 101 | # golang.org/x/term v0.7.0 |
| 100 | ## explicit | ||
| 101 | # gotest.tools/v3 v3.3.0 | ||
| 102 | ## explicit | ||
| 103 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8 | ||
| 104 | ## explicit | ||
| 105 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | ||
| 106 | ## explicit | ||
| 107 | # github.com/Microsoft/hcsshim v0.9.3 | ||
| 108 | ## explicit | 102 | ## explicit |
| 109 | # github.com/beorn7/perks v1.0.1 | 103 | # golang.org/x/text v0.8.0 |
| 110 | ## explicit | 104 | ## explicit |
| 111 | # github.com/blang/semver v3.5.1+incompatible | 105 | # gopkg.in/yaml.v3 v3.0.1 |
| 112 | ## explicit | ||
| 113 | # github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 | ||
| 114 | ## explicit | 106 | ## explicit |
| 115 | # github.com/btcsuite/btcd v0.21.0-beta | 107 | # gotest.tools/v3 v3.4.0 |
| 116 | ## explicit | 108 | ## explicit |
| 117 | # github.com/cespare/xxhash/v2 v2.1.2 | 109 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 |
| 118 | ## explicit | 110 | ## explicit |
| 119 | # github.com/cilium/ebpf v0.7.0 | 111 | # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652 |
| 120 | ## explicit | 112 | ## explicit |
| 121 | # github.com/container-orchestrated-devices/container-device-interface v0.3.1 | 113 | # github.com/cilium/ebpf v0.9.1 |
| 122 | ## explicit | 114 | ## explicit |
| 123 | # github.com/containerd/fifo v1.0.0 | 115 | # github.com/containerd/cgroups/v3 v3.0.1 |
| 124 | ## explicit | 116 | ## explicit |
| 125 | # github.com/containerd/ttrpc v1.1.1-0.20220420014843-944ef4a40df3 | 117 | # github.com/containerd/fifo v1.1.0 |
| 126 | ## explicit | 118 | ## explicit |
| 127 | # github.com/containers/ocicrypt v1.1.5 | 119 | # github.com/containerd/ttrpc v1.2.1 |
| 128 | ## explicit | 120 | ## explicit |
| 129 | # github.com/cpuguy83/go-md2man/v2 v2.0.2 | 121 | # github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67 |
| 130 | ## explicit | 122 | ## explicit |
| 131 | # github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 | 123 | # github.com/containers/ocicrypt v1.1.6 |
| 132 | ## explicit | 124 | ## explicit |
| 133 | # github.com/distribution/distribution/v3 v3.0.0-20220725133111-4bf3547399eb | 125 | # github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa |
| 134 | ## explicit | 126 | ## explicit |
| 135 | # github.com/djherbis/times v1.5.0 | 127 | # github.com/djherbis/times v1.5.0 |
| 136 | ## explicit | 128 | ## explicit |
| 137 | # github.com/docker/distribution v2.8.1+incompatible | 129 | # github.com/docker/docker-credential-helpers v0.7.0 |
| 138 | ## explicit | ||
| 139 | # github.com/docker/docker-credential-helpers v0.6.4 | ||
| 140 | ## explicit | 130 | ## explicit |
| 141 | # github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c | 131 | # github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c |
| 142 | ## explicit | 132 | ## explicit |
| 143 | # github.com/docker/go-metrics v0.0.1 | 133 | # github.com/frankban/quicktest v1.14.2 |
| 144 | ## explicit | 134 | ## explicit |
| 145 | # github.com/fluent/fluent-logger-golang v1.9.0 | 135 | # github.com/go-logr/logr v1.2.3 |
| 136 | ## explicit | ||
| 137 | # github.com/go-logr/stdr v1.2.2 | ||
| 146 | ## explicit | 138 | ## explicit |
| 147 | # github.com/godbus/dbus/v5 v5.0.6 | 139 | # github.com/godbus/dbus/v5 v5.1.0 |
| 148 | ## explicit | 140 | ## explicit |
| 149 | # github.com/gogo/protobuf v1.3.2 | 141 | # github.com/gogo/protobuf v1.3.2 |
| 150 | ## explicit | 142 | ## explicit |
| @@ -152,161 +144,73 @@ | |||
| 152 | ## explicit | 144 | ## explicit |
| 153 | # github.com/golang/protobuf v1.5.2 | 145 | # github.com/golang/protobuf v1.5.2 |
| 154 | ## explicit | 146 | ## explicit |
| 155 | # github.com/google/go-cmp v0.5.8 | 147 | # github.com/google/go-cmp v0.5.9 |
| 156 | ## explicit | 148 | ## explicit |
| 157 | # github.com/google/uuid v1.3.0 | 149 | # github.com/google/uuid v1.3.0 |
| 158 | ## explicit | 150 | ## explicit |
| 159 | # github.com/gorilla/mux v1.8.0 | ||
| 160 | ## explicit | ||
| 161 | # github.com/hashicorp/errwrap v1.1.0 | 151 | # github.com/hashicorp/errwrap v1.1.0 |
| 162 | ## explicit | 152 | ## explicit |
| 163 | # github.com/hashicorp/golang-lru v0.5.4 | 153 | # github.com/imdario/mergo v0.3.14 |
| 164 | ## explicit | ||
| 165 | # github.com/imdario/mergo v0.3.13 | ||
| 166 | ## explicit | ||
| 167 | # github.com/inconshreveable/mousetrap v1.0.0 | ||
| 168 | ## explicit | ||
| 169 | # github.com/ipfs/bbloom v0.0.4 | ||
| 170 | ## explicit | ||
| 171 | # github.com/ipfs/go-block-format v0.0.3 | ||
| 172 | ## explicit | ||
| 173 | # github.com/ipfs/go-blockservice v0.3.0 | ||
| 174 | ## explicit | ||
| 175 | # github.com/ipfs/go-datastore v0.5.0 | ||
| 176 | ## explicit | ||
| 177 | # github.com/ipfs/go-ipfs-blockstore v1.2.0 | ||
| 178 | ## explicit | ||
| 179 | # github.com/ipfs/go-ipfs-cmds v0.7.0 | ||
| 180 | ## explicit | ||
| 181 | # github.com/ipfs/go-ipfs-ds-help v1.1.0 | ||
| 182 | ## explicit | ||
| 183 | # github.com/ipfs/go-ipfs-exchange-interface v0.1.0 | ||
| 184 | ## explicit | ||
| 185 | # github.com/ipfs/go-ipfs-util v0.0.2 | ||
| 186 | ## explicit | ||
| 187 | # github.com/ipfs/go-ipld-cbor v0.0.5 | ||
| 188 | ## explicit | ||
| 189 | # github.com/ipfs/go-ipld-format v0.4.0 | ||
| 190 | ## explicit | ||
| 191 | # github.com/ipfs/go-ipld-legacy v0.1.0 | ||
| 192 | ## explicit | 154 | ## explicit |
| 193 | # github.com/ipfs/go-log v1.0.5 | 155 | # github.com/inconshreveable/mousetrap v1.1.0 |
| 194 | ## explicit | 156 | ## explicit |
| 195 | # github.com/ipfs/go-log/v2 v2.3.0 | 157 | # github.com/klauspost/compress v1.16.3 |
| 196 | ## explicit | 158 | ## explicit |
| 197 | # github.com/ipfs/go-merkledag v0.6.0 | 159 | # github.com/klauspost/cpuid/v2 v2.1.1 |
| 198 | ## explicit | 160 | ## explicit |
| 199 | # github.com/ipfs/go-metrics-interface v0.0.1 | 161 | # github.com/mattn/go-colorable v0.1.13 |
| 200 | ## explicit | ||
| 201 | # github.com/ipfs/go-path v0.3.0 | ||
| 202 | ## explicit | ||
| 203 | # github.com/ipfs/go-unixfs v0.3.1 | ||
| 204 | ## explicit | ||
| 205 | # github.com/ipfs/go-verifcid v0.0.1 | ||
| 206 | ## explicit | ||
| 207 | # github.com/ipld/go-codec-dagpb v1.3.2 | ||
| 208 | ## explicit | ||
| 209 | # github.com/ipld/go-ipld-prime v0.11.0 | ||
| 210 | ## explicit | ||
| 211 | # github.com/jbenet/goprocess v0.1.4 | ||
| 212 | ## explicit | ||
| 213 | # github.com/klauspost/compress v1.15.7 | ||
| 214 | ## explicit | ||
| 215 | # github.com/klauspost/cpuid/v2 v2.0.9 | ||
| 216 | ## explicit | ||
| 217 | # github.com/libp2p/go-buffer-pool v0.0.2 | ||
| 218 | ## explicit | ||
| 219 | # github.com/libp2p/go-libp2p-core v0.8.6 | ||
| 220 | ## explicit | ||
| 221 | # github.com/libp2p/go-openssl v0.0.7 | ||
| 222 | ## explicit | ||
| 223 | # github.com/mattn/go-colorable v0.1.12 | ||
| 224 | ## explicit | 162 | ## explicit |
| 225 | # github.com/mattn/go-shellwords v1.0.12 | 163 | # github.com/mattn/go-shellwords v1.0.12 |
| 226 | ## explicit | 164 | ## explicit |
| 227 | # github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 | ||
| 228 | ## explicit | ||
| 229 | # github.com/miekg/pkcs11 v1.1.1 | 165 | # github.com/miekg/pkcs11 v1.1.1 |
| 230 | ## explicit | 166 | ## explicit |
| 231 | # github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 | ||
| 232 | ## explicit | ||
| 233 | # github.com/minio/sha256-simd v1.0.0 | 167 | # github.com/minio/sha256-simd v1.0.0 |
| 234 | ## explicit | 168 | ## explicit |
| 235 | # github.com/mitchellh/go-homedir v1.1.0 | 169 | # github.com/mitchellh/go-homedir v1.1.0 |
| 236 | ## explicit | 170 | ## explicit |
| 237 | # github.com/mitchellh/mapstructure v1.5.0 | ||
| 238 | ## explicit | ||
| 239 | # github.com/moby/locker v1.0.1 | 171 | # github.com/moby/locker v1.0.1 |
| 240 | ## explicit | 172 | ## explicit |
| 241 | # github.com/moby/sys/mountinfo v0.6.2 | 173 | # github.com/moby/sys/mountinfo v0.6.2 |
| 242 | ## explicit | 174 | ## explicit |
| 243 | # github.com/moby/sys/signal v0.7.0 | 175 | # github.com/moby/sys/sequential v0.5.0 |
| 244 | ## explicit | ||
| 245 | # github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 | ||
| 246 | ## explicit | 176 | ## explicit |
| 247 | # github.com/morikuni/aec v1.0.0 | 177 | # github.com/moby/sys/symlink v0.2.0 |
| 248 | ## explicit | 178 | ## explicit |
| 249 | # github.com/mr-tron/base58 v1.2.0 | 179 | # github.com/mr-tron/base58 v1.2.0 |
| 250 | ## explicit | 180 | ## explicit |
| 251 | # github.com/multiformats/go-base32 v0.0.3 | 181 | # github.com/multiformats/go-base32 v0.1.0 |
| 252 | ## explicit | 182 | ## explicit |
| 253 | # github.com/multiformats/go-base36 v0.1.0 | 183 | # github.com/multiformats/go-base36 v0.1.0 |
| 254 | ## explicit | 184 | ## explicit |
| 255 | # github.com/multiformats/go-multibase v0.0.3 | 185 | # github.com/multiformats/go-multiaddr v0.8.0 |
| 256 | ## explicit | 186 | ## explicit |
| 257 | # github.com/multiformats/go-multicodec v0.4.1 | 187 | # github.com/multiformats/go-multibase v0.1.1 |
| 258 | ## explicit | 188 | ## explicit |
| 259 | # github.com/multiformats/go-multihash v0.1.0 | 189 | # github.com/multiformats/go-multihash v0.2.1 |
| 260 | ## explicit | 190 | ## explicit |
| 261 | # github.com/multiformats/go-varint v0.0.6 | 191 | # github.com/multiformats/go-varint v0.0.6 |
| 262 | ## explicit | 192 | ## explicit |
| 263 | # github.com/opencontainers/runc v1.1.2 | 193 | # github.com/opencontainers/runc v1.1.5 |
| 264 | ## explicit | ||
| 265 | # github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e | ||
| 266 | ## explicit | ||
| 267 | # github.com/opencontainers/selinux v1.10.1 | ||
| 268 | ## explicit | 194 | ## explicit |
| 269 | # github.com/opentracing/opentracing-go v1.2.0 | 195 | # github.com/opencontainers/selinux v1.11.0 |
| 270 | ## explicit | 196 | ## explicit |
| 271 | # github.com/philhofer/fwd v1.1.1 | 197 | # github.com/philhofer/fwd v1.1.1 |
| 272 | ## explicit | 198 | ## explicit |
| 273 | # github.com/pkg/errors v0.9.1 | 199 | # github.com/pkg/errors v0.9.1 |
| 274 | ## explicit | 200 | ## explicit |
| 275 | # github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e | ||
| 276 | ## explicit | ||
| 277 | # github.com/prometheus/client_golang v1.12.2 | ||
| 278 | ## explicit | ||
| 279 | # github.com/prometheus/client_model v0.2.0 | ||
| 280 | ## explicit | ||
| 281 | # github.com/prometheus/common v0.32.1 | ||
| 282 | ## explicit | ||
| 283 | # github.com/prometheus/procfs v0.7.3 | ||
| 284 | ## explicit | ||
| 285 | # github.com/rs/cors v1.7.0 | ||
| 286 | ## explicit | ||
| 287 | # github.com/russross/blackfriday/v2 v2.1.0 | ||
| 288 | ## explicit | ||
| 289 | # github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 | ||
| 290 | ## explicit | ||
| 291 | # github.com/spaolacci/murmur3 v1.1.0 | 201 | # github.com/spaolacci/murmur3 v1.1.0 |
| 292 | ## explicit | 202 | ## explicit |
| 293 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 | 203 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 |
| 294 | ## explicit | 204 | ## explicit |
| 295 | # github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 | ||
| 296 | ## explicit | ||
| 297 | # github.com/tidwall/match v1.1.1 | 205 | # github.com/tidwall/match v1.1.1 |
| 298 | ## explicit | 206 | ## explicit |
| 299 | # github.com/tidwall/pretty v1.2.0 | 207 | # github.com/tidwall/pretty v1.2.0 |
| 300 | ## explicit | 208 | ## explicit |
| 301 | # github.com/tinylib/msgp v1.1.6 | 209 | # github.com/tinylib/msgp v1.1.6 |
| 302 | ## explicit | 210 | ## explicit |
| 303 | # github.com/urfave/cli v1.22.9 | ||
| 304 | ## explicit | ||
| 305 | # github.com/vbatts/tar-split v0.11.2 | 211 | # github.com/vbatts/tar-split v0.11.2 |
| 306 | ## explicit | 212 | ## explicit |
| 307 | # github.com/whyrusleeping/cbor-gen v0.0.0-20200123233031-1cdf64d27158 | 213 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb |
| 308 | ## explicit | ||
| 309 | # github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f | ||
| 310 | ## explicit | 214 | ## explicit |
| 311 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 | 215 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 |
| 312 | ## explicit | 216 | ## explicit |
| @@ -314,31 +218,23 @@ | |||
| 314 | ## explicit | 218 | ## explicit |
| 315 | # go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 | 219 | # go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 |
| 316 | ## explicit | 220 | ## explicit |
| 317 | # go.opencensus.io v0.23.0 | 221 | # go.opencensus.io v0.24.0 |
| 318 | ## explicit | ||
| 319 | # go.uber.org/atomic v1.7.0 | ||
| 320 | ## explicit | 222 | ## explicit |
| 321 | # go.uber.org/multierr v1.7.0 | 223 | # go.opentelemetry.io/otel v1.14.0 |
| 322 | ## explicit | 224 | ## explicit |
| 323 | # go.uber.org/zap v1.19.0 | 225 | # go.opentelemetry.io/otel/trace v1.14.0 |
| 324 | ## explicit | 226 | ## explicit |
| 325 | # golang.org/x/text v0.3.7 | 227 | # golang.org/x/mod v0.9.0 |
| 326 | ## explicit | 228 | ## explicit |
| 327 | # golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 | 229 | # golang.org/x/tools v0.6.0 |
| 328 | ## explicit | 230 | ## explicit |
| 329 | # google.golang.org/genproto v0.0.0-20220426171045-31bebdecfb46 | 231 | # google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 |
| 330 | ## explicit | 232 | ## explicit |
| 331 | # google.golang.org/grpc v1.47.0 | 233 | # google.golang.org/grpc v1.53.0 |
| 332 | ## explicit | 234 | ## explicit |
| 333 | # google.golang.org/protobuf v1.28.0 | 235 | # google.golang.org/protobuf v1.28.1 |
| 334 | ## explicit | 236 | ## explicit |
| 335 | # gopkg.in/square/go-jose.v2 v2.5.1 | 237 | # gopkg.in/square/go-jose.v2 v2.5.1 |
| 336 | ## explicit | 238 | ## explicit |
| 337 | # gopkg.in/yaml.v2 v2.4.0 | 239 | # lukechampine.com/blake3 v1.1.7 |
| 338 | ## explicit | ||
| 339 | # lukechampine.com/blake3 v1.1.6 | ||
| 340 | ## explicit | ||
| 341 | # sigs.k8s.io/yaml v1.3.0 | ||
| 342 | ## explicit | 240 | ## explicit |
| 343 | # github.com/containerd/containerd => github.com/containerd/containerd v1.6.1-0.20220621192144-0fac756b6452 | ||
| 344 | # 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 8fe5e7d4..ca4d3c62 100644 --- a/recipes-containers/nerdctl/nerdctl_git.bb +++ b/recipes-containers/nerdctl/nerdctl_git.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS = " \ | |||
| 11 | 11 | ||
| 12 | # Specify the first two important SRCREVs as the format | 12 | # Specify the first two important SRCREVs as the format |
| 13 | SRCREV_FORMAT="nerdcli_cgroups" | 13 | SRCREV_FORMAT="nerdcli_cgroups" |
| 14 | SRCREV_nerdcli = "e084a2df4a8861eb5f0b0d32df0643ef24b81093" | 14 | SRCREV_nerdcli = "1525035ce9aec89a796f6f15c7537db2448f88b9" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https" | 16 | SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https" |
| 17 | 17 | ||
| @@ -31,7 +31,7 @@ GO_IMPORT = "import" | |||
| 31 | 31 | ||
| 32 | # S = "${WORKDIR}/git" | 32 | # S = "${WORKDIR}/git" |
| 33 | 33 | ||
| 34 | PV = "v0.22.2" | 34 | PV = "v1.3.0" |
| 35 | 35 | ||
| 36 | NERDCTL_PKG = "github.com/containerd/nerdctl" | 36 | NERDCTL_PKG = "github.com/containerd/nerdctl" |
| 37 | 37 | ||
| @@ -66,15 +66,6 @@ do_compile() { | |||
| 66 | 66 | ||
| 67 | export GOFLAGS="-mod=vendor -trimpath" | 67 | export GOFLAGS="-mod=vendor -trimpath" |
| 68 | 68 | ||
| 69 | # this moves all the fetches into the proper vendor structure | ||
| 70 | # expected for build | ||
| 71 | for s in ${sites}; do | ||
| 72 | site_dest=$(echo $s | cut -d: -f1) | ||
| 73 | site_source=$(echo $s | cut -d: -f2) | ||
| 74 | mkdir -p vendor.copy/$site_dest | ||
| 75 | [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } | ||
| 76 | done | ||
| 77 | |||
| 78 | # our copied .go files are to be used for the build | 69 | # our copied .go files are to be used for the build |
| 79 | ln -sf vendor.copy vendor | 70 | ln -sf vendor.copy vendor |
| 80 | # inform go that we know what we are doing | 71 | # inform go that we know what we are doing |
diff --git a/recipes-containers/nerdctl/relocation.inc b/recipes-containers/nerdctl/relocation.inc index f5d823f6..451a4504 100644 --- a/recipes-containers/nerdctl/relocation.inc +++ b/recipes-containers/nerdctl/relocation.inc | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ | 1 | export sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ |
| 2 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ | 2 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ |
| 3 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim \ | ||
| 3 | github.com/compose-spec/compose-go:github.com/compose-spec/compose-go \ | 4 | github.com/compose-spec/compose-go:github.com/compose-spec/compose-go \ |
| 5 | github.com/containerd/accelerated-container-image:github.com/containerd/accelerated-container-image \ | ||
| 4 | github.com/containerd/cgroups:github.com/containerd/cgroups \ | 6 | github.com/containerd/cgroups:github.com/containerd/cgroups \ |
| 7 | github.com/containerd/cgroups/v3:github.com/containerd/cgroups/v3 \ | ||
| 5 | github.com/containerd/console:github.com/containerd/console \ | 8 | github.com/containerd/console:github.com/containerd/console \ |
| 9 | github.com/containerd/containerd:github.com/containerd/containerd \ | ||
| 6 | github.com/containerd/continuity:github.com/containerd/continuity \ | 10 | github.com/containerd/continuity:github.com/containerd/continuity \ |
| 7 | github.com/containerd/go-cni:github.com/containerd/go-cni \ | 11 | github.com/containerd/go-cni:github.com/containerd/go-cni \ |
| 8 | github.com/containerd/imgcrypt:github.com/containerd/imgcrypt \ | 12 | github.com/containerd/imgcrypt:github.com/containerd/imgcrypt \ |
| @@ -10,6 +14,7 @@ sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ | |||
| 10 | github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter \ | 14 | github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter \ |
| 11 | github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz \ | 15 | github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz \ |
| 12 | github.com/containerd/stargz-snapshotter/ipfs:github.com/containerd/stargz-snapshotter//ipfs \ | 16 | github.com/containerd/stargz-snapshotter/ipfs:github.com/containerd/stargz-snapshotter//ipfs \ |
| 17 | github.com/containerd/typeurl/v2:github.com/containerd/typeurlv2 \ | ||
| 13 | github.com/containerd/typeurl:github.com/containerd/typeurl \ | 18 | github.com/containerd/typeurl:github.com/containerd/typeurl \ |
| 14 | github.com/containernetworking/cni:github.com/containernetworking/cni \ | 19 | github.com/containernetworking/cni:github.com/containernetworking/cni \ |
| 15 | github.com/containernetworking/plugins:github.com/containernetworking/plugins \ | 20 | github.com/containernetworking/plugins:github.com/containernetworking/plugins \ |
| @@ -21,16 +26,16 @@ sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ | |||
| 21 | github.com/docker/go-units:github.com/docker/go-units \ | 26 | github.com/docker/go-units:github.com/docker/go-units \ |
| 22 | github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate \ | 27 | github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate \ |
| 23 | github.com/fatih/color:github.com/fatih/color \ | 28 | github.com/fatih/color:github.com/fatih/color \ |
| 29 | github.com/fluent/fluent-logger-golang:github.com/fluent/fluent-logger-golang \ | ||
| 24 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ | 30 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ |
| 25 | github.com/ipfs/go-cid:github.com/ipfs/go-cid \ | 31 | github.com/ipfs/go-cid:github.com/ipfs/go-cid \ |
| 26 | github.com/ipfs/go-ipfs-files:github.com/ipfs/go-ipfs-files \ | ||
| 27 | github.com/ipfs/go-ipfs-http-client:github.com/ipfs/go-ipfs-http-client \ | ||
| 28 | github.com/ipfs/interface-go-ipfs-core:github.com/ipfs/interface-go-ipfs-core \ | ||
| 29 | github.com/mattn/go-isatty:github.com/mattn/go-isatty \ | 32 | github.com/mattn/go-isatty:github.com/mattn/go-isatty \ |
| 33 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ | ||
| 30 | github.com/moby/sys/mount:github.com/moby/sys/mount//mount \ | 34 | github.com/moby/sys/mount:github.com/moby/sys/mount//mount \ |
| 31 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \ | ||
| 32 | github.com/moby/sys/signal:github.com/moby/sys/signal//signal \ | 35 | github.com/moby/sys/signal:github.com/moby/sys/signal//signal \ |
| 33 | github.com/multiformats/go-multiaddr:github.com/multiformats/go-multiaddr \ | 36 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \ |
| 37 | github.com/moby/sys/sequential:github.com/moby/sys/sequential//sequential \ | ||
| 38 | github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \ | ||
| 34 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \ | 39 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \ |
| 35 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \ | 40 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \ |
| 36 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \ | 41 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \ |
| @@ -43,130 +48,91 @@ sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ | |||
| 43 | github.com/tidwall/gjson:github.com/tidwall/gjson \ | 48 | github.com/tidwall/gjson:github.com/tidwall/gjson \ |
| 44 | github.com/vishvananda/netlink:github.com/vishvananda/netlink \ | 49 | github.com/vishvananda/netlink:github.com/vishvananda/netlink \ |
| 45 | github.com/vishvananda/netns:github.com/vishvananda/netns \ | 50 | github.com/vishvananda/netns:github.com/vishvananda/netns \ |
| 51 | github.com/yuchanns/srslog:github.com/yuchanns/srslog \ | ||
| 46 | golang.org/x/crypto:golang.org/x/crypto \ | 52 | golang.org/x/crypto:golang.org/x/crypto \ |
| 47 | golang.org/x/net:golang.org/x/net \ | 53 | golang.org/x/net:golang.org/x/net \ |
| 48 | golang.org/x/sync:golang.org/x/sync \ | 54 | golang.org/x/sync:golang.org/x/sync \ |
| 49 | golang.org/x/sys:golang.org/x/sys \ | 55 | golang.org/x/sys:golang.org/x/sys \ |
| 50 | golang.org/x/term:golang.org/x/term \ | 56 | golang.org/x/term:golang.org/x/term \ |
| 57 | golang.org/x/text:golang.org/x/text \ | ||
| 51 | gopkg.in/yaml.v3:gopkg.in/yaml.v3 \ | 58 | gopkg.in/yaml.v3:gopkg.in/yaml.v3 \ |
| 52 | gotest.tools/v3:github.com/gotestyourself/gotest.tools \ | 59 | gotest.tools/v3:github.com/gotestyourself/gotest.tools \ |
| 53 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers \ | 60 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers \ |
| 54 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \ | 61 | github.com/AdamKorcz/go-118-fuzz-build:github.com/AdamKorcz/go-118-fuzz-build \ |
| 55 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim \ | ||
| 56 | github.com/beorn7/perks:github.com/beorn7/perks \ | ||
| 57 | github.com/blang/semver:github.com/blang/semver \ | ||
| 58 | github.com/bmizerany/assert:github.com/bmizerany/assert \ | ||
| 59 | github.com/btcsuite/btcd:github.com/btcsuite/btcd \ | ||
| 60 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ | ||
| 61 | github.com/cilium/ebpf:github.com/cilium/ebpf \ | 62 | github.com/cilium/ebpf:github.com/cilium/ebpf \ |
| 62 | github.com/container-orchestrated-devices/container-device-interface:github.com/container-orchestrated-devices/container-device-interface \ | ||
| 63 | github.com/containerd/fifo:github.com/containerd/fifo \ | 63 | github.com/containerd/fifo:github.com/containerd/fifo \ |
| 64 | github.com/containerd/ttrpc:github.com/containerd/ttrpc \ | 64 | github.com/containerd/ttrpc:github.com/containerd/ttrpc \ |
| 65 | github.com/containers/ocicrypt:github.com/containers/ocicrypt \ | 65 | github.com/containers/ocicrypt:github.com/containers/ocicrypt \ |
| 66 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 \ | ||
| 67 | github.com/crackcomm/go-gitignore:github.com/crackcomm/go-gitignore \ | ||
| 68 | github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 \ | 66 | github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 \ |
| 69 | github.com/djherbis/times:github.com/djherbis/times \ | 67 | github.com/djherbis/times:github.com/djherbis/times \ |
| 70 | github.com/docker/distribution:github.com/docker/distribution \ | ||
| 71 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \ | 68 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \ |
| 72 | github.com/docker/go-events:github.com/docker/go-events \ | 69 | github.com/docker/go-events:github.com/docker/go-events \ |
| 73 | github.com/docker/go-metrics:github.com/docker/go-metrics \ | 70 | github.com/frankban/quicktest:github.com/frankban/quicktest \ |
| 74 | github.com/fluent/fluent-logger-golang:github.com/fluent/fluent-logger-golang \ | 71 | github.com/go-logr/logr:github.com/go-logr/logr \ |
| 72 | github.com/go-logr/stdr:github.com/go-logr/stdr \ | ||
| 75 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \ | 73 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \ |
| 76 | github.com/gogo/protobuf:github.com/gogo/protobuf \ | 74 | github.com/gogo/protobuf:github.com/gogo/protobuf \ |
| 77 | github.com/golang/groupcache:github.com/golang/groupcache \ | 75 | github.com/golang/groupcache:github.com/golang/groupcache \ |
| 78 | github.com/golang/protobuf:github.com/golang/protobuf \ | 76 | github.com/golang/protobuf:github.com/golang/protobuf \ |
| 79 | github.com/google/go-cmp:github.com/google/go-cmp \ | 77 | github.com/google/go-cmp:github.com/google/go-cmp \ |
| 80 | github.com/google/uuid:github.com/google/uuid \ | 78 | github.com/google/uuid:github.com/google/uuid \ |
| 81 | github.com/gorilla/mux:github.com/gorilla/mux \ | ||
| 82 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ | 79 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ |
| 83 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \ | ||
| 84 | github.com/imdario/mergo:github.com/imdario/mergo \ | 80 | github.com/imdario/mergo:github.com/imdario/mergo \ |
| 85 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ | 81 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ |
| 86 | github.com/ipfs/bbloom:github.com/ipfs/bbloom \ | ||
| 87 | github.com/ipfs/go-block-format:github.com/ipfs/go-block-format \ | ||
| 88 | github.com/ipfs/go-blockservice:github.com/ipfs/go-blockservice \ | ||
| 89 | github.com/ipfs/go-datastore:github.com/ipfs/go-datastore \ | ||
| 90 | github.com/ipfs/go-ipfs-blockstore:github.com/ipfs/go-ipfs-blockstore \ | ||
| 91 | github.com/ipfs/go-ipfs-cmds:github.com/ipfs/go-ipfs-cmds \ | ||
| 92 | github.com/ipfs/go-ipfs-ds-help:github.com/ipfs/go-ipfs-ds-help \ | ||
| 93 | github.com/ipfs/go-ipfs-exchange-interface:github.com/ipfs/go-ipfs-exchange-interface \ | ||
| 94 | github.com/ipfs/go-ipfs-util:github.com/ipfs/go-ipfs-util \ | ||
| 95 | github.com/ipfs/go-ipld-cbor:github.com/ipfs/go-ipld-cbor \ | ||
| 96 | github.com/ipfs/go-ipld-format:github.com/ipfs/go-ipld-format \ | ||
| 97 | github.com/ipfs/go-ipld-legacy:github.com/ipfs/go-ipld-legacy \ | ||
| 98 | github.com/ipfs/go-log:github.com/ipfs/go-log \ | ||
| 99 | github.com/ipfs/go-log/v2:github.com/ipfs/go-log/v2 \ | ||
| 100 | github.com/ipfs/go-merkledag:github.com/ipfs/go-merkledag \ | ||
| 101 | github.com/ipfs/go-metrics-interface:github.com/ipfs/go-metrics-interface \ | ||
| 102 | github.com/ipfs/go-path:github.com/ipfs/go-path \ | ||
| 103 | github.com/ipfs/go-unixfs:github.com/ipfs/go-unixfs \ | ||
| 104 | github.com/ipfs/go-verifcid:github.com/ipfs/go-verifcid \ | ||
| 105 | github.com/ipld/go-codec-dagpb:github.com/ipld/go-codec-dagpb \ | ||
| 106 | github.com/ipld/go-ipld-prime:github.com/ipld/go-ipld-prime \ | ||
| 107 | github.com/jbenet/goprocess:github.com/jbenet/goprocess \ | ||
| 108 | github.com/klauspost/compress:github.com/klauspost/compress \ | 82 | github.com/klauspost/compress:github.com/klauspost/compress \ |
| 109 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 \ | 83 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 \ |
| 110 | github.com/libp2p/go-buffer-pool:github.com/libp2p/go-buffer-pool \ | ||
| 111 | github.com/libp2p/go-libp2p-core:github.com/libp2p/go-libp2p-core \ | ||
| 112 | github.com/libp2p/go-openssl:github.com/libp2p/go-openssl \ | ||
| 113 | github.com/mattn/go-colorable:github.com/mattn/go-colorable \ | 84 | github.com/mattn/go-colorable:github.com/mattn/go-colorable \ |
| 114 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ | 85 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ |
| 115 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ | ||
| 116 | github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ | 86 | github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ |
| 117 | github.com/minio/blake2b-simd:github.com/minio/blake2b-simd \ | ||
| 118 | github.com/minio/sha256-simd:github.com/minio/sha256-simd \ | 87 | github.com/minio/sha256-simd:github.com/minio/sha256-simd \ |
| 119 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ | 88 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ |
| 120 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ | ||
| 121 | github.com/moby/locker:github.com/moby/locker \ | 89 | github.com/moby/locker:github.com/moby/locker \ |
| 122 | github.com/moby/term:github.com/moby/term \ | ||
| 123 | github.com/morikuni/aec:github.com/morikuni/aec \ | ||
| 124 | github.com/mr-tron/base58:github.com/mr-tron/base58 \ | 90 | github.com/mr-tron/base58:github.com/mr-tron/base58 \ |
| 125 | github.com/multiformats/go-base32:github.com/multiformats/go-base32 \ | 91 | github.com/multiformats/go-base32:github.com/multiformats/go-base32 \ |
| 126 | github.com/multiformats/go-base36:github.com/multiformats/go-base36 \ | 92 | github.com/multiformats/go-base36:github.com/multiformats/go-base36 \ |
| 93 | github.com/multiformats/go-multiaddr:github.com/multiformats/go-multiaddr \ | ||
| 127 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase \ | 94 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase \ |
| 128 | github.com/multiformats/go-multicodec:github.com/multiformats/go-multicodec \ | ||
| 129 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash \ | 95 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash \ |
| 130 | github.com/multiformats/go-varint:github.com/multiformats/go-varint \ | 96 | github.com/multiformats/go-varint:github.com/multiformats/go-varint \ |
| 131 | github.com/opencontainers/runc:github.com/opencontainers/runc \ | 97 | github.com/opencontainers/runc:github.com/opencontainers/runc \ |
| 132 | github.com/opencontainers/runtime-tools:github.com/opencontainers/runtime-tools \ | ||
| 133 | github.com/opencontainers/selinux:github.com/opencontainers/selinux \ | 98 | github.com/opencontainers/selinux:github.com/opencontainers/selinux \ |
| 134 | github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go \ | ||
| 135 | github.com/philhofer/fwd:github.com/philhofer/fwd \ | 99 | github.com/philhofer/fwd:github.com/philhofer/fwd \ |
| 136 | github.com/pkg/errors:github.com/pkg/errors \ | 100 | github.com/pkg/errors:github.com/pkg/errors \ |
| 137 | github.com/polydawn/refmt:github.com/polydawn/refmt \ | ||
| 138 | github.com/prometheus/client_golang:github.com/prometheus/client_golang \ | ||
| 139 | github.com/prometheus/client_model:github.com/prometheus/client_model \ | ||
| 140 | github.com/prometheus/common:github.com/prometheus/common \ | ||
| 141 | github.com/prometheus/procfs:github.com/prometheus/procfs \ | ||
| 142 | github.com/rs/cors:github.com/rs/cors \ | ||
| 143 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 \ | ||
| 144 | github.com/spacemonkeygo/spacelog:github.com/spacemonkeygo/spacelog \ | ||
| 145 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 \ | 101 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 \ |
| 146 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \ | 102 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \ |
| 147 | github.com/syndtr/gocapability:github.com/syndtr/gocapability \ | ||
| 148 | github.com/tidwall/match:github.com/tidwall/match \ | 103 | github.com/tidwall/match:github.com/tidwall/match \ |
| 149 | github.com/tidwall/pretty:github.com/tidwall/pretty \ | 104 | github.com/tidwall/pretty:github.com/tidwall/pretty \ |
| 150 | github.com/tinylib/msgp:github.com/tinylib/msgp \ | 105 | github.com/tinylib/msgp:github.com/tinylib/msgp \ |
| 151 | github.com/urfave/cli:github.com/urfave/cli \ | ||
| 152 | github.com/vbatts/tar-split:github.com/vbatts/tar-split \ | 106 | github.com/vbatts/tar-split:github.com/vbatts/tar-split \ |
| 153 | github.com/whyrusleeping/cbor-gen:github.com/whyrusleeping/cbor-gen \ | ||
| 154 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer \ | 107 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer \ |
| 155 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference \ | 108 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference \ |
| 156 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema \ | 109 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema \ |
| 157 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \ | 110 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \ |
| 158 | go.opencensus.io:go.opencensus.io \ | 111 | go.opencensus.io:go.opencensus.io \ |
| 159 | go.uber.org/atomic:go.uber.org/atomic \ | 112 | go.opentelemetry.io/otel:go.opentelemetry.io/otel \ |
| 160 | go.uber.org/multierr:go.uber.org/multierr \ | 113 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace \ |
| 161 | go.uber.org/zap:go.uber.org/zap \ | 114 | golang.org/x/mod:golang.org/x/mod \ |
| 162 | golang.org/x/text:golang.org/x/text \ | 115 | golang.org/x/tools:golang.org/x/tools \ |
| 163 | golang.org/x/xerrors:golang.org/x/xerrors \ | ||
| 164 | google.golang.org/genproto:github.com/googleapis/go-genproto \ | 116 | google.golang.org/genproto:github.com/googleapis/go-genproto \ |
| 165 | google.golang.org/grpc:github.com/grpc/grpc-go \ | 117 | google.golang.org/grpc:github.com/grpc/grpc-go \ |
| 166 | google.golang.org/protobuf:github.com/protocolbuffers/protobuf-go \ | 118 | google.golang.org/protobuf:github.com/protocolbuffers/protobuf-go \ |
| 167 | gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 \ | 119 | gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 \ |
| 168 | gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ | 120 | lukechampine.com/blake3:lukechampine.com/blake3" |
| 169 | lukechampine.com/blake3:lukechampine.com/blake3 \ | 121 | |
| 170 | sigs.k8s.io/yaml:sigs.k8s.io/yaml \ | 122 | |
| 171 | github.com/containerd/containerd:github.com/containerd/containerd \ | 123 | do_compile:prepend() { |
| 172 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru" | 124 | cd ${S}/src/import |
| 125 | for s in $sites; do | ||
| 126 | site_dest=$(echo $s | cut -d: -f1) | ||
| 127 | site_source=$(echo $s | cut -d: -f2) | ||
| 128 | force_flag=$(echo $s | cut -d: -f3) | ||
| 129 | mkdir -p vendor.copy/$site_dest | ||
| 130 | if [ -n "$force_flag" ]; then | ||
| 131 | echo "[INFO] $site_dest: force copying .go files" | ||
| 132 | rm -rf vendor.copy/$site_dest | ||
| 133 | rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest | ||
| 134 | else | ||
| 135 | [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } | ||
| 136 | fi | ||
| 137 | done | ||
| 138 | } | ||
diff --git a/recipes-containers/nerdctl/src_uri.inc b/recipes-containers/nerdctl/src_uri.inc index 0b88240a..149bc3c0 100644 --- a/recipes-containers/nerdctl/src_uri.inc +++ b/recipes-containers/nerdctl/src_uri.inc | |||
| @@ -1,21 +1,31 @@ | |||
| 1 | # github.com/Masterminds/semver/v3 v3.1.1 | 1 | # github.com/Masterminds/semver/v3 v3.2.0 |
| 2 | # [1] git ls-remote https://github.com/Masterminds/semver 7bb0c843b53d6ad21a3f619cb22c4b442bb3ef3e | 2 | # [1] git ls-remote https://github.com/Masterminds/semver 4694ab0ad3c9477a17e347d828d2aca9ef7130f0 |
| 3 | SRCREV_v3="7bb0c843b53d6ad21a3f619cb22c4b442bb3ef3e" | 3 | SRCREV_v3="4694ab0ad3c9477a17e347d828d2aca9ef7130f0" |
| 4 | SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver/v3" | 4 | SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver/v3" |
| 5 | 5 | ||
| 6 | # github.com/Microsoft/go-winio v0.5.2 | 6 | # github.com/Microsoft/go-winio v0.6.0 |
| 7 | # [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6 | 7 | # [1] git ls-remote https://github.com/Microsoft/go-winio 376b2013fee695d54f9b21db81716426a8a736d9 |
| 8 | SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6" | 8 | SRCREV_go-winio="376b2013fee695d54f9b21db81716426a8a736d9" |
| 9 | SRC_URI += "git://github.com/Microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio" | 9 | SRC_URI += "git://github.com/Microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio" |
| 10 | 10 | ||
| 11 | # github.com/compose-spec/compose-go v1.4.0 | 11 | # github.com/Microsoft/hcsshim v0.10.0-rc.7 |
| 12 | # [1] git ls-remote https://github.com/compose-spec/compose-go 1656887c43be8eb8177f7b72ba4d5581ece50cc2 | 12 | # [1] git ls-remote https://github.com/Microsoft/hcsshim 5871d0c4436f131c377655a3eb09fc9b5065f11d |
| 13 | SRCREV_compose-go="1656887c43be8eb8177f7b72ba4d5581ece50cc2" | 13 | SRCREV_hcsshim="5871d0c4436f131c377655a3eb09fc9b5065f11d" |
| 14 | SRC_URI += "git://github.com/Microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" | ||
| 15 | |||
| 16 | # github.com/compose-spec/compose-go v1.13.2 | ||
| 17 | # [1] git ls-remote https://github.com/compose-spec/compose-go 4d6b286b976c3f3aafcf422d56f0b552f4559589 | ||
| 18 | SRCREV_compose-go="4d6b286b976c3f3aafcf422d56f0b552f4559589" | ||
| 14 | SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/compose-spec/compose-go" | 19 | SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/compose-spec/compose-go" |
| 15 | 20 | ||
| 16 | # github.com/containerd/cgroups v1.0.4 | 21 | # github.com/containerd/accelerated-container-image v0.6.0 |
| 17 | # [1] git ls-remote https://github.com/containerd/cgroups 188f73d13086fdfc4a26bdda70f0362203552e3a | 22 | # [1] git ls-remote https://github.com/containerd/accelerated-container-image 7540814873f0b3917b57396cc18386e08e0e0f70 |
| 18 | SRCREV_cgroups="188f73d13086fdfc4a26bdda70f0362203552e3a" | 23 | SRCREV_accelerated-container-image="7540814873f0b3917b57396cc18386e08e0e0f70" |
| 24 | SRC_URI += "git://github.com/containerd/accelerated-container-image;name=accelerated-container-image;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/accelerated-container-image" | ||
| 25 | |||
| 26 | # github.com/containerd/cgroups v1.1.0 | ||
| 27 | # [1] git ls-remote https://github.com/containerd/cgroups fe7323f622bc222e72473679f12a9089aeeda177 | ||
| 28 | SRCREV_cgroups="fe7323f622bc222e72473679f12a9089aeeda177" | ||
| 19 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups" | 29 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups" |
| 20 | 30 | ||
| 21 | # github.com/containerd/console v1.0.3 | 31 | # github.com/containerd/console v1.0.3 |
| @@ -23,49 +33,54 @@ SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobr | |||
| 23 | SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" | 33 | SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" |
| 24 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" | 34 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" |
| 25 | 35 | ||
| 36 | # github.com/containerd/containerd v1.7.0 | ||
| 37 | # [1] git ls-remote https://github.com/containerd/containerd 1fbd70374134b891f97ce19c70b6e50c7b9f4e0d | ||
| 38 | SRCREV_containerd="1fbd70374134b891f97ce19c70b6e50c7b9f4e0d" | ||
| 39 | SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" | ||
| 40 | |||
| 26 | # github.com/containerd/continuity v0.3.0 | 41 | # github.com/containerd/continuity v0.3.0 |
| 27 | # [1] git ls-remote https://github.com/containerd/continuity 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd | 42 | # [1] git ls-remote https://github.com/containerd/continuity 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd |
| 28 | SRCREV_continuity="5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd" | 43 | SRCREV_continuity="5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd" |
| 29 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" | 44 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" |
| 30 | 45 | ||
| 31 | # github.com/containerd/go-cni v1.1.7 | 46 | # github.com/containerd/go-cni v1.1.9 |
| 32 | # [1] git ls-remote https://github.com/containerd/go-cni 2c7e7570ca329c4917c93f5cfa2b1cf1a633c155 | 47 | # [1] git ls-remote https://github.com/containerd/go-cni 6603d5bd8941d7f2026bb5627f6aa4ff434f859a |
| 33 | SRCREV_go-cni="2c7e7570ca329c4917c93f5cfa2b1cf1a633c155" | 48 | SRCREV_go-cni="6603d5bd8941d7f2026bb5627f6aa4ff434f859a" |
| 34 | SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-cni" | 49 | SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-cni" |
| 35 | 50 | ||
| 36 | # github.com/containerd/imgcrypt v1.1.6 | 51 | # github.com/containerd/imgcrypt v1.1.7 |
| 37 | # [1] git ls-remote https://github.com/containerd/imgcrypt 23f077229f2cdee91ba70d49684751187a5775f5 | 52 | # [1] git ls-remote https://github.com/containerd/imgcrypt 01a05dffff35aadeb0a3008016ed745e7ff6beda |
| 38 | SRCREV_imgcrypt="23f077229f2cdee91ba70d49684751187a5775f5" | 53 | SRCREV_imgcrypt="01a05dffff35aadeb0a3008016ed745e7ff6beda" |
| 39 | SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt" | 54 | SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt" |
| 40 | 55 | ||
| 41 | # github.com/containerd/nydus-snapshotter v0.3.0-alpha.5 | 56 | # github.com/containerd/nydus-snapshotter v0.7.1 |
| 42 | # [1] git ls-remote https://github.com/containerd/nydus-snapshotter c360523a8a781eed2efc53bfa2e8ee05bf3a7a54 | 57 | # [1] git ls-remote https://github.com/containerd/nydus-snapshotter cde243fcb806b33c2ab0252257a2391e24d3ecad |
| 43 | SRCREV_nydus-snapshotter="c360523a8a781eed2efc53bfa2e8ee05bf3a7a54" | 58 | SRCREV_nydus-snapshotter="cde243fcb806b33c2ab0252257a2391e24d3ecad" |
| 44 | SRC_URI += "git://github.com/containerd/nydus-snapshotter;name=nydus-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/nydus-snapshotter" | 59 | SRC_URI += "git://github.com/containerd/nydus-snapshotter;name=nydus-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/nydus-snapshotter" |
| 45 | 60 | ||
| 46 | # github.com/containerd/stargz-snapshotter v0.12.0 | 61 | # github.com/containerd/stargz-snapshotter v0.14.3 |
| 47 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 461aaf7075bd3f771d6a379eff2db071dd54d222 | 62 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 6ee6fa1a88df6ea098f6b7dddde29e33f09d5331 |
| 48 | SRCREV_stargz-snapshotter="461aaf7075bd3f771d6a379eff2db071dd54d222" | 63 | SRCREV_stargz-snapshotter="6ee6fa1a88df6ea098f6b7dddde29e33f09d5331" |
| 49 | SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter" | 64 | SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter" |
| 50 | 65 | ||
| 51 | # github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67 | 66 | # github.com/containerd/typeurl/v2 v2.1.0 |
| 52 | # [1] git ls-remote https://github.com/containerd/typeurl 7f6e6d160d675241af388d5cf1b90814786bac40 | 67 | # [1] git ls-remote https://github.com/containerd/typeurl 2a94991bd2295cc8158a425fa0ac227204c6dd01 |
| 53 | SRCREV_typeurl="7f6e6d160d675241af388d5cf1b90814786bac40" | 68 | SRCREV_v2="2a94991bd2295cc8158a425fa0ac227204c6dd01" |
| 54 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" | 69 | SRC_URI += "git://github.com/containerd/typeurl;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurlv2" |
| 55 | 70 | ||
| 56 | # github.com/containernetworking/cni v1.1.2 | 71 | # github.com/containernetworking/cni v1.1.2 |
| 57 | # [1] git ls-remote https://github.com/containernetworking/cni 3363d143688bb83ca18489ac8b9dc204c1d49c4a | 72 | # [1] git ls-remote https://github.com/containernetworking/cni 3363d143688bb83ca18489ac8b9dc204c1d49c4a |
| 58 | SRCREV_cni="3363d143688bb83ca18489ac8b9dc204c1d49c4a" | 73 | SRCREV_cni="3363d143688bb83ca18489ac8b9dc204c1d49c4a" |
| 59 | SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni" | 74 | SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni" |
| 60 | 75 | ||
| 61 | # github.com/containernetworking/plugins v1.1.1 | 76 | # github.com/containernetworking/plugins v1.2.0 |
| 62 | # [1] git ls-remote https://github.com/containernetworking/plugins 4744ec27b89c083194e7df498de50f03a8a1d3ec | 77 | # [1] git ls-remote https://github.com/containernetworking/plugins c4d24e80d64393d2c632a825a3486d1c2c0248ec |
| 63 | SRCREV_plugins="4744ec27b89c083194e7df498de50f03a8a1d3ec" | 78 | SRCREV_plugins="c4d24e80d64393d2c632a825a3486d1c2c0248ec" |
| 64 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins" | 79 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins" |
| 65 | 80 | ||
| 66 | # github.com/coreos/go-systemd/v22 v22.3.2 | 81 | # github.com/coreos/go-systemd/v22 v22.5.0 |
| 67 | # [1] git ls-remote https://github.com/coreos/go-systemd 777e73a89cef78631ccaa97f53a9bae67e166186 | 82 | # [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e |
| 68 | SRCREV_v22="777e73a89cef78631ccaa97f53a9bae67e166186" | 83 | SRCREV_v22="d5623bf85e8e73ae6352f78ee6b55a287619dd4e" |
| 69 | SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22" | 84 | SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22" |
| 70 | 85 | ||
| 71 | # github.com/cyphar/filepath-securejoin v0.2.3 | 86 | # github.com/cyphar/filepath-securejoin v0.2.3 |
| @@ -73,14 +88,14 @@ SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch= | |||
| 73 | SRCREV_filepath-securejoin="8f267f5ea675a20a2cb5e91011d063721f53bf79" | 88 | SRCREV_filepath-securejoin="8f267f5ea675a20a2cb5e91011d063721f53bf79" |
| 74 | SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyphar/filepath-securejoin" | 89 | SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyphar/filepath-securejoin" |
| 75 | 90 | ||
| 76 | # github.com/docker/cli v20.10.17+incompatible | 91 | # github.com/docker/cli v23.0.3+incompatible |
| 77 | # [1] git ls-remote https://github.com/docker/cli 100c70180fde3601def79a59cc3e996aa553c9b9 | 92 | # [1] git ls-remote https://github.com/docker/cli 3e7cbfdee1eb5be2ac23ed3668c654362dcd29b5 |
| 78 | SRCREV_cli="100c70180fde3601def79a59cc3e996aa553c9b9" | 93 | SRCREV_cli="3e7cbfdee1eb5be2ac23ed3668c654362dcd29b5" |
| 79 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" | 94 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" |
| 80 | 95 | ||
| 81 | # github.com/docker/docker v20.10.17+incompatible | 96 | # github.com/docker/docker v23.0.3+incompatible |
| 82 | # [1] git ls-remote https://github.com/docker/docker a89b84221c8560e7a3dee2a653353429e7628424 | 97 | # [1] git ls-remote https://github.com/docker/docker 59118bff500fc0d95d0560a9788735a8d89568ce |
| 83 | SRCREV_docker="a89b84221c8560e7a3dee2a653353429e7628424" | 98 | SRCREV_docker="59118bff500fc0d95d0560a9788735a8d89568ce" |
| 84 | SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" | 99 | SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" |
| 85 | 100 | ||
| 86 | # github.com/docker/go-connections v0.4.0 | 101 | # github.com/docker/go-connections v0.4.0 |
| @@ -88,74 +103,69 @@ SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1 | |||
| 88 | SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55" | 103 | SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55" |
| 89 | SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-connections" | 104 | SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-connections" |
| 90 | 105 | ||
| 91 | # github.com/docker/go-units v0.4.0 | 106 | # github.com/docker/go-units v0.5.0 |
| 92 | # [1] git ls-remote https://github.com/docker/go-units 519db1ee28dcc9fd2474ae59fca29a810482bfb1 | 107 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f |
| 93 | SRCREV_go-units="519db1ee28dcc9fd2474ae59fca29a810482bfb1" | 108 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" |
| 94 | SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units" | 109 | SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units" |
| 95 | 110 | ||
| 96 | # github.com/fahedouch/go-logrotate v0.1.2 | 111 | # github.com/fahedouch/go-logrotate v0.1.3 |
| 97 | # [1] git ls-remote https://github.com/fahedouch/go-logrotate 12635ce7ea51353ca82a59bf8ef253bb02ccba28 | 112 | # [1] git ls-remote https://github.com/fahedouch/go-logrotate 8d5cc0d08c8653a794ad7bfe7c4d8150b2179aa1 |
| 98 | SRCREV_go-logrotate="12635ce7ea51353ca82a59bf8ef253bb02ccba28" | 113 | SRCREV_go-logrotate="8d5cc0d08c8653a794ad7bfe7c4d8150b2179aa1" |
| 99 | SRC_URI += "git://github.com/fahedouch/go-logrotate;name=go-logrotate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fahedouch/go-logrotate" | 114 | SRC_URI += "git://github.com/fahedouch/go-logrotate;name=go-logrotate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fahedouch/go-logrotate" |
| 100 | 115 | ||
| 101 | # github.com/fatih/color v1.13.0 | 116 | # github.com/fatih/color v1.15.0 |
| 102 | # [1] git ls-remote https://github.com/fatih/color a05da93ebe62ca9fc6791d3376ec4dad01196448 | 117 | # [1] git ls-remote https://github.com/fatih/color 12126ed593697635c525b302836b292b657ea573 |
| 103 | SRCREV_color="a05da93ebe62ca9fc6791d3376ec4dad01196448" | 118 | SRCREV_color="12126ed593697635c525b302836b292b657ea573" |
| 104 | SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color" | 119 | SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color" |
| 105 | 120 | ||
| 121 | # github.com/fluent/fluent-logger-golang v1.9.0 | ||
| 122 | # [1] git ls-remote https://github.com/fluent/fluent-logger-golang 5538e904aeb515c10a624da620581bdf420d4b8a | ||
| 123 | SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a" | ||
| 124 | SRC_URI += "git://github.com/fluent/fluent-logger-golang;name=fluent-logger-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fluent/fluent-logger-golang" | ||
| 125 | |||
| 106 | # github.com/hashicorp/go-multierror v1.1.1 | 126 | # github.com/hashicorp/go-multierror v1.1.1 |
| 107 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 | 127 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 |
| 108 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" | 128 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" |
| 109 | SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror" | 129 | SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror" |
| 110 | 130 | ||
| 111 | # github.com/ipfs/go-cid v0.1.0 | 131 | # github.com/ipfs/go-cid v0.4.1 |
| 112 | # [1] git ls-remote https://github.com/ipfs/go-cid de6c03deae1cf9c032be7f24b83bc7da7d139844 | 132 | # [1] git ls-remote https://github.com/ipfs/go-cid d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7 |
| 113 | SRCREV_go-cid="de6c03deae1cf9c032be7f24b83bc7da7d139844" | 133 | SRCREV_go-cid="d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7" |
| 114 | SRC_URI += "git://github.com/ipfs/go-cid;name=go-cid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-cid" | 134 | SRC_URI += "git://github.com/ipfs/go-cid;name=go-cid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-cid" |
| 115 | 135 | ||
| 116 | # github.com/ipfs/go-ipfs-files v0.1.1 | 136 | # github.com/mattn/go-isatty v0.0.18 |
| 117 | # [1] git ls-remote https://github.com/ipfs/go-ipfs-files 5044b18695cb23ae69632c3e2511b4624a87b0d5 | 137 | # [1] git ls-remote https://github.com/mattn/go-isatty 72a590e157f100a8191f6a086e84d5f6f73da9d6 |
| 118 | SRCREV_go-ipfs-files="5044b18695cb23ae69632c3e2511b4624a87b0d5" | 138 | SRCREV_go-isatty="72a590e157f100a8191f6a086e84d5f6f73da9d6" |
| 119 | SRC_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" | ||
| 120 | |||
| 121 | # github.com/ipfs/go-ipfs-http-client v0.4.0 | ||
| 122 | # [1] git ls-remote https://github.com/ipfs/go-ipfs-http-client 9c9f43fd9ca36c7ebdc664bb6936a6fe9881255b | ||
| 123 | SRCREV_go-ipfs-http-client="9c9f43fd9ca36c7ebdc664bb6936a6fe9881255b" | ||
| 124 | SRC_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" | ||
| 125 | |||
| 126 | # github.com/ipfs/interface-go-ipfs-core v0.7.0 | ||
| 127 | # [1] git ls-remote https://github.com/ipfs/interface-go-ipfs-core a3374d99028d96a1ef262b81acb385690eb36f97 | ||
| 128 | SRCREV_interface-go-ipfs-core="a3374d99028d96a1ef262b81acb385690eb36f97" | ||
| 129 | SRC_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" | ||
| 130 | |||
| 131 | # github.com/mattn/go-isatty v0.0.14 | ||
| 132 | # [1] git ls-remote https://github.com/mattn/go-isatty 504425e14f742f1f517c4586048b49b37f829c8e | ||
| 133 | SRCREV_go-isatty="504425e14f742f1f517c4586048b49b37f829c8e" | ||
| 134 | SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty" | 139 | SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty" |
| 135 | 140 | ||
| 141 | # github.com/mitchellh/mapstructure v1.5.0 | ||
| 142 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 | ||
| 143 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" | ||
| 144 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" | ||
| 145 | |||
| 136 | # github.com/moby/sys/mount v0.3.3 | 146 | # github.com/moby/sys/mount v0.3.3 |
| 137 | # [1] git ls-remote https://github.com/moby/sys 416188aff8404d549e1e34a50e513befeb11c3b9 | 147 | # [1] git ls-remote https://github.com/moby/sys 416188aff8404d549e1e34a50e513befeb11c3b9 |
| 138 | SRCREV_mount="416188aff8404d549e1e34a50e513befeb11c3b9" | 148 | SRCREV_mount="416188aff8404d549e1e34a50e513befeb11c3b9" |
| 139 | SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mount" | 149 | SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mount" |
| 140 | 150 | ||
| 141 | # github.com/multiformats/go-multiaddr v0.6.0 | 151 | # github.com/moby/sys/signal v0.7.0 |
| 142 | # [1] git ls-remote https://github.com/multiformats/go-multiaddr 043a1ee9c857a69f9fa473a9155fae7aa11ca15c | 152 | # [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 |
| 143 | SRCREV_go-multiaddr="043a1ee9c857a69f9fa473a9155fae7aa11ca15c" | 153 | SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" |
| 144 | SRC_URI += "git://github.com/multiformats/go-multiaddr;name=go-multiaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multiaddr" | 154 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal" |
| 145 | 155 | ||
| 146 | # github.com/opencontainers/go-digest v1.0.0 | 156 | # github.com/opencontainers/go-digest v1.0.0 |
| 147 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a | 157 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a |
| 148 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" | 158 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" |
| 149 | SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest" | 159 | SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest" |
| 150 | 160 | ||
| 151 | # github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1 | 161 | # github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b |
| 152 | # [1] git ls-remote https://github.com/opencontainers/image-spec 02efb9a75ee11e05937b535cc5f228f9343ab2f5 | 162 | # [1] git ls-remote https://github.com/opencontainers/image-spec 3a7f492d3f1bcada656a7d8c08f3f9bbd05e7406 |
| 153 | SRCREV_image-spec="02efb9a75ee11e05937b535cc5f228f9343ab2f5" | 163 | SRCREV_image-spec="3a7f492d3f1bcada656a7d8c08f3f9bbd05e7406" |
| 154 | SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec" | 164 | SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec" |
| 155 | 165 | ||
| 156 | # github.com/opencontainers/runtime-spec v1.0.3-0.20220311020903-6969a0a09ab1 | 166 | # github.com/opencontainers/runtime-spec v1.1.0-rc.1 |
| 157 | # [1] git ls-remote https://github.com/opencontainers/runtime-spec 6969a0a09ab162a574cafcc9ac814e498962c943 | 167 | # [1] git ls-remote https://github.com/opencontainers/runtime-spec 3e013c2729f542c16c7483ffc2fe06ba96b53e5b |
| 158 | SRCREV_runtime-spec="6969a0a09ab162a574cafcc9ac814e498962c943" | 168 | SRCREV_runtime-spec="3e013c2729f542c16c7483ffc2fe06ba96b53e5b" |
| 159 | SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-spec" | 169 | SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-spec" |
| 160 | 170 | ||
| 161 | # github.com/pelletier/go-toml v1.9.5 | 171 | # github.com/pelletier/go-toml v1.9.5 |
| @@ -163,14 +173,14 @@ SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;proto | |||
| 163 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" | 173 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" |
| 164 | SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml" | 174 | SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml" |
| 165 | 175 | ||
| 166 | # github.com/rootless-containers/bypass4netns v0.2.2 | 176 | # github.com/rootless-containers/bypass4netns v0.3.0 |
| 167 | # [1] git ls-remote https://github.com/rootless-containers/bypass4netns 6fa198e7d1bf58c35ebfb147bc16adede888f3b8 | 177 | # [1] git ls-remote https://github.com/rootless-containers/bypass4netns 8175487972621850933a7bd6c6924a16569ba435 |
| 168 | SRCREV_bypass4netns="6fa198e7d1bf58c35ebfb147bc16adede888f3b8" | 178 | SRCREV_bypass4netns="8175487972621850933a7bd6c6924a16569ba435" |
| 169 | SRC_URI += "git://github.com/rootless-containers/bypass4netns;name=bypass4netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/bypass4netns" | 179 | SRC_URI += "git://github.com/rootless-containers/bypass4netns;name=bypass4netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/bypass4netns" |
| 170 | 180 | ||
| 171 | # github.com/rootless-containers/rootlesskit v1.0.1 | 181 | # github.com/rootless-containers/rootlesskit v1.1.0 |
| 172 | # [1] git ls-remote https://github.com/rootless-containers/rootlesskit 5d5f4c0c26e26a6b51d1838c23e793e5836442d0 | 182 | # [1] git ls-remote https://github.com/rootless-containers/rootlesskit 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7 |
| 173 | SRCREV_rootlesskit="5d5f4c0c26e26a6b51d1838c23e793e5836442d0" | 183 | SRCREV_rootlesskit="6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7" |
| 174 | SRC_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" | 184 | SRC_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" |
| 175 | 185 | ||
| 176 | # github.com/sirupsen/logrus v1.9.0 | 186 | # github.com/sirupsen/logrus v1.9.0 |
| @@ -178,9 +188,9 @@ SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;pr | |||
| 178 | SRCREV_logrus="f8bf7650dccb756cea26edaf9217aab85500fe07" | 188 | SRCREV_logrus="f8bf7650dccb756cea26edaf9217aab85500fe07" |
| 179 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" | 189 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" |
| 180 | 190 | ||
| 181 | # github.com/spf13/cobra v1.5.0 | 191 | # github.com/spf13/cobra v1.7.0 |
| 182 | # [1] git ls-remote https://github.com/spf13/cobra 06b06a9dc9f9f5eba93c552b2532a3da64ef9877 | 192 | # [1] git ls-remote https://github.com/spf13/cobra 4dd4b25de38418174a6e859e8a32eaccca32dccc |
| 183 | SRCREV_cobra="06b06a9dc9f9f5eba93c552b2532a3da64ef9877" | 193 | SRCREV_cobra="4dd4b25de38418174a6e859e8a32eaccca32dccc" |
| 184 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" | 194 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" |
| 185 | 195 | ||
| 186 | # github.com/spf13/pflag v1.0.5 | 196 | # github.com/spf13/pflag v1.0.5 |
| @@ -188,9 +198,9 @@ SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;de | |||
| 188 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" | 198 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" |
| 189 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" | 199 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" |
| 190 | 200 | ||
| 191 | # github.com/tidwall/gjson v1.14.1 | 201 | # github.com/tidwall/gjson v1.14.4 |
| 192 | # [1] git ls-remote https://github.com/tidwall/gjson c3bb2c39ba202da03b359abb4b61555368dc3afb | 202 | # [1] git ls-remote https://github.com/tidwall/gjson e14b8d37087f5774d3d4dce0b0b708cbc32015f7 |
| 193 | SRCREV_gjson="c3bb2c39ba202da03b359abb4b61555368dc3afb" | 203 | SRCREV_gjson="e14b8d37087f5774d3d4dce0b0b708cbc32015f7" |
| 194 | SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson" | 204 | SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson" |
| 195 | 205 | ||
| 196 | # github.com/vishvananda/netlink v1.2.1-beta.2 | 206 | # github.com/vishvananda/netlink v1.2.1-beta.2 |
| @@ -198,139 +208,109 @@ SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1; | |||
| 198 | SRCREV_netlink="5e915e0149386ce3d02379ff93f4c0a5601779d5" | 208 | SRCREV_netlink="5e915e0149386ce3d02379ff93f4c0a5601779d5" |
| 199 | SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink" | 209 | SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink" |
| 200 | 210 | ||
| 201 | # github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 | 211 | # github.com/vishvananda/netns v0.0.4 |
| 202 | # [1] git ls-remote https://github.com/vishvananda/netns 50045581ed74c15eded78746bae9fb3df07d6655 | 212 | # [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9 |
| 203 | SRCREV_netns="50045581ed74c15eded78746bae9fb3df07d6655" | 213 | SRCREV_netns="7a452d2d15292b2bfb2a2d88e6bdeac156a761b9" |
| 204 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns" | 214 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns" |
| 205 | 215 | ||
| 206 | # golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e | 216 | # github.com/yuchanns/srslog v1.1.0 |
| 207 | # [1] git ls-remote https://github.com/golang/crypto 793ad666bf5ec61392092b27061be9618e4e219b | 217 | # [1] git ls-remote https://github.com/yuchanns/srslog becd9b11119269a7928ae89fde90784335c1d016 |
| 208 | SRCREV_crypto="793ad666bf5ec61392092b27061be9618e4e219b" | 218 | SRCREV_srslog="becd9b11119269a7928ae89fde90784335c1d016" |
| 219 | SRC_URI += "git://github.com/yuchanns/srslog;name=srslog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuchanns/srslog" | ||
| 220 | |||
| 221 | # golang.org/x/crypto v0.7.0 | ||
| 222 | # [1] git ls-remote https://github.com/golang/crypto 776e461a4e6d8b372a43c72122c5c28cfc40dca2 | ||
| 223 | SRCREV_crypto="776e461a4e6d8b372a43c72122c5c28cfc40dca2" | ||
| 209 | SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" | 224 | SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" |
| 210 | 225 | ||
| 211 | # golang.org/x/net v0.0.0-20220615171555-694bf12d69de | 226 | # golang.org/x/net v0.8.0 |
| 212 | # [1] git ls-remote https://github.com/golang/net 694bf12d69de87b859d3663757617cec92450753 | 227 | # [1] git ls-remote https://github.com/golang/net dfa2b5dffd96fb2ae13e7d182501f0bce044a0a4 |
| 213 | SRCREV_net="694bf12d69de87b859d3663757617cec92450753" | 228 | SRCREV_net="dfa2b5dffd96fb2ae13e7d182501f0bce044a0a4" |
| 214 | SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" | 229 | SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" |
| 215 | 230 | ||
| 216 | # golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 | 231 | # golang.org/x/sync v0.1.0 |
| 217 | # [1] git ls-remote https://github.com/golang/sync 886fb9371eb4b47af10bff9c8025a8c9e1554b92 | 232 | # [1] git ls-remote https://github.com/golang/sync 8fcdb60fdcc0539c5e357b2308249e4e752147f1 |
| 218 | SRCREV_sync="886fb9371eb4b47af10bff9c8025a8c9e1554b92" | 233 | SRCREV_sync="8fcdb60fdcc0539c5e357b2308249e4e752147f1" |
| 219 | SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" | 234 | SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" |
| 220 | 235 | ||
| 221 | # golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 | 236 | # golang.org/x/sys v0.7.0 |
| 222 | # [1] git ls-remote https://github.com/golang/sys c0bba94af5f85fbad9f6dc2e04ed5b8fac9696cf | 237 | # [1] git ls-remote https://github.com/golang/sys 64840c112d2335ed9874114aed48f946e778a769 |
| 223 | SRCREV_sys="c0bba94af5f85fbad9f6dc2e04ed5b8fac9696cf" | 238 | SRCREV_sys="64840c112d2335ed9874114aed48f946e778a769" |
| 224 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" | 239 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" |
| 225 | 240 | ||
| 226 | # golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 | 241 | # golang.org/x/term v0.7.0 |
| 227 | # [1] git ls-remote https://github.com/golang/term 065cf7ba2467924044800341704ad654f62c4e6f | 242 | # [1] git ls-remote https://github.com/golang/term 7ae6be6d0150527c2c41e70586b9ade6a972a186 |
| 228 | SRCREV_term="065cf7ba2467924044800341704ad654f62c4e6f" | 243 | SRCREV_term="7ae6be6d0150527c2c41e70586b9ade6a972a186" |
| 229 | SRC_URI += "git://github.com/golang/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" | 244 | SRC_URI += "git://github.com/golang/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" |
| 230 | 245 | ||
| 246 | # golang.org/x/text v0.8.0 | ||
| 247 | # [1] git ls-remote https://github.com/golang/text 9db913aaf20ced01b7a130d9fb222d74a1339fa6 | ||
| 248 | SRCREV_text="9db913aaf20ced01b7a130d9fb222d74a1339fa6" | ||
| 249 | SRC_URI += "git://github.com/golang/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" | ||
| 250 | |||
| 231 | # gopkg.in/yaml.v3 v3.0.1 | 251 | # gopkg.in/yaml.v3 v3.0.1 |
| 232 | # [1] git ls-remote https://gopkg.in/yaml.v3 f6f7691b1fdeb513f56608cd2c32c51f8194bf51 | 252 | # [1] git ls-remote https://gopkg.in/yaml.v3 f6f7691b1fdeb513f56608cd2c32c51f8194bf51 |
| 233 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" | 253 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" |
| 234 | SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" | 254 | SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" |
| 235 | 255 | ||
| 236 | # gotest.tools/v3 v3.3.0 | 256 | # gotest.tools/v3 v3.4.0 |
| 237 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 4de0c9f9fc73d14fda60ea865b44f2cce35346fd | 257 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools f086d2783c5b3a2a21b482ec19c1c310e68f4d18 |
| 238 | SRCREV_v31="4de0c9f9fc73d14fda60ea865b44f2cce35346fd" | 258 | SRCREV_v31="f086d2783c5b3a2a21b482ec19c1c310e68f4d18" |
| 239 | SRC_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" | 259 | SRC_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" |
| 240 | 260 | ||
| 241 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8 | 261 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 |
| 242 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers 6c3934b029d8c261ab9b15482e4d2d00df79b7f7 | 262 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers 43070de90fa134c9ea55cd6de4308a2ae59658d3 |
| 243 | SRCREV_go-fuzz-headers="6c3934b029d8c261ab9b15482e4d2d00df79b7f7" | 263 | SRCREV_go-fuzz-headers="43070de90fa134c9ea55cd6de4308a2ae59658d3" |
| 244 | SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" | 264 | SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" |
| 245 | 265 | ||
| 246 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | 266 | # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652 |
| 247 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 | 267 | # [1] git ls-remote https://github.com/AdamKorcz/go-118-fuzz-build 5330a85ea6528bb00bea0417b6d61f30deb61f2c |
| 248 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" | 268 | SRCREV_go-118-fuzz-build="5330a85ea6528bb00bea0417b6d61f30deb61f2c" |
| 249 | SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-ansiterm" | 269 | SRC_URI += "git://github.com/AdamKorcz/go-118-fuzz-build;name=go-118-fuzz-build;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdamKorcz/go-118-fuzz-build" |
| 250 | 270 | ||
| 251 | # github.com/Microsoft/hcsshim v0.9.3 | 271 | # github.com/cilium/ebpf v0.9.1 |
| 252 | # [1] git ls-remote https://github.com/Microsoft/hcsshim 50b68e6734cd2f2003689c1037141f58f23db229 | 272 | # [1] git ls-remote https://github.com/cilium/ebpf d560e4479b395c4523851a4571b04ba0b3846cd1 |
| 253 | SRCREV_hcsshim="50b68e6734cd2f2003689c1037141f58f23db229" | 273 | SRCREV_ebpf="d560e4479b395c4523851a4571b04ba0b3846cd1" |
| 254 | SRC_URI += "git://github.com/Microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" | ||
| 255 | |||
| 256 | # github.com/beorn7/perks v1.0.1 | ||
| 257 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 | ||
| 258 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" | ||
| 259 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" | ||
| 260 | |||
| 261 | # github.com/blang/semver v3.5.1+incompatible | ||
| 262 | # [1] git ls-remote https://github.com/blang/semver 2ee87856327ba09384cabd113bc6b5d174e9ec0f | ||
| 263 | SRCREV_semver="2ee87856327ba09384cabd113bc6b5d174e9ec0f" | ||
| 264 | SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver" | ||
| 265 | |||
| 266 | # github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 | ||
| 267 | # [1] git ls-remote https://github.com/bmizerany/assert b7ed37b82869576c289d7d97fb2bbd8b64a0cb28 | ||
| 268 | SRCREV_assert="b7ed37b82869576c289d7d97fb2bbd8b64a0cb28" | ||
| 269 | SRC_URI += "git://github.com/bmizerany/assert;name=assert;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bmizerany/assert" | ||
| 270 | |||
| 271 | # github.com/btcsuite/btcd v0.21.0-beta | ||
| 272 | # [1] git ls-remote https://github.com/btcsuite/btcd 56cc42fe07c206e76812fc57a216b59c41189f04 | ||
| 273 | SRCREV_btcd="56cc42fe07c206e76812fc57a216b59c41189f04" | ||
| 274 | SRC_URI += "git://github.com/btcsuite/btcd;name=btcd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/btcsuite/btcd" | ||
| 275 | |||
| 276 | # github.com/cespare/xxhash/v2 v2.1.2 | ||
| 277 | # [1] git ls-remote https://github.com/cespare/xxhash e7a6b52374f7e2abfb8abb27249d53a1997b09a7 | ||
| 278 | SRCREV_v2="e7a6b52374f7e2abfb8abb27249d53a1997b09a7" | ||
| 279 | SRC_URI += "git://github.com/cespare/xxhash;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" | ||
| 280 | |||
| 281 | # github.com/cilium/ebpf v0.7.0 | ||
| 282 | # [1] git ls-remote https://github.com/cilium/ebpf 13667bdb8f164c32ae1b85e7130552dd93e86dfd | ||
| 283 | SRCREV_ebpf="13667bdb8f164c32ae1b85e7130552dd93e86dfd" | ||
| 284 | SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf" | 274 | SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf" |
| 285 | 275 | ||
| 286 | # github.com/container-orchestrated-devices/container-device-interface v0.3.1 | 276 | # github.com/containerd/cgroups/v3 v3.0.1 |
| 287 | # [1] git ls-remote https://github.com/container-orchestrated-devices/container-device-interface 4b00593bd41bf11254faab4e021a00287e2a7b30 | 277 | # [1] git ls-remote https://github.com/containerd/cgroups 960ef05a33a09fe4f432683d3cbb4bb96e89d537 |
| 288 | SRCREV_container-device-interface="4b00593bd41bf11254faab4e021a00287e2a7b30" | 278 | SRCREV_v312="960ef05a33a09fe4f432683d3cbb4bb96e89d537" |
| 289 | SRC_URI += "git://github.com/container-orchestrated-devices/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/container-orchestrated-devices/container-device-interface" | 279 | SRC_URI += "git://github.com/containerd/cgroups;name=v312;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups/v3" |
| 290 | 280 | ||
| 291 | # github.com/containerd/fifo v1.0.0 | 281 | # github.com/containerd/fifo v1.1.0 |
| 292 | # [1] git ls-remote https://github.com/containerd/fifo 650e8a8a179d040123db61f016cb133143e7a581 | 282 | # [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46 |
| 293 | SRCREV_fifo="650e8a8a179d040123db61f016cb133143e7a581" | 283 | SRCREV_fifo="151b205263c29d471e0d55c787d2ce9f5343fd46" |
| 294 | SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo" | 284 | SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo" |
| 295 | 285 | ||
| 296 | # github.com/containerd/ttrpc v1.1.1-0.20220420014843-944ef4a40df3 | 286 | # github.com/containerd/ttrpc v1.2.1 |
| 297 | # [1] git ls-remote https://github.com/containerd/ttrpc 944ef4a40df3446714a823207972b7d9858ffac5 | 287 | # [1] git ls-remote https://github.com/containerd/ttrpc 36fd7c3f33441e5f0ee5388d55a68019417c91a2 |
| 298 | SRCREV_ttrpc="944ef4a40df3446714a823207972b7d9858ffac5" | 288 | SRCREV_ttrpc="36fd7c3f33441e5f0ee5388d55a68019417c91a2" |
| 299 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" | 289 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" |
| 300 | 290 | ||
| 301 | # github.com/containers/ocicrypt v1.1.5 | 291 | # github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67 |
| 302 | # [1] git ls-remote https://github.com/containers/ocicrypt a468e1acd826dc78e457b308471f90c8eea7551f | 292 | # [1] git ls-remote https://github.com/containerd/typeurl 7f6e6d160d675241af388d5cf1b90814786bac40 |
| 303 | SRCREV_ocicrypt="a468e1acd826dc78e457b308471f90c8eea7551f" | 293 | SRCREV_typeurl="7f6e6d160d675241af388d5cf1b90814786bac40" |
| 304 | SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt" | 294 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" |
| 305 | |||
| 306 | # github.com/cpuguy83/go-md2man/v2 v2.0.2 | ||
| 307 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man d97078115282836e16d0dca10b4b42ce60fc70e6 | ||
| 308 | SRCREV_v21="d97078115282836e16d0dca10b4b42ce60fc70e6" | ||
| 309 | SRC_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" | ||
| 310 | 295 | ||
| 311 | # github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 | 296 | # github.com/containers/ocicrypt v1.1.6 |
| 312 | # [1] git ls-remote https://github.com/crackcomm/go-gitignore 887ab5e44cc38866fff9bc2f34c3a97e2a827c12 | 297 | # [1] git ls-remote https://github.com/containers/ocicrypt c61dfa5ee6c2ac10004c4e156d1a435f11c444cf |
| 313 | SRCREV_go-gitignore="887ab5e44cc38866fff9bc2f34c3a97e2a827c12" | 298 | SRCREV_ocicrypt="c61dfa5ee6c2ac10004c4e156d1a435f11c444cf" |
| 314 | SRC_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" | 299 | SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt" |
| 315 | 300 | ||
| 316 | # github.com/distribution/distribution/v3 v3.0.0-20220725133111-4bf3547399eb | 301 | # github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa |
| 317 | # [1] git ls-remote https://github.com/distribution/distribution 4bf3547399eb8a27ee2ec463333c8c456d801345 | 302 | # [1] git ls-remote https://github.com/distribution/distribution 36d8c594d7aa4fb0b9b927fb1edf4171b36f361b |
| 318 | SRCREV_v312="4bf3547399eb8a27ee2ec463333c8c456d801345" | 303 | SRCREV_v3123="36d8c594d7aa4fb0b9b927fb1edf4171b36f361b" |
| 319 | SRC_URI += "git://github.com/distribution/distribution;name=v312;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3" | 304 | SRC_URI += "git://github.com/distribution/distribution;name=v3123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3" |
| 320 | 305 | ||
| 321 | # github.com/djherbis/times v1.5.0 | 306 | # github.com/djherbis/times v1.5.0 |
| 322 | # [1] git ls-remote https://github.com/djherbis/times a1edc5dc082a710e4a808e99c78989b8d04e3025 | 307 | # [1] git ls-remote https://github.com/djherbis/times a1edc5dc082a710e4a808e99c78989b8d04e3025 |
| 323 | SRCREV_times="a1edc5dc082a710e4a808e99c78989b8d04e3025" | 308 | SRCREV_times="a1edc5dc082a710e4a808e99c78989b8d04e3025" |
| 324 | SRC_URI += "git://github.com/djherbis/times;name=times;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/djherbis/times" | 309 | SRC_URI += "git://github.com/djherbis/times;name=times;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/djherbis/times" |
| 325 | 310 | ||
| 326 | # github.com/docker/distribution v2.8.1+incompatible | 311 | # github.com/docker/docker-credential-helpers v0.7.0 |
| 327 | # [1] git ls-remote https://github.com/docker/distribution b5ca020cfbe998e5af3457fda087444cf5116496 | 312 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde |
| 328 | SRCREV_distribution="b5ca020cfbe998e5af3457fda087444cf5116496" | 313 | SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde" |
| 329 | SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" | ||
| 330 | |||
| 331 | # github.com/docker/docker-credential-helpers v0.6.4 | ||
| 332 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers fc9290adbcf1594e78910e2f0334090eaee0e1ee | ||
| 333 | SRCREV_docker-credential-helpers="fc9290adbcf1594e78910e2f0334090eaee0e1ee" | ||
| 334 | SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker-credential-helpers" | 314 | SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker-credential-helpers" |
| 335 | 315 | ||
| 336 | # github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c | 316 | # github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c |
| @@ -338,19 +318,24 @@ SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-creden | |||
| 338 | SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f" | 318 | SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f" |
| 339 | SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-events" | 319 | SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-events" |
| 340 | 320 | ||
| 341 | # github.com/docker/go-metrics v0.0.1 | 321 | # github.com/frankban/quicktest v1.14.2 |
| 342 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c | 322 | # [1] git ls-remote https://github.com/frankban/quicktest 9f3c63cd6950868c53a96aa4bf4cda5ca1d2e857 |
| 343 | SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" | 323 | SRCREV_quicktest="9f3c63cd6950868c53a96aa4bf4cda5ca1d2e857" |
| 344 | SRC_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" | 324 | SRC_URI += "git://github.com/frankban/quicktest;name=quicktest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/frankban/quicktest" |
| 345 | 325 | ||
| 346 | # github.com/fluent/fluent-logger-golang v1.9.0 | 326 | # github.com/go-logr/logr v1.2.3 |
| 347 | # [1] git ls-remote https://github.com/fluent/fluent-logger-golang 5538e904aeb515c10a624da620581bdf420d4b8a | 327 | # [1] git ls-remote https://github.com/go-logr/logr 47e013cee9b1f91c987cc70a218639655431b607 |
| 348 | SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a" | 328 | SRCREV_logr="47e013cee9b1f91c987cc70a218639655431b607" |
| 349 | SRC_URI += "git://github.com/fluent/fluent-logger-golang;name=fluent-logger-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fluent/fluent-logger-golang" | 329 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/logr" |
| 350 | 330 | ||
| 351 | # github.com/godbus/dbus/v5 v5.0.6 | 331 | # github.com/go-logr/stdr v1.2.2 |
| 352 | # [1] git ls-remote https://github.com/godbus/dbus daa017464e266380cdeb4e6f9613eba9182b59a3 | 332 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 |
| 353 | SRCREV_v5="daa017464e266380cdeb4e6f9613eba9182b59a3" | 333 | SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" |
| 334 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/stdr" | ||
| 335 | |||
| 336 | # github.com/godbus/dbus/v5 v5.1.0 | ||
| 337 | # [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d | ||
| 338 | SRCREV_v5="e523abc905595cf17fb0001a7d77eaaddfaa216d" | ||
| 354 | SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5" | 339 | SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5" |
| 355 | 340 | ||
| 356 | # github.com/gogo/protobuf v1.3.2 | 341 | # github.com/gogo/protobuf v1.3.2 |
| @@ -368,9 +353,9 @@ SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;no | |||
| 368 | SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f" | 353 | SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f" |
| 369 | SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" | 354 | SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" |
| 370 | 355 | ||
| 371 | # github.com/google/go-cmp v0.5.8 | 356 | # github.com/google/go-cmp v0.5.9 |
| 372 | # [1] git ls-remote https://github.com/google/go-cmp f144a35ed4ac538fae93fa3783175108738f71b9 | 357 | # [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0 |
| 373 | SRCREV_go-cmp="f144a35ed4ac538fae93fa3783175108738f71b9" | 358 | SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0" |
| 374 | SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp" | 359 | SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp" |
| 375 | 360 | ||
| 376 | # github.com/google/uuid v1.3.0 | 361 | # github.com/google/uuid v1.3.0 |
| @@ -378,169 +363,34 @@ SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1 | |||
| 378 | SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88" | 363 | SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88" |
| 379 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" | 364 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" |
| 380 | 365 | ||
| 381 | # github.com/gorilla/mux v1.8.0 | ||
| 382 | # [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b | ||
| 383 | SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b" | ||
| 384 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux" | ||
| 385 | |||
| 386 | # github.com/hashicorp/errwrap v1.1.0 | 366 | # github.com/hashicorp/errwrap v1.1.0 |
| 387 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 | 367 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 |
| 388 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" | 368 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" |
| 389 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" | 369 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" |
| 390 | 370 | ||
| 391 | # github.com/hashicorp/golang-lru v0.5.4 | 371 | # github.com/imdario/mergo v0.3.14 |
| 392 | # [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54 | 372 | # [1] git ls-remote https://github.com/imdario/mergo d19834bb682056bd1eec5dfe6d9ec9bd9d6ba58f |
| 393 | SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54" | 373 | SRCREV_mergo="d19834bb682056bd1eec5dfe6d9ec9bd9d6ba58f" |
| 394 | SRC_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" | ||
| 395 | |||
| 396 | # github.com/imdario/mergo v0.3.13 | ||
| 397 | # [1] git ls-remote https://github.com/imdario/mergo 194978757031c1a5c8ff8e059ae75fc2fc2a04f7 | ||
| 398 | SRCREV_mergo="194978757031c1a5c8ff8e059ae75fc2fc2a04f7" | ||
| 399 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" | 374 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" |
| 400 | 375 | ||
| 401 | # github.com/inconshreveable/mousetrap v1.0.0 | 376 | # github.com/inconshreveable/mousetrap v1.1.0 |
| 402 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75 | 377 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 |
| 403 | SRCREV_mousetrap="76626ae9c91c4f2a10f34cad8ce83ea42c93bb75" | 378 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" |
| 404 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" | 379 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" |
| 405 | 380 | ||
| 406 | # github.com/ipfs/bbloom v0.0.4 | 381 | # github.com/klauspost/compress v1.16.3 |
| 407 | # [1] git ls-remote https://github.com/ipfs/bbloom 627bb99eb0f4c49ab3e3276f5574b9b80f8aa3bc | 382 | # [1] git ls-remote https://github.com/klauspost/compress 8183f00311278ccf61e1805b35db90052d333d64 |
| 408 | SRCREV_bbloom="627bb99eb0f4c49ab3e3276f5574b9b80f8aa3bc" | 383 | SRCREV_compress="8183f00311278ccf61e1805b35db90052d333d64" |
| 409 | SRC_URI += "git://github.com/ipfs/bbloom;name=bbloom;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/bbloom" | ||
| 410 | |||
| 411 | # github.com/ipfs/go-block-format v0.0.3 | ||
| 412 | # [1] git ls-remote https://github.com/ipfs/go-block-format b30b45004baf0d2dcd3d1b5b5604fb4c0ccb0825 | ||
| 413 | SRCREV_go-block-format="b30b45004baf0d2dcd3d1b5b5604fb4c0ccb0825" | ||
| 414 | SRC_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" | ||
| 415 | |||
| 416 | # github.com/ipfs/go-blockservice v0.3.0 | ||
| 417 | # [1] git ls-remote https://github.com/ipfs/go-blockservice 888c7cc7c29cf4752865ce2e856237cb1d5c85b2 | ||
| 418 | SRCREV_go-blockservice="888c7cc7c29cf4752865ce2e856237cb1d5c85b2" | ||
| 419 | SRC_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" | ||
| 420 | |||
| 421 | # github.com/ipfs/go-datastore v0.5.0 | ||
| 422 | # [1] git ls-remote https://github.com/ipfs/go-datastore 7548998537794105418980aeb5dac19802712392 | ||
| 423 | SRCREV_go-datastore="7548998537794105418980aeb5dac19802712392" | ||
| 424 | SRC_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" | ||
| 425 | |||
| 426 | # github.com/ipfs/go-ipfs-blockstore v1.2.0 | ||
| 427 | # [1] git ls-remote https://github.com/ipfs/go-ipfs-blockstore ffd43a8d91e6ee80b26d3a6eca5b8c4816c5508b | ||
| 428 | SRCREV_go-ipfs-blockstore="ffd43a8d91e6ee80b26d3a6eca5b8c4816c5508b" | ||
| 429 | SRC_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" | ||
| 430 | |||
| 431 | # github.com/ipfs/go-ipfs-cmds v0.7.0 | ||
| 432 | # [1] git ls-remote https://github.com/ipfs/go-ipfs-cmds ccce9bd6b31f21f74cf4cd1aba43ba17413b9b40 | ||
| 433 | SRCREV_go-ipfs-cmds="ccce9bd6b31f21f74cf4cd1aba43ba17413b9b40" | ||
| 434 | SRC_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" | ||
| 435 | |||
| 436 | # github.com/ipfs/go-ipfs-ds-help v1.1.0 | ||
| 437 | # [1] git ls-remote https://github.com/ipfs/go-ipfs-ds-help 0ce85d6dd676a9c7d3018dd79f43b2b1d7f31082 | ||
| 438 | SRCREV_go-ipfs-ds-help="0ce85d6dd676a9c7d3018dd79f43b2b1d7f31082" | ||
| 439 | SRC_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" | ||
| 440 | |||
| 441 | # github.com/ipfs/go-ipfs-exchange-interface v0.1.0 | ||
| 442 | # [1] git ls-remote https://github.com/ipfs/go-ipfs-exchange-interface 2e7c882a034eacabca59c5cd2d9ab959c2da78f7 | ||
| 443 | SRCREV_go-ipfs-exchange-interface="2e7c882a034eacabca59c5cd2d9ab959c2da78f7" | ||
| 444 | SRC_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" | ||
| 445 | |||
| 446 | # github.com/ipfs/go-ipfs-util v0.0.2 | ||
| 447 | # [1] git ls-remote https://github.com/ipfs/go-ipfs-util f4952d1c5a6a9431d6a4d5ea57c4818e6d199464 | ||
| 448 | SRCREV_go-ipfs-util="f4952d1c5a6a9431d6a4d5ea57c4818e6d199464" | ||
| 449 | SRC_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" | ||
| 450 | |||
| 451 | # github.com/ipfs/go-ipld-cbor v0.0.5 | ||
| 452 | # [1] git ls-remote https://github.com/ipfs/go-ipld-cbor f689d2bb3874cf3fafb71721cafb2c945234e781 | ||
| 453 | SRCREV_go-ipld-cbor="f689d2bb3874cf3fafb71721cafb2c945234e781" | ||
| 454 | SRC_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" | ||
| 455 | |||
| 456 | # github.com/ipfs/go-ipld-format v0.4.0 | ||
| 457 | # [1] git ls-remote https://github.com/ipfs/go-ipld-format 0f7aff00f72e9dea0d9718bc0972e309ba7c3e8d | ||
| 458 | SRCREV_go-ipld-format="0f7aff00f72e9dea0d9718bc0972e309ba7c3e8d" | ||
| 459 | SRC_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" | ||
| 460 | |||
| 461 | # github.com/ipfs/go-ipld-legacy v0.1.0 | ||
| 462 | # [1] git ls-remote https://github.com/ipfs/go-ipld-legacy 5fff53c64ec247be50252c474053d6720ad3e4d9 | ||
| 463 | SRCREV_go-ipld-legacy="5fff53c64ec247be50252c474053d6720ad3e4d9" | ||
| 464 | SRC_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" | ||
| 465 | |||
| 466 | # github.com/ipfs/go-log v1.0.5 | ||
| 467 | # [1] git ls-remote https://github.com/ipfs/go-log c39ee80c0915c5cca41dc1311e848c2fd7fa4101 | ||
| 468 | SRCREV_go-log="c39ee80c0915c5cca41dc1311e848c2fd7fa4101" | ||
| 469 | SRC_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" | ||
| 470 | |||
| 471 | # github.com/ipfs/go-log/v2 v2.3.0 | ||
| 472 | # [1] git ls-remote https://github.com/ipfs/go-log 2c2975b5095a771b0d8066a458b944ac71591bc7 | ||
| 473 | SRCREV_v212="2c2975b5095a771b0d8066a458b944ac71591bc7" | ||
| 474 | SRC_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" | ||
| 475 | |||
| 476 | # github.com/ipfs/go-merkledag v0.6.0 | ||
| 477 | # [1] git ls-remote https://github.com/ipfs/go-merkledag c076715ad64cccb1976de3686b0d6304ec3f2839 | ||
| 478 | SRCREV_go-merkledag="c076715ad64cccb1976de3686b0d6304ec3f2839" | ||
| 479 | SRC_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" | ||
| 480 | |||
| 481 | # github.com/ipfs/go-metrics-interface v0.0.1 | ||
| 482 | # [1] git ls-remote https://github.com/ipfs/go-metrics-interface 87aa106f53272f064ca7956a6db83f17a553f254 | ||
| 483 | SRCREV_go-metrics-interface="87aa106f53272f064ca7956a6db83f17a553f254" | ||
| 484 | SRC_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" | ||
| 485 | |||
| 486 | # github.com/ipfs/go-path v0.3.0 | ||
| 487 | # [1] git ls-remote https://github.com/ipfs/go-path 91bec98075b9078deeebc1f4f1265b75836a7358 | ||
| 488 | SRCREV_go-path="91bec98075b9078deeebc1f4f1265b75836a7358" | ||
| 489 | SRC_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" | ||
| 490 | |||
| 491 | # github.com/ipfs/go-unixfs v0.3.1 | ||
| 492 | # [1] git ls-remote https://github.com/ipfs/go-unixfs b411ee90ec31ecb290847c37f36fbeb48a9a6a38 | ||
| 493 | SRCREV_go-unixfs="b411ee90ec31ecb290847c37f36fbeb48a9a6a38" | ||
| 494 | SRC_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" | ||
| 495 | |||
| 496 | # github.com/ipfs/go-verifcid v0.0.1 | ||
| 497 | # [1] git ls-remote https://github.com/ipfs/go-verifcid 34e41ba962e7ce0211a05915f788486c8db755f1 | ||
| 498 | SRCREV_go-verifcid="34e41ba962e7ce0211a05915f788486c8db755f1" | ||
| 499 | SRC_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" | ||
| 500 | |||
| 501 | # github.com/ipld/go-codec-dagpb v1.3.2 | ||
| 502 | # [1] git ls-remote https://github.com/ipld/go-codec-dagpb 01c91b765ff1e97d147f2d0e281214a458f59bc0 | ||
| 503 | SRCREV_go-codec-dagpb="01c91b765ff1e97d147f2d0e281214a458f59bc0" | ||
| 504 | SRC_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" | ||
| 505 | |||
| 506 | # github.com/ipld/go-ipld-prime v0.11.0 | ||
| 507 | # [1] git ls-remote https://github.com/ipld/go-ipld-prime d229c642562a92a2d455b20b6f1ef0a11dc96ef2 | ||
| 508 | SRCREV_go-ipld-prime="d229c642562a92a2d455b20b6f1ef0a11dc96ef2" | ||
| 509 | SRC_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" | ||
| 510 | |||
| 511 | # github.com/jbenet/goprocess v0.1.4 | ||
| 512 | # [1] git ls-remote https://github.com/jbenet/goprocess 23d20c20149e1f362afda26f4500cb9d6393f0ad | ||
| 513 | SRCREV_goprocess="23d20c20149e1f362afda26f4500cb9d6393f0ad" | ||
| 514 | SRC_URI += "git://github.com/jbenet/goprocess;name=goprocess;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jbenet/goprocess" | ||
| 515 | |||
| 516 | # github.com/klauspost/compress v1.15.7 | ||
| 517 | # [1] git ls-remote https://github.com/klauspost/compress 07a5f92755d07e86cbdd912c16bd2a528983bd8a | ||
| 518 | SRCREV_compress="07a5f92755d07e86cbdd912c16bd2a528983bd8a" | ||
| 519 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" | 384 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" |
| 520 | 385 | ||
| 521 | # github.com/klauspost/cpuid/v2 v2.0.9 | 386 | # github.com/klauspost/cpuid/v2 v2.1.1 |
| 522 | # [1] git ls-remote https://github.com/klauspost/cpuid 6903d4066801a7d800d4537ee9eebe81ea97000e | 387 | # [1] git ls-remote https://github.com/klauspost/cpuid 976c6486fb9f5d9ef7354ef9c2819b1ffcda73a9 |
| 523 | SRCREV_v2123="6903d4066801a7d800d4537ee9eebe81ea97000e" | 388 | SRCREV_v21="976c6486fb9f5d9ef7354ef9c2819b1ffcda73a9" |
| 524 | SRC_URI += "git://github.com/klauspost/cpuid;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2" | 389 | SRC_URI += "git://github.com/klauspost/cpuid;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2" |
| 525 | 390 | ||
| 526 | # github.com/libp2p/go-buffer-pool v0.0.2 | 391 | # github.com/mattn/go-colorable v0.1.13 |
| 527 | # [1] git ls-remote https://github.com/libp2p/go-buffer-pool c4a5988a1e475884367015e1a2d0bd5fa4c491f4 | 392 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be |
| 528 | SRCREV_go-buffer-pool="c4a5988a1e475884367015e1a2d0bd5fa4c491f4" | 393 | SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" |
| 529 | SRC_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" | ||
| 530 | |||
| 531 | # github.com/libp2p/go-libp2p-core v0.8.6 | ||
| 532 | # [1] git ls-remote https://github.com/libp2p/go-libp2p-core ef6e277df7422a37b1bbd92ac97f933d63d4cd97 | ||
| 533 | SRCREV_go-libp2p-core="ef6e277df7422a37b1bbd92ac97f933d63d4cd97" | ||
| 534 | SRC_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" | ||
| 535 | |||
| 536 | # github.com/libp2p/go-openssl v0.0.7 | ||
| 537 | # [1] git ls-remote https://github.com/libp2p/go-openssl d9b640282843752442a8f28637156e13b1abd3f4 | ||
| 538 | SRCREV_go-openssl="d9b640282843752442a8f28637156e13b1abd3f4" | ||
| 539 | SRC_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" | ||
| 540 | |||
| 541 | # github.com/mattn/go-colorable v0.1.12 | ||
| 542 | # [1] git ls-remote https://github.com/mattn/go-colorable e1bb79c8d53c38a60962ad4b8f658226cc983710 | ||
| 543 | SRCREV_go-colorable="e1bb79c8d53c38a60962ad4b8f658226cc983710" | ||
| 544 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable" | 394 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable" |
| 545 | 395 | ||
| 546 | # github.com/mattn/go-shellwords v1.0.12 | 396 | # github.com/mattn/go-shellwords v1.0.12 |
| @@ -548,21 +398,11 @@ SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https | |||
| 548 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" | 398 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" |
| 549 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords" | 399 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords" |
| 550 | 400 | ||
| 551 | # github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 | ||
| 552 | # [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d | ||
| 553 | SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" | ||
| 554 | SRC_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" | ||
| 555 | |||
| 556 | # github.com/miekg/pkcs11 v1.1.1 | 401 | # github.com/miekg/pkcs11 v1.1.1 |
| 557 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d | 402 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d |
| 558 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" | 403 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" |
| 559 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" | 404 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" |
| 560 | 405 | ||
| 561 | # github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 | ||
| 562 | # [1] git ls-remote https://github.com/minio/blake2b-simd 3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4 | ||
| 563 | SRCREV_blake2b-simd="3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4" | ||
| 564 | SRC_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" | ||
| 565 | |||
| 566 | # github.com/minio/sha256-simd v1.0.0 | 406 | # github.com/minio/sha256-simd v1.0.0 |
| 567 | # [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9 | 407 | # [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9 |
| 568 | SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9" | 408 | SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9" |
| @@ -573,11 +413,6 @@ SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;n | |||
| 573 | SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" | 413 | SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" |
| 574 | SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir" | 414 | SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir" |
| 575 | 415 | ||
| 576 | # github.com/mitchellh/mapstructure v1.5.0 | ||
| 577 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 | ||
| 578 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" | ||
| 579 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" | ||
| 580 | |||
| 581 | # github.com/moby/locker v1.0.1 | 416 | # github.com/moby/locker v1.0.1 |
| 582 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe | 417 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe |
| 583 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" | 418 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" |
| @@ -588,29 +423,24 @@ SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;d | |||
| 588 | SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b" | 423 | SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b" |
| 589 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" | 424 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" |
| 590 | 425 | ||
| 591 | # github.com/moby/sys/signal v0.7.0 | 426 | # github.com/moby/sys/sequential v0.5.0 |
| 592 | # [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 | 427 | # [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 |
| 593 | SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" | 428 | SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" |
| 594 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal" | 429 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential" |
| 595 | |||
| 596 | # github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 | ||
| 597 | # [1] git ls-remote https://github.com/moby/term 3f7ff695adc6a35abc925370dd0a4dafb48ec64d | ||
| 598 | SRCREV_term1="3f7ff695adc6a35abc925370dd0a4dafb48ec64d" | ||
| 599 | SRC_URI += "git://github.com/moby/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" | ||
| 600 | 430 | ||
| 601 | # github.com/morikuni/aec v1.0.0 | 431 | # github.com/moby/sys/symlink v0.2.0 |
| 602 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b | 432 | # [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 |
| 603 | SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" | 433 | SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" |
| 604 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec" | 434 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink" |
| 605 | 435 | ||
| 606 | # github.com/mr-tron/base58 v1.2.0 | 436 | # github.com/mr-tron/base58 v1.2.0 |
| 607 | # [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010 | 437 | # [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010 |
| 608 | SRCREV_base58="cd0e5141f51dfcadb8311fd8e495eb11126a8010" | 438 | SRCREV_base58="cd0e5141f51dfcadb8311fd8e495eb11126a8010" |
| 609 | SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mr-tron/base58" | 439 | SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mr-tron/base58" |
| 610 | 440 | ||
| 611 | # github.com/multiformats/go-base32 v0.0.3 | 441 | # github.com/multiformats/go-base32 v0.1.0 |
| 612 | # [1] git ls-remote https://github.com/multiformats/go-base32 a9c2755c3d1672dbe6a7e4a5d182169fa30b6a8e | 442 | # [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f |
| 613 | SRCREV_go-base32="a9c2755c3d1672dbe6a7e4a5d182169fa30b6a8e" | 443 | SRCREV_go-base32="a16b66327f327428b32b919939b8c93482507e1f" |
| 614 | SRC_URI += "git://github.com/multiformats/go-base32;name=go-base32;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base32" | 444 | SRC_URI += "git://github.com/multiformats/go-base32;name=go-base32;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base32" |
| 615 | 445 | ||
| 616 | # github.com/multiformats/go-base36 v0.1.0 | 446 | # github.com/multiformats/go-base36 v0.1.0 |
| @@ -618,19 +448,19 @@ SRC_URI += "git://github.com/multiformats/go-base32;name=go-base32;protocol=http | |||
| 618 | SRCREV_go-base36="dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7" | 448 | SRCREV_go-base36="dc4afa6ad3b0720f4a1b282776db2a59ca9c8be7" |
| 619 | SRC_URI += "git://github.com/multiformats/go-base36;name=go-base36;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base36" | 449 | SRC_URI += "git://github.com/multiformats/go-base36;name=go-base36;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base36" |
| 620 | 450 | ||
| 621 | # github.com/multiformats/go-multibase v0.0.3 | 451 | # github.com/multiformats/go-multiaddr v0.8.0 |
| 622 | # [1] git ls-remote https://github.com/multiformats/go-multibase e2260b5ff35e4a37375ca184662ae0b9b0a661be | 452 | # [1] git ls-remote https://github.com/multiformats/go-multiaddr f317559337171436148d927749f783f33b82a698 |
| 623 | SRCREV_go-multibase="e2260b5ff35e4a37375ca184662ae0b9b0a661be" | 453 | SRCREV_go-multiaddr="f317559337171436148d927749f783f33b82a698" |
| 624 | SRC_URI += "git://github.com/multiformats/go-multibase;name=go-multibase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multibase" | 454 | SRC_URI += "git://github.com/multiformats/go-multiaddr;name=go-multiaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multiaddr" |
| 625 | 455 | ||
| 626 | # github.com/multiformats/go-multicodec v0.4.1 | 456 | # github.com/multiformats/go-multibase v0.1.1 |
| 627 | # [1] git ls-remote https://github.com/multiformats/go-multicodec 9a49a9b749f87f772b72c9482f704df54ccd88ea | 457 | # [1] git ls-remote https://github.com/multiformats/go-multibase c1bc15b22eedb45f9205f3b60ce5fcb8fca93e08 |
| 628 | SRCREV_go-multicodec="9a49a9b749f87f772b72c9482f704df54ccd88ea" | 458 | SRCREV_go-multibase="c1bc15b22eedb45f9205f3b60ce5fcb8fca93e08" |
| 629 | SRC_URI += "git://github.com/multiformats/go-multicodec;name=go-multicodec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multicodec" | 459 | SRC_URI += "git://github.com/multiformats/go-multibase;name=go-multibase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multibase" |
| 630 | 460 | ||
| 631 | # github.com/multiformats/go-multihash v0.1.0 | 461 | # github.com/multiformats/go-multihash v0.2.1 |
| 632 | # [1] git ls-remote https://github.com/multiformats/go-multihash 679c1b0a0a184d364ebb4768566143d21be4a5fb | 462 | # [1] git ls-remote https://github.com/multiformats/go-multihash 16974ad98ab1fb19eb756919f55373b39cc80bec |
| 633 | SRCREV_go-multihash="679c1b0a0a184d364ebb4768566143d21be4a5fb" | 463 | SRCREV_go-multihash="16974ad98ab1fb19eb756919f55373b39cc80bec" |
| 634 | SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multihash" | 464 | SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multihash" |
| 635 | 465 | ||
| 636 | # github.com/multiformats/go-varint v0.0.6 | 466 | # github.com/multiformats/go-varint v0.0.6 |
| @@ -638,26 +468,16 @@ SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protoco | |||
| 638 | SRCREV_go-varint="a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e" | 468 | SRCREV_go-varint="a3ded45ab16ca9f2f2a516e68053ffa7ebd9bb0e" |
| 639 | SRC_URI += "git://github.com/multiformats/go-varint;name=go-varint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-varint" | 469 | SRC_URI += "git://github.com/multiformats/go-varint;name=go-varint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-varint" |
| 640 | 470 | ||
| 641 | # github.com/opencontainers/runc v1.1.2 | 471 | # github.com/opencontainers/runc v1.1.5 |
| 642 | # [1] git ls-remote https://github.com/opencontainers/runc a916309fff0f838eb94e928713dbc3c0d0ac7aa4 | 472 | # [1] git ls-remote https://github.com/opencontainers/runc f19387a6bec4944c770f7668ab51c4348d9c2f38 |
| 643 | SRCREV_runc="a916309fff0f838eb94e928713dbc3c0d0ac7aa4" | 473 | SRCREV_runc="f19387a6bec4944c770f7668ab51c4348d9c2f38" |
| 644 | SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc" | 474 | SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc" |
| 645 | 475 | ||
| 646 | # github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e | 476 | # github.com/opencontainers/selinux v1.11.0 |
| 647 | # [1] git ls-remote https://github.com/opencontainers/runtime-tools cd1349b7c47e9def74bee83f6cec88c5c3413e65 | 477 | # [1] git ls-remote https://github.com/opencontainers/selinux b68c45eb2df48c6b0c949901ccda90c8e65fe677 |
| 648 | SRCREV_runtime-tools="cd1349b7c47e9def74bee83f6cec88c5c3413e65" | 478 | SRCREV_selinux="b68c45eb2df48c6b0c949901ccda90c8e65fe677" |
| 649 | SRC_URI += "git://github.com/opencontainers/runtime-tools;name=runtime-tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-tools" | ||
| 650 | |||
| 651 | # github.com/opencontainers/selinux v1.10.1 | ||
| 652 | # [1] git ls-remote https://github.com/opencontainers/selinux 84e248a28e776216cd33a51fdea90a20fe308136 | ||
| 653 | SRCREV_selinux="84e248a28e776216cd33a51fdea90a20fe308136" | ||
| 654 | SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux" | 479 | SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux" |
| 655 | 480 | ||
| 656 | # github.com/opentracing/opentracing-go v1.2.0 | ||
| 657 | # [1] git ls-remote https://github.com/opentracing/opentracing-go d34af3eaa63c4d08ab54863a4bdd0daa45212e12 | ||
| 658 | SRCREV_opentracing-go="d34af3eaa63c4d08ab54863a4bdd0daa45212e12" | ||
| 659 | SRC_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" | ||
| 660 | |||
| 661 | # github.com/philhofer/fwd v1.1.1 | 481 | # github.com/philhofer/fwd v1.1.1 |
| 662 | # [1] git ls-remote https://github.com/philhofer/fwd 9bcb9cab1b0394d8516a132ec243ba944efdb644 | 482 | # [1] git ls-remote https://github.com/philhofer/fwd 9bcb9cab1b0394d8516a132ec243ba944efdb644 |
| 663 | SRCREV_fwd="9bcb9cab1b0394d8516a132ec243ba944efdb644" | 483 | SRCREV_fwd="9bcb9cab1b0394d8516a132ec243ba944efdb644" |
| @@ -668,46 +488,6 @@ SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;de | |||
| 668 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" | 488 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" |
| 669 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" | 489 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" |
| 670 | 490 | ||
| 671 | # github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e | ||
| 672 | # [1] git ls-remote https://github.com/polydawn/refmt 30ac6d18308e584ca6a2e74ba81475559db94c5f | ||
| 673 | SRCREV_refmt="30ac6d18308e584ca6a2e74ba81475559db94c5f" | ||
| 674 | SRC_URI += "git://github.com/polydawn/refmt;name=refmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/polydawn/refmt" | ||
| 675 | |||
| 676 | # github.com/prometheus/client_golang v1.12.2 | ||
| 677 | # [1] git ls-remote https://github.com/prometheus/client_golang e203144f43306c1f344fbc548fd02c4b79962e30 | ||
| 678 | SRCREV_client_golang="e203144f43306c1f344fbc548fd02c4b79962e30" | ||
| 679 | SRC_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" | ||
| 680 | |||
| 681 | # github.com/prometheus/client_model v0.2.0 | ||
| 682 | # [1] git ls-remote https://github.com/prometheus/client_model 7bc5445566f0fe75b15de23e6b93886e982d7bf9 | ||
| 683 | SRCREV_client_model="7bc5445566f0fe75b15de23e6b93886e982d7bf9" | ||
| 684 | SRC_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" | ||
| 685 | |||
| 686 | # github.com/prometheus/common v0.32.1 | ||
| 687 | # [1] git ls-remote https://github.com/prometheus/common 2af6d036253eee1a9a08c6ddf6be6d67537bcdff | ||
| 688 | SRCREV_common="2af6d036253eee1a9a08c6ddf6be6d67537bcdff" | ||
| 689 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" | ||
| 690 | |||
| 691 | # github.com/prometheus/procfs v0.7.3 | ||
| 692 | # [1] git ls-remote https://github.com/prometheus/procfs f436cbb89ece38bf080d446b3ca27053b305eaac | ||
| 693 | SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac" | ||
| 694 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" | ||
| 695 | |||
| 696 | # github.com/rs/cors v1.7.0 | ||
| 697 | # [1] git ls-remote https://github.com/rs/cors db0fe48135e83b5812a5a31be0eea66984b1b521 | ||
| 698 | SRCREV_cors="db0fe48135e83b5812a5a31be0eea66984b1b521" | ||
| 699 | SRC_URI += "git://github.com/rs/cors;name=cors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/cors" | ||
| 700 | |||
| 701 | # github.com/russross/blackfriday/v2 v2.1.0 | ||
| 702 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 | ||
| 703 | SRCREV_v21234="4c9bf9512682b995722660a4196c0013228e2049" | ||
| 704 | SRC_URI += "git://github.com/russross/blackfriday;name=v21234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday/v2" | ||
| 705 | |||
| 706 | # github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 | ||
| 707 | # [1] git ls-remote https://github.com/spacemonkeygo/spacelog 2296661a0572a51438413369004fa931c2641923 | ||
| 708 | SRCREV_spacelog="2296661a0572a51438413369004fa931c2641923" | ||
| 709 | SRC_URI += "git://github.com/spacemonkeygo/spacelog;name=spacelog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spacemonkeygo/spacelog" | ||
| 710 | |||
| 711 | # github.com/spaolacci/murmur3 v1.1.0 | 491 | # github.com/spaolacci/murmur3 v1.1.0 |
| 712 | # [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc | 492 | # [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc |
| 713 | SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc" | 493 | SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc" |
| @@ -718,11 +498,6 @@ SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobra | |||
| 718 | SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99" | 498 | SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99" |
| 719 | SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stefanberger/go-pkcs11uri" | 499 | SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stefanberger/go-pkcs11uri" |
| 720 | 500 | ||
| 721 | # github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 | ||
| 722 | # [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb | ||
| 723 | SRCREV_gocapability="42c35b4376354fd554efc7ad35e0b7f94e3a0ffb" | ||
| 724 | SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/syndtr/gocapability" | ||
| 725 | |||
| 726 | # github.com/tidwall/match v1.1.1 | 501 | # github.com/tidwall/match v1.1.1 |
| 727 | # [1] git ls-remote https://github.com/tidwall/match 4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf | 502 | # [1] git ls-remote https://github.com/tidwall/match 4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf |
| 728 | SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf" | 503 | SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf" |
| @@ -738,24 +513,14 @@ SRC_URI += "git://github.com/tidwall/pretty;name=pretty;protocol=https;nobranch= | |||
| 738 | SRCREV_msgp="205265da651409c54677b486e350b4d105da6d8b" | 513 | SRCREV_msgp="205265da651409c54677b486e350b4d105da6d8b" |
| 739 | SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tinylib/msgp" | 514 | SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tinylib/msgp" |
| 740 | 515 | ||
| 741 | # github.com/urfave/cli v1.22.9 | ||
| 742 | # [1] git ls-remote https://github.com/urfave/cli 575b8b484800dff928fe8755d61fea64571bc191 | ||
| 743 | SRCREV_cli1="575b8b484800dff928fe8755d61fea64571bc191" | ||
| 744 | SRC_URI += "git://github.com/urfave/cli;name=cli1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli" | ||
| 745 | |||
| 746 | # github.com/vbatts/tar-split v0.11.2 | 516 | # github.com/vbatts/tar-split v0.11.2 |
| 747 | # [1] git ls-remote https://github.com/vbatts/tar-split 80a436fd6164c557b131f7c59ed69bd81af69761 | 517 | # [1] git ls-remote https://github.com/vbatts/tar-split 80a436fd6164c557b131f7c59ed69bd81af69761 |
| 748 | SRCREV_tar-split="80a436fd6164c557b131f7c59ed69bd81af69761" | 518 | SRCREV_tar-split="80a436fd6164c557b131f7c59ed69bd81af69761" |
| 749 | SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vbatts/tar-split" | 519 | SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vbatts/tar-split" |
| 750 | 520 | ||
| 751 | # github.com/whyrusleeping/cbor-gen v0.0.0-20200123233031-1cdf64d27158 | 521 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb |
| 752 | # [1] git ls-remote https://github.com/whyrusleeping/cbor-gen 1cdf64d27158b5db2dd11d30591f4a9be0cd55ab | 522 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb |
| 753 | SRCREV_cbor-gen="1cdf64d27158b5db2dd11d30591f4a9be0cd55ab" | 523 | SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" |
| 754 | SRC_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" | ||
| 755 | |||
| 756 | # github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f | ||
| 757 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 4e3ac2762d5f479393488629ee9370b50873b3a6 | ||
| 758 | SRCREV_gojsonpointer="4e3ac2762d5f479393488629ee9370b50873b3a6" | ||
| 759 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer" | 524 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer" |
| 760 | 525 | ||
| 761 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 | 526 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 |
| @@ -773,49 +538,39 @@ SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=htt | |||
| 773 | SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21" | 538 | SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21" |
| 774 | SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7" | 539 | SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7" |
| 775 | 540 | ||
| 776 | # go.opencensus.io v0.23.0 | 541 | # go.opencensus.io v0.24.0 |
| 777 | # [1] git ls-remote https://github.com/census-instrumentation/opencensus-go 49838f207d61097fc0ebb8aeef306913388376ca | 542 | # [1] git ls-remote https://github.com/census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5 |
| 778 | SRCREV_go.opencensus.io="49838f207d61097fc0ebb8aeef306913388376ca" | 543 | SRCREV_go.opencensus.io="b1a01ee95db0e690d91d7193d037447816fae4c5" |
| 779 | SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opencensus.io" | 544 | SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opencensus.io" |
| 780 | 545 | ||
| 781 | # go.uber.org/atomic v1.7.0 | 546 | # go.opentelemetry.io/otel v1.14.0 |
| 782 | # [1] git ls-remote https://github.com/uber-go/atomic 12f27ba2637fa0e13772a4f05fa46a5d18d53182 | 547 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0 |
| 783 | SRCREV_atomic="12f27ba2637fa0e13772a4f05fa46a5d18d53182" | 548 | SRCREV_otel="2e54fbb3fede5b54f316b3a08eab236febd854e0" |
| 784 | SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic" | 549 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel" |
| 785 | |||
| 786 | # go.uber.org/multierr v1.7.0 | ||
| 787 | # [1] git ls-remote https://github.com/uber-go/multierr a5cd5509686189240486545be669e1dff9b98dcf | ||
| 788 | SRCREV_multierr="a5cd5509686189240486545be669e1dff9b98dcf" | ||
| 789 | SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr" | ||
| 790 | 550 | ||
| 791 | # go.uber.org/zap v1.19.0 | 551 | # golang.org/x/mod v0.9.0 |
| 792 | # [1] git ls-remote https://github.com/uber-go/zap c8e813efff7b3d6f791ee71b3f76b9a175d2a9d8 | 552 | # [1] git ls-remote https://github.com/golang/mod 69aa7acea306dfd277ec48fcc687ef8fa0f2bdb4 |
| 793 | SRCREV_zap="c8e813efff7b3d6f791ee71b3f76b9a175d2a9d8" | 553 | SRCREV_mod="69aa7acea306dfd277ec48fcc687ef8fa0f2bdb4" |
| 794 | SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap" | 554 | SRC_URI += "git://github.com/golang/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod" |
| 795 | 555 | ||
| 796 | # golang.org/x/text v0.3.7 | 556 | # golang.org/x/tools v0.6.0 |
| 797 | # [1] git ls-remote https://github.com/golang/text 383b2e75a7a4198c42f8f87833eefb772868a56f | 557 | # [1] git ls-remote https://github.com/golang/tools d0863f03daeff79ab917de5768285bb077f77b20 |
| 798 | SRCREV_text="383b2e75a7a4198c42f8f87833eefb772868a56f" | 558 | SRCREV_tools="d0863f03daeff79ab917de5768285bb077f77b20" |
| 799 | SRC_URI += "git://github.com/golang/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" | 559 | SRC_URI += "git://github.com/golang/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools" |
| 800 | 560 | ||
| 801 | # golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 | 561 | # google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 |
| 802 | # [1] git ls-remote https://github.com/golang/xerrors 5ec99f83aff198f5fbd629d6c8d8eb38a04218ca | 562 | # [1] git ls-remote https://github.com/googleapis/go-genproto 7f2fa6fef1f44d4d1e9f75b0eff784d1466e53d7 |
| 803 | SRCREV_xerrors="5ec99f83aff198f5fbd629d6c8d8eb38a04218ca" | 563 | SRCREV_genproto="7f2fa6fef1f44d4d1e9f75b0eff784d1466e53d7" |
| 804 | SRC_URI += "git://github.com/golang/xerrors;name=xerrors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/xerrors" | ||
| 805 | |||
| 806 | # google.golang.org/genproto v0.0.0-20220426171045-31bebdecfb46 | ||
| 807 | # [1] git ls-remote https://github.com/googleapis/go-genproto 31bebdecfb464d262a96789910f0734fa1ce04f6 | ||
| 808 | SRCREV_genproto="31bebdecfb464d262a96789910f0734fa1ce04f6" | ||
| 809 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/go-genproto" | 564 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/go-genproto" |
| 810 | 565 | ||
| 811 | # google.golang.org/grpc v1.47.0 | 566 | # google.golang.org/grpc v1.53.0 |
| 812 | # [1] git ls-remote https://github.com/grpc/grpc-go 5b509df1e30a25b14dba119c09295924c9e17abe | 567 | # [1] git ls-remote https://github.com/grpc/grpc-go dba26e15a07f43875ccf806a2dd6cbcbc1c12eab |
| 813 | SRCREV_grpc="5b509df1e30a25b14dba119c09295924c9e17abe" | 568 | SRCREV_grpc="dba26e15a07f43875ccf806a2dd6cbcbc1c12eab" |
| 814 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc/grpc-go" | 569 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc/grpc-go" |
| 815 | 570 | ||
| 816 | # google.golang.org/protobuf v1.28.0 | 571 | # google.golang.org/protobuf v1.28.1 |
| 817 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 32051b4f86e54c2142c7c05362c6e96ae3454a1c | 572 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 6875c3d7242d1a3db910ce8a504f124cb840c23a |
| 818 | SRCREV_protobuf12="32051b4f86e54c2142c7c05362c6e96ae3454a1c" | 573 | SRCREV_protobuf12="6875c3d7242d1a3db910ce8a504f124cb840c23a" |
| 819 | SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/protocolbuffers/protobuf-go" | 574 | SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/protocolbuffers/protobuf-go" |
| 820 | 575 | ||
| 821 | # gopkg.in/square/go-jose.v2 v2.5.1 | 576 | # gopkg.in/square/go-jose.v2 v2.5.1 |
| @@ -823,28 +578,8 @@ SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protoco | |||
| 823 | SRCREV_go-jose.v2="3a5ee095dcb5030a9de84fb92c222ac652fff176" | 578 | SRCREV_go-jose.v2="3a5ee095dcb5030a9de84fb92c222ac652fff176" |
| 824 | SRC_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" | 579 | SRC_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" |
| 825 | 580 | ||
| 826 | # gopkg.in/yaml.v2 v2.4.0 | 581 | # lukechampine.com/blake3 v1.1.7 |
| 827 | # [1] git ls-remote https://gopkg.in/yaml.v2 7649d4548cb53a614db133b2a8ac1f31859dda8c | 582 | # [1] git ls-remote https://github.com/lukechampine/blake3 bb7ece4161ea910c6c385c17799b17d658075fcd |
| 828 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" | 583 | SRCREV_blake3="bb7ece4161ea910c6c385c17799b17d658075fcd" |
| 829 | SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" | ||
| 830 | |||
| 831 | # lukechampine.com/blake3 v1.1.6 | ||
| 832 | # [1] git ls-remote https://github.com/lukechampine/blake3 09d3897aaa0fdbc603afcf54cfe25bf5d677a6b4 | ||
| 833 | SRCREV_blake3="09d3897aaa0fdbc603afcf54cfe25bf5d677a6b4" | ||
| 834 | SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/lukechampine.com/blake3" | 584 | SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/lukechampine.com/blake3" |
| 835 | 585 | ||
| 836 | # sigs.k8s.io/yaml v1.3.0 | ||
| 837 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a | ||
| 838 | SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a" | ||
| 839 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml" | ||
| 840 | |||
| 841 | # github.com/containerd/containerd v1.6.1-0.20220621192144-0fac756b6452 | ||
| 842 | # [1] git ls-remote https://github.com/containerd/containerd 0fac756b645275aa855f3d5ab7d1dfd74fadc1ed | ||
| 843 | SRCREV_containerd="0fac756b645275aa855f3d5ab7d1dfd74fadc1ed" | ||
| 844 | SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" | ||
| 845 | |||
| 846 | # github.com/ktock/golang-lru v0.5.5-0.20211029085301-ec551be6f75c | ||
| 847 | # [1] git ls-remote https://github.com/ktock/golang-lru ec551be6f75c10a4f18e3c70a823d03420ee3d4f | ||
| 848 | SRCREV_golang-lru1="ec551be6f75c10a4f18e3c70a823d03420ee3d4f" | ||
| 849 | SRC_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" | ||
| 850 | |||
