diff options
| -rw-r--r-- | recipes-containers/docker-compose/docker-compose_git.bb | 4 | ||||
| -rw-r--r-- | recipes-containers/docker-compose/files/modules.txt | 170 | ||||
| -rw-r--r-- | recipes-containers/docker-compose/relocation.inc | 110 | ||||
| -rw-r--r-- | recipes-containers/docker-compose/src_uri.inc | 461 |
4 files changed, 398 insertions, 347 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb index abc5b0ea..feb8d428 100644 --- a/recipes-containers/docker-compose/docker-compose_git.bb +++ b/recipes-containers/docker-compose/docker-compose_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = " \ | |||
| 9 | 9 | ||
| 10 | # Specify the first two important SRCREVs as the format | 10 | # Specify the first two important SRCREVs as the format |
| 11 | SRCREV_FORMAT="compose_survey" | 11 | SRCREV_FORMAT="compose_survey" |
| 12 | SRCREV_compose = "b15df818c759b355b03ed70505ffa451301eb566" | 12 | SRCREV_compose = "a93f09efacbbc59324ddbab8b81dea8423a0cb63" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=v2;protocol=https" | 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=v2;protocol=https" |
| 15 | 15 | ||
| @@ -25,7 +25,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60 | |||
| 25 | 25 | ||
| 26 | GO_IMPORT = "import" | 26 | GO_IMPORT = "import" |
| 27 | 27 | ||
| 28 | PV = "v2.11.2" | 28 | PV = "v2.15.2" |
| 29 | 29 | ||
| 30 | COMPOSE_PKG = "github.com/docker/compose/v2" | 30 | COMPOSE_PKG = "github.com/docker/compose/v2" |
| 31 | 31 | ||
diff --git a/recipes-containers/docker-compose/files/modules.txt b/recipes-containers/docker-compose/files/modules.txt index c132fbff..6ad61dc8 100644 --- a/recipes-containers/docker-compose/files/modules.txt +++ b/recipes-containers/docker-compose/files/modules.txt | |||
| @@ -1,92 +1,104 @@ | |||
| 1 | # go.uber.org/goleak v1.1.12 | ||
| 2 | ## explicit | ||
| 1 | # github.com/AlecAivazis/survey/v2 v2.3.6 | 3 | # github.com/AlecAivazis/survey/v2 v2.3.6 |
| 2 | ## explicit | 4 | ## explicit |
| 3 | # github.com/buger/goterm v1.0.4 | 5 | # github.com/buger/goterm v1.0.4 |
| 4 | ## explicit | 6 | ## explicit |
| 5 | # github.com/cnabio/cnab-to-oci v0.3.7 | 7 | # github.com/compose-spec/compose-go v1.9.0 |
| 6 | ## explicit | ||
| 7 | # github.com/compose-spec/compose-go v1.6.0 | ||
| 8 | ## explicit | 8 | ## explicit |
| 9 | # github.com/containerd/console v1.0.3 | 9 | # github.com/containerd/console v1.0.3 |
| 10 | ## explicit | 10 | ## explicit |
| 11 | # github.com/containerd/containerd v1.6.8 | 11 | # github.com/containerd/containerd v1.6.16 |
| 12 | ## explicit | ||
| 13 | # github.com/cucumber/godog v0.0.0-00010101000000-000000000000 | ||
| 12 | ## explicit | 14 | ## explicit |
| 13 | # github.com/distribution/distribution/v3 v3.0.0-20220907155224-78b9c98c5c31 | 15 | # github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf |
| 14 | ## explicit | 16 | ## explicit |
| 15 | # github.com/docker/buildx v0.8.2 | 17 | # github.com/docker/buildx v0.9.1 |
| 16 | ## explicit | 18 | ## explicit |
| 17 | # github.com/docker/cli v20.10.17+incompatible | 19 | # github.com/docker/cli v20.10.20+incompatible |
| 18 | ## explicit | 20 | ## explicit |
| 19 | # github.com/docker/cli-docs-tool v0.5.0 | 21 | # github.com/docker/cli-docs-tool v0.5.1 |
| 20 | ## explicit | 22 | ## explicit |
| 21 | # github.com/docker/docker v20.10.17+incompatible | 23 | # github.com/docker/docker v20.10.20+incompatible |
| 22 | ## explicit | 24 | ## explicit |
| 23 | # github.com/docker/go-connections v0.4.0 | 25 | # github.com/docker/go-connections v0.4.0 |
| 24 | ## explicit | 26 | ## explicit |
| 25 | # github.com/docker/go-units v0.5.0 | 27 | # github.com/docker/go-units v0.5.0 |
| 26 | ## explicit | 28 | ## explicit |
| 29 | # github.com/fsnotify/fsnotify v1.6.0 | ||
| 30 | ## explicit | ||
| 27 | # github.com/golang/mock v1.6.0 | 31 | # github.com/golang/mock v1.6.0 |
| 28 | ## explicit | 32 | ## explicit |
| 29 | # github.com/hashicorp/go-multierror v1.1.1 | 33 | # github.com/hashicorp/go-multierror v1.1.1 |
| 30 | ## explicit | 34 | ## explicit |
| 31 | # github.com/hashicorp/go-version v1.6.0 | 35 | # github.com/hashicorp/go-version v1.6.0 |
| 32 | ## explicit | 36 | ## explicit |
| 33 | # github.com/mattn/go-isatty v0.0.16 | ||
| 34 | ## explicit | ||
| 35 | # github.com/mattn/go-shellwords v1.0.12 | 37 | # github.com/mattn/go-shellwords v1.0.12 |
| 36 | ## explicit | 38 | ## explicit |
| 39 | # github.com/mitchellh/mapstructure v1.5.0 | ||
| 40 | ## explicit | ||
| 37 | # github.com/moby/buildkit v0.10.4 | 41 | # github.com/moby/buildkit v0.10.4 |
| 38 | ## explicit | 42 | ## explicit |
| 39 | # github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae | 43 | # github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f |
| 40 | ## explicit | 44 | ## explicit |
| 41 | # github.com/morikuni/aec v1.0.0 | 45 | # github.com/morikuni/aec v1.0.0 |
| 42 | ## explicit | 46 | ## explicit |
| 43 | # github.com/opencontainers/go-digest v1.0.0 | 47 | # github.com/opencontainers/go-digest v1.0.0 |
| 44 | ## explicit | 48 | ## explicit |
| 45 | # github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 | 49 | # github.com/opencontainers/image-spec v1.1.0-rc2 |
| 46 | ## explicit | 50 | ## explicit |
| 47 | # github.com/pkg/errors v0.9.1 | 51 | # github.com/pkg/errors v0.9.1 |
| 48 | ## explicit | 52 | ## explicit |
| 49 | # github.com/sirupsen/logrus v1.9.0 | 53 | # github.com/sirupsen/logrus v1.9.0 |
| 50 | ## explicit | 54 | ## explicit |
| 51 | # github.com/spf13/cobra v1.6.0 | 55 | # github.com/spf13/cobra v1.6.1 |
| 52 | ## explicit | 56 | ## explicit |
| 53 | # github.com/spf13/pflag v1.0.5 | 57 | # github.com/spf13/pflag v1.0.5 |
| 54 | ## explicit | 58 | ## explicit |
| 55 | # github.com/stretchr/testify v1.8.0 | 59 | # github.com/stretchr/testify v1.8.1 |
| 56 | ## explicit | 60 | ## explicit |
| 57 | # github.com/theupdateframework/notary v0.7.0 | 61 | # github.com/theupdateframework/notary v0.7.0 |
| 58 | ## explicit | 62 | ## explicit |
| 59 | # golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde | 63 | # go.opentelemetry.io/otel v1.11.2 |
| 60 | ## explicit | 64 | ## explicit |
| 61 | # gopkg.in/yaml.v2 v2.4.0 | 65 | # golang.org/x/sync v0.1.0 |
| 62 | ## explicit | 66 | ## explicit |
| 63 | # gotest.tools v2.2.0+incompatible | 67 | # gopkg.in/yaml.v2 v2.4.0 |
| 64 | ## explicit | 68 | ## explicit |
| 65 | # gotest.tools/v3 v3.4.0 | 69 | # gotest.tools/v3 v3.4.0 |
| 66 | ## explicit | 70 | ## explicit |
| 67 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | 71 | # k8s.io/client-go v0.24.1 |
| 68 | ## explicit | 72 | ## explicit |
| 69 | # github.com/Masterminds/semver v1.5.0 | 73 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 |
| 70 | ## explicit | 74 | ## explicit |
| 71 | # github.com/Microsoft/go-winio v0.5.2 | 75 | # github.com/Microsoft/go-winio v0.5.2 |
| 72 | ## explicit | 76 | ## explicit |
| 73 | # github.com/beorn7/perks v1.0.1 | 77 | # github.com/beorn7/perks v1.0.1 |
| 74 | ## explicit | 78 | ## explicit |
| 79 | # github.com/bugsnag/bugsnag-go v1.5.0 | ||
| 80 | ## explicit | ||
| 81 | # github.com/cenkalti/backoff/v4 v4.1.2 | ||
| 82 | ## explicit | ||
| 75 | # github.com/cespare/xxhash/v2 v2.1.2 | 83 | # github.com/cespare/xxhash/v2 v2.1.2 |
| 76 | ## explicit | 84 | ## explicit |
| 77 | # github.com/cnabio/cnab-go v0.23.4 | 85 | # github.com/cloudflare/cfssl v1.4.1 |
| 78 | ## explicit | 86 | ## explicit |
| 79 | # github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8 | 87 | # github.com/containerd/continuity v0.3.0 |
| 80 | ## explicit | 88 | ## explicit |
| 81 | # github.com/containerd/ttrpc v1.1.0 | 89 | # github.com/containerd/ttrpc v1.1.0 |
| 82 | ## explicit | 90 | ## explicit |
| 83 | # github.com/containerd/typeurl v1.0.2 | 91 | # github.com/containerd/typeurl v1.0.2 |
| 84 | ## explicit | 92 | ## explicit |
| 93 | # github.com/cucumber/gherkin-go/v19 v19.0.3 | ||
| 94 | ## explicit | ||
| 95 | # github.com/cucumber/messages-go/v16 v16.0.1 | ||
| 96 | ## explicit | ||
| 85 | # github.com/davecgh/go-spew v1.1.1 | 97 | # github.com/davecgh/go-spew v1.1.1 |
| 86 | ## explicit | 98 | ## explicit |
| 87 | # github.com/docker/distribution v2.8.1+incompatible | 99 | # github.com/docker/distribution v2.8.1+incompatible |
| 88 | ## explicit | 100 | ## explicit |
| 89 | # github.com/docker/docker-credential-helpers v0.6.4 | 101 | # github.com/docker/docker-credential-helpers v0.7.0 |
| 90 | ## explicit | 102 | ## explicit |
| 91 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c | 103 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c |
| 92 | ## explicit | 104 | ## explicit |
| @@ -102,18 +114,22 @@ | |||
| 102 | ## explicit | 114 | ## explicit |
| 103 | # github.com/gofrs/flock v0.8.0 | 115 | # github.com/gofrs/flock v0.8.0 |
| 104 | ## explicit | 116 | ## explicit |
| 117 | # github.com/gofrs/uuid v4.2.0+incompatible | ||
| 118 | ## explicit | ||
| 105 | # github.com/gogo/googleapis v1.4.1 | 119 | # github.com/gogo/googleapis v1.4.1 |
| 106 | ## explicit | 120 | ## explicit |
| 107 | # github.com/gogo/protobuf v1.3.2 | 121 | # github.com/gogo/protobuf v1.3.2 |
| 108 | ## explicit | 122 | ## explicit |
| 109 | # github.com/golang/protobuf v1.5.2 | 123 | # github.com/golang/protobuf v1.5.2 |
| 110 | ## explicit | 124 | ## explicit |
| 111 | # github.com/google/go-cmp v0.5.8 | 125 | # github.com/google/go-cmp v0.5.9 |
| 112 | ## explicit | 126 | ## explicit |
| 113 | # github.com/google/gofuzz v1.2.0 | 127 | # github.com/google/gofuzz v1.2.0 |
| 114 | ## explicit | 128 | ## explicit |
| 115 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | 129 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
| 116 | ## explicit | 130 | ## explicit |
| 131 | # github.com/googleapis/gnostic v0.5.5 | ||
| 132 | ## explicit | ||
| 117 | # github.com/gorilla/mux v1.8.0 | 133 | # github.com/gorilla/mux v1.8.0 |
| 118 | ## explicit | 134 | ## explicit |
| 119 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | 135 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
| @@ -122,29 +138,47 @@ | |||
| 122 | ## explicit | 138 | ## explicit |
| 123 | # github.com/hashicorp/errwrap v1.1.0 | 139 | # github.com/hashicorp/errwrap v1.1.0 |
| 124 | ## explicit | 140 | ## explicit |
| 141 | # github.com/hashicorp/go-immutable-radix v1.3.1 | ||
| 142 | ## explicit | ||
| 143 | # github.com/hashicorp/go-memdb v1.3.2 | ||
| 144 | ## explicit | ||
| 145 | # github.com/hashicorp/golang-lru v0.5.4 | ||
| 146 | ## explicit | ||
| 125 | # github.com/imdario/mergo v0.3.13 | 147 | # github.com/imdario/mergo v0.3.13 |
| 126 | ## explicit | 148 | ## explicit |
| 127 | # github.com/inconshreveable/mousetrap v1.0.1 | 149 | # github.com/inconshreveable/mousetrap v1.0.1 |
| 128 | ## explicit | 150 | ## explicit |
| 151 | # github.com/jinzhu/gorm v1.9.11 | ||
| 152 | ## explicit | ||
| 153 | # github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744 | ||
| 154 | ## explicit | ||
| 129 | # github.com/json-iterator/go v1.1.12 | 155 | # github.com/json-iterator/go v1.1.12 |
| 130 | ## explicit | 156 | ## explicit |
| 131 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | 157 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 |
| 132 | ## explicit | 158 | ## explicit |
| 133 | # github.com/klauspost/compress v1.15.1 | 159 | # github.com/klauspost/compress v1.15.9 |
| 134 | ## explicit | 160 | ## explicit |
| 135 | # github.com/mattn/go-colorable v0.1.12 | 161 | # github.com/mattn/go-colorable v0.1.12 |
| 136 | ## explicit | 162 | ## explicit |
| 137 | # github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 | 163 | # github.com/mattn/go-isatty v0.0.16 |
| 164 | ## explicit | ||
| 165 | # github.com/mattn/go-runewidth v0.0.14 | ||
| 166 | ## explicit | ||
| 167 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 | ||
| 138 | ## explicit | 168 | ## explicit |
| 139 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b | 169 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b |
| 140 | ## explicit | 170 | ## explicit |
| 141 | # github.com/miekg/pkcs11 v1.1.1 | 171 | # github.com/miekg/pkcs11 v1.1.1 |
| 142 | ## explicit | 172 | ## explicit |
| 143 | # github.com/mitchellh/mapstructure v1.5.0 | ||
| 144 | ## explicit | ||
| 145 | # github.com/moby/locker v1.0.1 | 173 | # github.com/moby/locker v1.0.1 |
| 146 | ## explicit | 174 | ## explicit |
| 147 | # github.com/moby/sys/signal v0.6.0 | 175 | # github.com/moby/patternmatcher v0.5.0 |
| 176 | ## explicit | ||
| 177 | # github.com/moby/spdystream v0.2.0 | ||
| 178 | ## explicit | ||
| 179 | # github.com/moby/sys/sequential v0.5.0 | ||
| 180 | ## explicit | ||
| 181 | # github.com/moby/sys/signal v0.7.0 | ||
| 148 | ## explicit | 182 | ## explicit |
| 149 | # github.com/moby/sys/symlink v0.2.0 | 183 | # github.com/moby/sys/symlink v0.2.0 |
| 150 | ## explicit | 184 | ## explicit |
| @@ -152,13 +186,13 @@ | |||
| 152 | ## explicit | 186 | ## explicit |
| 153 | # github.com/modern-go/reflect2 v1.0.2 | 187 | # github.com/modern-go/reflect2 v1.0.2 |
| 154 | ## explicit | 188 | ## explicit |
| 155 | # github.com/opencontainers/runc v1.1.2 | 189 | # github.com/opencontainers/runc v1.1.3 |
| 156 | ## explicit | 190 | ## explicit |
| 157 | # github.com/pelletier/go-toml v1.9.4 | 191 | # github.com/pelletier/go-toml v1.9.5 |
| 158 | ## explicit | 192 | ## explicit |
| 159 | # github.com/pmezard/go-difflib v1.0.0 | 193 | # github.com/pmezard/go-difflib v1.0.0 |
| 160 | ## explicit | 194 | ## explicit |
| 161 | # github.com/prometheus/client_golang v1.12.1 | 195 | # github.com/prometheus/client_golang v1.12.2 |
| 162 | ## explicit | 196 | ## explicit |
| 163 | # github.com/prometheus/client_model v0.2.0 | 197 | # github.com/prometheus/client_model v0.2.0 |
| 164 | ## explicit | 198 | ## explicit |
| @@ -166,11 +200,13 @@ | |||
| 166 | ## explicit | 200 | ## explicit |
| 167 | # github.com/prometheus/procfs v0.7.3 | 201 | # github.com/prometheus/procfs v0.7.3 |
| 168 | ## explicit | 202 | ## explicit |
| 169 | # github.com/qri-io/jsonpointer v0.1.1 | 203 | # github.com/rivo/uniseg v0.2.0 |
| 204 | ## explicit | ||
| 205 | # github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 | ||
| 170 | ## explicit | 206 | ## explicit |
| 171 | # github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e | 207 | # github.com/spf13/viper v1.4.0 |
| 172 | ## explicit | 208 | ## explicit |
| 173 | # github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3 | 209 | # github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5 |
| 174 | ## explicit | 210 | ## explicit |
| 175 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea | 211 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea |
| 176 | ## explicit | 212 | ## explicit |
| @@ -182,55 +218,63 @@ | |||
| 182 | ## explicit | 218 | ## explicit |
| 183 | # github.com/xeipuuv/gojsonschema v1.2.0 | 219 | # github.com/xeipuuv/gojsonschema v1.2.0 |
| 184 | ## explicit | 220 | ## explicit |
| 221 | # github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c | ||
| 222 | ## explicit | ||
| 223 | # github.com/zmap/zlint v1.1.0 | ||
| 224 | ## explicit | ||
| 185 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 | 225 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 |
| 186 | ## explicit | 226 | ## explicit |
| 187 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 | 227 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 |
| 188 | ## explicit | 228 | ## explicit |
| 189 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 | 229 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 |
| 190 | ## explicit | 230 | ## explicit |
| 191 | # go.opentelemetry.io/otel v1.10.0 | 231 | # go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 |
| 192 | ## explicit | 232 | ## explicit |
| 193 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 | 233 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 |
| 194 | ## explicit | 234 | ## explicit |
| 235 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1 | ||
| 236 | ## explicit | ||
| 237 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1 | ||
| 238 | ## explicit | ||
| 195 | # go.opentelemetry.io/otel/internal/metric v0.27.0 | 239 | # go.opentelemetry.io/otel/internal/metric v0.27.0 |
| 196 | ## explicit | 240 | ## explicit |
| 197 | # go.opentelemetry.io/otel/metric v0.27.0 | 241 | # go.opentelemetry.io/otel/metric v0.27.0 |
| 198 | ## explicit | 242 | ## explicit |
| 199 | # go.opentelemetry.io/otel/sdk v1.4.1 | 243 | # go.opentelemetry.io/otel/sdk v1.4.1 |
| 200 | ## explicit | 244 | ## explicit |
| 201 | # go.opentelemetry.io/otel/trace v1.10.0 | 245 | # go.opentelemetry.io/otel/trace v1.11.2 |
| 202 | ## explicit | 246 | ## explicit |
| 203 | # go.opentelemetry.io/proto/otlp v0.12.0 | 247 | # go.opentelemetry.io/proto/otlp v0.12.0 |
| 204 | ## explicit | 248 | ## explicit |
| 205 | # golang.org/x/crypto v0.0.0-20220214200702-86341886e292 | 249 | # golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 |
| 206 | ## explicit | 250 | ## explicit |
| 207 | # golang.org/x/net v0.0.0-20220906165146-f3363e06e74c | 251 | # golang.org/x/net v0.4.0 |
| 208 | ## explicit | 252 | ## explicit |
| 209 | # golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 | 253 | # golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 |
| 210 | ## explicit | 254 | ## explicit |
| 211 | # golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab | 255 | # golang.org/x/sys v0.4.0 |
| 212 | ## explicit | 256 | ## explicit |
| 213 | # golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 | 257 | # golang.org/x/term v0.3.0 |
| 214 | ## explicit | 258 | ## explicit |
| 215 | # golang.org/x/text v0.3.7 | 259 | # golang.org/x/text v0.6.0 |
| 216 | ## explicit | 260 | ## explicit |
| 217 | # golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 | 261 | # golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 |
| 218 | ## explicit | 262 | ## explicit |
| 219 | # google.golang.org/appengine v1.6.7 | 263 | # google.golang.org/appengine v1.6.7 |
| 220 | ## explicit | 264 | ## explicit |
| 221 | # google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 | 265 | # google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 |
| 222 | ## explicit | 266 | ## explicit |
| 223 | # google.golang.org/grpc v1.45.0 | 267 | # google.golang.org/grpc v1.47.0 |
| 224 | ## explicit | 268 | ## explicit |
| 225 | # google.golang.org/protobuf v1.27.1 | 269 | # google.golang.org/protobuf v1.28.0 |
| 226 | ## explicit | 270 | ## explicit |
| 227 | # gopkg.in/inf.v0 v0.9.1 | 271 | # gopkg.in/inf.v0 v0.9.1 |
| 228 | ## explicit | 272 | ## explicit |
| 229 | # gopkg.in/yaml.v3 v3.0.1 | 273 | # gopkg.in/yaml.v3 v3.0.1 |
| 230 | ## explicit | 274 | ## explicit |
| 231 | # k8s.io/apimachinery v0.24.1 | 275 | # k8s.io/api v0.24.1 |
| 232 | ## explicit | 276 | ## explicit |
| 233 | # k8s.io/client-go v0.24.1 | 277 | # k8s.io/apimachinery v0.24.1 |
| 234 | ## explicit | 278 | ## explicit |
| 235 | # k8s.io/klog/v2 v2.60.1 | 279 | # k8s.io/klog/v2 v2.60.1 |
| 236 | ## explicit | 280 | ## explicit |
| @@ -240,34 +284,10 @@ | |||
| 240 | ## explicit | 284 | ## explicit |
| 241 | # sigs.k8s.io/yaml v1.2.0 | 285 | # sigs.k8s.io/yaml v1.2.0 |
| 242 | ## explicit | 286 | ## explicit |
| 243 | # github.com/cenkalti/backoff/v4 v4.1.2 | 287 | # github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7 |
| 244 | ## explicit | 288 | # github.com/docker/cli => github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible |
| 245 | # github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4 | 289 | # github.com/docker/docker => github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible |
| 246 | ## explicit | 290 | # github.com/moby/buildkit => github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a |
| 247 | # github.com/googleapis/gnostic v0.5.5 | ||
| 248 | ## explicit | ||
| 249 | # github.com/moby/spdystream v0.2.0 | ||
| 250 | ## explicit | ||
| 251 | # github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 | ||
| 252 | ## explicit | ||
| 253 | # github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c | ||
| 254 | ## explicit | ||
| 255 | # github.com/zmap/zlint v1.1.0 | ||
| 256 | ## explicit | ||
| 257 | # go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 | ||
| 258 | ## explicit | ||
| 259 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1 | ||
| 260 | ## explicit | ||
| 261 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1 | ||
| 262 | ## explicit | ||
| 263 | # k8s.io/api v0.24.1 | ||
| 264 | ## explicit | ||
| 265 | # github.com/docker/cli => github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible | ||
| 266 | # github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible | ||
| 267 | # github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.2 | ||
| 268 | # k8s.io/api => k8s.io/api v0.22.4 | 291 | # k8s.io/api => k8s.io/api v0.22.4 |
| 269 | # k8s.io/apimachinery => k8s.io/apimachinery v0.22.4 | 292 | # k8s.io/apimachinery => k8s.io/apimachinery v0.22.4 |
| 270 | # k8s.io/client-go => k8s.io/client-go v0.22.4 | 293 | # k8s.io/client-go => k8s.io/client-go v0.22.4 |
| 271 | |||
| 272 | # github.com/gofrs/uuid v4.2.0+incompatible | ||
| 273 | ## explicit | ||
diff --git a/recipes-containers/docker-compose/relocation.inc b/recipes-containers/docker-compose/relocation.inc index 54810ee4..3e66c996 100644 --- a/recipes-containers/docker-compose/relocation.inc +++ b/recipes-containers/docker-compose/relocation.inc | |||
| @@ -1,21 +1,22 @@ | |||
| 1 | sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \ | 1 | export sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \ |
| 2 | github.com/buger/goterm:github.com/buger/goterm \ | 2 | github.com/buger/goterm:github.com/buger/goterm \ |
| 3 | github.com/cnabio/cnab-to-oci:github.com/cnabio/cnab-to-oci \ | ||
| 4 | github.com/compose-spec/compose-go:github.com/compose-spec/compose-go \ | 3 | github.com/compose-spec/compose-go:github.com/compose-spec/compose-go \ |
| 5 | github.com/containerd/console:github.com/containerd/console \ | 4 | github.com/containerd/console:github.com/containerd/console \ |
| 6 | github.com/containerd/containerd:github.com/containerd/containerd \ | 5 | github.com/containerd/containerd:github.com/containerd/containerd \ |
| 6 | github.com/cucumber/godog:github.com/cucumber/godog \ | ||
| 7 | github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 \ | 7 | github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 \ |
| 8 | github.com/docker/buildx:github.com/docker/buildx \ | ||
| 8 | github.com/docker/cli:github.com/docker/cli \ | 9 | github.com/docker/cli:github.com/docker/cli \ |
| 9 | github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool \ | 10 | github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool \ |
| 10 | github.com/docker/docker:github.com/docker/docker \ | 11 | github.com/docker/docker:github.com/docker/docker \ |
| 11 | github.com/docker/docker:github.com/docker/docker83b51522df43866e39f7c757a6ab84ef4050eeb3 \ | ||
| 12 | github.com/docker/go-connections:github.com/docker/go-connections \ | 12 | github.com/docker/go-connections:github.com/docker/go-connections \ |
| 13 | github.com/docker/go-units:github.com/docker/go-units \ | 13 | github.com/docker/go-units:github.com/docker/go-units \ |
| 14 | github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify \ | ||
| 14 | github.com/golang/mock:github.com/golang/mock \ | 15 | github.com/golang/mock:github.com/golang/mock \ |
| 15 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ | 16 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ |
| 16 | github.com/hashicorp/go-version:github.com/hashicorp/go-version \ | 17 | github.com/hashicorp/go-version:github.com/hashicorp/go-version \ |
| 17 | github.com/mattn/go-isatty:github.com/mattn/go-isatty \ | ||
| 18 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ | 18 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ |
| 19 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ | ||
| 19 | github.com/moby/buildkit:github.com/moby/buildkit \ | 20 | github.com/moby/buildkit:github.com/moby/buildkit \ |
| 20 | github.com/moby/term:github.com/moby/term \ | 21 | github.com/moby/term:github.com/moby/term \ |
| 21 | github.com/morikuni/aec:github.com/morikuni/aec \ | 22 | github.com/morikuni/aec:github.com/morikuni/aec \ |
| @@ -27,19 +28,31 @@ sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \ | |||
| 27 | github.com/spf13/pflag:github.com/spf13/pflag \ | 28 | github.com/spf13/pflag:github.com/spf13/pflag \ |
| 28 | github.com/stretchr/testify:github.com/stretchr/testify \ | 29 | github.com/stretchr/testify:github.com/stretchr/testify \ |
| 29 | github.com/theupdateframework/notary:github.com/theupdateframework/notary \ | 30 | github.com/theupdateframework/notary:github.com/theupdateframework/notary \ |
| 31 | go.opentelemetry.io/otel:go.opentelemetry.io/otel \ | ||
| 32 | go.opentelemetry.io/otel/exporters/otlp/internal/retry:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/internal/retry:force \ | ||
| 33 | go.opentelemetry.io/otel/exporters/otlp/otlptrace:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace:force \ | ||
| 34 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace/otlptracegrpc:force \ | ||
| 35 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace/otlptracehttp:force \ | ||
| 36 | go.opentelemetry.io/otel/internal/metric:github.com/open-telemetry/opentelemetry-go/internal/metric//internal/metric:force \ | ||
| 37 | go.opentelemetry.io/otel/metric:github.com/open-telemetry/opentelemetry-go/internal/metric//metric:force \ | ||
| 38 | go.opentelemetry.io/otel/sdk:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//sdk:force \ | ||
| 39 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace:force \ | ||
| 30 | golang.org/x/sync:golang.org/x/sync \ | 40 | golang.org/x/sync:golang.org/x/sync \ |
| 31 | gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ | 41 | gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ |
| 32 | gotest.tools:github.com/gotestyourself/gotest.tools \ | 42 | gotest.tools/v3:github.com/gotestyourself/gotest.tools \ |
| 33 | gotest.tools/v3:github.com/gotestyourself/gotest.toolsf086d2783c5b3a2a21b482ec19c1c310e68f4d18 \ | 43 | k8s.io/client-go:k8s.io/client-go \ |
| 34 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \ | 44 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \ |
| 35 | github.com/Masterminds/semver:github.com/Masterminds/semver \ | ||
| 36 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ | 45 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ |
| 37 | github.com/beorn7/perks:github.com/beorn7/perks \ | 46 | github.com/beorn7/perks:github.com/beorn7/perks \ |
| 47 | github.com/bugsnag/bugsnag-go:github.com/bugsnag/bugsnag-go \ | ||
| 48 | github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4 \ | ||
| 38 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ | 49 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ |
| 39 | github.com/cnabio/cnab-go:github.com/cnabio/cnab-go \ | 50 | github.com/cloudflare/cfssl:github.com/cloudflare/cfssl \ |
| 40 | github.com/containerd/continuity:github.com/containerd/continuity \ | 51 | github.com/containerd/continuity:github.com/containerd/continuity \ |
| 41 | github.com/containerd/ttrpc:github.com/containerd/ttrpc \ | 52 | github.com/containerd/ttrpc:github.com/containerd/ttrpc \ |
| 42 | github.com/containerd/typeurl:github.com/containerd/typeurl \ | 53 | github.com/containerd/typeurl:github.com/containerd/typeurl \ |
| 54 | github.com/cucumber/gherkin-go/v19:github.com/cucumber/gherkin-go/v19 \ | ||
| 55 | github.com/cucumber/messages-go/v16:github.com/cucumber/messages-go/v16 \ | ||
| 43 | github.com/davecgh/go-spew:github.com/davecgh/go-spew \ | 56 | github.com/davecgh/go-spew:github.com/davecgh/go-spew \ |
| 44 | github.com/docker/distribution:github.com/docker/distribution \ | 57 | github.com/docker/distribution:github.com/docker/distribution \ |
| 45 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \ | 58 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \ |
| @@ -50,27 +63,38 @@ sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \ | |||
| 50 | github.com/go-logr/logr:github.com/go-logr/logr \ | 63 | github.com/go-logr/logr:github.com/go-logr/logr \ |
| 51 | github.com/go-logr/stdr:github.com/go-logr/stdr \ | 64 | github.com/go-logr/stdr:github.com/go-logr/stdr \ |
| 52 | github.com/gofrs/flock:github.com/gofrs/flock \ | 65 | github.com/gofrs/flock:github.com/gofrs/flock \ |
| 66 | github.com/gofrs/uuid:github.com/gofrs/uuid \ | ||
| 53 | github.com/gogo/googleapis:github.com/gogo/googleapis \ | 67 | github.com/gogo/googleapis:github.com/gogo/googleapis \ |
| 54 | github.com/gogo/protobuf:github.com/gogo/protobuf \ | 68 | github.com/gogo/protobuf:github.com/gogo/protobuf \ |
| 55 | github.com/golang/protobuf:github.com/golang/protobuf \ | 69 | github.com/golang/protobuf:github.com/golang/protobuf \ |
| 56 | github.com/google/go-cmp:github.com/google/go-cmp \ | 70 | github.com/google/go-cmp:github.com/google/go-cmp \ |
| 57 | github.com/google/gofuzz:github.com/google/gofuzz \ | 71 | github.com/google/gofuzz:github.com/google/gofuzz \ |
| 58 | github.com/google/shlex:github.com/google/shlex \ | 72 | github.com/google/shlex:github.com/google/shlex \ |
| 73 | github.com/googleapis/gnostic:github.com/googleapis/gnostic \ | ||
| 59 | github.com/gorilla/mux:github.com/gorilla/mux \ | 74 | github.com/gorilla/mux:github.com/gorilla/mux \ |
| 60 | github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware \ | 75 | github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware \ |
| 61 | github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway \ | 76 | github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway \ |
| 62 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ | 77 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ |
| 78 | github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix \ | ||
| 79 | github.com/hashicorp/go-memdb:github.com/hashicorp/go-memdb \ | ||
| 80 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \ | ||
| 63 | github.com/imdario/mergo:github.com/imdario/mergo \ | 81 | github.com/imdario/mergo:github.com/imdario/mergo \ |
| 64 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ | 82 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ |
| 83 | github.com/jinzhu/gorm:github.com/jinzhu/gorm \ | ||
| 84 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork \ | ||
| 65 | github.com/json-iterator/go:github.com/json-iterator/go \ | 85 | github.com/json-iterator/go:github.com/json-iterator/go \ |
| 66 | github.com/kballard/go-shellquote:github.com/kballard/go-shellquote \ | 86 | github.com/kballard/go-shellquote:github.com/kballard/go-shellquote \ |
| 67 | github.com/klauspost/compress:github.com/klauspost/compress \ | 87 | github.com/klauspost/compress:github.com/klauspost/compress \ |
| 68 | github.com/mattn/go-colorable:github.com/mattn/go-colorable \ | 88 | github.com/mattn/go-colorable:github.com/mattn/go-colorable \ |
| 89 | github.com/mattn/go-isatty:github.com/mattn/go-isatty \ | ||
| 90 | github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \ | ||
| 69 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ | 91 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ |
| 70 | github.com/mgutz/ansi:github.com/mgutz/ansi \ | 92 | github.com/mgutz/ansi:github.com/mgutz/ansi \ |
| 71 | github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ | 93 | github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ |
| 72 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ | ||
| 73 | github.com/moby/locker:github.com/moby/locker \ | 94 | github.com/moby/locker:github.com/moby/locker \ |
| 95 | github.com/moby/patternmatcher:github.com/moby/patternmatcher \ | ||
| 96 | github.com/moby/spdystream:github.com/moby/spdystream \ | ||
| 97 | github.com/moby/sys/sequential:github.com/moby/sys/sequential//sequential \ | ||
| 74 | github.com/moby/sys/signal:github.com/moby/sys/signal//signal \ | 98 | github.com/moby/sys/signal:github.com/moby/sys/signal//signal \ |
| 75 | github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \ | 99 | github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \ |
| 76 | github.com/modern-go/concurrent:github.com/modern-go/concurrent \ | 100 | github.com/modern-go/concurrent:github.com/modern-go/concurrent \ |
| @@ -82,27 +106,21 @@ sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \ | |||
| 82 | github.com/prometheus/client_model:github.com/prometheus/client_model \ | 106 | github.com/prometheus/client_model:github.com/prometheus/client_model \ |
| 83 | github.com/prometheus/common:github.com/prometheus/common \ | 107 | github.com/prometheus/common:github.com/prometheus/common \ |
| 84 | github.com/prometheus/procfs:github.com/prometheus/procfs \ | 108 | github.com/prometheus/procfs:github.com/prometheus/procfs \ |
| 85 | github.com/qri-io/jsonpointer:github.com/qri-io/jsonpointer \ | 109 | github.com/rivo/uniseg:github.com/rivo/uniseg \ |
| 86 | github.com/qri-io/jsonschema:github.com/qri-io/jsonschema \ | 110 | github.com/serialx/hashring:github.com/serialx/hashring \ |
| 111 | github.com/spf13/viper:github.com/spf13/viper \ | ||
| 87 | github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil \ | 112 | github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil \ |
| 88 | github.com/tonistiigi/units:github.com/tonistiigi/units \ | 113 | github.com/tonistiigi/units:github.com/tonistiigi/units \ |
| 89 | github.com/tonistiigi/vt100:github.com/tonistiigi/vt100 \ | 114 | github.com/tonistiigi/vt100:github.com/tonistiigi/vt100 \ |
| 90 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer \ | 115 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer \ |
| 91 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference \ | 116 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference \ |
| 92 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema \ | 117 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema \ |
| 118 | github.com/zmap/zcrypto:github.com/zmap/zcrypto \ | ||
| 119 | github.com/zmap/zlint:github.com/zmap/zlint \ | ||
| 93 | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/google.golang.org/grpc/otelgrpc \ | 120 | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/google.golang.org/grpc/otelgrpc \ |
| 94 | go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/net/http/httptrace/otelhttptrace \ | 121 | go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/net/http/httptrace/otelhttptrace \ |
| 95 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/net/http/otelhttp \ | 122 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/net/http/otelhttp \ |
| 96 | go.opentelemetry.io/otel:go.opentelemetry.io/otel \ | 123 | go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp \ |
| 97 | go.opentelemetry.io/otel/exporters/otlp/otlptrace:github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace//exporters/otlp/otlptrace:force \ | ||
| 98 | go.opentelemetry.io/otel/internal/metric:github.com/open-telemetry/opentelemetry-go/internal/metric//internal/metric:force \ | ||
| 99 | go.opentelemetry.io/otel/metric:github.com/open-telemetry/opentelemetry-go/metric//metric:force \ | ||
| 100 | go.opentelemetry.io/otel/sdk:github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace//sdk:force \ | ||
| 101 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace:force \ | ||
| 102 | go.opentelemetry.io/otel/exporters/otlp/internal/retry:github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace//exporters/otlp/internal/retry:force \ | ||
| 103 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace//exporters/otlp/otlptrace/otlptracegrpc:force \ | ||
| 104 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace//exporters/otlp/otlptrace/otlptracehttp:force \ | ||
| 105 | go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp:force \ | ||
| 106 | golang.org/x/crypto:golang.org/x/crypto \ | 124 | golang.org/x/crypto:golang.org/x/crypto \ |
| 107 | golang.org/x/net:golang.org/x/net \ | 125 | golang.org/x/net:golang.org/x/net \ |
| 108 | golang.org/x/oauth2:golang.org/x/oauth2 \ | 126 | golang.org/x/oauth2:golang.org/x/oauth2 \ |
| @@ -120,38 +138,24 @@ sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \ | |||
| 120 | k8s.io/utils:k8s.io/utils \ | 138 | k8s.io/utils:k8s.io/utils \ |
| 121 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4 \ | 139 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4 \ |
| 122 | sigs.k8s.io/yaml:sigs.k8s.io/yaml \ | 140 | sigs.k8s.io/yaml:sigs.k8s.io/yaml \ |
| 123 | github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4 \ | 141 | github.com/cucumber/godog:github.com/cucumber/godog \ |
| 124 | github.com/cyberphone/json-canonicalization:github.com/cyberphone/json-canonicalization \ | ||
| 125 | github.com/googleapis/gnostic:github.com/googleapis/gnostic \ | ||
| 126 | github.com/moby/spdystream:github.com/moby/spdystream \ | ||
| 127 | github.com/serialx/hashring:github.com/serialx/hashring \ | ||
| 128 | github.com/zmap/zcrypto:github.com/zmap/zcrypto \ | ||
| 129 | github.com/zmap/zlint:github.com/zmap/zlint \ | ||
| 130 | k8s.io/api:k8s.io/api \ | 142 | k8s.io/api:k8s.io/api \ |
| 131 | k8s.io/apimachinery:k8s.io/apimachinery \ | 143 | k8s.io/apimachinery:k8s.io/apimachinery" |
| 132 | k8s.io/client-go:k8s.io/client-go \ | 144 | |
| 133 | github.com/docker/buildx:github.com/docker/buildx \ | ||
| 134 | github.com/moby/sys/mount:github.com/moby/sys/mount//mount \ | ||
| 135 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \ | ||
| 136 | github.com/moby/sys/signal:github.com/moby/sys/mountinfo//signal \ | ||
| 137 | github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \ | ||
| 138 | " | ||
| 139 | 145 | ||
| 140 | do_compile:prepend() { | 146 | do_compile:prepend() { |
| 141 | cd ${S}/src/import | 147 | cd ${S}/src/import |
| 142 | # this moves all the fetches into the proper vendor structure | 148 | for s in $sites; do |
| 143 | # expected for build | 149 | site_dest=$(echo $s | cut -d: -f1) |
| 144 | for s in ${sites}; do | 150 | site_source=$(echo $s | cut -d: -f2) |
| 145 | site_dest=$(echo $s | cut -d: -f1) | 151 | force_flag=$(echo $s | cut -d: -f3) |
| 146 | site_source=$(echo $s | cut -d: -f2) | 152 | mkdir -p vendor.copy/$site_dest |
| 147 | force_flag=$(echo $s | cut -d: -f3) | 153 | if [ -n "$force_flag" ]; then |
| 148 | mkdir -p vendor.copy/$site_dest | 154 | echo "[INFO] $site_dest: force copying .go files" |
| 149 | if [ -n "$force_flag" ]; then | 155 | rm -rf vendor.copy/$site_dest |
| 150 | echo "[INFO] $site_dest: force copying .go files" | 156 | rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest |
| 151 | rm -rf vendor.copy/$site_dest | 157 | else |
| 152 | rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest | 158 | [ -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 ; } |
| 153 | else | 159 | fi |
| 154 | [ -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 ; } | 160 | done |
| 155 | fi | 161 | } |
| 156 | done | ||
| 157 | } \ No newline at end of file | ||
diff --git a/recipes-containers/docker-compose/src_uri.inc b/recipes-containers/docker-compose/src_uri.inc index b3fdf248..71119ca5 100644 --- a/recipes-containers/docker-compose/src_uri.inc +++ b/recipes-containers/docker-compose/src_uri.inc | |||
| @@ -8,14 +8,9 @@ SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch= | |||
| 8 | SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" | 8 | SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" |
| 9 | SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/goterm" | 9 | SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/goterm" |
| 10 | 10 | ||
| 11 | # github.com/cnabio/cnab-to-oci v0.3.7 | 11 | # github.com/compose-spec/compose-go v1.9.0 |
| 12 | # [1] git ls-remote https://github.com/cnabio/cnab-to-oci fadbd1723115c53acb8007c36a855af1bac57d34 | 12 | # [1] git ls-remote https://github.com/compose-spec/compose-go cb8843fffd9941ad240a7f9fe6da2a4886942f46 |
| 13 | SRCREV_cnab-to-oci="fadbd1723115c53acb8007c36a855af1bac57d34" | 13 | SRCREV_compose-go="cb8843fffd9941ad240a7f9fe6da2a4886942f46" |
| 14 | SRC_URI += "git://github.com/cnabio/cnab-to-oci;name=cnab-to-oci;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cnabio/cnab-to-oci" | ||
| 15 | |||
| 16 | # github.com/compose-spec/compose-go v1.6.0 | ||
| 17 | # [1] git ls-remote https://github.com/compose-spec/compose-go 08a21dff3db4be06ac783b3eaea2cd9de9cc0f81 | ||
| 18 | SRCREV_compose-go="08a21dff3db4be06ac783b3eaea2cd9de9cc0f81" | ||
| 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" | 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" |
| 20 | 15 | ||
| 21 | # github.com/containerd/console v1.0.3 | 16 | # github.com/containerd/console v1.0.3 |
| @@ -23,24 +18,39 @@ SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go;protocol=ht | |||
| 23 | SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" | 18 | 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" | 19 | 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 | 20 | ||
| 26 | # github.com/containerd/containerd v1.6.8 | 21 | # github.com/containerd/containerd v1.6.16 |
| 27 | # [1] git ls-remote https://github.com/containerd/containerd 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 | 22 | # [1] git ls-remote https://github.com/containerd/containerd 31aa4358a36870b21a992d3ad2bef29e1d693bec |
| 28 | SRCREV_containerd="9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6" | 23 | SRCREV_containerd="31aa4358a36870b21a992d3ad2bef29e1d693bec" |
| 29 | SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" | 24 | SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" |
| 30 | 25 | ||
| 31 | # github.com/distribution/distribution/v3 v3.0.0-20220907155224-78b9c98c5c31 | 26 | # github.com/cucumber/godog v0.0.0-00010101000000-000000000000 |
| 32 | # [1] git ls-remote https://github.com/distribution/distribution 78b9c98c5c31c30d74f9acb7d96f98552f2cf78f | 27 | # [1] git ls-remote https://github.com/cucumber/godog 62d84eedbc1eee1efc169e2b0bedec355517c991 |
| 33 | SRCREV_v3="78b9c98c5c31c30d74f9acb7d96f98552f2cf78f" | 28 | SRCREV_godog="62d84eedbc1eee1efc169e2b0bedec355517c991" |
| 29 | SRC_URI += "git://github.com/cucumber/godog;name=godog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/godog" | ||
| 30 | |||
| 31 | # github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf | ||
| 32 | # [1] git ls-remote https://github.com/distribution/distribution 92d136e113cf34fcfd5f0c21fadf6eac2f39e803 | ||
| 33 | SRCREV_v3="92d136e113cf34fcfd5f0c21fadf6eac2f39e803" | ||
| 34 | SRC_URI += "git://github.com/distribution/distribution;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3" | 34 | SRC_URI += "git://github.com/distribution/distribution;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3" |
| 35 | 35 | ||
| 36 | # github.com/docker/cli-docs-tool v0.5.0 | 36 | # github.com/docker/buildx v0.9.1 |
| 37 | # [1] git ls-remote https://github.com/docker/cli-docs-tool 77abede22166eaea4af7335096bdcedd043f5b19 | 37 | # [1] git ls-remote https://github.com/docker/buildx ed00243a0ce2a0aee75311b06e32d33b44729689 |
| 38 | SRCREV_cli-docs-tool="77abede22166eaea4af7335096bdcedd043f5b19" | 38 | SRCREV_buildx="ed00243a0ce2a0aee75311b06e32d33b44729689" |
| 39 | SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx" | ||
| 40 | |||
| 41 | # github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible | ||
| 42 | # [1] git ls-remote https://github.com/docker/cli 1d6c6e2367e292950e483e3c8ace142792bca718 | ||
| 43 | SRCREV_cli="1d6c6e2367e292950e483e3c8ace142792bca718" | ||
| 44 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" | ||
| 45 | |||
| 46 | # github.com/docker/cli-docs-tool v0.5.1 | ||
| 47 | # [1] git ls-remote https://github.com/docker/cli-docs-tool 91110f2fe0e0ecbaf79ef925348de8e123b90709 | ||
| 48 | SRCREV_cli-docs-tool="91110f2fe0e0ecbaf79ef925348de8e123b90709" | ||
| 39 | SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli-docs-tool" | 49 | SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli-docs-tool" |
| 40 | 50 | ||
| 41 | # github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible | 51 | # github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible |
| 42 | # [1] git ls-remote https://github.com/docker/docker 83b51522df43866e39f7c757a6ab84ef4050eeb3 | 52 | # [1] git ls-remote https://github.com/docker/docker 5aac513617f072b15322b147052cbda0d451d389 |
| 43 | SRCREV_docker="83b51522df43866e39f7c757a6ab84ef4050eeb3" | 53 | SRCREV_docker="5aac513617f072b15322b147052cbda0d451d389" |
| 44 | SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" | 54 | SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" |
| 45 | 55 | ||
| 46 | # github.com/docker/go-connections v0.4.0 | 56 | # github.com/docker/go-connections v0.4.0 |
| @@ -53,6 +63,11 @@ SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol= | |||
| 53 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" | 63 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" |
| 54 | 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" | 64 | 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" |
| 55 | 65 | ||
| 66 | # github.com/fsnotify/fsnotify v1.6.0 | ||
| 67 | # [1] git ls-remote https://github.com/fsnotify/fsnotify 5f8c606accbcc6913853fe7e083ee461d181d88d | ||
| 68 | SRCREV_fsnotify="5f8c606accbcc6913853fe7e083ee461d181d88d" | ||
| 69 | SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsnotify" | ||
| 70 | |||
| 56 | # github.com/golang/mock v1.6.0 | 71 | # github.com/golang/mock v1.6.0 |
| 57 | # [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083 | 72 | # [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083 |
| 58 | SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083" | 73 | SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083" |
| @@ -68,24 +83,24 @@ SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol | |||
| 68 | SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a" | 83 | SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a" |
| 69 | SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-version" | 84 | SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-version" |
| 70 | 85 | ||
| 71 | # github.com/mattn/go-isatty v0.0.16 | ||
| 72 | # [1] git ls-remote https://github.com/mattn/go-isatty 13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8 | ||
| 73 | SRCREV_go-isatty="13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8" | ||
| 74 | 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" | ||
| 75 | |||
| 76 | # github.com/mattn/go-shellwords v1.0.12 | 86 | # github.com/mattn/go-shellwords v1.0.12 |
| 77 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac | 87 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac |
| 78 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" | 88 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" |
| 79 | 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" | 89 | 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" |
| 80 | 90 | ||
| 81 | # github.com/moby/buildkit v0.10.4 | 91 | # github.com/mitchellh/mapstructure v1.5.0 |
| 82 | # [1] git ls-remote https://github.com/moby/buildkit a2ba6869363812a210fcc3ded6926757ab780b5f | 92 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 |
| 83 | SRCREV_buildkit="a2ba6869363812a210fcc3ded6926757ab780b5f" | 93 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" |
| 94 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" | ||
| 95 | |||
| 96 | # github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a | ||
| 97 | # [1] git ls-remote https://github.com/moby/buildkit 55ba9d14360a6c6fb30c110016c09d823fad805b | ||
| 98 | SRCREV_buildkit="55ba9d14360a6c6fb30c110016c09d823fad805b" | ||
| 84 | SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/buildkit" | 99 | SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/buildkit" |
| 85 | 100 | ||
| 86 | # github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae | 101 | # github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f |
| 87 | # [1] git ls-remote https://github.com/moby/term 39b0c02b01ae42267247a54c2bd47c43672d3315 | 102 | # [1] git ls-remote https://github.com/moby/term c43b287e0e0f2460e4ba913936af2f6bdcbe9ed5 |
| 88 | SRCREV_term="39b0c02b01ae42267247a54c2bd47c43672d3315" | 103 | SRCREV_term="c43b287e0e0f2460e4ba913936af2f6bdcbe9ed5" |
| 89 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" | 104 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" |
| 90 | 105 | ||
| 91 | # github.com/morikuni/aec v1.0.0 | 106 | # github.com/morikuni/aec v1.0.0 |
| @@ -98,9 +113,9 @@ SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;des | |||
| 98 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" | 113 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" |
| 99 | 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" | 114 | 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" |
| 100 | 115 | ||
| 101 | # github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 | 116 | # github.com/opencontainers/image-spec v1.1.0-rc2 |
| 102 | # [1] git ls-remote https://github.com/opencontainers/image-spec c5a74bcca799bef045e7fbe74e1b75580fd18d4c | 117 | # [1] git ls-remote https://github.com/opencontainers/image-spec 19a74bcb54ba211005a68d85c6b359c2947721ce |
| 103 | SRCREV_image-spec="c5a74bcca799bef045e7fbe74e1b75580fd18d4c" | 118 | SRCREV_image-spec="19a74bcb54ba211005a68d85c6b359c2947721ce" |
| 104 | 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" | 119 | 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" |
| 105 | 120 | ||
| 106 | # github.com/pkg/errors v0.9.1 | 121 | # github.com/pkg/errors v0.9.1 |
| @@ -113,9 +128,9 @@ SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;de | |||
| 113 | SRCREV_logrus="f8bf7650dccb756cea26edaf9217aab85500fe07" | 128 | SRCREV_logrus="f8bf7650dccb756cea26edaf9217aab85500fe07" |
| 114 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" | 129 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" |
| 115 | 130 | ||
| 116 | # github.com/spf13/cobra v1.6.0 | 131 | # github.com/spf13/cobra v1.6.1 |
| 117 | # [1] git ls-remote https://github.com/spf13/cobra 860791844ed3a2e544a9b9bbbcb14144a948ad20 | 132 | # [1] git ls-remote https://github.com/spf13/cobra b43be995ebb4bee335a787bd44498b91aef7619c |
| 118 | SRCREV_cobra="860791844ed3a2e544a9b9bbbcb14144a948ad20" | 133 | SRCREV_cobra="b43be995ebb4bee335a787bd44498b91aef7619c" |
| 119 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" | 134 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" |
| 120 | 135 | ||
| 121 | # github.com/spf13/pflag v1.0.5 | 136 | # github.com/spf13/pflag v1.0.5 |
| @@ -123,9 +138,9 @@ SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;de | |||
| 123 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" | 138 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" |
| 124 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" | 139 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" |
| 125 | 140 | ||
| 126 | # github.com/stretchr/testify v1.8.0 | 141 | # github.com/stretchr/testify v1.8.1 |
| 127 | # [1] git ls-remote https://github.com/stretchr/testify 181cea6eab8b2de7071383eca4be32a424db38dd | 142 | # [1] git ls-remote https://github.com/stretchr/testify b747d7c5f853d017ddbc5e623d026d7fc2770a58 |
| 128 | SRCREV_testify="181cea6eab8b2de7071383eca4be32a424db38dd" | 143 | SRCREV_testify="b747d7c5f853d017ddbc5e623d026d7fc2770a58" |
| 129 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" | 144 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" |
| 130 | 145 | ||
| 131 | # github.com/theupdateframework/notary v0.7.0 | 146 | # github.com/theupdateframework/notary v0.7.0 |
| @@ -133,9 +148,14 @@ SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobran | |||
| 133 | SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" | 148 | SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" |
| 134 | SRC_URI += "git://github.com/theupdateframework/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary" | 149 | SRC_URI += "git://github.com/theupdateframework/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary" |
| 135 | 150 | ||
| 136 | # golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde | 151 | # go.opentelemetry.io/otel v1.11.2 |
| 137 | # [1] git ls-remote https://github.com/golang/sync 7fc1605a5dde7535a0fc1770ca44238629ff29ac | 152 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc5cf7eb26a455be6d5b359dea0b6592c4176412 |
| 138 | SRCREV_sync="7fc1605a5dde7535a0fc1770ca44238629ff29ac" | 153 | SRCREV_otel="bc5cf7eb26a455be6d5b359dea0b6592c4176412" |
| 154 | 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" | ||
| 155 | |||
| 156 | # golang.org/x/sync v0.1.0 | ||
| 157 | # [1] git ls-remote https://github.com/golang/sync 8fcdb60fdcc0539c5e357b2308249e4e752147f1 | ||
| 158 | SRCREV_sync="8fcdb60fdcc0539c5e357b2308249e4e752147f1" | ||
| 139 | SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" | 159 | SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" |
| 140 | 160 | ||
| 141 | # gopkg.in/yaml.v2 v2.4.0 | 161 | # gopkg.in/yaml.v2 v2.4.0 |
| @@ -143,26 +163,21 @@ SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;des | |||
| 143 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" | 163 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" |
| 144 | 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" | 164 | 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" |
| 145 | 165 | ||
| 146 | # gotest.tools v2.2.0+incompatible | ||
| 147 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 7c797b5133e5460410dbb22ba779bf35e6975dea | ||
| 148 | SRCREV_gotest.tools="7c797b5133e5460410dbb22ba779bf35e6975dea" | ||
| 149 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools" | ||
| 150 | |||
| 151 | # gotest.tools/v3 v3.4.0 | 166 | # gotest.tools/v3 v3.4.0 |
| 152 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools f086d2783c5b3a2a21b482ec19c1c310e68f4d18 | 167 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools f086d2783c5b3a2a21b482ec19c1c310e68f4d18 |
| 153 | SRCREV_v31="f086d2783c5b3a2a21b482ec19c1c310e68f4d18" | 168 | SRCREV_v31="f086d2783c5b3a2a21b482ec19c1c310e68f4d18" |
| 154 | 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.toolsf086d2783c5b3a2a21b482ec19c1c310e68f4d18" | 169 | 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" |
| 170 | |||
| 171 | # k8s.io/client-go v0.22.4 | ||
| 172 | # [1] git ls-remote https://github.com/kubernetes/client-go 29f81448d77a50b041e21e44cbf0269450e8ae03 | ||
| 173 | SRCREV_client-go="29f81448d77a50b041e21e44cbf0269450e8ae03" | ||
| 174 | SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/client-go" | ||
| 155 | 175 | ||
| 156 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | 176 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 |
| 157 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 | 177 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 |
| 158 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" | 178 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" |
| 159 | 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" | 179 | 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" |
| 160 | 180 | ||
| 161 | # github.com/Masterminds/semver v1.5.0 | ||
| 162 | # [1] git ls-remote https://github.com/Masterminds/semver 805c489aa98f412e79eb308a37996bf9d8b1c91e | ||
| 163 | SRCREV_semver="805c489aa98f412e79eb308a37996bf9d8b1c91e" | ||
| 164 | SRC_URI += "git://github.com/Masterminds/semver;name=semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver" | ||
| 165 | |||
| 166 | # github.com/Microsoft/go-winio v0.5.2 | 181 | # github.com/Microsoft/go-winio v0.5.2 |
| 167 | # [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6 | 182 | # [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6 |
| 168 | SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6" | 183 | SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6" |
| @@ -173,19 +188,29 @@ SRC_URI += "git://github.com/Microsoft/go-winio;name=go-winio;protocol=https;nob | |||
| 173 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" | 188 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" |
| 174 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" | 189 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" |
| 175 | 190 | ||
| 191 | # github.com/bugsnag/bugsnag-go v1.5.0 | ||
| 192 | # [1] git ls-remote https://github.com/bugsnag/bugsnag-go d5b63da7e1f93d83e3980e5ab2bf33179bad7b2a | ||
| 193 | SRCREV_bugsnag-go="d5b63da7e1f93d83e3980e5ab2bf33179bad7b2a" | ||
| 194 | SRC_URI += "git://github.com/bugsnag/bugsnag-go;name=bugsnag-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bugsnag/bugsnag-go" | ||
| 195 | |||
| 196 | # github.com/cenkalti/backoff/v4 v4.1.2 | ||
| 197 | # [1] git ls-remote https://github.com/cenkalti/backoff a78d3804c2c84f0a3178648138442c9b07665bda | ||
| 198 | SRCREV_v4="a78d3804c2c84f0a3178648138442c9b07665bda" | ||
| 199 | SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4" | ||
| 200 | |||
| 176 | # github.com/cespare/xxhash/v2 v2.1.2 | 201 | # github.com/cespare/xxhash/v2 v2.1.2 |
| 177 | # [1] git ls-remote https://github.com/cespare/xxhash e7a6b52374f7e2abfb8abb27249d53a1997b09a7 | 202 | # [1] git ls-remote https://github.com/cespare/xxhash e7a6b52374f7e2abfb8abb27249d53a1997b09a7 |
| 178 | SRCREV_v21="e7a6b52374f7e2abfb8abb27249d53a1997b09a7" | 203 | SRCREV_v21="e7a6b52374f7e2abfb8abb27249d53a1997b09a7" |
| 179 | SRC_URI += "git://github.com/cespare/xxhash;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" | 204 | SRC_URI += "git://github.com/cespare/xxhash;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" |
| 180 | 205 | ||
| 181 | # github.com/cnabio/cnab-go v0.23.4 | 206 | # github.com/cloudflare/cfssl v1.4.1 |
| 182 | # [1] git ls-remote https://github.com/cnabio/cnab-go 91140cbcd7633af4715aa9767609da084e4799e9 | 207 | # [1] git ls-remote https://github.com/cloudflare/cfssl ebe01990a23a309186790f4f8402eec68028f148 |
| 183 | SRCREV_cnab-go="91140cbcd7633af4715aa9767609da084e4799e9" | 208 | SRCREV_cfssl="ebe01990a23a309186790f4f8402eec68028f148" |
| 184 | SRC_URI += "git://github.com/cnabio/cnab-go;name=cnab-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cnabio/cnab-go" | 209 | SRC_URI += "git://github.com/cloudflare/cfssl;name=cfssl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cloudflare/cfssl" |
| 185 | 210 | ||
| 186 | # github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8 | 211 | # github.com/containerd/continuity v0.3.0 |
| 187 | # [1] git ls-remote https://github.com/containerd/continuity d132b287edc8ffc79dafab5b941f4acf69e060d0 | 212 | # [1] git ls-remote https://github.com/containerd/continuity 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd |
| 188 | SRCREV_continuity="d132b287edc8ffc79dafab5b941f4acf69e060d0" | 213 | SRCREV_continuity="5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd" |
| 189 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" | 214 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" |
| 190 | 215 | ||
| 191 | # github.com/containerd/ttrpc v1.1.0 | 216 | # github.com/containerd/ttrpc v1.1.0 |
| @@ -198,6 +223,16 @@ SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch | |||
| 198 | SRCREV_typeurl="5e43fb8b75ed2f2305fc04e6918c8d10636771bc" | 223 | SRCREV_typeurl="5e43fb8b75ed2f2305fc04e6918c8d10636771bc" |
| 199 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" | 224 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" |
| 200 | 225 | ||
| 226 | # github.com/cucumber/gherkin-go/v19 v19.0.3 | ||
| 227 | # [1] git ls-remote https://github.com/cucumber/gherkin-go 11029f28bd1bc215fa57275b576f2b237b7c2b07 | ||
| 228 | SRCREV_v19="11029f28bd1bc215fa57275b576f2b237b7c2b07" | ||
| 229 | SRC_URI += "git://github.com/cucumber/gherkin-go;name=v19;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/gherkin-go/v19" | ||
| 230 | |||
| 231 | # github.com/cucumber/messages-go/v16 v16.0.1 | ||
| 232 | # [1] git ls-remote https://github.com/cucumber/messages-go 1848e9bfc84e8c1674c4d9ded0bdbfc23c458b28 | ||
| 233 | SRCREV_v16="1848e9bfc84e8c1674c4d9ded0bdbfc23c458b28" | ||
| 234 | SRC_URI += "git://github.com/cucumber/messages-go;name=v16;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/messages-go/v16" | ||
| 235 | |||
| 201 | # github.com/davecgh/go-spew v1.1.1 | 236 | # github.com/davecgh/go-spew v1.1.1 |
| 202 | # [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 | 237 | # [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 |
| 203 | SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" | 238 | SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" |
| @@ -208,9 +243,9 @@ SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranc | |||
| 208 | SRCREV_distribution="b5ca020cfbe998e5af3457fda087444cf5116496" | 243 | SRCREV_distribution="b5ca020cfbe998e5af3457fda087444cf5116496" |
| 209 | SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" | 244 | SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" |
| 210 | 245 | ||
| 211 | # github.com/docker/docker-credential-helpers v0.6.4 | 246 | # github.com/docker/docker-credential-helpers v0.7.0 |
| 212 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers fc9290adbcf1594e78910e2f0334090eaee0e1ee | 247 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde |
| 213 | SRCREV_docker-credential-helpers="fc9290adbcf1594e78910e2f0334090eaee0e1ee" | 248 | SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde" |
| 214 | 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" | 249 | 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" |
| 215 | 250 | ||
| 216 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c | 251 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c |
| @@ -248,6 +283,11 @@ SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;de | |||
| 248 | SRCREV_flock="75ec202958fd1654ff47064ba3ebffe14443f391" | 283 | SRCREV_flock="75ec202958fd1654ff47064ba3ebffe14443f391" |
| 249 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" | 284 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" |
| 250 | 285 | ||
| 286 | # github.com/gofrs/uuid v4.2.0+incompatible | ||
| 287 | # [1] git ls-remote https://github.com/gofrs/uuid 0c84a43ce25087b7041833685982950a65630d28 | ||
| 288 | SRCREV_uuid="0c84a43ce25087b7041833685982950a65630d28" | ||
| 289 | SRC_URI += "git://github.com/gofrs/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/uuid" | ||
| 290 | |||
| 251 | # github.com/gogo/googleapis v1.4.1 | 291 | # github.com/gogo/googleapis v1.4.1 |
| 252 | # [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042 | 292 | # [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042 |
| 253 | SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042" | 293 | SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042" |
| @@ -263,9 +303,9 @@ SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch | |||
| 263 | SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f" | 303 | SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f" |
| 264 | SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" | 304 | SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" |
| 265 | 305 | ||
| 266 | # github.com/google/go-cmp v0.5.8 | 306 | # github.com/google/go-cmp v0.5.9 |
| 267 | # [1] git ls-remote https://github.com/google/go-cmp f144a35ed4ac538fae93fa3783175108738f71b9 | 307 | # [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0 |
| 268 | SRCREV_go-cmp="f144a35ed4ac538fae93fa3783175108738f71b9" | 308 | SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0" |
| 269 | 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" | 309 | 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" |
| 270 | 310 | ||
| 271 | # github.com/google/gofuzz v1.2.0 | 311 | # github.com/google/gofuzz v1.2.0 |
| @@ -278,6 +318,11 @@ SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1 | |||
| 278 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" | 318 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" |
| 279 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" | 319 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" |
| 280 | 320 | ||
| 321 | # github.com/googleapis/gnostic v0.5.5 | ||
| 322 | # [1] git ls-remote https://github.com/googleapis/gnostic 1550ae29653d42db69c8a98d368648be7f2c488d | ||
| 323 | SRCREV_gnostic="1550ae29653d42db69c8a98d368648be7f2c488d" | ||
| 324 | SRC_URI += "git://github.com/googleapis/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gnostic" | ||
| 325 | |||
| 281 | # github.com/gorilla/mux v1.8.0 | 326 | # github.com/gorilla/mux v1.8.0 |
| 282 | # [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b | 327 | # [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b |
| 283 | SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b" | 328 | SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b" |
| @@ -298,6 +343,21 @@ SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway;proto | |||
| 298 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" | 343 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" |
| 299 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" | 344 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" |
| 300 | 345 | ||
| 346 | # github.com/hashicorp/go-immutable-radix v1.3.1 | ||
| 347 | # [1] git ls-remote https://github.com/hashicorp/go-immutable-radix 49d1d02c49a783de548d1ba8ae8fde466a20b9e6 | ||
| 348 | SRCREV_go-immutable-radix="49d1d02c49a783de548d1ba8ae8fde466a20b9e6" | ||
| 349 | SRC_URI += "git://github.com/hashicorp/go-immutable-radix;name=go-immutable-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-immutable-radix" | ||
| 350 | |||
| 351 | # github.com/hashicorp/go-memdb v1.3.2 | ||
| 352 | # [1] git ls-remote https://github.com/hashicorp/go-memdb 542a5804dedaaddf1a0cad8b6a7b0b3fcf438776 | ||
| 353 | SRCREV_go-memdb="542a5804dedaaddf1a0cad8b6a7b0b3fcf438776" | ||
| 354 | SRC_URI += "git://github.com/hashicorp/go-memdb;name=go-memdb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-memdb" | ||
| 355 | |||
| 356 | # github.com/hashicorp/golang-lru v0.5.4 | ||
| 357 | # [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54 | ||
| 358 | SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54" | ||
| 359 | 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" | ||
| 360 | |||
| 301 | # github.com/imdario/mergo v0.3.13 | 361 | # github.com/imdario/mergo v0.3.13 |
| 302 | # [1] git ls-remote https://github.com/imdario/mergo 194978757031c1a5c8ff8e059ae75fc2fc2a04f7 | 362 | # [1] git ls-remote https://github.com/imdario/mergo 194978757031c1a5c8ff8e059ae75fc2fc2a04f7 |
| 303 | SRCREV_mergo="194978757031c1a5c8ff8e059ae75fc2fc2a04f7" | 363 | SRCREV_mergo="194978757031c1a5c8ff8e059ae75fc2fc2a04f7" |
| @@ -308,6 +368,16 @@ SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1; | |||
| 308 | SRCREV_mousetrap="3a66f25f8779fad208598f21472174ef7b35c3ec" | 368 | SRCREV_mousetrap="3a66f25f8779fad208598f21472174ef7b35c3ec" |
| 309 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" | 369 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" |
| 310 | 370 | ||
| 371 | # github.com/jinzhu/gorm v1.9.11 | ||
| 372 | # [1] git ls-remote https://github.com/jinzhu/gorm 81c17a7e2529c59efc4e74c5b32c1fb71fb12fa2 | ||
| 373 | SRCREV_gorm="81c17a7e2529c59efc4e74c5b32c1fb71fb12fa2" | ||
| 374 | SRC_URI += "git://github.com/jinzhu/gorm;name=gorm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jinzhu/gorm" | ||
| 375 | |||
| 376 | # github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744 | ||
| 377 | # [1] git ls-remote https://github.com/jonboulle/clockwork a89700cec744f743e878de5ea7cfa89d88f90682 | ||
| 378 | SRCREV_clockwork="a89700cec744f743e878de5ea7cfa89d88f90682" | ||
| 379 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork" | ||
| 380 | |||
| 311 | # github.com/json-iterator/go v1.1.12 | 381 | # github.com/json-iterator/go v1.1.12 |
| 312 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d | 382 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d |
| 313 | SRCREV_go1="024077e996b048517130b21ea6bf12aa23055d3d" | 383 | SRCREV_go1="024077e996b048517130b21ea6bf12aa23055d3d" |
| @@ -318,9 +388,9 @@ SRC_URI += "git://github.com/json-iterator/go;name=go1;protocol=https;nobranch=1 | |||
| 318 | SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" | 388 | SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" |
| 319 | SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kballard/go-shellquote" | 389 | SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kballard/go-shellquote" |
| 320 | 390 | ||
| 321 | # github.com/klauspost/compress v1.15.1 | 391 | # github.com/klauspost/compress v1.15.9 |
| 322 | # [1] git ls-remote https://github.com/klauspost/compress 7c7079ec1ed2c07fd15e6f3f369dbae5288051d5 | 392 | # [1] git ls-remote https://github.com/klauspost/compress 4b4f3c94fdf8c3a6c725e2ff110d9b44f88823ed |
| 323 | SRCREV_compress="7c7079ec1ed2c07fd15e6f3f369dbae5288051d5" | 393 | SRCREV_compress="4b4f3c94fdf8c3a6c725e2ff110d9b44f88823ed" |
| 324 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" | 394 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" |
| 325 | 395 | ||
| 326 | # github.com/mattn/go-colorable v0.1.12 | 396 | # github.com/mattn/go-colorable v0.1.12 |
| @@ -328,7 +398,17 @@ SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nob | |||
| 328 | SRCREV_go-colorable="e1bb79c8d53c38a60962ad4b8f658226cc983710" | 398 | SRCREV_go-colorable="e1bb79c8d53c38a60962ad4b8f658226cc983710" |
| 329 | 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" | 399 | 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" |
| 330 | 400 | ||
| 331 | # github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 | 401 | # github.com/mattn/go-isatty v0.0.16 |
| 402 | # [1] git ls-remote https://github.com/mattn/go-isatty 13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8 | ||
| 403 | SRCREV_go-isatty="13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8" | ||
| 404 | 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" | ||
| 405 | |||
| 406 | # github.com/mattn/go-runewidth v0.0.14 | ||
| 407 | # [1] git ls-remote https://github.com/mattn/go-runewidth 2c6a438f68cfe01255a90824599da41fdf76d1e2 | ||
| 408 | SRCREV_go-runewidth="2c6a438f68cfe01255a90824599da41fdf76d1e2" | ||
| 409 | SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth" | ||
| 410 | |||
| 411 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 | ||
| 332 | # [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d | 412 | # [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d |
| 333 | SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" | 413 | SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" |
| 334 | 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" | 414 | 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" |
| @@ -343,19 +423,29 @@ SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;dest | |||
| 343 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" | 423 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" |
| 344 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" | 424 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" |
| 345 | 425 | ||
| 346 | # github.com/mitchellh/mapstructure v1.5.0 | ||
| 347 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 | ||
| 348 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" | ||
| 349 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" | ||
| 350 | |||
| 351 | # github.com/moby/locker v1.0.1 | 426 | # github.com/moby/locker v1.0.1 |
| 352 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe | 427 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe |
| 353 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" | 428 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" |
| 354 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" | 429 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" |
| 355 | 430 | ||
| 356 | # github.com/moby/sys/signal v0.6.0 | 431 | # github.com/moby/patternmatcher v0.5.0 |
| 357 | # [1] git ls-remote https://github.com/moby/sys d01e595199e1213f509d8ee6e4b03217e6e54517 | 432 | # [1] git ls-remote https://github.com/moby/patternmatcher c5e4b22c8cb290f9439a339c08bba6cb13aa296d |
| 358 | SRCREV_signal="d01e595199e1213f509d8ee6e4b03217e6e54517" | 433 | SRCREV_patternmatcher="c5e4b22c8cb290f9439a339c08bba6cb13aa296d" |
| 434 | SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/patternmatcher" | ||
| 435 | |||
| 436 | # github.com/moby/spdystream v0.2.0 | ||
| 437 | # [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b | ||
| 438 | SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" | ||
| 439 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream" | ||
| 440 | |||
| 441 | # github.com/moby/sys/sequential v0.5.0 | ||
| 442 | # [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 | ||
| 443 | SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" | ||
| 444 | 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" | ||
| 445 | |||
| 446 | # github.com/moby/sys/signal v0.7.0 | ||
| 447 | # [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 | ||
| 448 | SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" | ||
| 359 | 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" | 449 | 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" |
| 360 | 450 | ||
| 361 | # github.com/moby/sys/symlink v0.2.0 | 451 | # github.com/moby/sys/symlink v0.2.0 |
| @@ -373,14 +463,14 @@ SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https | |||
| 373 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" | 463 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" |
| 374 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2" | 464 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2" |
| 375 | 465 | ||
| 376 | # github.com/opencontainers/runc v1.1.2 | 466 | # github.com/opencontainers/runc v1.1.3 |
| 377 | # [1] git ls-remote https://github.com/opencontainers/runc a916309fff0f838eb94e928713dbc3c0d0ac7aa4 | 467 | # [1] git ls-remote https://github.com/opencontainers/runc 6724737f999df9ee0d8ca5c6d7b81f97adc34374 |
| 378 | SRCREV_runc="a916309fff0f838eb94e928713dbc3c0d0ac7aa4" | 468 | SRCREV_runc="6724737f999df9ee0d8ca5c6d7b81f97adc34374" |
| 379 | SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc" | 469 | SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc" |
| 380 | 470 | ||
| 381 | # github.com/pelletier/go-toml v1.9.4 | 471 | # github.com/pelletier/go-toml v1.9.5 |
| 382 | # [1] git ls-remote https://github.com/pelletier/go-toml b8ba995eaaba4be30c8a8090bdfb4aa61af52054 | 472 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 |
| 383 | SRCREV_go-toml="b8ba995eaaba4be30c8a8090bdfb4aa61af52054" | 473 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" |
| 384 | 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" | 474 | 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" |
| 385 | 475 | ||
| 386 | # github.com/pmezard/go-difflib v1.0.0 | 476 | # github.com/pmezard/go-difflib v1.0.0 |
| @@ -388,9 +478,9 @@ SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobra | |||
| 388 | SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" | 478 | SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" |
| 389 | SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib" | 479 | SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib" |
| 390 | 480 | ||
| 391 | # github.com/prometheus/client_golang v1.12.1 | 481 | # github.com/prometheus/client_golang v1.12.2 |
| 392 | # [1] git ls-remote https://github.com/prometheus/client_golang 2e1c4818ccfdcf953ce399cadad615ff2bed968c | 482 | # [1] git ls-remote https://github.com/prometheus/client_golang e203144f43306c1f344fbc548fd02c4b79962e30 |
| 393 | SRCREV_client_golang="2e1c4818ccfdcf953ce399cadad615ff2bed968c" | 483 | SRCREV_client_golang="e203144f43306c1f344fbc548fd02c4b79962e30" |
| 394 | 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" | 484 | 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" |
| 395 | 485 | ||
| 396 | # github.com/prometheus/client_model v0.2.0 | 486 | # github.com/prometheus/client_model v0.2.0 |
| @@ -408,19 +498,24 @@ SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobran | |||
| 408 | SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac" | 498 | SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac" |
| 409 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" | 499 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" |
| 410 | 500 | ||
| 411 | # github.com/qri-io/jsonpointer v0.1.1 | 501 | # github.com/rivo/uniseg v0.2.0 |
| 412 | # [1] git ls-remote https://github.com/qri-io/jsonpointer d7bf6a8decdffbc01aec9d49b33fc589041b3335 | 502 | # [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d |
| 413 | SRCREV_jsonpointer="d7bf6a8decdffbc01aec9d49b33fc589041b3335" | 503 | SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" |
| 414 | SRC_URI += "git://github.com/qri-io/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/qri-io/jsonpointer" | 504 | SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg" |
| 415 | 505 | ||
| 416 | # github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e | 506 | # github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 |
| 417 | # [1] git ls-remote https://github.com/qri-io/jsonschema 780655b2ba0ed03f11ecc8606a8f6e7380bb57be | 507 | # [1] git ls-remote https://github.com/serialx/hashring 8b2912629002c928de72c69aae20c8600bef41a6 |
| 418 | SRCREV_jsonschema="780655b2ba0ed03f11ecc8606a8f6e7380bb57be" | 508 | SRCREV_hashring="8b2912629002c928de72c69aae20c8600bef41a6" |
| 419 | SRC_URI += "git://github.com/qri-io/jsonschema;name=jsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/qri-io/jsonschema" | 509 | SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/serialx/hashring" |
| 420 | 510 | ||
| 421 | # github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3 | 511 | # github.com/spf13/viper v1.4.0 |
| 422 | # [1] git ls-remote https://github.com/tonistiigi/fsutil 9ed612626da3acfc8902f36759d2c4d1ec326132 | 512 | # [1] git ls-remote https://github.com/spf13/viper b5bf975e5823809fb22c7644d008757f78a4259e |
| 423 | SRCREV_fsutil="9ed612626da3acfc8902f36759d2c4d1ec326132" | 513 | SRCREV_viper="b5bf975e5823809fb22c7644d008757f78a4259e" |
| 514 | SRC_URI += "git://github.com/spf13/viper;name=viper;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/viper" | ||
| 515 | |||
| 516 | # github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5 | ||
| 517 | # [1] git ls-remote https://github.com/tonistiigi/fsutil 4638ad635be52e38af6b57952a7a5d3f938704a7 | ||
| 518 | SRCREV_fsutil="4638ad635be52e38af6b57952a7a5d3f938704a7" | ||
| 424 | SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/fsutil" | 519 | SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/fsutil" |
| 425 | 520 | ||
| 426 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea | 521 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea |
| @@ -448,39 +543,39 @@ SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protoc | |||
| 448 | SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" | 543 | SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" |
| 449 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema" | 544 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema" |
| 450 | 545 | ||
| 546 | # github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c | ||
| 547 | # [1] git ls-remote https://github.com/zmap/zcrypto 4dfcec6e9a8c2014f73dd584e64dc797129d77b8 | ||
| 548 | SRCREV_zcrypto="4dfcec6e9a8c2014f73dd584e64dc797129d77b8" | ||
| 549 | SRC_URI += "git://github.com/zmap/zcrypto;name=zcrypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zcrypto" | ||
| 550 | |||
| 551 | # github.com/zmap/zlint v1.1.0 | ||
| 552 | # [1] git ls-remote https://github.com/zmap/zlint 71201e7f6c374a07357066504a13577aed052cf6 | ||
| 553 | SRCREV_zlint="71201e7f6c374a07357066504a13577aed052cf6" | ||
| 554 | SRC_URI += "git://github.com/zmap/zlint;name=zlint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zlint" | ||
| 555 | |||
| 451 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 | 556 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 |
| 452 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib c17e0db0bb02938fccfa497f72a7c9c5a9ec6e71 | 557 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib c17e0db0bb02938fccfa497f72a7c9c5a9ec6e71 |
| 453 | SRCREV_otelgrpc="c17e0db0bb02938fccfa497f72a7c9c5a9ec6e71" | 558 | SRCREV_otelgrpc="c17e0db0bb02938fccfa497f72a7c9c5a9ec6e71" |
| 454 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc" | 559 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc" |
| 455 | 560 | ||
| 456 | # go.opentelemetry.io/otel v1.10.0 | 561 | # go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 |
| 457 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 0e6f9c29c10d6078e8131418e1d1d166c7195d61 | ||
| 458 | SRCREV_otel="78a1d2d810e0ec42a407f5cc4eb8e9867aad061f" | ||
| 459 | 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" | ||
| 460 | |||
| 461 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 | ||
| 462 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 065ba75c4b9750665d8b577b170997cafeb8f903 | 562 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 065ba75c4b9750665d8b577b170997cafeb8f903 |
| 463 | SRCREV_otlptrace="065ba75c4b9750665d8b577b170997cafeb8f903" | 563 | SRCREV_retry="065ba75c4b9750665d8b577b170997cafeb8f903" |
| 464 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace" | 564 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry" |
| 465 | 565 | ||
| 466 | # go.opentelemetry.io/otel/internal/metric v0.27.0 | 566 | # go.opentelemetry.io/otel/internal/metric v0.27.0 |
| 467 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 1bda06288e6df99bdb0705c4ca4870b1f2c82a16 | 567 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 1bda06288e6df99bdb0705c4ca4870b1f2c82a16 |
| 468 | SRCREV_metric="7c7ba772b9d7784e7c6392f1499f7357ce723b52" | 568 | SRCREV_metric="1bda06288e6df99bdb0705c4ca4870b1f2c82a16" |
| 469 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/internal/metric" | 569 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/internal/metric" |
| 470 | 570 | ||
| 471 | # go.opentelemetry.io/otel/metric v0.27.0 | ||
| 472 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 1bda06288e6df99bdb0705c4ca4870b1f2c82a16 | ||
| 473 | SRCREV_metric1="5b57299c902bd296de5de2297ebe3096b0a8688b" | ||
| 474 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/metric" | ||
| 475 | |||
| 476 | # go.opentelemetry.io/otel/sdk v1.4.1 | 571 | # go.opentelemetry.io/otel/sdk v1.4.1 |
| 477 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 065ba75c4b9750665d8b577b170997cafeb8f903 | 572 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 065ba75c4b9750665d8b577b170997cafeb8f903 |
| 478 | SRCREV_sdk="065ba75c4b9750665d8b577b170997cafeb8f903" | 573 | SRCREV_sdk="065ba75c4b9750665d8b577b170997cafeb8f903" |
| 479 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace" | 574 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry" |
| 480 | 575 | ||
| 481 | # go.opentelemetry.io/otel/trace v1.10.0 | 576 | # go.opentelemetry.io/otel/trace v1.11.2 |
| 482 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 0e6f9c29c10d6078e8131418e1d1d166c7195d61 | 577 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc5cf7eb26a455be6d5b359dea0b6592c4176412 |
| 483 | SRCREV_trace="0e6f9c29c10d6078e8131418e1d1d166c7195d61" | 578 | SRCREV_trace="bc5cf7eb26a455be6d5b359dea0b6592c4176412" |
| 484 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel" | 579 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel" |
| 485 | 580 | ||
| 486 | # go.opentelemetry.io/proto/otlp v0.12.0 | 581 | # go.opentelemetry.io/proto/otlp v0.12.0 |
| @@ -488,14 +583,14 @@ SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol | |||
| 488 | SRCREV_otlp="24bea1abad46b49ccc25cee455e09afca9a19250" | 583 | SRCREV_otlp="24bea1abad46b49ccc25cee455e09afca9a19250" |
| 489 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp" | 584 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp" |
| 490 | 585 | ||
| 491 | # golang.org/x/crypto v0.0.0-20220214200702-86341886e292 | 586 | # golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 |
| 492 | # [1] git ls-remote https://github.com/golang/crypto 86341886e2925764dc890ad96c141a1bc76043af | 587 | # [1] git ls-remote https://github.com/golang/crypto c6db032c6c884ccc62755e1abf1214e99b8cea5f |
| 493 | SRCREV_crypto="86341886e2925764dc890ad96c141a1bc76043af" | 588 | SRCREV_crypto="c6db032c6c884ccc62755e1abf1214e99b8cea5f" |
| 494 | SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" | 589 | SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" |
| 495 | 590 | ||
| 496 | # golang.org/x/net v0.0.0-20220906165146-f3363e06e74c | 591 | # golang.org/x/net v0.4.0 |
| 497 | # [1] git ls-remote https://github.com/golang/net f3363e06e74cdc304618bf31d898b78590103527 | 592 | # [1] git ls-remote https://github.com/golang/net 1e63c2f08a10a150fa02c50ece89b340ae64efe4 |
| 498 | SRCREV_net="f3363e06e74cdc304618bf31d898b78590103527" | 593 | SRCREV_net="1e63c2f08a10a150fa02c50ece89b340ae64efe4" |
| 499 | SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" | 594 | SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" |
| 500 | 595 | ||
| 501 | # golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 | 596 | # golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 |
| @@ -503,19 +598,19 @@ SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;dests | |||
| 503 | SRCREV_oauth2="d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe" | 598 | SRCREV_oauth2="d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe" |
| 504 | SRC_URI += "git://github.com/golang/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2" | 599 | SRC_URI += "git://github.com/golang/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2" |
| 505 | 600 | ||
| 506 | # golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab | 601 | # golang.org/x/sys v0.4.0 |
| 507 | # [1] git ls-remote https://github.com/golang/sys fbc7d0a398ab184f5d1050e8035f3b19a3b9003f | 602 | # [1] git ls-remote https://github.com/golang/sys b60007cc4e6f966b1c542e343d026d06723e5653 |
| 508 | SRCREV_sys="fbc7d0a398ab184f5d1050e8035f3b19a3b9003f" | 603 | SRCREV_sys="b60007cc4e6f966b1c542e343d026d06723e5653" |
| 509 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" | 604 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" |
| 510 | 605 | ||
| 511 | # golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 | 606 | # golang.org/x/term v0.3.0 |
| 512 | # [1] git ls-remote https://github.com/golang/term 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50 | 607 | # [1] git ls-remote https://github.com/golang/term 97ca0e3821bf3a3cf6ea2441ece139e524802385 |
| 513 | SRCREV_term1="03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50" | 608 | SRCREV_term1="97ca0e3821bf3a3cf6ea2441ece139e524802385" |
| 514 | SRC_URI += "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" | 609 | SRC_URI += "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" |
| 515 | 610 | ||
| 516 | # golang.org/x/text v0.3.7 | 611 | # golang.org/x/text v0.6.0 |
| 517 | # [1] git ls-remote https://github.com/golang/text 383b2e75a7a4198c42f8f87833eefb772868a56f | 612 | # [1] git ls-remote https://github.com/golang/text ec5565b1b747ce5ca569aeefc09e737b479a12ac |
| 518 | SRCREV_text="383b2e75a7a4198c42f8f87833eefb772868a56f" | 613 | SRCREV_text="ec5565b1b747ce5ca569aeefc09e737b479a12ac" |
| 519 | SRC_URI += "git://github.com/golang/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" | 614 | SRC_URI += "git://github.com/golang/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" |
| 520 | 615 | ||
| 521 | # golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 | 616 | # golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 |
| @@ -528,19 +623,19 @@ SRC_URI += "git://github.com/golang/time;name=time;protocol=https;nobranch=1;des | |||
| 528 | SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a" | 623 | SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a" |
| 529 | SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/appengine" | 624 | SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/appengine" |
| 530 | 625 | ||
| 531 | # google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 | 626 | # google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 |
| 532 | # [1] git ls-remote https://github.com/googleapis/go-genproto 57ef72a4c106086f9e50d41d88cdb1dbbce5486e | 627 | # [1] git ls-remote https://github.com/googleapis/go-genproto c8bf987b8c21778beffccfd5a923546432c2d250 |
| 533 | SRCREV_genproto="57ef72a4c106086f9e50d41d88cdb1dbbce5486e" | 628 | SRCREV_genproto="c8bf987b8c21778beffccfd5a923546432c2d250" |
| 534 | 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" | 629 | 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" |
| 535 | 630 | ||
| 536 | # google.golang.org/grpc v1.45.0 | 631 | # google.golang.org/grpc v1.47.0 |
| 537 | # [1] git ls-remote https://github.com/grpc/grpc-go a82cc96f07c960e02623688e4067ae6b7895334a | 632 | # [1] git ls-remote https://github.com/grpc/grpc-go 5b509df1e30a25b14dba119c09295924c9e17abe |
| 538 | SRCREV_grpc="a82cc96f07c960e02623688e4067ae6b7895334a" | 633 | SRCREV_grpc="5b509df1e30a25b14dba119c09295924c9e17abe" |
| 539 | 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" | 634 | 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" |
| 540 | 635 | ||
| 541 | # google.golang.org/protobuf v1.27.1 | 636 | # google.golang.org/protobuf v1.28.0 |
| 542 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go b92717ecb630d4a4824b372bf98c729d87311a4d | 637 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 32051b4f86e54c2142c7c05362c6e96ae3454a1c |
| 543 | SRCREV_protobuf12="b92717ecb630d4a4824b372bf98c729d87311a4d" | 638 | SRCREV_protobuf12="32051b4f86e54c2142c7c05362c6e96ae3454a1c" |
| 544 | 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" | 639 | 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" |
| 545 | 640 | ||
| 546 | # gopkg.in/inf.v0 v0.9.1 | 641 | # gopkg.in/inf.v0 v0.9.1 |
| @@ -565,94 +660,26 @@ SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch | |||
| 565 | 660 | ||
| 566 | # sigs.k8s.io/structured-merge-diff/v4 v4.2.1 | 661 | # sigs.k8s.io/structured-merge-diff/v4 v4.2.1 |
| 567 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 65611e5f7fc60e909529889c29faa9cac17cb485 | 662 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 65611e5f7fc60e909529889c29faa9cac17cb485 |
| 568 | SRCREV_v4="65611e5f7fc60e909529889c29faa9cac17cb485" | 663 | SRCREV_v41="65611e5f7fc60e909529889c29faa9cac17cb485" |
| 569 | SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" | 664 | SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" |
| 570 | 665 | ||
| 571 | # sigs.k8s.io/yaml v1.2.0 | 666 | # sigs.k8s.io/yaml v1.2.0 |
| 572 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9fc95527decd95bb9d28cc2eab08179b2d0f6971 | 667 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9fc95527decd95bb9d28cc2eab08179b2d0f6971 |
| 573 | SRCREV_yaml="9fc95527decd95bb9d28cc2eab08179b2d0f6971" | 668 | SRCREV_yaml="9fc95527decd95bb9d28cc2eab08179b2d0f6971" |
| 574 | 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" | 669 | 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" |
| 575 | 670 | ||
| 576 | # github.com/cenkalti/backoff/v4 v4.1.2 | 671 | # github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7 |
| 577 | # [1] git ls-remote https://github.com/cenkalti/backoff a78d3804c2c84f0a3178648138442c9b07665bda | 672 | # [1] git ls-remote https://github.com/laurazard/godog 4c4b17abdae7fd4f9d35cfe391ca65d172b092e3 |
| 578 | SRCREV_v41="a78d3804c2c84f0a3178648138442c9b07665bda" | 673 | SRCREV_godog1="4c4b17abdae7fd4f9d35cfe391ca65d172b092e3" |
| 579 | SRC_URI += "git://github.com/cenkalti/backoff;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4" | 674 | SRC_URI += "git://github.com/laurazard/godog;name=godog1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/godog" |
| 580 | |||
| 581 | # github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4 | ||
| 582 | # [1] git ls-remote https://github.com/cyberphone/json-canonicalization 6bc126869bf4f04aeb0e2b98346a376c976691fa | ||
| 583 | SRCREV_json-canonicalization="6bc126869bf4f04aeb0e2b98346a376c976691fa" | ||
| 584 | SRC_URI += "git://github.com/cyberphone/json-canonicalization;name=json-canonicalization;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyberphone/json-canonicalization" | ||
| 585 | |||
| 586 | # github.com/googleapis/gnostic v0.5.5 | ||
| 587 | # [1] git ls-remote https://github.com/googleapis/gnostic 1550ae29653d42db69c8a98d368648be7f2c488d | ||
| 588 | SRCREV_gnostic="1550ae29653d42db69c8a98d368648be7f2c488d" | ||
| 589 | SRC_URI += "git://github.com/googleapis/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gnostic" | ||
| 590 | |||
| 591 | # github.com/moby/spdystream v0.2.0 | ||
| 592 | # [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b | ||
| 593 | SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" | ||
| 594 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream" | ||
| 595 | |||
| 596 | # github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 | ||
| 597 | # [1] git ls-remote https://github.com/serialx/hashring 8b2912629002c928de72c69aae20c8600bef41a6 | ||
| 598 | SRCREV_hashring="8b2912629002c928de72c69aae20c8600bef41a6" | ||
| 599 | SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/serialx/hashring" | ||
| 600 | |||
| 601 | # github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c | ||
| 602 | # [1] git ls-remote https://github.com/zmap/zcrypto 4dfcec6e9a8c2014f73dd584e64dc797129d77b8 | ||
| 603 | SRCREV_zcrypto="4dfcec6e9a8c2014f73dd584e64dc797129d77b8" | ||
| 604 | SRC_URI += "git://github.com/zmap/zcrypto;name=zcrypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zcrypto" | ||
| 605 | |||
| 606 | # github.com/zmap/zlint v1.1.0 | ||
| 607 | # [1] git ls-remote https://github.com/zmap/zlint 71201e7f6c374a07357066504a13577aed052cf6 | ||
| 608 | SRCREV_zlint="71201e7f6c374a07357066504a13577aed052cf6" | ||
| 609 | SRC_URI += "git://github.com/zmap/zlint;name=zlint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zlint" | ||
| 610 | |||
| 611 | # go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 | ||
| 612 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 065ba75c4b9750665d8b577b170997cafeb8f903 | ||
| 613 | SRCREV_retry="065ba75c4b9750665d8b577b170997cafeb8f903" | ||
| 614 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace" | ||
| 615 | |||
| 616 | # github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible | ||
| 617 | # [1] git ls-remote https://github.com/docker/cli 2b52f62e962783ef39b53d1cb95e1d435b33f3cd | ||
| 618 | SRCREV_cli1="2b52f62e962783ef39b53d1cb95e1d435b33f3cd" | ||
| 619 | SRC_URI += "git://github.com/docker/cli;name=cli1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" | ||
| 620 | |||
| 621 | # github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible | ||
| 622 | # [1] git ls-remote https://github.com/docker/docker 83b51522df43866e39f7c757a6ab84ef4050eeb3 | ||
| 623 | SRCREV_docker1="83b51522df43866e39f7c757a6ab84ef4050eeb3" | ||
| 624 | SRC_URI += "git://github.com/docker/docker;name=docker1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker83b51522df43866e39f7c757a6ab84ef4050eeb3" | ||
| 625 | 675 | ||
| 626 | # k8s.io/api v0.22.4 | 676 | # k8s.io/api v0.22.4 |
| 627 | # [1] git ls-remote https://github.com/kubernetes/api 7b9552ec29b4eb9d6e647f705bae66e800311011 | 677 | # [1] git ls-remote https://github.com/kubernetes/api 7b9552ec29b4eb9d6e647f705bae66e800311011 |
| 628 | SRCREV_api1="7b9552ec29b4eb9d6e647f705bae66e800311011" | 678 | SRCREV_api="7b9552ec29b4eb9d6e647f705bae66e800311011" |
| 629 | SRC_URI += "git://github.com/kubernetes/api;name=api1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/api" | 679 | SRC_URI += "git://github.com/kubernetes/api;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/api" |
| 630 | 680 | ||
| 631 | # k8s.io/apimachinery v0.22.4 | 681 | # k8s.io/apimachinery v0.22.4 |
| 632 | # [1] git ls-remote https://github.com/kubernetes/apimachinery e757da007984b92fc3d1da457f4bc3b900606642 | 682 | # [1] git ls-remote https://github.com/kubernetes/apimachinery e757da007984b92fc3d1da457f4bc3b900606642 |
| 633 | SRCREV_apimachinery="e757da007984b92fc3d1da457f4bc3b900606642" | 683 | SRCREV_apimachinery="e757da007984b92fc3d1da457f4bc3b900606642" |
| 634 | SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery" | 684 | SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery" |
| 635 | 685 | ||
| 636 | # k8s.io/client-go v0.22.4 | ||
| 637 | # [1] git ls-remote https://github.com/kubernetes/client-go 29f81448d77a50b041e21e44cbf0269450e8ae03 | ||
| 638 | SRCREV_client-go="29f81448d77a50b041e21e44cbf0269450e8ae03" | ||
| 639 | SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/client-go" | ||
| 640 | |||
| 641 | SRCREV_buildx="6224def4dd2c3d347eee19db595348c50d7cb491" | ||
| 642 | SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx" | ||
| 643 | |||
| 644 | # github.com/moby/sys/mount v0.3.0 | ||
| 645 | # [1] git ls-remote https://github.com/moby/sys a03c53e37993851f541c803edc422854ac9a8ef9 | ||
| 646 | SRCREV_mount="a03c53e37993851f541c803edc422854ac9a8ef9" | ||
| 647 | 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" | ||
| 648 | |||
| 649 | # github.com/moby/sys/mountinfo v0.6.0 | ||
| 650 | # [1] git ls-remote https://github.com/moby/sys d01e595199e1213f509d8ee6e4b03217e6e54517 | ||
| 651 | SRCREV_mountinfo="d01e595199e1213f509d8ee6e4b03217e6e54517" | ||
| 652 | 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" | ||
| 653 | |||
| 654 | # github.com/moby/sys/symlink v0.2.0 | ||
| 655 | # [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 | ||
| 656 | SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" | ||
| 657 | 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" | ||
| 658 | |||
