diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-17 17:57:09 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-17 19:17:09 +0000 |
| commit | 054b06692cb6874284ce944c33d4b7dfe371e42d (patch) | |
| tree | 8f5dd89ee29cebe55481a5e0ee1cba5470af30bc | |
| parent | a8d5387479f120bbd599c75470afb9c5f90ea639 (diff) | |
| download | meta-virtualization-054b06692cb6874284ce944c33d4b7dfe371e42d.tar.gz | |
Revert "docker-compose: WIP [needs go 1.22.10+]: not for merge: update to v2.32.2"
This reverts commit 61c4511b2ac313c587a42012bd0e188b9b196758.
| -rw-r--r-- | recipes-containers/docker-compose/docker-compose_git.bb | 4 | ||||
| -rw-r--r-- | recipes-containers/docker-compose/files/modules.txt | 152 | ||||
| -rw-r--r-- | recipes-containers/docker-compose/relocation.inc | 16 | ||||
| -rw-r--r-- | recipes-containers/docker-compose/src_uri.inc | 618 |
4 files changed, 470 insertions, 320 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb index 09e3400b..8bab3fb6 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 = "fa395034692b71d066da3593058c819186782f88" | 12 | SRCREV_compose = "f79c28168bf6a95ea0cbd1c298f4a0ff4c3ac36b" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" | 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" |
| 15 | 15 | ||
| @@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60 | |||
| 23 | 23 | ||
| 24 | GO_IMPORT = "import" | 24 | GO_IMPORT = "import" |
| 25 | 25 | ||
| 26 | PV = "v2.32.2" | 26 | PV = "v2.28.1" |
| 27 | 27 | ||
| 28 | COMPOSE_PKG = "github.com/docker/compose/v2" | 28 | COMPOSE_PKG = "github.com/docker/compose/v2" |
| 29 | 29 | ||
diff --git a/recipes-containers/docker-compose/files/modules.txt b/recipes-containers/docker-compose/files/modules.txt index 6a0ceef4..2531a845 100644 --- a/recipes-containers/docker-compose/files/modules.txt +++ b/recipes-containers/docker-compose/files/modules.txt | |||
| @@ -6,23 +6,21 @@ | |||
| 6 | ## explicit | 6 | ## explicit |
| 7 | # github.com/buger/goterm v1.0.4 | 7 | # github.com/buger/goterm v1.0.4 |
| 8 | ## explicit | 8 | ## explicit |
| 9 | # github.com/compose-spec/compose-go/v2 v2.4.7 | 9 | # github.com/compose-spec/compose-go/v2 v2.1.3 |
| 10 | ## explicit | 10 | ## explicit |
| 11 | # github.com/containerd/containerd v1.7.24 | 11 | # github.com/containerd/containerd v1.7.18 |
| 12 | ## explicit | ||
| 13 | # github.com/containerd/platforms v0.2.1 | ||
| 14 | ## explicit | 12 | ## explicit |
| 15 | # github.com/davecgh/go-spew v1.1.1 | 13 | # github.com/davecgh/go-spew v1.1.1 |
| 16 | ## explicit | 14 | ## explicit |
| 17 | # github.com/distribution/reference v0.6.0 | 15 | # github.com/distribution/reference v0.6.0 |
| 18 | ## explicit | 16 | ## explicit |
| 19 | # github.com/docker/buildx v0.19.2 | 17 | # github.com/docker/buildx v0.15.1 |
| 20 | ## explicit | 18 | ## explicit |
| 21 | # github.com/docker/cli v27.4.0+incompatible | 19 | # github.com/docker/cli v27.0.1-rc.1+incompatible |
| 22 | ## explicit | 20 | ## explicit |
| 23 | # github.com/docker/cli-docs-tool v0.8.0 | 21 | # github.com/docker/cli-docs-tool v0.7.0 |
| 24 | ## explicit | 22 | ## explicit |
| 25 | # github.com/docker/docker v27.4.0+incompatible | 23 | # github.com/docker/docker v27.0.1-rc.1+incompatible |
| 26 | ## explicit | 24 | ## explicit |
| 27 | # github.com/docker/go-connections v0.5.0 | 25 | # github.com/docker/go-connections v0.5.0 |
| 28 | ## explicit | 26 | ## explicit |
| @@ -46,7 +44,7 @@ | |||
| 46 | ## explicit | 44 | ## explicit |
| 47 | # github.com/mitchellh/mapstructure v1.5.0 | 45 | # github.com/mitchellh/mapstructure v1.5.0 |
| 48 | ## explicit | 46 | ## explicit |
| 49 | # github.com/moby/buildkit v0.18.1 | 47 | # github.com/moby/buildkit v0.14.1 |
| 50 | ## explicit | 48 | ## explicit |
| 51 | # github.com/moby/patternmatcher v0.6.0 | 49 | # github.com/moby/patternmatcher v0.6.0 |
| 52 | ## explicit | 50 | ## explicit |
| @@ -70,45 +68,43 @@ | |||
| 70 | ## explicit | 68 | ## explicit |
| 71 | # github.com/spf13/pflag v1.0.5 | 69 | # github.com/spf13/pflag v1.0.5 |
| 72 | ## explicit | 70 | ## explicit |
| 73 | # github.com/stretchr/testify v1.10.0 | 71 | # github.com/stretchr/testify v1.9.0 |
| 74 | ## explicit | 72 | ## explicit |
| 75 | # github.com/theupdateframework/notary v0.7.0 | 73 | # github.com/theupdateframework/notary v0.7.0 |
| 76 | ## explicit | 74 | ## explicit |
| 77 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 | 75 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 |
| 78 | ## explicit | 76 | ## explicit |
| 79 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 | 77 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 |
| 80 | ## explicit | 78 | ## explicit |
| 81 | # go.opentelemetry.io/otel v1.28.0 | 79 | # go.opentelemetry.io/otel v1.21.0 |
| 82 | ## explicit | 80 | ## explicit |
| 83 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 | 81 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 |
| 84 | ## explicit | 82 | ## explicit |
| 85 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 | 83 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 |
| 86 | ## explicit | 84 | ## explicit |
| 87 | # go.opentelemetry.io/otel/metric v1.28.0 | 85 | # go.opentelemetry.io/otel/metric v1.21.0 |
| 88 | ## explicit | 86 | ## explicit |
| 89 | # go.opentelemetry.io/otel/sdk v1.28.0 | 87 | # go.opentelemetry.io/otel/sdk v1.21.0 |
| 90 | ## explicit | 88 | ## explicit |
| 91 | # go.opentelemetry.io/otel/trace v1.28.0 | 89 | # go.opentelemetry.io/otel/trace v1.21.0 |
| 92 | ## explicit | 90 | ## explicit |
| 93 | # go.uber.org/goleak v1.3.0 | 91 | # go.uber.org/goleak v1.3.0 |
| 94 | ## explicit | 92 | ## explicit |
| 95 | # go.uber.org/mock v0.5.0 | 93 | # go.uber.org/mock v0.4.0 |
| 96 | ## explicit | 94 | ## explicit |
| 97 | # golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 | 95 | # golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 |
| 98 | ## explicit | 96 | ## explicit |
| 99 | # golang.org/x/sync v0.10.0 | 97 | # golang.org/x/sync v0.7.0 |
| 100 | ## explicit | 98 | ## explicit |
| 101 | # golang.org/x/sys v0.28.0 | 99 | # golang.org/x/sys v0.21.0 |
| 102 | ## explicit | 100 | ## explicit |
| 103 | # google.golang.org/grpc v1.68.1 | 101 | # google.golang.org/grpc v1.59.0 |
| 104 | ## explicit | 102 | ## explicit |
| 105 | # gopkg.in/yaml.v3 v3.0.1 | 103 | # gopkg.in/yaml.v3 v3.0.1 |
| 106 | ## explicit | 104 | ## explicit |
| 107 | # gotest.tools/v3 v3.5.1 | 105 | # gotest.tools/v3 v3.5.1 |
| 108 | ## explicit | 106 | ## explicit |
| 109 | # tags.cncf.io/container-device-interface v0.8.0 | 107 | # dario.cat/mergo v1.0.0 |
| 110 | ## explicit | ||
| 111 | # dario.cat/mergo v1.0.1 | ||
| 112 | ## explicit | 108 | ## explicit |
| 113 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 | 109 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 |
| 114 | ## explicit | 110 | ## explicit |
| @@ -116,6 +112,8 @@ | |||
| 116 | ## explicit | 112 | ## explicit |
| 117 | # github.com/Masterminds/semver/v3 v3.2.1 | 113 | # github.com/Masterminds/semver/v3 v3.2.1 |
| 118 | ## explicit | 114 | ## explicit |
| 115 | # github.com/Microsoft/hcsshim v0.11.5 | ||
| 116 | ## explicit | ||
| 119 | # github.com/aws/aws-sdk-go-v2 v1.24.1 | 117 | # github.com/aws/aws-sdk-go-v2 v1.24.1 |
| 120 | ## explicit | 118 | ## explicit |
| 121 | # github.com/aws/aws-sdk-go-v2/config v1.26.6 | 119 | # github.com/aws/aws-sdk-go-v2/config v1.26.6 |
| @@ -144,29 +142,27 @@ | |||
| 144 | ## explicit | 142 | ## explicit |
| 145 | # github.com/beorn7/perks v1.0.1 | 143 | # github.com/beorn7/perks v1.0.1 |
| 146 | ## explicit | 144 | ## explicit |
| 147 | # github.com/cenkalti/backoff/v4 v4.3.0 | 145 | # github.com/cenkalti/backoff/v4 v4.2.1 |
| 148 | ## explicit | 146 | ## explicit |
| 149 | # github.com/cespare/xxhash/v2 v2.3.0 | 147 | # github.com/cespare/xxhash/v2 v2.2.0 |
| 150 | ## explicit | 148 | ## explicit |
| 151 | # github.com/containerd/console v1.0.4 | 149 | # github.com/containerd/console v1.0.4 |
| 152 | ## explicit | 150 | ## explicit |
| 153 | # github.com/containerd/containerd/api v1.7.19 | 151 | # github.com/containerd/continuity v0.4.3 |
| 154 | ## explicit | ||
| 155 | # github.com/containerd/continuity v0.4.5 | ||
| 156 | ## explicit | 152 | ## explicit |
| 157 | # github.com/containerd/errdefs v0.3.0 | 153 | # github.com/containerd/errdefs v0.1.0 |
| 158 | ## explicit | 154 | ## explicit |
| 159 | # github.com/containerd/log v0.1.0 | 155 | # github.com/containerd/log v0.1.0 |
| 160 | ## explicit | 156 | ## explicit |
| 161 | # github.com/containerd/ttrpc v1.2.5 | 157 | # github.com/containerd/platforms v0.2.1 |
| 162 | ## explicit | 158 | ## explicit |
| 163 | # github.com/containerd/typeurl/v2 v2.2.3 | 159 | # github.com/containerd/ttrpc v1.2.5 |
| 164 | ## explicit | 160 | ## explicit |
| 165 | # github.com/cpuguy83/go-md2man/v2 v2.0.5 | 161 | # github.com/containerd/typeurl/v2 v2.1.1 |
| 166 | ## explicit | 162 | ## explicit |
| 167 | # github.com/docker/distribution v2.8.3+incompatible | 163 | # github.com/docker/distribution v2.8.3+incompatible |
| 168 | ## explicit | 164 | ## explicit |
| 169 | # github.com/docker/docker-credential-helpers v0.8.2 | 165 | # github.com/docker/docker-credential-helpers v0.8.0 |
| 170 | ## explicit | 166 | ## explicit |
| 171 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c | 167 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c |
| 172 | ## explicit | 168 | ## explicit |
| @@ -176,9 +172,9 @@ | |||
| 176 | ## explicit | 172 | ## explicit |
| 177 | # github.com/felixge/httpsnoop v1.0.4 | 173 | # github.com/felixge/httpsnoop v1.0.4 |
| 178 | ## explicit | 174 | ## explicit |
| 179 | # github.com/fvbommel/sortorder v1.1.0 | 175 | # github.com/fvbommel/sortorder v1.0.2 |
| 180 | ## explicit | 176 | ## explicit |
| 181 | # github.com/go-logr/logr v1.4.2 | 177 | # github.com/go-logr/logr v1.3.0 |
| 182 | ## explicit | 178 | ## explicit |
| 183 | # github.com/go-logr/stdr v1.2.2 | 179 | # github.com/go-logr/stdr v1.2.2 |
| 184 | ## explicit | 180 | ## explicit |
| @@ -190,7 +186,9 @@ | |||
| 190 | ## explicit | 186 | ## explicit |
| 191 | # github.com/go-viper/mapstructure/v2 v2.0.0 | 187 | # github.com/go-viper/mapstructure/v2 v2.0.0 |
| 192 | ## explicit | 188 | ## explicit |
| 193 | # github.com/gofrs/flock v0.12.1 | 189 | # github.com/gofrs/flock v0.8.1 |
| 190 | ## explicit | ||
| 191 | # github.com/gogo/googleapis v1.4.1 | ||
| 194 | ## explicit | 192 | ## explicit |
| 195 | # github.com/gogo/protobuf v1.3.2 | 193 | # github.com/gogo/protobuf v1.3.2 |
| 196 | ## explicit | 194 | ## explicit |
| @@ -208,7 +206,7 @@ | |||
| 208 | ## explicit | 206 | ## explicit |
| 209 | # github.com/gorilla/websocket v1.5.0 | 207 | # github.com/gorilla/websocket v1.5.0 |
| 210 | ## explicit | 208 | ## explicit |
| 211 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 | 209 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 |
| 212 | ## explicit | 210 | ## explicit |
| 213 | # github.com/hashicorp/errwrap v1.1.0 | 211 | # github.com/hashicorp/errwrap v1.1.0 |
| 214 | ## explicit | 212 | ## explicit |
| @@ -226,7 +224,7 @@ | |||
| 226 | ## explicit | 224 | ## explicit |
| 227 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | 225 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 |
| 228 | ## explicit | 226 | ## explicit |
| 229 | # github.com/klauspost/compress v1.17.11 | 227 | # github.com/klauspost/compress v1.17.4 |
| 230 | ## explicit | 228 | ## explicit |
| 231 | # github.com/mailru/easyjson v0.7.7 | 229 | # github.com/mailru/easyjson v0.7.7 |
| 232 | ## explicit | 230 | ## explicit |
| @@ -236,31 +234,27 @@ | |||
| 236 | ## explicit | 234 | ## explicit |
| 237 | # github.com/mattn/go-runewidth v0.0.15 | 235 | # github.com/mattn/go-runewidth v0.0.15 |
| 238 | ## explicit | 236 | ## explicit |
| 237 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 | ||
| 238 | ## explicit | ||
| 239 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b | 239 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b |
| 240 | ## explicit | 240 | ## explicit |
| 241 | # github.com/miekg/pkcs11 v1.1.1 | 241 | # github.com/miekg/pkcs11 v1.1.1 |
| 242 | ## explicit | 242 | ## explicit |
| 243 | # github.com/mitchellh/hashstructure/v2 v2.0.2 | ||
| 244 | ## explicit | ||
| 245 | # github.com/moby/docker-image-spec v1.3.1 | 243 | # github.com/moby/docker-image-spec v1.3.1 |
| 246 | ## explicit | 244 | ## explicit |
| 247 | # github.com/moby/locker v1.0.1 | 245 | # github.com/moby/locker v1.0.1 |
| 248 | ## explicit | 246 | ## explicit |
| 249 | # github.com/moby/spdystream v0.2.0 | 247 | # github.com/moby/spdystream v0.2.0 |
| 250 | ## explicit | 248 | ## explicit |
| 251 | # github.com/moby/sys/capability v0.4.0 | 249 | # github.com/moby/sys/mountinfo v0.7.1 |
| 252 | ## explicit | ||
| 253 | # github.com/moby/sys/mountinfo v0.7.2 | ||
| 254 | ## explicit | 250 | ## explicit |
| 255 | # github.com/moby/sys/sequential v0.6.0 | 251 | # github.com/moby/sys/sequential v0.5.0 |
| 256 | ## explicit | 252 | ## explicit |
| 257 | # github.com/moby/sys/signal v0.7.1 | 253 | # github.com/moby/sys/signal v0.7.0 |
| 258 | ## explicit | 254 | ## explicit |
| 259 | # github.com/moby/sys/symlink v0.2.0 | 255 | # github.com/moby/sys/symlink v0.2.0 |
| 260 | ## explicit | 256 | ## explicit |
| 261 | # github.com/moby/sys/user v0.3.0 | 257 | # github.com/moby/sys/user v0.1.0 |
| 262 | ## explicit | ||
| 263 | # github.com/moby/sys/userns v0.1.0 | ||
| 264 | ## explicit | 258 | ## explicit |
| 265 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | 259 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
| 266 | ## explicit | 260 | ## explicit |
| @@ -274,33 +268,25 @@ | |||
| 274 | ## explicit | 268 | ## explicit |
| 275 | # github.com/pkg/errors v0.9.1 | 269 | # github.com/pkg/errors v0.9.1 |
| 276 | ## explicit | 270 | ## explicit |
| 277 | # github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 | ||
| 278 | ## explicit | ||
| 279 | # github.com/pmezard/go-difflib v1.0.0 | 271 | # github.com/pmezard/go-difflib v1.0.0 |
| 280 | ## explicit | 272 | ## explicit |
| 281 | # github.com/prometheus/client_golang v1.20.2 | 273 | # github.com/prometheus/client_golang v1.17.0 |
| 282 | ## explicit | 274 | ## explicit |
| 283 | # github.com/prometheus/client_model v0.6.1 | 275 | # github.com/prometheus/client_model v0.5.0 |
| 284 | ## explicit | 276 | ## explicit |
| 285 | # github.com/prometheus/common v0.55.0 | 277 | # github.com/prometheus/common v0.44.0 |
| 286 | ## explicit | 278 | ## explicit |
| 287 | # github.com/prometheus/procfs v0.15.1 | 279 | # github.com/prometheus/procfs v0.12.0 |
| 288 | ## explicit | 280 | ## explicit |
| 289 | # github.com/rivo/uniseg v0.2.0 | 281 | # github.com/rivo/uniseg v0.2.0 |
| 290 | ## explicit | 282 | ## explicit |
| 291 | # github.com/russross/blackfriday/v2 v2.1.0 | ||
| 292 | ## explicit | ||
| 293 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 | 283 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 |
| 294 | ## explicit | 284 | ## explicit |
| 295 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b | 285 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b |
| 296 | ## explicit | 286 | ## explicit |
| 297 | # github.com/shibumi/go-pathspec v1.3.0 | 287 | # github.com/shibumi/go-pathspec v1.3.0 |
| 298 | ## explicit | 288 | ## explicit |
| 299 | # github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 | 289 | # github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c |
| 300 | ## explicit | ||
| 301 | # github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184 | ||
| 302 | ## explicit | ||
| 303 | # github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 | ||
| 304 | ## explicit | 290 | ## explicit |
| 305 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea | 291 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea |
| 306 | ## explicit | 292 | ## explicit |
| @@ -312,39 +298,43 @@ | |||
| 312 | ## explicit | 298 | ## explicit |
| 313 | # github.com/xeipuuv/gojsonschema v1.2.0 | 299 | # github.com/xeipuuv/gojsonschema v1.2.0 |
| 314 | ## explicit | 300 | ## explicit |
| 315 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 | 301 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 |
| 302 | ## explicit | ||
| 303 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 | ||
| 316 | ## explicit | 304 | ## explicit |
| 317 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 | 305 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 |
| 318 | ## explicit | 306 | ## explicit |
| 319 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 | 307 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 |
| 320 | ## explicit | 308 | ## explicit |
| 321 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 | 309 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 |
| 322 | ## explicit | 310 | ## explicit |
| 323 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 | 311 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 |
| 324 | ## explicit | 312 | ## explicit |
| 325 | # go.opentelemetry.io/otel/sdk/metric v1.28.0 | 313 | # go.opentelemetry.io/otel/sdk/metric v1.21.0 |
| 326 | ## explicit | 314 | ## explicit |
| 327 | # go.opentelemetry.io/proto/otlp v1.3.1 | 315 | # go.opentelemetry.io/proto/otlp v1.0.0 |
| 328 | ## explicit | 316 | ## explicit |
| 329 | # golang.org/x/crypto v0.31.0 | 317 | # golang.org/x/crypto v0.22.0 |
| 330 | ## explicit | 318 | ## explicit |
| 331 | # golang.org/x/net v0.33.0 | 319 | # golang.org/x/net v0.24.0 |
| 332 | ## explicit | 320 | ## explicit |
| 333 | # golang.org/x/oauth2 v0.23.0 | 321 | # golang.org/x/oauth2 v0.11.0 |
| 334 | ## explicit | 322 | ## explicit |
| 335 | # golang.org/x/term v0.27.0 | 323 | # golang.org/x/term v0.19.0 |
| 336 | ## explicit | 324 | ## explicit |
| 337 | # golang.org/x/text v0.21.0 | 325 | # golang.org/x/text v0.14.0 |
| 338 | ## explicit | 326 | ## explicit |
| 339 | # golang.org/x/time v0.6.0 | 327 | # golang.org/x/time v0.3.0 |
| 340 | ## explicit | 328 | ## explicit |
| 341 | # google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 | 329 | # google.golang.org/appengine v1.6.8 |
| 342 | ## explicit | 330 | ## explicit |
| 343 | # google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 | 331 | # google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b |
| 344 | ## explicit | 332 | ## explicit |
| 345 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 | 333 | # google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b |
| 346 | ## explicit | 334 | ## explicit |
| 347 | # google.golang.org/protobuf v1.35.1 | 335 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b |
| 336 | ## explicit | ||
| 337 | # google.golang.org/protobuf v1.33.0 | ||
| 348 | ## explicit | 338 | ## explicit |
| 349 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 | 339 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 |
| 350 | ## explicit | 340 | ## explicit |
| @@ -370,3 +360,5 @@ | |||
| 370 | ## explicit | 360 | ## explicit |
| 371 | # sigs.k8s.io/yaml v1.3.0 | 361 | # sigs.k8s.io/yaml v1.3.0 |
| 372 | ## explicit | 362 | ## explicit |
| 363 | # tags.cncf.io/container-device-interface v0.7.2 | ||
| 364 | ## explicit | ||
diff --git a/recipes-containers/docker-compose/relocation.inc b/recipes-containers/docker-compose/relocation.inc index c638a789..74011a4a 100644 --- a/recipes-containers/docker-compose/relocation.inc +++ b/recipes-containers/docker-compose/relocation.inc | |||
| @@ -59,6 +59,7 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
| 59 | github.com/mitchellh/go-ps:github.com/mitchellh/go-ps:force \ | 59 | github.com/mitchellh/go-ps:github.com/mitchellh/go-ps:force \ |
| 60 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ | 60 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ |
| 61 | github.com/go-openapi/swag:github.com/go-openapi/swag:force \ | 61 | github.com/go-openapi/swag:github.com/go-openapi/swag:force \ |
| 62 | github.com/gogo/googleapis:github.com/gogo/googleapis:force \ | ||
| 62 | github.com/golang/protobuf:github.com/golang/protobuf:force \ | 63 | github.com/golang/protobuf:github.com/golang/protobuf:force \ |
| 63 | github.com/mailru/easyjson:github.com/mailru/easyjson:force \ | 64 | github.com/mailru/easyjson:github.com/mailru/easyjson:force \ |
| 64 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ | 65 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ |
| @@ -74,10 +75,12 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
| 74 | github.com/serialx/hashring:github.com/serialx/hashring:force \ | 75 | github.com/serialx/hashring:github.com/serialx/hashring:force \ |
| 75 | github.com/tonistiigi/units:github.com/tonistiigi/units:force \ | 76 | github.com/tonistiigi/units:github.com/tonistiigi/units:force \ |
| 76 | github.com/tonistiigi/vt100:github.com/tonistiigi/vt100:force \ | 77 | github.com/tonistiigi/vt100:github.com/tonistiigi/vt100:force \ |
| 78 | google.golang.org/appengine:google.golang.org/appengine:force \ | ||
| 77 | github.com/eiannone/keyboard:github.com/eiannone/keyboard:force \ | 79 | github.com/eiannone/keyboard:github.com/eiannone/keyboard:force \ |
| 78 | github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \ | 80 | github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \ |
| 79 | github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \ | 81 | github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \ |
| 80 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ | 82 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ |
| 83 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \ | ||
| 81 | github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \ | 84 | github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \ |
| 82 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ | 85 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ |
| 83 | github.com/docker/go-metrics:github.com/docker/go-metrics:force \ | 86 | github.com/docker/go-metrics:github.com/docker/go-metrics:force \ |
| @@ -101,7 +104,6 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
| 101 | github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \ | 104 | github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \ |
| 102 | github.com/pmezard/go-difflib:github.com/pmezard/go-difflib:force \ | 105 | github.com/pmezard/go-difflib:github.com/pmezard/go-difflib:force \ |
| 103 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ | 106 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ |
| 104 | github.com/moby/sys/userns:github.com/moby/sys/userns/userns:force \ | ||
| 105 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \ | 107 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \ |
| 106 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ | 108 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ |
| 107 | github.com/moby/patternmatcher:github.com/moby/patternmatcher:force \ | 109 | github.com/moby/patternmatcher:github.com/moby/patternmatcher:force \ |
| @@ -109,9 +111,9 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
| 109 | github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \ | 111 | github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \ |
| 110 | github.com/docker/distribution:github.com/docker/distribution:force \ | 112 | github.com/docker/distribution:github.com/docker/distribution:force \ |
| 111 | github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \ | 113 | github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \ |
| 112 | github.com/containerd/platforms:github.com/containerd/platforms:force \ | ||
| 113 | github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \ | 114 | github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \ |
| 114 | github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ | 115 | github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ |
| 116 | github.com/containerd/platforms:github.com/containerd/platforms:force \ | ||
| 115 | github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ | 117 | github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ |
| 116 | github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ | 118 | github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ |
| 117 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ | 119 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ |
| @@ -121,7 +123,6 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
| 121 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ | 123 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ |
| 122 | github.com/containerd/continuity:github.com/containerd/continuity:force \ | 124 | github.com/containerd/continuity:github.com/containerd/continuity:force \ |
| 123 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ | 125 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ |
| 124 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2:force \ | ||
| 125 | github.com/google/gnostic-models:github.com/google/gnostic-models:force \ | 126 | github.com/google/gnostic-models:github.com/google/gnostic-models:force \ |
| 126 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ | 127 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ |
| 127 | go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ | 128 | go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ |
| @@ -135,20 +136,15 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
| 135 | github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \ | 136 | github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \ |
| 136 | github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \ | 137 | github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \ |
| 137 | github.com/moby/docker-image-spec:github.com/moby/docker-image-spec:force \ | 138 | github.com/moby/docker-image-spec:github.com/moby/docker-image-spec:force \ |
| 138 | github.com/planetscale/vtprotobuf:github.com/planetscale/vtprotobuf:force \ | ||
| 139 | github.com/tonistiigi/go-csvvalue:github.com/tonistiigi/go-csvvalue:force \ | ||
| 140 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ | 139 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ |
| 141 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ | 140 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ |
| 142 | github.com/prometheus/client_model:github.com/prometheus/client_model:force \ | 141 | github.com/prometheus/client_model:github.com/prometheus/client_model:force \ |
| 143 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2:force \ | ||
| 144 | github.com/tonistiigi/dchapes-mode:github.com/tonistiigi/dchapes-mode:force \ | ||
| 145 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ | 142 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ |
| 146 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ | 143 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ |
| 147 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ | 144 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ |
| 148 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ | 145 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ |
| 149 | github.com/go-viper/mapstructure/v2:github.com/go-viper/mapstructure/v2:force \ | 146 | github.com/go-viper/mapstructure/v2:github.com/go-viper/mapstructure/v2:force \ |
| 150 | github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ | 147 | github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ |
| 151 | github.com/moby/sys/capability:github.com/moby/sys/capability/capability:force \ | ||
| 152 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ | 148 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ |
| 153 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ | 149 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ |
| 154 | github.com/theupdateframework/notary:github.com/theupdateframework/notary:force \ | 150 | github.com/theupdateframework/notary:github.com/theupdateframework/notary:force \ |
| @@ -156,8 +152,6 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
| 156 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ | 152 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ |
| 157 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ | 153 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ |
| 158 | github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ | 154 | github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ |
| 159 | github.com/mitchellh/hashstructure/v2:github.com/mitchellh/hashstructure/v2:force \ | ||
| 160 | github.com/containerd/containerd/api:github.com/containerd/containerd/api/api:force \ | ||
| 161 | github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \ | 155 | github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \ |
| 162 | tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ | 156 | tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ |
| 163 | go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel/sdk/metric/sdk/metric:force \ | 157 | go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel/sdk/metric/sdk/metric:force \ |
| @@ -167,6 +161,7 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
| 167 | github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2/service/sso/service/sso:force \ | 161 | github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2/service/sso/service/sso:force \ |
| 168 | github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts/service/sts:force \ | 162 | github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts/service/sts:force \ |
| 169 | github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2/internal/ini/internal/ini:force \ | 163 | github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2/internal/ini/internal/ini:force \ |
| 164 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions:force \ | ||
| 170 | google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \ | 165 | google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \ |
| 171 | google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ | 166 | google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ |
| 172 | github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \ | 167 | github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \ |
| @@ -175,6 +170,7 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
| 175 | github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \ | 170 | github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \ |
| 176 | go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \ | 171 | go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \ |
| 177 | github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \ | 172 | github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \ |
| 173 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric:go.opentelemetry.io/otel/exporters/otlp/otlpmetric/exporters/otlp/otlpmetric:force \ | ||
| 178 | github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/service/internal/presigned-url:force \ | 174 | github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/service/internal/presigned-url:force \ |
| 179 | github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding:github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/service/internal/accept-encoding:force \ | 175 | github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding:github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/service/internal/accept-encoding:force \ |
| 180 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ | 176 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ |
diff --git a/recipes-containers/docker-compose/src_uri.inc b/recipes-containers/docker-compose/src_uri.inc index da19fd25..08ea1684 100644 --- a/recipes-containers/docker-compose/src_uri.inc +++ b/recipes-containers/docker-compose/src_uri.inc | |||
| @@ -1,930 +1,1092 @@ | |||
| 1 | # k8s.io/api v0.29.2 | 1 | # k8s.io/api v0.29.2 |
| 2 | # [1] git ls-remote https://github.com/kubernetes/api d47313059888ec984bf8432ed155fae5be935c31 | 2 | # [1] git ls-remote https://github.com/kubernetes/api d47313059888ec984bf8432ed155fae5be935c31 |
| 3 | SRCREV_k8s.io-api="d47313059888ec984bf8432ed155fae5be935c31" | 3 | SRCREV_k8s.io-api="d47313059888ec984bf8432ed155fae5be935c31" |
| 4 | # styhead and newer | ||
| 4 | SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/api" | 5 | SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/api" |
| 5 | 6 | ||
| 6 | # k8s.io/utils v0.0.0-20230726121419-3b25d923346b | 7 | # k8s.io/utils v0.0.0-20230726121419-3b25d923346b |
| 7 | # [1] git ls-remote https://github.com/kubernetes/utils 3b25d923346b3814e0898684c97390092f31a61e | 8 | # [1] git ls-remote https://github.com/kubernetes/utils 3b25d923346b3814e0898684c97390092f31a61e |
| 8 | SRCREV_utils="3b25d923346b3814e0898684c97390092f31a61e" | 9 | SRCREV_utils="3b25d923346b3814e0898684c97390092f31a61e" |
| 10 | # styhead and newer | ||
| 9 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/utils" | 11 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/utils" |
| 10 | 12 | ||
| 11 | # k8s.io/klog/v2 v2.110.1 | 13 | # k8s.io/klog/v2 v2.110.1 |
| 12 | # [1] git ls-remote https://github.com/kubernetes/klog e3f75b8af2707d64b5dd4c440ae8384ed2f2c386 | 14 | # [1] git ls-remote https://github.com/kubernetes/klog e3f75b8af2707d64b5dd4c440ae8384ed2f2c386 |
| 13 | SRCREV_klog-v2="e3f75b8af2707d64b5dd4c440ae8384ed2f2c386" | 15 | SRCREV_klog-v2="e3f75b8af2707d64b5dd4c440ae8384ed2f2c386" |
| 16 | # styhead and newer | ||
| 14 | SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/klog/v2" | 17 | SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/klog/v2" |
| 15 | 18 | ||
| 16 | # gotest.tools/v3 v3.5.1 | 19 | # gotest.tools/v3 v3.5.1 |
| 17 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 81cea1abc596b025bf2573c7fdf97740512e4c6c | 20 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 81cea1abc596b025bf2573c7fdf97740512e4c6c |
| 18 | SRCREV_v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" | 21 | SRCREV_v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" |
| 22 | # styhead and newer | ||
| 19 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" | 23 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" |
| 20 | 24 | ||
| 21 | # dario.cat/mergo v1.0.1 | 25 | # dario.cat/mergo v1.0.0 |
| 22 | # [1] git ls-remote https://github.com/imdario/mergo 59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf | 26 | # [1] git ls-remote https://github.com/imdario/mergo 131de815afc35a77c41ae99da6c8f4288b6cb513 |
| 23 | SRCREV_mergo="59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf" | 27 | SRCREV_mergo="131de815afc35a77c41ae99da6c8f4288b6cb513" |
| 28 | # styhead and newer | ||
| 24 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/dario.cat/mergo" | 29 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/dario.cat/mergo" |
| 25 | 30 | ||
| 26 | # gopkg.in/inf.v0 v0.9.1 | 31 | # gopkg.in/inf.v0 v0.9.1 |
| 27 | # [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf | 32 | # [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf |
| 28 | SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" | 33 | SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" |
| 34 | # styhead and newer | ||
| 29 | SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/inf.v0" | 35 | SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/inf.v0" |
| 30 | 36 | ||
| 31 | # go.uber.org/mock v0.5.0 | 37 | # go.uber.org/mock v0.4.0 |
| 32 | # [1] git ls-remote https://github.com/uber/mock a9c44d91ce00ef09603d3822452a4f9c8fefd278 | 38 | # [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188 |
| 33 | SRCREV_mock="a9c44d91ce00ef09603d3822452a4f9c8fefd278" | 39 | SRCREV_mock="74a29c6e6c2cbb8ccee94db061c1604ff33fd188" |
| 40 | # styhead and newer | ||
| 34 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" | 41 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" |
| 35 | 42 | ||
| 36 | # golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 | 43 | # golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 |
| 37 | # [1] git ls-remote https://go.googlesource.com/exp 701f63a606c0c9bea032b22c82de68c5e9d967e7 | 44 | # [1] git ls-remote https://go.googlesource.com/exp db7319d0e0e361ccef5c449b760df8e5f2d5087c |
| 38 | SRCREV_exp="701f63a606c0c9bea032b22c82de68c5e9d967e7" | 45 | SRCREV_exp="db7319d0e0e361ccef5c449b760df8e5f2d5087c" |
| 46 | # styhead and newer | ||
| 39 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" | 47 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" |
| 40 | 48 | ||
| 41 | # golang.org/x/sys v0.28.0 | 49 | # golang.org/x/sys v0.21.0 |
| 42 | # [1] git ls-remote https://github.com/golang/sys fe16172d1123f5350a8c5585395465de6866de4c | 50 | # [1] git ls-remote https://github.com/golang/sys 673e0f94c16da4b6d7f550d6af66fde0c69503e4 |
| 43 | SRCREV_sys="fe16172d1123f5350a8c5585395465de6866de4c" | 51 | SRCREV_sys="673e0f94c16da4b6d7f550d6af66fde0c69503e4" |
| 52 | # styhead and newer | ||
| 44 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" | 53 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" |
| 45 | 54 | ||
| 46 | # gopkg.in/yaml.v3 v3.0.1 | 55 | # gopkg.in/yaml.v3 v3.0.1 |
| 47 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 | 56 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 |
| 48 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" | 57 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" |
| 58 | # styhead and newer | ||
| 49 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" | 59 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" |
| 50 | 60 | ||
| 51 | # golang.org/x/net v0.33.0 | 61 | # golang.org/x/net v0.24.0 |
| 52 | # [1] git ls-remote https://go.googlesource.com/net dfc720dfe0cfc125116068c20efcdcb5e4eab464 | 62 | # [1] git ls-remote https://go.googlesource.com/net 7bbe32058aba7159e4d273710e6f4f1c16c627fb |
| 53 | SRCREV_net="dfc720dfe0cfc125116068c20efcdcb5e4eab464" | 63 | SRCREV_net="7bbe32058aba7159e4d273710e6f4f1c16c627fb" |
| 64 | # styhead and newer | ||
| 54 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" | 65 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" |
| 55 | 66 | ||
| 56 | # gopkg.in/yaml.v2 v2.4.0 | 67 | # gopkg.in/yaml.v2 v2.4.0 |
| 57 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c | 68 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c |
| 58 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" | 69 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" |
| 70 | # styhead and newer | ||
| 59 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v2" | 71 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v2" |
| 60 | 72 | ||
| 61 | # k8s.io/client-go v0.29.2 | 73 | # k8s.io/client-go v0.29.2 |
| 62 | # [1] git ls-remote https://github.com/kubernetes/client-go 62c5e9e7b4bd09d2b43dcad1464376322398e994 | 74 | # [1] git ls-remote https://github.com/kubernetes/client-go 62c5e9e7b4bd09d2b43dcad1464376322398e994 |
| 63 | SRCREV_client-go="62c5e9e7b4bd09d2b43dcad1464376322398e994" | 75 | SRCREV_client-go="62c5e9e7b4bd09d2b43dcad1464376322398e994" |
| 76 | # styhead and newer | ||
| 64 | SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/client-go" | 77 | SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/client-go" |
| 65 | 78 | ||
| 66 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd | 79 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd |
| 67 | # [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 | 80 | # [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 |
| 68 | SRCREV_json="bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" | 81 | SRCREV_json="bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" |
| 82 | # styhead and newer | ||
| 69 | SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json" | 83 | SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json" |
| 70 | 84 | ||
| 71 | # sigs.k8s.io/yaml v1.3.0 | 85 | # sigs.k8s.io/yaml v1.3.0 |
| 72 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a | 86 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a |
| 73 | SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a" | 87 | SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a" |
| 88 | # styhead and newer | ||
| 74 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml" | 89 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml" |
| 75 | 90 | ||
| 76 | # golang.org/x/sync v0.10.0 | 91 | # golang.org/x/sync v0.7.0 |
| 77 | # [1] git ls-remote https://go.googlesource.com/sync 913fb63af28f446cd10c684ee847b5606cf328f7 | 92 | # [1] git ls-remote https://go.googlesource.com/sync 14be23e5b48bec28285f8a694875175ecacfddb3 |
| 78 | SRCREV_sync="913fb63af28f446cd10c684ee847b5606cf328f7" | 93 | SRCREV_sync="14be23e5b48bec28285f8a694875175ecacfddb3" |
| 94 | # styhead and newer | ||
| 79 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" | 95 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" |
| 80 | 96 | ||
| 81 | # golang.org/x/term v0.27.0 | 97 | # golang.org/x/term v0.19.0 |
| 82 | # [1] git ls-remote https://go.googlesource.com/term 442846aa8d80ebae61e0c2c58e041b92b9b33dc4 | 98 | # [1] git ls-remote https://go.googlesource.com/term 5b15d269ba1f54e8da86c8aa5574253aea0c2198 |
| 83 | SRCREV_x-term="442846aa8d80ebae61e0c2c58e041b92b9b33dc4" | 99 | SRCREV_x-term="5b15d269ba1f54e8da86c8aa5574253aea0c2198" |
| 100 | # styhead and newer | ||
| 84 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" | 101 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" |
| 85 | 102 | ||
| 86 | # golang.org/x/text v0.21.0 | 103 | # golang.org/x/text v0.14.0 |
| 87 | # [1] git ls-remote https://go.googlesource.com/text d42948e5579eb996bedb7df76c7ad57fae4e83c7 | 104 | # [1] git ls-remote https://go.googlesource.com/text 6c97a165dd661335ff7bce6104a008558123c353 |
| 88 | SRCREV_text="d42948e5579eb996bedb7df76c7ad57fae4e83c7" | 105 | SRCREV_text="6c97a165dd661335ff7bce6104a008558123c353" |
| 106 | # styhead and newer | ||
| 89 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" | 107 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" |
| 90 | 108 | ||
| 91 | # golang.org/x/time v0.6.0 | 109 | # golang.org/x/time v0.3.0 |
| 92 | # [1] git ls-remote https://go.googlesource.com/time 5d9ef583af632a0fcf95276fb38326f695c4fd5f | 110 | # [1] git ls-remote https://go.googlesource.com/time 2c09566ef13fb5556401ddff3c53c3dbc2a42dac |
| 93 | SRCREV_time="5d9ef583af632a0fcf95276fb38326f695c4fd5f" | 111 | SRCREV_time="2c09566ef13fb5556401ddff3c53c3dbc2a42dac" |
| 112 | # styhead and newer | ||
| 94 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time" | 113 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time" |
| 95 | 114 | ||
| 96 | # go.uber.org/goleak v1.3.0 | 115 | # go.uber.org/goleak v1.3.0 |
| 97 | # [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c | 116 | # [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c |
| 98 | SRCREV_goleak="31095c657c34bba405a8d480db27989aa5f60b9c" | 117 | SRCREV_goleak="31095c657c34bba405a8d480db27989aa5f60b9c" |
| 118 | # styhead and newer | ||
| 99 | SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/goleak" | 119 | SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/goleak" |
| 100 | 120 | ||
| 101 | # golang.org/x/crypto v0.31.0 | 121 | # golang.org/x/crypto v0.22.0 |
| 102 | # [1] git ls-remote https://go.googlesource.com/crypto b4f1988a35dee11ec3e05d6bf3e90b695fbd8909 | 122 | # [1] git ls-remote https://go.googlesource.com/crypto d042a396a6de487c29b6907508ba7e86925f6e09 |
| 103 | SRCREV_crypto="b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" | 123 | SRCREV_crypto="d042a396a6de487c29b6907508ba7e86925f6e09" |
| 124 | # styhead and newer | ||
| 104 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" | 125 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" |
| 105 | 126 | ||
| 106 | # golang.org/x/oauth2 v0.23.0 | 127 | # golang.org/x/oauth2 v0.11.0 |
| 107 | # [1] git ls-remote https://go.googlesource.com/oauth2 3e6480915d39dd1a80fa460e56413857f02cc1b9 | 128 | # [1] git ls-remote https://go.googlesource.com/oauth2 2e4a4e2bfb69ca7609cb423438c55caa131431c1 |
| 108 | SRCREV_oauth2="3e6480915d39dd1a80fa460e56413857f02cc1b9" | 129 | SRCREV_oauth2="2e4a4e2bfb69ca7609cb423438c55caa131431c1" |
| 130 | # styhead and newer | ||
| 109 | SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/oauth2" | 131 | SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/oauth2" |
| 110 | 132 | ||
| 111 | # k8s.io/apimachinery v0.29.2 | 133 | # k8s.io/apimachinery v0.29.2 |
| 112 | # [1] git ls-remote https://github.com/kubernetes/apimachinery dc7e034c86479d49be4b0eefad307621e10caa0e | 134 | # [1] git ls-remote https://github.com/kubernetes/apimachinery dc7e034c86479d49be4b0eefad307621e10caa0e |
| 113 | SRCREV_apimachinery="dc7e034c86479d49be4b0eefad307621e10caa0e" | 135 | SRCREV_apimachinery="dc7e034c86479d49be4b0eefad307621e10caa0e" |
| 136 | # styhead and newer | ||
| 114 | SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/apimachinery" | 137 | SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/apimachinery" |
| 115 | 138 | ||
| 116 | # k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 | 139 | # k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 |
| 117 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 2dd684a91f00351087fe2f4ed5408d4d2f3775ab | 140 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 2dd684a91f00351087fe2f4ed5408d4d2f3775ab |
| 118 | SRCREV_kube-openapi="2dd684a91f00351087fe2f4ed5408d4d2f3775ab" | 141 | SRCREV_kube-openapi="2dd684a91f00351087fe2f4ed5408d4d2f3775ab" |
| 142 | # styhead and newer | ||
| 119 | SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/kube-openapi" | 143 | SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/kube-openapi" |
| 120 | 144 | ||
| 121 | # github.com/moby/term v0.5.0 | 145 | # github.com/moby/term v0.5.0 |
| 122 | # [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9 | 146 | # [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9 |
| 123 | SRCREV_term="9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9" | 147 | SRCREV_term="9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9" |
| 148 | # styhead and newer | ||
| 124 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" | 149 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" |
| 125 | 150 | ||
| 126 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c | 151 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c |
| 127 | # [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06 | 152 | # [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06 |
| 128 | SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06" | 153 | SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06" |
| 154 | # styhead and newer | ||
| 129 | SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go" | 155 | SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go" |
| 130 | 156 | ||
| 131 | # github.com/docker/cli v27.4.0+incompatible | 157 | # github.com/docker/cli v27.0.1-rc.1+incompatible |
| 132 | # [1] git ls-remote https://github.com/docker/cli bde2b893136c1c7a2894386e4f8743089c89b041 | 158 | # [1] git ls-remote https://github.com/docker/cli 0d415ad0e9fa1957e89427d87fe9435b5b2242a8 |
| 133 | SRCREV_cli="bde2b893136c1c7a2894386e4f8743089c89b041" | 159 | SRCREV_cli="0d415ad0e9fa1957e89427d87fe9435b5b2242a8" |
| 160 | # styhead and newer | ||
| 134 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" | 161 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" |
| 135 | 162 | ||
| 136 | # github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc | 163 | # github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc |
| 137 | # [1] git ls-remote https://github.com/r3labs/sse 26fe804710bc39ea7ea6636d36f27c438bd2c06f | 164 | # [1] git ls-remote https://github.com/r3labs/sse 26fe804710bc39ea7ea6636d36f27c438bd2c06f |
| 138 | SRCREV_sse="26fe804710bc39ea7ea6636d36f27c438bd2c06f" | 165 | SRCREV_sse="26fe804710bc39ea7ea6636d36f27c438bd2c06f" |
| 166 | # styhead and newer | ||
| 139 | SRC_URI += "git://github.com/r3labs/sse;name=sse;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/r3labs/sse" | 167 | SRC_URI += "git://github.com/r3labs/sse;name=sse;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/r3labs/sse" |
| 140 | 168 | ||
| 141 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b | 169 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b |
| 142 | # [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 | 170 | # [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 |
| 143 | SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992" | 171 | SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992" |
| 172 | # styhead and newer | ||
| 144 | SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mgutz/ansi" | 173 | SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mgutz/ansi" |
| 145 | 174 | ||
| 146 | # github.com/pkg/errors v0.9.1 | 175 | # github.com/pkg/errors v0.9.1 |
| 147 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 | 176 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 |
| 148 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" | 177 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" |
| 178 | # styhead and newer | ||
| 149 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" | 179 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" |
| 150 | 180 | ||
| 151 | # github.com/spf13/cobra v1.8.1 | 181 | # github.com/spf13/cobra v1.8.1 |
| 152 | # [1] git ls-remote https://github.com/spf13/cobra e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec | 182 | # [1] git ls-remote https://github.com/spf13/cobra e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec |
| 153 | SRCREV_cobra="e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec" | 183 | SRCREV_cobra="e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec" |
| 184 | # styhead and newer | ||
| 154 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" | 185 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" |
| 155 | 186 | ||
| 156 | # github.com/spf13/pflag v1.0.5 | 187 | # github.com/spf13/pflag v1.0.5 |
| 157 | # [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab | 188 | # [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab |
| 158 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" | 189 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" |
| 190 | # styhead and newer | ||
| 159 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" | 191 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" |
| 160 | 192 | ||
| 161 | # google.golang.org/grpc v1.68.1 | 193 | # google.golang.org/grpc v1.59.0 |
| 162 | # [1] git ls-remote https://github.com/grpc/grpc-go d6a777f952c77822f0190dff71b1fe8fe250538c | 194 | # [1] git ls-remote https://github.com/grpc/grpc-go 7765221f4bf6104973db7946d56936cf838cad46 |
| 163 | SRCREV_grpc="d6a777f952c77822f0190dff71b1fe8fe250538c" | 195 | SRCREV_grpc="7765221f4bf6104973db7946d56936cf838cad46" |
| 196 | # styhead and newer | ||
| 164 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" | 197 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" |
| 165 | 198 | ||
| 166 | # github.com/gofrs/flock v0.12.1 | 199 | # github.com/gofrs/flock v0.8.1 |
| 167 | # [1] git ls-remote https://github.com/gofrs/flock 9de625d921bf362f81e0760056fdff11c8542435 | 200 | # [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 |
| 168 | SRCREV_flock="9de625d921bf362f81e0760056fdff11c8542435" | 201 | SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" |
| 202 | # styhead and newer | ||
| 169 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" | 203 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" |
| 170 | 204 | ||
| 171 | # github.com/google/uuid v1.6.0 | 205 | # github.com/google/uuid v1.6.0 |
| 172 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc | 206 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc |
| 173 | SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc" | 207 | SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc" |
| 208 | # styhead and newer | ||
| 174 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" | 209 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" |
| 175 | 210 | ||
| 176 | # github.com/gorilla/mux v1.8.1 | 211 | # github.com/gorilla/mux v1.8.1 |
| 177 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 | 212 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 |
| 178 | SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5" | 213 | SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5" |
| 214 | # styhead and newer | ||
| 179 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" | 215 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" |
| 180 | 216 | ||
| 181 | # github.com/moby/locker v1.0.1 | 217 | # github.com/moby/locker v1.0.1 |
| 182 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe | 218 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe |
| 183 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" | 219 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" |
| 220 | # styhead and newer | ||
| 184 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" | 221 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" |
| 185 | 222 | ||
| 186 | # github.com/rivo/uniseg v0.2.0 | 223 | # github.com/rivo/uniseg v0.2.0 |
| 187 | # [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d | 224 | # [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d |
| 188 | SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" | 225 | SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" |
| 226 | # styhead and newer | ||
| 189 | SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rivo/uniseg" | 227 | SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rivo/uniseg" |
| 190 | 228 | ||
| 191 | # github.com/buger/goterm v1.0.4 | 229 | # github.com/buger/goterm v1.0.4 |
| 192 | # [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 | 230 | # [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 |
| 193 | SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" | 231 | SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" |
| 232 | # styhead and newer | ||
| 194 | SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/goterm" | 233 | SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/goterm" |
| 195 | 234 | ||
| 196 | # github.com/morikuni/aec v1.0.0 | 235 | # github.com/morikuni/aec v1.0.0 |
| 197 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b | 236 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b |
| 198 | SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" | 237 | SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" |
| 238 | # styhead and newer | ||
| 199 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec" | 239 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec" |
| 200 | 240 | ||
| 201 | # github.com/otiai10/copy v1.14.0 | 241 | # github.com/otiai10/copy v1.14.0 |
| 202 | # [1] git ls-remote https://github.com/otiai10/copy fba066acb0eb6e25d510073787741c0a8b31bf1e | 242 | # [1] git ls-remote https://github.com/otiai10/copy fba066acb0eb6e25d510073787741c0a8b31bf1e |
| 203 | SRCREV_copy="fba066acb0eb6e25d510073787741c0a8b31bf1e" | 243 | SRCREV_copy="fba066acb0eb6e25d510073787741c0a8b31bf1e" |
| 244 | # styhead and newer | ||
| 204 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy" | 245 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy" |
| 205 | 246 | ||
| 206 | # github.com/beorn7/perks v1.0.1 | 247 | # github.com/beorn7/perks v1.0.1 |
| 207 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 | 248 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 |
| 208 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" | 249 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" |
| 250 | # styhead and newer | ||
| 209 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks" | 251 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks" |
| 210 | 252 | ||
| 211 | # github.com/go-logr/logr v1.4.2 | 253 | # github.com/go-logr/logr v1.3.0 |
| 212 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 | 254 | # [1] git ls-remote https://github.com/go-logr/logr 8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f |
| 213 | SRCREV_logr="1205f429d540b8b81c2b75a38943afb738dac223" | 255 | SRCREV_logr="8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f" |
| 256 | # styhead and newer | ||
| 214 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" | 257 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" |
| 215 | 258 | ||
| 216 | # github.com/go-logr/stdr v1.2.2 | 259 | # github.com/go-logr/stdr v1.2.2 |
| 217 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 | 260 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 |
| 218 | SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" | 261 | SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" |
| 262 | # styhead and newer | ||
| 219 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" | 263 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" |
| 220 | 264 | ||
| 221 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | 265 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
| 222 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d | 266 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d |
| 223 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" | 267 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" |
| 268 | # styhead and newer | ||
| 224 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex" | 269 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex" |
| 225 | 270 | ||
| 226 | # github.com/miekg/pkcs11 v1.1.1 | 271 | # github.com/miekg/pkcs11 v1.1.1 |
| 227 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d | 272 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d |
| 228 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" | 273 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" |
| 274 | # styhead and newer | ||
| 229 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" | 275 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" |
| 230 | 276 | ||
| 231 | # github.com/docker/buildx v0.19.2 | 277 | # github.com/docker/buildx v0.15.1 |
| 232 | # [1] git ls-remote https://github.com/docker/buildx 1fc5647dc281ca3c2ad5b451aeff2dce84f1dc49 | 278 | # [1] git ls-remote https://github.com/docker/buildx 1c1dbb2e4cb5363110f42102744a08d034c2300d |
| 233 | SRCREV_buildx="1fc5647dc281ca3c2ad5b451aeff2dce84f1dc49" | 279 | SRCREV_buildx="1c1dbb2e4cb5363110f42102744a08d034c2300d" |
| 280 | # styhead and newer | ||
| 234 | SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/buildx" | 281 | SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/buildx" |
| 235 | 282 | ||
| 236 | # github.com/docker/docker v27.4.0+incompatible | 283 | # github.com/docker/docker v27.0.1-rc.1+incompatible |
| 237 | # [1] git ls-remote https://github.com/moby/moby 92a83937d0280dcbea92099b01e01aa4251c1777 | 284 | # [1] git ls-remote https://github.com/moby/moby 018d93decfb51ce7c1a8edecdf4f62ed07564e8f |
| 238 | SRCREV_docker="92a83937d0280dcbea92099b01e01aa4251c1777" | 285 | SRCREV_docker="018d93decfb51ce7c1a8edecdf4f62ed07564e8f" |
| 286 | # styhead and newer | ||
| 239 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" | 287 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" |
| 240 | 288 | ||
| 241 | # github.com/google/go-cmp v0.6.0 | 289 | # github.com/google/go-cmp v0.6.0 |
| 242 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f | 290 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f |
| 243 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" | 291 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" |
| 292 | # styhead and newer | ||
| 244 | SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/go-cmp" | 293 | SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/go-cmp" |
| 245 | 294 | ||
| 246 | # github.com/moby/buildkit v0.18.1 | 295 | # github.com/moby/buildkit v0.14.1 |
| 247 | # [1] git ls-remote https://github.com/moby/buildkit eb68885955169461d72dc2b7e6d084100fcaba86 | 296 | # [1] git ls-remote https://github.com/moby/buildkit eb864a84592468ee9b434326cb7efd66f58555af |
| 248 | SRCREV_buildkit="eb68885955169461d72dc2b7e6d084100fcaba86" | 297 | SRCREV_buildkit="eb864a84592468ee9b434326cb7efd66f58555af" |
| 298 | # styhead and newer | ||
| 249 | SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/buildkit" | 299 | SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/buildkit" |
| 250 | 300 | ||
| 251 | # go.opentelemetry.io/otel v1.28.0 | 301 | # go.opentelemetry.io/otel v1.21.0 |
| 252 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 302 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
| 253 | SRCREV_otel="81216fb002a6a76d32fdab6ef999bcf65794130d" | 303 | SRCREV_otel="98b32a6c3a87fbee5d34c063b9096f416b250897" |
| 304 | # styhead and newer | ||
| 254 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" | 305 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" |
| 255 | 306 | ||
| 256 | # github.com/aws/smithy-go v1.19.0 | 307 | # github.com/aws/smithy-go v1.19.0 |
| 257 | # [1] git ls-remote https://github.com/aws/smithy-go f982aed889669e4bc6f1cd03f56697f1b27964a4 | 308 | # [1] git ls-remote https://github.com/aws/smithy-go f982aed889669e4bc6f1cd03f56697f1b27964a4 |
| 258 | SRCREV_smithy-go="f982aed889669e4bc6f1cd03f56697f1b27964a4" | 309 | SRCREV_smithy-go="f982aed889669e4bc6f1cd03f56697f1b27964a4" |
| 310 | # styhead and newer | ||
| 259 | SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/smithy-go" | 311 | SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/smithy-go" |
| 260 | 312 | ||
| 261 | # github.com/gogo/protobuf v1.3.2 | 313 | # github.com/gogo/protobuf v1.3.2 |
| 262 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc | 314 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc |
| 263 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" | 315 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" |
| 316 | # styhead and newer | ||
| 264 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" | 317 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" |
| 265 | 318 | ||
| 266 | # github.com/google/gofuzz v1.2.0 | 319 | # github.com/google/gofuzz v1.2.0 |
| 267 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 | 320 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 |
| 268 | SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" | 321 | SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" |
| 322 | # styhead and newer | ||
| 269 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz" | 323 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz" |
| 270 | 324 | ||
| 271 | # github.com/imdario/mergo v0.3.16 | 325 | # github.com/imdario/mergo v0.3.16 |
| 272 | # [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 | 326 | # [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 |
| 273 | SRCREV_imdario-mergo="14fe2b165b83359196f820886a2b24f2771729e9" | 327 | SRCREV_imdario-mergo="14fe2b165b83359196f820886a2b24f2771729e9" |
| 328 | # styhead and newer | ||
| 274 | SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/imdario/mergo" | 329 | SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/imdario/mergo" |
| 275 | 330 | ||
| 276 | # github.com/moby/sys/user v0.3.0 | 331 | # github.com/moby/sys/user v0.1.0 |
| 277 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 | 332 | # [1] git ls-remote https://github.com/moby/sys c0711cde08c8fa33857a2c28721659267f49b5e2 |
| 278 | SRCREV_user="54475191138bd297c627eb1a59e1e54b953957f1" | 333 | SRCREV_user="c0711cde08c8fa33857a2c28721659267f49b5e2" |
| 334 | # styhead and newer | ||
| 279 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" | 335 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" |
| 280 | 336 | ||
| 281 | # github.com/containerd/log v0.1.0 | 337 | # github.com/containerd/log v0.1.0 |
| 282 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 | 338 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 |
| 283 | SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" | 339 | SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" |
| 340 | # styhead and newer | ||
| 284 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" | 341 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" |
| 285 | 342 | ||
| 286 | # github.com/davecgh/go-spew v1.1.1 | 343 | # github.com/davecgh/go-spew v1.1.1 |
| 287 | # [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 | 344 | # [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 |
| 288 | SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" | 345 | SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" |
| 346 | # styhead and newer | ||
| 289 | SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/davecgh/go-spew" | 347 | SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/davecgh/go-spew" |
| 290 | 348 | ||
| 291 | # github.com/docker/go-units v0.5.0 | 349 | # github.com/docker/go-units v0.5.0 |
| 292 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f | 350 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f |
| 293 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" | 351 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" |
| 352 | # styhead and newer | ||
| 294 | SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-units" | 353 | SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-units" |
| 295 | 354 | ||
| 296 | # github.com/mitchellh/go-ps v1.0.0 | 355 | # github.com/mitchellh/go-ps v1.0.0 |
| 297 | # [1] git ls-remote https://github.com/mitchellh/go-ps 147ff83818ae939913b2e20b91ae3cd6c391771c | 356 | # [1] git ls-remote https://github.com/mitchellh/go-ps 147ff83818ae939913b2e20b91ae3cd6c391771c |
| 298 | SRCREV_go-ps="147ff83818ae939913b2e20b91ae3cd6c391771c" | 357 | SRCREV_go-ps="147ff83818ae939913b2e20b91ae3cd6c391771c" |
| 358 | # styhead and newer | ||
| 299 | SRC_URI += "git://github.com/mitchellh/go-ps;name=go-ps;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/go-ps" | 359 | SRC_URI += "git://github.com/mitchellh/go-ps;name=go-ps;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/go-ps" |
| 300 | 360 | ||
| 301 | # github.com/sirupsen/logrus v1.9.3 | 361 | # github.com/sirupsen/logrus v1.9.3 |
| 302 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd | 362 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd |
| 303 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" | 363 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" |
| 364 | # styhead and newer | ||
| 304 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" | 365 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" |
| 305 | 366 | ||
| 306 | # github.com/go-openapi/swag v0.22.3 | 367 | # github.com/go-openapi/swag v0.22.3 |
| 307 | # [1] git ls-remote https://github.com/go-openapi/swag 0579829e66fde26b27d401921afb73704c4d463d | 368 | # [1] git ls-remote https://github.com/go-openapi/swag 0579829e66fde26b27d401921afb73704c4d463d |
| 308 | SRCREV_swag="0579829e66fde26b27d401921afb73704c4d463d" | 369 | SRCREV_swag="0579829e66fde26b27d401921afb73704c4d463d" |
| 370 | # styhead and newer | ||
| 309 | SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/swag" | 371 | SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/swag" |
| 310 | 372 | ||
| 373 | # github.com/gogo/googleapis v1.4.1 | ||
| 374 | # [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042 | ||
| 375 | SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042" | ||
| 376 | # styhead and newer | ||
| 377 | SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/googleapis" | ||
| 378 | |||
| 311 | # github.com/golang/protobuf v1.5.4 | 379 | # github.com/golang/protobuf v1.5.4 |
| 312 | # [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 | 380 | # [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 |
| 313 | SRCREV_golang-protobuf="75de7c059e36b64f01d0dd234ff2fff404ec3374" | 381 | SRCREV_golang-protobuf="75de7c059e36b64f01d0dd234ff2fff404ec3374" |
| 382 | # styhead and newer | ||
| 314 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" | 383 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" |
| 315 | 384 | ||
| 316 | # github.com/mailru/easyjson v0.7.7 | 385 | # github.com/mailru/easyjson v0.7.7 |
| 317 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc | 386 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc |
| 318 | SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc" | 387 | SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc" |
| 388 | # styhead and newer | ||
| 319 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson" | 389 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson" |
| 320 | 390 | ||
| 321 | # github.com/mattn/go-isatty v0.0.17 | 391 | # github.com/mattn/go-isatty v0.0.17 |
| 322 | # [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c | 392 | # [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c |
| 323 | SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c" | 393 | SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c" |
| 394 | # styhead and newer | ||
| 324 | SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-isatty" | 395 | SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-isatty" |
| 325 | 396 | ||
| 326 | # github.com/moby/spdystream v0.2.0 | 397 | # github.com/moby/spdystream v0.2.0 |
| 327 | # [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b | 398 | # [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b |
| 328 | SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" | 399 | SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" |
| 400 | # styhead and newer | ||
| 329 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream" | 401 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream" |
| 330 | 402 | ||
| 331 | # github.com/moby/sys/signal v0.7.1 | 403 | # github.com/moby/sys/signal v0.7.0 |
| 332 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 404 | # [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 |
| 333 | SRCREV_signal="cafbe42351600ca9b363e220722f66d96f6e71f4" | 405 | SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" |
| 406 | # styhead and newer | ||
| 334 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" | 407 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" |
| 335 | 408 | ||
| 336 | # github.com/moby/sys/userns v0.1.0 | ||
| 337 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 | ||
| 338 | SRCREV_userns="54475191138bd297c627eb1a59e1e54b953957f1" | ||
| 339 | SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns" | ||
| 340 | |||
| 341 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f | 409 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f |
| 342 | # [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 | 410 | # [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 |
| 343 | SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682" | 411 | SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682" |
| 412 | # styhead and newer | ||
| 344 | SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mxk/go-flowrate" | 413 | SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mxk/go-flowrate" |
| 345 | 414 | ||
| 346 | # google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 | 415 | # google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b |
| 347 | # [1] git ls-remote https://github.com/googleapis/go-genproto ef4313101c801fa091ce994c42178295e58e9f6f | 416 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 |
| 348 | SRCREV_genproto="ef4313101c801fa091ce994c42178295e58e9f6f" | 417 | SRCREV_genproto="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" |
| 418 | # styhead and newer | ||
| 349 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto" | 419 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto" |
| 350 | 420 | ||
| 351 | # google.golang.org/protobuf v1.35.1 | 421 | # google.golang.org/protobuf v1.33.0 |
| 352 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 158d2b331a354322bceddf905a52b129d1a740d7 | 422 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go ec47fd138f9221b19a2afd6570b3c39ede9df3dc |
| 353 | SRCREV_google.golang.org-protobuf="158d2b331a354322bceddf905a52b129d1a740d7" | 423 | SRCREV_google.golang.org-protobuf="ec47fd138f9221b19a2afd6570b3c39ede9df3dc" |
| 424 | # styhead and newer | ||
| 354 | SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/protobuf" | 425 | SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/protobuf" |
| 355 | 426 | ||
| 356 | # github.com/stretchr/testify v1.10.0 | 427 | # github.com/stretchr/testify v1.9.0 |
| 357 | # [1] git ls-remote https://github.com/stretchr/testify 89cbdd9e7b39eb58896d316a7495597d3aba4371 | 428 | # [1] git ls-remote https://github.com/stretchr/testify bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2 |
| 358 | SRCREV_testify="89cbdd9e7b39eb58896d316a7495597d3aba4371" | 429 | SRCREV_testify="bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2" |
| 430 | # styhead and newer | ||
| 359 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify" | 431 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify" |
| 360 | 432 | ||
| 361 | # github.com/containerd/ttrpc v1.2.5 | 433 | # github.com/containerd/ttrpc v1.2.5 |
| 362 | # [1] git ls-remote https://github.com/containerd/ttrpc 655622931dab8c39a563e8c82ae90cdc748f72a1 | 434 | # [1] git ls-remote https://github.com/containerd/ttrpc 655622931dab8c39a563e8c82ae90cdc748f72a1 |
| 363 | SRCREV_ttrpc="655622931dab8c39a563e8c82ae90cdc748f72a1" | 435 | SRCREV_ttrpc="655622931dab8c39a563e8c82ae90cdc748f72a1" |
| 436 | # styhead and newer | ||
| 364 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" | 437 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" |
| 365 | 438 | ||
| 366 | # github.com/josharian/intern v1.0.0 | 439 | # github.com/josharian/intern v1.0.0 |
| 367 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd | 440 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd |
| 368 | SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" | 441 | SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" |
| 442 | # styhead and newer | ||
| 369 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern" | 443 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern" |
| 370 | 444 | ||
| 371 | # github.com/json-iterator/go v1.1.12 | 445 | # github.com/json-iterator/go v1.1.12 |
| 372 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d | 446 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d |
| 373 | SRCREV_json-iterator-go="024077e996b048517130b21ea6bf12aa23055d3d" | 447 | SRCREV_json-iterator-go="024077e996b048517130b21ea6bf12aa23055d3d" |
| 448 | # styhead and newer | ||
| 374 | SRC_URI += "git://github.com/json-iterator/go;name=json-iterator-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/json-iterator/go" | 449 | SRC_URI += "git://github.com/json-iterator/go;name=json-iterator-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/json-iterator/go" |
| 375 | 450 | ||
| 376 | # github.com/moby/sys/symlink v0.2.0 | 451 | # github.com/moby/sys/symlink v0.2.0 |
| 377 | # [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 | 452 | # [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 |
| 378 | SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" | 453 | SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" |
| 454 | # styhead and newer | ||
| 379 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" | 455 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" |
| 380 | 456 | ||
| 381 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b | 457 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b |
| 382 | # [1] git ls-remote https://github.com/serialx/hashring 22c0c7ab6b1be4be7b950bae8b117767da7b18b6 | 458 | # [1] git ls-remote https://github.com/serialx/hashring 22c0c7ab6b1be4be7b950bae8b117767da7b18b6 |
| 383 | SRCREV_hashring="22c0c7ab6b1be4be7b950bae8b117767da7b18b6" | 459 | SRCREV_hashring="22c0c7ab6b1be4be7b950bae8b117767da7b18b6" |
| 460 | # styhead and newer | ||
| 384 | SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/serialx/hashring" | 461 | SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/serialx/hashring" |
| 385 | 462 | ||
| 386 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea | 463 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea |
| 387 | # [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 | 464 | # [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 |
| 388 | SRCREV_units="6950e57a87eaf136bbe44ef2ec8e75b9e3569de2" | 465 | SRCREV_units="6950e57a87eaf136bbe44ef2ec8e75b9e3569de2" |
| 466 | # styhead and newer | ||
| 389 | SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/units" | 467 | SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/units" |
| 390 | 468 | ||
| 391 | # github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab | 469 | # github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab |
| 392 | # [1] git ls-remote https://github.com/tonistiigi/vt100 90bafcd6abab5dc87970f00165ee2022806709fd | 470 | # [1] git ls-remote https://github.com/tonistiigi/vt100 90bafcd6abab5dc87970f00165ee2022806709fd |
| 393 | SRCREV_vt100="90bafcd6abab5dc87970f00165ee2022806709fd" | 471 | SRCREV_vt100="90bafcd6abab5dc87970f00165ee2022806709fd" |
| 472 | # styhead and newer | ||
| 394 | SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/vt100" | 473 | SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/vt100" |
| 395 | 474 | ||
| 475 | # google.golang.org/appengine v1.6.8 | ||
| 476 | # [1] git ls-remote https://github.com/golang/appengine aa58fcd18e4ab7ac816760ee266fa30a0907ab9e | ||
| 477 | SRCREV_appengine="aa58fcd18e4ab7ac816760ee266fa30a0907ab9e" | ||
| 478 | # styhead and newer | ||
| 479 | SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/appengine" | ||
| 480 | |||
| 396 | # github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 | 481 | # github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 |
| 397 | # [1] git ls-remote https://github.com/eiannone/keyboard 0d226195f2038e282bb90d2e24f7f29aa7c5b210 | 482 | # [1] git ls-remote https://github.com/eiannone/keyboard 0d226195f2038e282bb90d2e24f7f29aa7c5b210 |
| 398 | SRCREV_keyboard="0d226195f2038e282bb90d2e24f7f29aa7c5b210" | 483 | SRCREV_keyboard="0d226195f2038e282bb90d2e24f7f29aa7c5b210" |
| 484 | # styhead and newer | ||
| 399 | SRC_URI += "git://github.com/eiannone/keyboard;name=keyboard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/eiannone/keyboard" | 485 | SRC_URI += "git://github.com/eiannone/keyboard;name=keyboard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/eiannone/keyboard" |
| 400 | 486 | ||
| 401 | # github.com/fsnotify/fsevents v0.2.0 | 487 | # github.com/fsnotify/fsevents v0.2.0 |
| 402 | # [1] git ls-remote https://github.com/fsnotify/fsevents f73112e4ef0540a922ff546752e95a70fb8f035d | 488 | # [1] git ls-remote https://github.com/fsnotify/fsevents f73112e4ef0540a922ff546752e95a70fb8f035d |
| 403 | SRCREV_fsevents="f73112e4ef0540a922ff546752e95a70fb8f035d" | 489 | SRCREV_fsevents="f73112e4ef0540a922ff546752e95a70fb8f035d" |
| 490 | # styhead and newer | ||
| 404 | SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsevents" | 491 | SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsevents" |
| 405 | 492 | ||
| 406 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 | 493 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 |
| 407 | # [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b | 494 | # [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b |
| 408 | SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b" | 495 | SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b" |
| 496 | # styhead and newer | ||
| 409 | SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tilt-dev/fsnotify" | 497 | SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tilt-dev/fsnotify" |
| 410 | 498 | ||
| 411 | # go.opentelemetry.io/otel/sdk v1.28.0 | 499 | # go.opentelemetry.io/otel/sdk v1.21.0 |
| 412 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 500 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
| 413 | SRCREV_sdk="81216fb002a6a76d32fdab6ef999bcf65794130d" | 501 | SRCREV_sdk="98b32a6c3a87fbee5d34c063b9096f416b250897" |
| 502 | # styhead and newer | ||
| 414 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk" | 503 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk" |
| 415 | 504 | ||
| 416 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | 505 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 |
| 417 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 | 506 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 |
| 418 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" | 507 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" |
| 508 | # styhead and newer | ||
| 419 | SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Azure/go-ansiterm" | 509 | SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Azure/go-ansiterm" |
| 420 | 510 | ||
| 511 | # github.com/Microsoft/hcsshim v0.11.5 | ||
| 512 | # [1] git ls-remote https://github.com/microsoft/hcsshim 6678d78fc4cc5e511fdb6d46b6db82415b126d15 | ||
| 513 | SRCREV_hcsshim="6678d78fc4cc5e511fdb6d46b6db82415b126d15" | ||
| 514 | # styhead and newer | ||
| 515 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hcsshim" | ||
| 516 | |||
| 421 | # github.com/aws/aws-sdk-go-v2 v1.24.1 | 517 | # github.com/aws/aws-sdk-go-v2 v1.24.1 |
| 422 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 518 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
| 423 | SRCREV_aws-sdk-go-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 519 | SRCREV_aws-sdk-go-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
| 520 | # styhead and newer | ||
| 424 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2" | 521 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2" |
| 425 | 522 | ||
| 426 | # github.com/cespare/xxhash/v2 v2.3.0 | 523 | # github.com/cespare/xxhash/v2 v2.2.0 |
| 427 | # [1] git ls-remote https://github.com/cespare/xxhash 998dce232f17418a7a5721ecf87ca714025a3243 | 524 | # [1] git ls-remote https://github.com/cespare/xxhash a76eb16a93c1e30527c073ca831d9048b4b935f6 |
| 428 | SRCREV_xxhash-v2="998dce232f17418a7a5721ecf87ca714025a3243" | 525 | SRCREV_xxhash-v2="a76eb16a93c1e30527c073ca831d9048b4b935f6" |
| 526 | # styhead and newer | ||
| 429 | SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cespare/xxhash/v2" | 527 | SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cespare/xxhash/v2" |
| 430 | 528 | ||
| 431 | # github.com/docker/go-metrics v0.0.1 | 529 | # github.com/docker/go-metrics v0.0.1 |
| 432 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c | 530 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c |
| 433 | SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" | 531 | SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" |
| 532 | # styhead and newer | ||
| 434 | SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-metrics" | 533 | SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-metrics" |
| 435 | 534 | ||
| 436 | # github.com/felixge/httpsnoop v1.0.4 | 535 | # github.com/felixge/httpsnoop v1.0.4 |
| 437 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c | 536 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c |
| 438 | SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" | 537 | SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" |
| 538 | # styhead and newer | ||
| 439 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" | 539 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" |
| 440 | 540 | ||
| 441 | # github.com/gorilla/websocket v1.5.0 | 541 | # github.com/gorilla/websocket v1.5.0 |
| 442 | # [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 | 542 | # [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 |
| 443 | SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" | 543 | SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" |
| 544 | # styhead and newer | ||
| 444 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket" | 545 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket" |
| 445 | 546 | ||
| 446 | # github.com/hashicorp/errwrap v1.1.0 | 547 | # github.com/hashicorp/errwrap v1.1.0 |
| 447 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 | 548 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 |
| 448 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" | 549 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" |
| 550 | # styhead and newer | ||
| 449 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap" | 551 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap" |
| 450 | 552 | ||
| 451 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 | 553 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 |
| 452 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e | 554 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e |
| 453 | SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" | 555 | SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" |
| 556 | # styhead and newer | ||
| 454 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg" | 557 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg" |
| 455 | 558 | ||
| 456 | # github.com/pelletier/go-toml v1.9.5 | 559 | # github.com/pelletier/go-toml v1.9.5 |
| 457 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 | 560 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 |
| 458 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" | 561 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" |
| 562 | # styhead and newer | ||
| 459 | SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pelletier/go-toml" | 563 | SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pelletier/go-toml" |
| 460 | 564 | ||
| 461 | # github.com/prometheus/common v0.55.0 | 565 | # github.com/prometheus/common v0.44.0 |
| 462 | # [1] git ls-remote https://github.com/prometheus/common 0c7b585c7da330aae136aaa874cb4f89f5b3e5d9 | 566 | # [1] git ls-remote https://github.com/prometheus/common 94bf9828e56d9670579b28a9f78237d3cd8d0395 |
| 463 | SRCREV_common="0c7b585c7da330aae136aaa874cb4f89f5b3e5d9" | 567 | SRCREV_common="94bf9828e56d9670579b28a9f78237d3cd8d0395" |
| 568 | # styhead and newer | ||
| 464 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common" | 569 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common" |
| 465 | 570 | ||
| 466 | # github.com/prometheus/procfs v0.15.1 | 571 | # github.com/prometheus/procfs v0.12.0 |
| 467 | # [1] git ls-remote https://github.com/prometheus/procfs 51919fd4b9d0aaca69854ac81bdeda5f96dab366 | 572 | # [1] git ls-remote https://github.com/prometheus/procfs ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa |
| 468 | SRCREV_procfs="51919fd4b9d0aaca69854ac81bdeda5f96dab366" | 573 | SRCREV_procfs="ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa" |
| 574 | # styhead and newer | ||
| 469 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs" | 575 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs" |
| 470 | 576 | ||
| 471 | # github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184 | 577 | # github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c |
| 472 | # [1] git ls-remote https://github.com/tonistiigi/fsutil 31cf1f43718446810927926cf610fdde509f1c1e | 578 | # [1] git ls-remote https://github.com/tonistiigi/fsutil 91a3fc46842c58b62dd4630b688662842364da49 |
| 473 | SRCREV_fsutil="31cf1f43718446810927926cf610fdde509f1c1e" | 579 | SRCREV_fsutil="91a3fc46842c58b62dd4630b688662842364da49" |
| 580 | # styhead and newer | ||
| 474 | SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/fsutil" | 581 | SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/fsutil" |
| 475 | 582 | ||
| 476 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 | 583 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 |
| 477 | # [1] git ls-remote https://github.com/cenkalti/backoff 61153c768f31ee5f130071d08fc82b85208528de | 584 | # [1] git ls-remote https://github.com/cenkalti/backoff 61153c768f31ee5f130071d08fc82b85208528de |
| 478 | SRCREV_backoff.v1="61153c768f31ee5f130071d08fc82b85208528de" | 585 | SRCREV_backoff.v1="61153c768f31ee5f130071d08fc82b85208528de" |
| 586 | # styhead and newer | ||
| 479 | SRC_URI += "git://github.com/cenkalti/backoff;name=backoff.v1;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/cenkalti/backoff.v1" | 587 | SRC_URI += "git://github.com/cenkalti/backoff;name=backoff.v1;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/cenkalti/backoff.v1" |
| 480 | 588 | ||
| 481 | # github.com/Microsoft/go-winio v0.6.2 | 589 | # github.com/Microsoft/go-winio v0.6.2 |
| 482 | # [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f | 590 | # [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f |
| 483 | SRCREV_go-winio="3c9576c9346a1892dee136329e7e15309e82fb4f" | 591 | SRCREV_go-winio="3c9576c9346a1892dee136329e7e15309e82fb4f" |
| 592 | # styhead and newer | ||
| 484 | SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/go-winio" | 593 | SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/go-winio" |
| 485 | 594 | ||
| 486 | # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d | 595 | # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d |
| 487 | # [1] git ls-remote https://github.com/acarl005/stripansi 5a71ef0e047df0427e87a79f27009029921f1f9b | 596 | # [1] git ls-remote https://github.com/acarl005/stripansi 5a71ef0e047df0427e87a79f27009029921f1f9b |
| 488 | SRCREV_stripansi="5a71ef0e047df0427e87a79f27009029921f1f9b" | 597 | SRCREV_stripansi="5a71ef0e047df0427e87a79f27009029921f1f9b" |
| 598 | # styhead and newer | ||
| 489 | SRC_URI += "git://github.com/acarl005/stripansi;name=stripansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/acarl005/stripansi" | 599 | SRC_URI += "git://github.com/acarl005/stripansi;name=stripansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/acarl005/stripansi" |
| 490 | 600 | ||
| 491 | # github.com/containerd/console v1.0.4 | 601 | # github.com/containerd/console v1.0.4 |
| 492 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f | 602 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f |
| 493 | SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" | 603 | SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" |
| 604 | # styhead and newer | ||
| 494 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" | 605 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" |
| 495 | 606 | ||
| 496 | # github.com/containerd/errdefs v0.3.0 | 607 | # github.com/containerd/errdefs v0.1.0 |
| 497 | # [1] git ls-remote https://github.com/containerd/errdefs 9fd32fc2ca77f7bbae249b0633bfc8bd9bdfb901 | 608 | # [1] git ls-remote https://github.com/containerd/errdefs 3abe02904986ab350333f0892b226ce5a2a45820 |
| 498 | SRCREV_errdefs="9fd32fc2ca77f7bbae249b0633bfc8bd9bdfb901" | 609 | SRCREV_errdefs="3abe02904986ab350333f0892b226ce5a2a45820" |
| 610 | # styhead and newer | ||
| 499 | SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" | 611 | SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" |
| 500 | 612 | ||
| 501 | # github.com/fvbommel/sortorder v1.1.0 | 613 | # github.com/fvbommel/sortorder v1.0.2 |
| 502 | # [1] git ls-remote https://github.com/fvbommel/sortorder a8d9302c17f9f46c6580b82b919672e58ef6e396 | 614 | # [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6 |
| 503 | SRCREV_sortorder="a8d9302c17f9f46c6580b82b919672e58ef6e396" | 615 | SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6" |
| 616 | # styhead and newer | ||
| 504 | SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fvbommel/sortorder" | 617 | SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fvbommel/sortorder" |
| 505 | 618 | ||
| 506 | # github.com/klauspost/compress v1.17.11 | 619 | # github.com/klauspost/compress v1.17.4 |
| 507 | # [1] git ls-remote https://github.com/klauspost/compress 72cd4a92a8b13e722763e6b6a3467163c2028d3d | 620 | # [1] git ls-remote https://github.com/klauspost/compress 98ff542abe3108aa760c1558f80d393be0136539 |
| 508 | SRCREV_compress="72cd4a92a8b13e722763e6b6a3467163c2028d3d" | 621 | SRCREV_compress="98ff542abe3108aa760c1558f80d393be0136539" |
| 622 | # styhead and newer | ||
| 509 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" | 623 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" |
| 510 | 624 | ||
| 511 | # github.com/mattn/go-colorable v0.1.13 | 625 | # github.com/mattn/go-colorable v0.1.13 |
| 512 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be | 626 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be |
| 513 | SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" | 627 | SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" |
| 628 | # styhead and newer | ||
| 514 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-colorable" | 629 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-colorable" |
| 515 | 630 | ||
| 516 | # github.com/mattn/go-runewidth v0.0.15 | 631 | # github.com/mattn/go-runewidth v0.0.15 |
| 517 | # [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560 | 632 | # [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560 |
| 518 | SRCREV_go-runewidth="44b7c5b4d67df8ca22917b6800c158a6d3be3560" | 633 | SRCREV_go-runewidth="44b7c5b4d67df8ca22917b6800c158a6d3be3560" |
| 634 | # styhead and newer | ||
| 519 | SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-runewidth" | 635 | SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-runewidth" |
| 520 | 636 | ||
| 521 | # github.com/moby/sys/mountinfo v0.7.2 | 637 | # github.com/moby/sys/mountinfo v0.7.1 |
| 522 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 638 | # [1] git ls-remote https://github.com/moby/sys 4950d7687cf6c9b138dc0e18c2c7351e1f6ed497 |
| 523 | SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4" | 639 | SRCREV_mountinfo="4950d7687cf6c9b138dc0e18c2c7351e1f6ed497" |
| 640 | # styhead and newer | ||
| 524 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" | 641 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" |
| 525 | 642 | ||
| 526 | # github.com/modern-go/reflect2 v1.0.2 | 643 | # github.com/modern-go/reflect2 v1.0.2 |
| 527 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 | 644 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 |
| 528 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" | 645 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" |
| 646 | # styhead and newer | ||
| 529 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/reflect2" | 647 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/reflect2" |
| 530 | 648 | ||
| 531 | # github.com/pmezard/go-difflib v1.0.0 | 649 | # github.com/pmezard/go-difflib v1.0.0 |
| 532 | # [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 | 650 | # [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 |
| 533 | SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" | 651 | SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" |
| 652 | # styhead and newer | ||
| 534 | SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pmezard/go-difflib" | 653 | SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pmezard/go-difflib" |
| 535 | 654 | ||
| 536 | # github.com/jonboulle/clockwork v0.4.0 | 655 | # github.com/jonboulle/clockwork v0.4.0 |
| 537 | # [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a | 656 | # [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a |
| 538 | SRCREV_clockwork="606c48b92358fcca153952b56fb0d14d6845f84a" | 657 | SRCREV_clockwork="606c48b92358fcca153952b56fb0d14d6845f84a" |
| 658 | # styhead and newer | ||
| 539 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork" | 659 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork" |
| 540 | 660 | ||
| 541 | # github.com/mattn/go-shellwords v1.0.12 | 661 | # github.com/mattn/go-shellwords v1.0.12 |
| 542 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac | 662 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac |
| 543 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" | 663 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" |
| 664 | # styhead and newer | ||
| 544 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-shellwords" | 665 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-shellwords" |
| 545 | 666 | ||
| 546 | # github.com/moby/patternmatcher v0.6.0 | 667 | # github.com/moby/patternmatcher v0.6.0 |
| 547 | # [1] git ls-remote https://github.com/moby/patternmatcher 347bb8d8d557f90d1b75cd8bca3c0177f380a979 | 668 | # [1] git ls-remote https://github.com/moby/patternmatcher 347bb8d8d557f90d1b75cd8bca3c0177f380a979 |
| 548 | SRCREV_patternmatcher="347bb8d8d557f90d1b75cd8bca3c0177f380a979" | 669 | SRCREV_patternmatcher="347bb8d8d557f90d1b75cd8bca3c0177f380a979" |
| 670 | # styhead and newer | ||
| 549 | SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/patternmatcher" | 671 | SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/patternmatcher" |
| 550 | 672 | ||
| 551 | # go.opentelemetry.io/otel/trace v1.28.0 | 673 | # go.opentelemetry.io/otel/trace v1.21.0 |
| 552 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 674 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
| 553 | SRCREV_trace="81216fb002a6a76d32fdab6ef999bcf65794130d" | 675 | SRCREV_trace="98b32a6c3a87fbee5d34c063b9096f416b250897" |
| 676 | # styhead and newer | ||
| 554 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/trace" | 677 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/trace" |
| 555 | 678 | ||
| 556 | # github.com/cenkalti/backoff/v4 v4.3.0 | 679 | # github.com/cenkalti/backoff/v4 v4.2.1 |
| 557 | # [1] git ls-remote https://github.com/cenkalti/backoff 720b78985a65c0452fd37bb155c7cac4157a7c45 | 680 | # [1] git ls-remote https://github.com/cenkalti/backoff a04a6fe64ffb0e3fd0816460529d300be5f252df |
| 558 | SRCREV_v4="720b78985a65c0452fd37bb155c7cac4157a7c45" | 681 | SRCREV_v4="a04a6fe64ffb0e3fd0816460529d300be5f252df" |
| 682 | # styhead and newer | ||
| 559 | SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4" | 683 | SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4" |
| 560 | 684 | ||
| 561 | # github.com/docker/distribution v2.8.3+incompatible | 685 | # github.com/docker/distribution v2.8.3+incompatible |
| 562 | # [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f | 686 | # [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f |
| 563 | SRCREV_distribution="4772604ae973031ab32dd9805a4bccf61d94909f" | 687 | SRCREV_distribution="4772604ae973031ab32dd9805a4bccf61d94909f" |
| 688 | # styhead and newer | ||
| 564 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution" | 689 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution" |
| 565 | 690 | ||
| 566 | # github.com/moby/sys/capability v0.4.0 | 691 | # github.com/moby/sys/sequential v0.5.0 |
| 567 | # [1] git ls-remote https://github.com/moby/sys 50e999a770172a519119e1c4fd4b6153b7dac90d | 692 | # [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 |
| 568 | SRCREV_capability="50e999a770172a519119e1c4fd4b6153b7dac90d" | 693 | SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" |
| 569 | SRC_URI += "git://github.com/moby/sys;name=capability;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/capability" | 694 | # styhead and newer |
| 570 | |||
| 571 | # github.com/moby/sys/sequential v0.6.0 | ||
| 572 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | ||
| 573 | SRCREV_sequential="cafbe42351600ca9b363e220722f66d96f6e71f4" | ||
| 574 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" | 695 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" |
| 575 | 696 | ||
| 576 | # github.com/shibumi/go-pathspec v1.3.0 | 697 | # github.com/shibumi/go-pathspec v1.3.0 |
| 577 | # [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd | 698 | # [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd |
| 578 | SRCREV_go-pathspec="30eddf187f62305a5b34f662049d077211abaacd" | 699 | SRCREV_go-pathspec="30eddf187f62305a5b34f662049d077211abaacd" |
| 700 | # styhead and newer | ||
| 579 | SRC_URI += "git://github.com/shibumi/go-pathspec;name=go-pathspec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/shibumi/go-pathspec" | 701 | SRC_URI += "git://github.com/shibumi/go-pathspec;name=go-pathspec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/shibumi/go-pathspec" |
| 580 | 702 | ||
| 581 | # go.opentelemetry.io/proto/otlp v1.3.1 | 703 | # go.opentelemetry.io/proto/otlp v1.0.0 |
| 582 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go a300cca6ca2b6c700b1c0409003751b762e30dea | 704 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 97744b2e4a0fa6787b96b9c3c740daefca754333 |
| 583 | SRCREV_otlp="a300cca6ca2b6c700b1c0409003751b762e30dea" | 705 | SRCREV_otlp="97744b2e4a0fa6787b96b9c3c740daefca754333" |
| 706 | # styhead and newer | ||
| 584 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/proto/otlp" | 707 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/proto/otlp" |
| 585 | 708 | ||
| 586 | # github.com/containerd/platforms v0.2.1 | 709 | # github.com/docker/cli-docs-tool v0.7.0 |
| 587 | # [1] git ls-remote https://github.com/containerd/platforms 163df76b7184bb17ead614c92176995ec8fa5919 | 710 | # [1] git ls-remote https://github.com/docker/cli-docs-tool 3149c912295595f6fc3bd7d3ee9283d97a4aedf6 |
| 588 | SRCREV_platforms="163df76b7184bb17ead614c92176995ec8fa5919" | 711 | SRCREV_cli-docs-tool="3149c912295595f6fc3bd7d3ee9283d97a4aedf6" |
| 589 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms" | 712 | # styhead and newer |
| 590 | |||
| 591 | # github.com/docker/cli-docs-tool v0.8.0 | ||
| 592 | # [1] git ls-remote https://github.com/docker/cli-docs-tool 8270ed3dcb2820dae194e16f9b54cbb8ee7f2dec | ||
| 593 | SRCREV_cli-docs-tool="8270ed3dcb2820dae194e16f9b54cbb8ee7f2dec" | ||
| 594 | SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli-docs-tool" | 713 | SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli-docs-tool" |
| 595 | 714 | ||
| 596 | # github.com/hashicorp/go-version v1.7.0 | 715 | # github.com/hashicorp/go-version v1.7.0 |
| 597 | # [1] git ls-remote https://github.com/hashicorp/go-version fcaa53267960208632e9308c93aa89535526a018 | 716 | # [1] git ls-remote https://github.com/hashicorp/go-version fcaa53267960208632e9308c93aa89535526a018 |
| 598 | SRCREV_go-version="fcaa53267960208632e9308c93aa89535526a018" | 717 | SRCREV_go-version="fcaa53267960208632e9308c93aa89535526a018" |
| 718 | # styhead and newer | ||
| 599 | SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-version" | 719 | SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-version" |
| 600 | 720 | ||
| 601 | # go.opentelemetry.io/otel/metric v1.28.0 | 721 | # go.opentelemetry.io/otel/metric v1.21.0 |
| 602 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 722 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
| 603 | SRCREV_metric="81216fb002a6a76d32fdab6ef999bcf65794130d" | 723 | SRCREV_metric="98b32a6c3a87fbee5d34c063b9096f416b250897" |
| 724 | # styhead and newer | ||
| 604 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/metric" | 725 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/metric" |
| 605 | 726 | ||
| 727 | # github.com/containerd/platforms v0.2.1 | ||
| 728 | # [1] git ls-remote https://github.com/containerd/platforms 163df76b7184bb17ead614c92176995ec8fa5919 | ||
| 729 | SRCREV_platforms="163df76b7184bb17ead614c92176995ec8fa5919" | ||
| 730 | # styhead and newer | ||
| 731 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms" | ||
| 732 | |||
| 606 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | 733 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
| 607 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 | 734 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 |
| 608 | SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" | 735 | SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" |
| 736 | # styhead and newer | ||
| 609 | SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/concurrent" | 737 | SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/concurrent" |
| 610 | 738 | ||
| 611 | # github.com/xeipuuv/gojsonschema v1.2.0 | 739 | # github.com/xeipuuv/gojsonschema v1.2.0 |
| 612 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 | 740 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 |
| 613 | SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" | 741 | SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" |
| 742 | # styhead and newer | ||
| 614 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema" | 743 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema" |
| 615 | 744 | ||
| 616 | # github.com/AlecAivazis/survey/v2 v2.3.7 | 745 | # github.com/AlecAivazis/survey/v2 v2.3.7 |
| 617 | # [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126 | 746 | # [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126 |
| 618 | SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126" | 747 | SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126" |
| 748 | # styhead and newer | ||
| 619 | SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AlecAivazis/survey/v2" | 749 | SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AlecAivazis/survey/v2" |
| 620 | 750 | ||
| 621 | # github.com/containerd/containerd v1.7.24 | 751 | # github.com/containerd/containerd v1.7.18 |
| 622 | # [1] git ls-remote https://github.com/containerd/containerd 88bf19b2105c8b17560993bee28a01ddc2f97182 | 752 | # [1] git ls-remote https://github.com/containerd/containerd ae71819c4f5e67bb4d5ae76a6b735f29cc25774e |
| 623 | SRCREV_containerd="88bf19b2105c8b17560993bee28a01ddc2f97182" | 753 | SRCREV_containerd="ae71819c4f5e67bb4d5ae76a6b735f29cc25774e" |
| 754 | # styhead and newer | ||
| 624 | SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd" | 755 | SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd" |
| 625 | 756 | ||
| 626 | # github.com/docker/go-connections v0.5.0 | 757 | # github.com/docker/go-connections v0.5.0 |
| 627 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace | 758 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace |
| 628 | SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace" | 759 | SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace" |
| 760 | # styhead and newer | ||
| 629 | SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-connections" | 761 | SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-connections" |
| 630 | 762 | ||
| 631 | # github.com/Masterminds/semver/v3 v3.2.1 | 763 | # github.com/Masterminds/semver/v3 v3.2.1 |
| 632 | # [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5 | 764 | # [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5 |
| 633 | SRCREV_semver-v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5" | 765 | SRCREV_semver-v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5" |
| 766 | # styhead and newer | ||
| 634 | SRC_URI += "git://github.com/Masterminds/semver;name=semver-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" | 767 | SRC_URI += "git://github.com/Masterminds/semver;name=semver-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" |
| 635 | 768 | ||
| 636 | # github.com/containerd/continuity v0.4.5 | 769 | # github.com/containerd/continuity v0.4.3 |
| 637 | # [1] git ls-remote https://github.com/containerd/continuity 44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e | 770 | # [1] git ls-remote https://github.com/containerd/continuity 1743d9104d944131cdedaba33a59d2f9bd80a6f2 |
| 638 | SRCREV_continuity="44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e" | 771 | SRCREV_continuity="1743d9104d944131cdedaba33a59d2f9bd80a6f2" |
| 772 | # styhead and newer | ||
| 639 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" | 773 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" |
| 640 | 774 | ||
| 641 | # github.com/containerd/typeurl/v2 v2.2.3 | 775 | # github.com/containerd/typeurl/v2 v2.1.1 |
| 642 | # [1] git ls-remote https://github.com/containerd/typeurl 5b047adad57d172afa9654c019fe65bf0540cc4d | 776 | # [1] git ls-remote https://github.com/containerd/typeurl 7ef6316b771f959cbb208b229e3423a466947df3 |
| 643 | SRCREV_typeurl-v2="5b047adad57d172afa9654c019fe65bf0540cc4d" | 777 | SRCREV_typeurl-v2="7ef6316b771f959cbb208b229e3423a466947df3" |
| 778 | # styhead and newer | ||
| 644 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2" | 779 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2" |
| 645 | 780 | ||
| 646 | # github.com/cpuguy83/go-md2man/v2 v2.0.5 | ||
| 647 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man b14773d4db11046c50d0d1c05955839604aae991 | ||
| 648 | SRCREV_go-md2man-v2="b14773d4db11046c50d0d1c05955839604aae991" | ||
| 649 | SRC_URI += "git://github.com/cpuguy83/go-md2man;name=go-md2man-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cpuguy83/go-md2man/v2" | ||
| 650 | |||
| 651 | # github.com/google/gnostic-models v0.6.8 | 781 | # github.com/google/gnostic-models v0.6.8 |
| 652 | # [1] git ls-remote https://github.com/google/gnostic-models 577692584cdf09674595bba0c182d0e8a44655d3 | 782 | # [1] git ls-remote https://github.com/google/gnostic-models 577692584cdf09674595bba0c182d0e8a44655d3 |
| 653 | SRCREV_gnostic-models="577692584cdf09674595bba0c182d0e8a44655d3" | 783 | SRCREV_gnostic-models="577692584cdf09674595bba0c182d0e8a44655d3" |
| 784 | # styhead and newer | ||
| 654 | SRC_URI += "git://github.com/google/gnostic-models;name=gnostic-models;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gnostic-models" | 785 | SRC_URI += "git://github.com/google/gnostic-models;name=gnostic-models;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gnostic-models" |
| 655 | 786 | ||
| 656 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb | 787 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb |
| 657 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb | 788 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb |
| 658 | SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" | 789 | SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" |
| 790 | # styhead and newer | ||
| 659 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonpointer" | 791 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonpointer" |
| 660 | 792 | ||
| 661 | # github.com/distribution/reference v0.6.0 | 793 | # github.com/distribution/reference v0.6.0 |
| 662 | # [1] git ls-remote https://github.com/distribution/reference ff14fafe2236e51c2894ac07d4bdfc778e96d682 | 794 | # [1] git ls-remote https://github.com/distribution/reference ff14fafe2236e51c2894ac07d4bdfc778e96d682 |
| 663 | SRCREV_reference="ff14fafe2236e51c2894ac07d4bdfc778e96d682" | 795 | SRCREV_reference="ff14fafe2236e51c2894ac07d4bdfc778e96d682" |
| 796 | # styhead and newer | ||
| 664 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" | 797 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" |
| 665 | 798 | ||
| 666 | # github.com/mitchellh/mapstructure v1.5.0 | 799 | # github.com/mitchellh/mapstructure v1.5.0 |
| 667 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 | 800 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 |
| 668 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" | 801 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" |
| 802 | # styhead and newer | ||
| 669 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/mapstructure" | 803 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/mapstructure" |
| 670 | 804 | ||
| 671 | # github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | 805 | # github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 |
| 672 | # [1] git ls-remote https://github.com/skratchdot/open-golang eef8423979666925a58eb77f9db583e54320d5a4 | 806 | # [1] git ls-remote https://github.com/skratchdot/open-golang eef8423979666925a58eb77f9db583e54320d5a4 |
| 673 | SRCREV_open-golang="eef8423979666925a58eb77f9db583e54320d5a4" | 807 | SRCREV_open-golang="eef8423979666925a58eb77f9db583e54320d5a4" |
| 808 | # styhead and newer | ||
| 674 | SRC_URI += "git://github.com/skratchdot/open-golang;name=open-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/skratchdot/open-golang" | 809 | SRC_URI += "git://github.com/skratchdot/open-golang;name=open-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/skratchdot/open-golang" |
| 675 | 810 | ||
| 676 | # github.com/emicklei/go-restful/v3 v3.11.0 | 811 | # github.com/emicklei/go-restful/v3 v3.11.0 |
| 677 | # [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 | 812 | # [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 |
| 678 | SRCREV_go-restful-v3="30bec7807481e62e1e1e59ad57e7f22054806966" | 813 | SRCREV_go-restful-v3="30bec7807481e62e1e1e59ad57e7f22054806966" |
| 814 | # styhead and newer | ||
| 679 | SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/emicklei/go-restful/v3" | 815 | SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/emicklei/go-restful/v3" |
| 680 | 816 | ||
| 681 | # github.com/go-openapi/jsonpointer v0.19.6 | 817 | # github.com/go-openapi/jsonpointer v0.19.6 |
| 682 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12 | 818 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12 |
| 683 | SRCREV_jsonpointer="5df0d69a6be189afff354877d332f9ede32afe12" | 819 | SRCREV_jsonpointer="5df0d69a6be189afff354877d332f9ede32afe12" |
| 820 | # styhead and newer | ||
| 684 | SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonpointer" | 821 | SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonpointer" |
| 685 | 822 | ||
| 686 | # github.com/hashicorp/go-cleanhttp v0.5.2 | 823 | # github.com/hashicorp/go-cleanhttp v0.5.2 |
| 687 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 | 824 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 |
| 688 | SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" | 825 | SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" |
| 826 | # styhead and newer | ||
| 689 | SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-cleanhttp" | 827 | SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-cleanhttp" |
| 690 | 828 | ||
| 691 | # github.com/in-toto/in-toto-golang v0.5.0 | 829 | # github.com/in-toto/in-toto-golang v0.5.0 |
| 692 | # [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe | 830 | # [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe |
| 693 | SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe" | 831 | SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe" |
| 832 | # styhead and newer | ||
| 694 | SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/in-toto/in-toto-golang" | 833 | SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/in-toto/in-toto-golang" |
| 695 | 834 | ||
| 696 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | 835 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 |
| 697 | # [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0 | 836 | # [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0 |
| 698 | SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" | 837 | SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" |
| 838 | # styhead and newer | ||
| 699 | SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/kballard/go-shellquote" | 839 | SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/kballard/go-shellquote" |
| 700 | 840 | ||
| 701 | # github.com/moby/docker-image-spec v1.3.1 | 841 | # github.com/moby/docker-image-spec v1.3.1 |
| 702 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af | 842 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af |
| 703 | SRCREV_docker-image-spec="f1d00ebd2d6d6805170d5543dbca4b850f35f9af" | 843 | SRCREV_docker-image-spec="f1d00ebd2d6d6805170d5543dbca4b850f35f9af" |
| 844 | # styhead and newer | ||
| 704 | SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/docker-image-spec" | 845 | SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/docker-image-spec" |
| 705 | 846 | ||
| 706 | # github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 | ||
| 707 | # [1] git ls-remote https://github.com/planetscale/vtprotobuf 0393e58bdf106fe0347e554d272a8f2c84d12461 | ||
| 708 | SRCREV_vtprotobuf="0393e58bdf106fe0347e554d272a8f2c84d12461" | ||
| 709 | SRC_URI += "git://github.com/planetscale/vtprotobuf;name=vtprotobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/planetscale/vtprotobuf" | ||
| 710 | |||
| 711 | # github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 | ||
| 712 | # [1] git ls-remote https://github.com/tonistiigi/go-csvvalue ddb21b71c0b45f8854f3bb72726ee898a99c2348 | ||
| 713 | SRCREV_go-csvvalue="ddb21b71c0b45f8854f3bb72726ee898a99c2348" | ||
| 714 | SRC_URI += "git://github.com/tonistiigi/go-csvvalue;name=go-csvvalue;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/go-csvvalue" | ||
| 715 | |||
| 716 | # github.com/hashicorp/go-multierror v1.1.1 | 847 | # github.com/hashicorp/go-multierror v1.1.1 |
| 717 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 | 848 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 |
| 718 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" | 849 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" |
| 850 | # styhead and newer | ||
| 719 | SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-multierror" | 851 | SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-multierror" |
| 720 | 852 | ||
| 721 | # github.com/prometheus/client_model v0.6.1 | 853 | # github.com/prometheus/client_model v0.5.0 |
| 722 | # [1] git ls-remote https://github.com/prometheus/client_model 571429e996ba2d9499e3dcb12926767ba953c0ef | 854 | # [1] git ls-remote https://github.com/prometheus/client_model 1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f |
| 723 | SRCREV_client_model="571429e996ba2d9499e3dcb12926767ba953c0ef" | 855 | SRCREV_client_model="1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f" |
| 856 | # styhead and newer | ||
| 724 | SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_model" | 857 | SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_model" |
| 725 | 858 | ||
| 726 | # github.com/russross/blackfriday/v2 v2.1.0 | ||
| 727 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 | ||
| 728 | SRCREV_blackfriday-v2="4c9bf9512682b995722660a4196c0013228e2049" | ||
| 729 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2" | ||
| 730 | |||
| 731 | # github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 | ||
| 732 | # [1] git ls-remote https://github.com/tonistiigi/dchapes-mode ca0759fec205a36ac026b90f4cf90c04c56e1f8b | ||
| 733 | SRCREV_dchapes-mode="ca0759fec205a36ac026b90f4cf90c04c56e1f8b" | ||
| 734 | SRC_URI += "git://github.com/tonistiigi/dchapes-mode;name=dchapes-mode;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/dchapes-mode" | ||
| 735 | |||
| 736 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 | 859 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 |
| 737 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b | 860 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b |
| 738 | SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" | 861 | SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" |
| 862 | # styhead and newer | ||
| 739 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" | 863 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" |
| 740 | 864 | ||
| 741 | # github.com/opencontainers/go-digest v1.0.0 | 865 | # github.com/opencontainers/go-digest v1.0.0 |
| 742 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a | 866 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a |
| 743 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" | 867 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" |
| 868 | # styhead and newer | ||
| 744 | SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/go-digest" | 869 | SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/go-digest" |
| 745 | 870 | ||
| 746 | # github.com/aws/aws-sdk-go-v2/config v1.26.6 | 871 | # github.com/aws/aws-sdk-go-v2/config v1.26.6 |
| 747 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 | 872 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 |
| 748 | SRCREV_config="857d5277b41f290ab7ba0e0f6f96f940045f69b7" | 873 | SRCREV_config="857d5277b41f290ab7ba0e0f6f96f940045f69b7" |
| 874 | # styhead and newer | ||
| 749 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/config" | 875 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/config" |
| 750 | 876 | ||
| 751 | # github.com/go-openapi/jsonreference v0.20.2 | 877 | # github.com/go-openapi/jsonreference v0.20.2 |
| 752 | # [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff | 878 | # [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff |
| 753 | SRCREV_jsonreference="1f158e563669961b8e54817e3ea57978d439ffff" | 879 | SRCREV_jsonreference="1f158e563669961b8e54817e3ea57978d439ffff" |
| 880 | # styhead and newer | ||
| 754 | SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonreference" | 881 | SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonreference" |
| 755 | 882 | ||
| 756 | # github.com/go-viper/mapstructure/v2 v2.0.0 | 883 | # github.com/go-viper/mapstructure/v2 v2.0.0 |
| 757 | # [1] git ls-remote https://github.com/go-viper/mapstructure 6abdb44d71d6ac11f79c11a30a9653c9e4986625 | 884 | # [1] git ls-remote https://github.com/go-viper/mapstructure 6abdb44d71d6ac11f79c11a30a9653c9e4986625 |
| 758 | SRCREV_mapstructure-v2="6abdb44d71d6ac11f79c11a30a9653c9e4986625" | 885 | SRCREV_mapstructure-v2="6abdb44d71d6ac11f79c11a30a9653c9e4986625" |
| 886 | # styhead and newer | ||
| 759 | SRC_URI += "git://github.com/go-viper/mapstructure;name=mapstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-viper/mapstructure/v2" | 887 | SRC_URI += "git://github.com/go-viper/mapstructure;name=mapstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-viper/mapstructure/v2" |
| 760 | 888 | ||
| 761 | # github.com/prometheus/client_golang v1.20.2 | 889 | # github.com/prometheus/client_golang v1.17.0 |
| 762 | # [1] git ls-remote https://github.com/prometheus/client_golang 67121dc55a7c1ac353141e360a2b184c5e3d5529 | 890 | # [1] git ls-remote https://github.com/prometheus/client_golang fa1408ee351f6aba15c6d0207f7a0021eb3af406 |
| 763 | SRCREV_client_golang="67121dc55a7c1ac353141e360a2b184c5e3d5529" | 891 | SRCREV_client_golang="fa1408ee351f6aba15c6d0207f7a0021eb3af406" |
| 892 | # styhead and newer | ||
| 764 | SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_golang" | 893 | SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_golang" |
| 765 | 894 | ||
| 766 | # go.opentelemetry.io/otel/sdk/metric v1.28.0 | 895 | # go.opentelemetry.io/otel/sdk/metric v1.21.0 |
| 767 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 896 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
| 768 | SRCREV_sdk-metric="81216fb002a6a76d32fdab6ef999bcf65794130d" | 897 | SRCREV_sdk-metric="98b32a6c3a87fbee5d34c063b9096f416b250897" |
| 898 | # styhead and newer | ||
| 769 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk-metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk/metric" | 899 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk-metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk/metric" |
| 770 | 900 | ||
| 771 | # github.com/opencontainers/image-spec v1.1.0 | 901 | # github.com/opencontainers/image-spec v1.1.0 |
| 772 | # [1] git ls-remote https://github.com/opencontainers/image-spec e7f7c0ca69b21688c3cea7c87a04e4503e6099e2 | 902 | # [1] git ls-remote https://github.com/opencontainers/image-spec e7f7c0ca69b21688c3cea7c87a04e4503e6099e2 |
| 773 | SRCREV_image-spec="e7f7c0ca69b21688c3cea7c87a04e4503e6099e2" | 903 | SRCREV_image-spec="e7f7c0ca69b21688c3cea7c87a04e4503e6099e2" |
| 904 | # styhead and newer | ||
| 774 | SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/image-spec" | 905 | SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/image-spec" |
| 775 | 906 | ||
| 776 | # github.com/theupdateframework/notary v0.7.0 | 907 | # github.com/theupdateframework/notary v0.7.0 |
| 777 | # [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598 | 908 | # [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598 |
| 778 | SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" | 909 | SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" |
| 910 | # styhead and newer | ||
| 779 | SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/theupdateframework/notary" | 911 | SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/theupdateframework/notary" |
| 780 | 912 | ||
| 781 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 | 913 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 |
| 782 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf | 914 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf |
| 783 | SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf" | 915 | SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf" |
| 916 | # styhead and newer | ||
| 784 | SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" | 917 | SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" |
| 785 | 918 | ||
| 786 | # github.com/containerd/containerd/api v1.7.19 | ||
| 787 | # [1] git ls-remote https://github.com/containerd/containerd b600181a9324222b5f84c702b13250390bfdf746 | ||
| 788 | SRCREV_api="b600181a9324222b5f84c702b13250390bfdf746" | ||
| 789 | SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" | ||
| 790 | |||
| 791 | # github.com/inconshreveable/mousetrap v1.1.0 | 919 | # github.com/inconshreveable/mousetrap v1.1.0 |
| 792 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 | 920 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 |
| 793 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" | 921 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" |
| 922 | # styhead and newer | ||
| 794 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" | 923 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" |
| 795 | 924 | ||
| 796 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.1 | 925 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.1 |
| 797 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff cf09e71f4508bfc416135048e392a8a4990bf4e3 | 926 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff cf09e71f4508bfc416135048e392a8a4990bf4e3 |
| 798 | SRCREV_structured-merge-diff-v4="cf09e71f4508bfc416135048e392a8a4990bf4e3" | 927 | SRCREV_structured-merge-diff-v4="cf09e71f4508bfc416135048e392a8a4990bf4e3" |
| 928 | # styhead and newer | ||
| 799 | SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" | 929 | SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" |
| 800 | 930 | ||
| 801 | # github.com/compose-spec/compose-go/v2 v2.4.7 | 931 | # github.com/compose-spec/compose-go/v2 v2.1.3 |
| 802 | # [1] git ls-remote https://github.com/compose-spec/compose-go 9642b85460f2de66e6295c8b1f2e968fc9c3cbae | 932 | # [1] git ls-remote https://github.com/compose-spec/compose-go 35c575c758afd2a8363bd47290c3ddec0d23ebaf |
| 803 | SRCREV_compose-go-v2="9642b85460f2de66e6295c8b1f2e968fc9c3cbae" | 933 | SRCREV_compose-go-v2="35c575c758afd2a8363bd47290c3ddec0d23ebaf" |
| 934 | # styhead and newer | ||
| 804 | SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2" | 935 | SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2" |
| 805 | 936 | ||
| 806 | # github.com/mitchellh/hashstructure/v2 v2.0.2 | 937 | # tags.cncf.io/container-device-interface v0.7.2 |
| 807 | # [1] git ls-remote https://github.com/mitchellh/hashstructure a045b665615f739329536a58c25ca6327abf1ec1 | 938 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface d7f87365dfce93c70f9d13f1873731b2f3e79e95 |
| 808 | SRCREV_hashstructure-v2="a045b665615f739329536a58c25ca6327abf1ec1" | 939 | SRCREV_container-device-interface="d7f87365dfce93c70f9d13f1873731b2f3e79e95" |
| 809 | SRC_URI += "git://github.com/mitchellh/hashstructure;name=hashstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/hashstructure/v2" | 940 | # styhead and newer |
| 810 | |||
| 811 | # tags.cncf.io/container-device-interface v0.8.0 | ||
| 812 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2 | ||
| 813 | SRCREV_container-device-interface="e66544063aa7760c4ea6330ce9e6c757f8e61df2" | ||
| 814 | SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/tags.cncf.io/container-device-interface" | 941 | SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/tags.cncf.io/container-device-interface" |
| 815 | 942 | ||
| 816 | # github.com/aws/aws-sdk-go-v2/credentials v1.16.16 | 943 | # github.com/aws/aws-sdk-go-v2/credentials v1.16.16 |
| 817 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b | 944 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b |
| 818 | SRCREV_credentials="a75d7694eb2709212655ee25e811d72a1188a68b" | 945 | SRCREV_credentials="a75d7694eb2709212655ee25e811d72a1188a68b" |
| 946 | # styhead and newer | ||
| 819 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials" | 947 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials" |
| 820 | 948 | ||
| 821 | # github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 | 949 | # github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 |
| 822 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b | 950 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b |
| 823 | SRCREV_sso="a75d7694eb2709212655ee25e811d72a1188a68b" | 951 | SRCREV_sso="a75d7694eb2709212655ee25e811d72a1188a68b" |
| 952 | # styhead and newer | ||
| 824 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sso;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sso" | 953 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sso;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sso" |
| 825 | 954 | ||
| 826 | # github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 | 955 | # github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 |
| 827 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 956 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
| 828 | SRCREV_sts="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 957 | SRCREV_sts="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
| 958 | # styhead and newer | ||
| 829 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts" | 959 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts" |
| 830 | 960 | ||
| 831 | # github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 | 961 | # github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 |
| 832 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 | 962 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 |
| 833 | SRCREV_ini="857d5277b41f290ab7ba0e0f6f96f940045f69b7" | 963 | SRCREV_ini="857d5277b41f290ab7ba0e0f6f96f940045f69b7" |
| 964 | # styhead and newer | ||
| 834 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini" | 965 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini" |
| 835 | 966 | ||
| 836 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 | 967 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 |
| 837 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 2da4beb003329d83c74a52d66a009110ef1fd180 | 968 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 09e3965a330155f7db8482269d7d91b9bceb7641 |
| 838 | SRCREV_grpc-gateway-v2="2da4beb003329d83c74a52d66a009110ef1fd180" | 969 | SRCREV_grpc-gateway-v2="09e3965a330155f7db8482269d7d91b9bceb7641" |
| 970 | # styhead and newer | ||
| 839 | SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2" | 971 | SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2" |
| 840 | 972 | ||
| 841 | # google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 | 973 | # google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b |
| 842 | # [1] git ls-remote https://github.com/googleapis/go-genproto 8af14fe29dc178f8f16f3720e1da949120cecbeb | 974 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 |
| 843 | SRCREV_googleapis-api="8af14fe29dc178f8f16f3720e1da949120cecbeb" | 975 | SRCREV_api="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" |
| 844 | SRC_URI += "git://github.com/googleapis/go-genproto;name=googleapis-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/api" | 976 | # styhead and newer |
| 977 | SRC_URI += "git://github.com/googleapis/go-genproto;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/api" | ||
| 845 | 978 | ||
| 846 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 | 979 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b |
| 847 | # [1] git ls-remote https://github.com/googleapis/go-genproto 8af14fe29dc178f8f16f3720e1da949120cecbeb | 980 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 |
| 848 | SRCREV_rpc="8af14fe29dc178f8f16f3720e1da949120cecbeb" | 981 | SRCREV_rpc="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" |
| 982 | # styhead and newer | ||
| 849 | SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/rpc" | 983 | SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/rpc" |
| 850 | 984 | ||
| 851 | # github.com/docker/docker-credential-helpers v0.8.2 | 985 | # github.com/docker/docker-credential-helpers v0.8.0 |
| 852 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 6b9df3ebb5da5aa22f722b25506bba1414519c6a | 986 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 8396edb35f8d7229e75482e9d82c7729fa7001b7 |
| 853 | SRCREV_docker-credential-helpers="6b9df3ebb5da5aa22f722b25506bba1414519c6a" | 987 | SRCREV_docker-credential-helpers="8396edb35f8d7229e75482e9d82c7729fa7001b7" |
| 988 | # styhead and newer | ||
| 854 | SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker-credential-helpers" | 989 | SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker-credential-helpers" |
| 855 | 990 | ||
| 856 | # github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 | 991 | # github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 |
| 857 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01 | 992 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01 |
| 858 | SRCREV_ssooidc="f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01" | 993 | SRCREV_ssooidc="f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01" |
| 994 | # styhead and newer | ||
| 859 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ssooidc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/ssooidc" | 995 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ssooidc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/ssooidc" |
| 860 | 996 | ||
| 861 | # github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 | 997 | # github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 |
| 862 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 998 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
| 863 | SRCREV_imds="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 999 | SRCREV_imds="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
| 1000 | # styhead and newer | ||
| 864 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds" | 1001 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds" |
| 865 | 1002 | ||
| 866 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 | 1003 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 |
| 867 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1004 | # [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d |
| 868 | SRCREV_otlptrace="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1005 | SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" |
| 1006 | # styhead and newer | ||
| 1007 | SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/matttproud/golang_protobuf_extensions" | ||
| 1008 | |||
| 1009 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 | ||
| 1010 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | ||
| 1011 | SRCREV_otlptrace="98b32a6c3a87fbee5d34c063b9096f416b250897" | ||
| 1012 | # styhead and newer | ||
| 869 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace" | 1013 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace" |
| 870 | 1014 | ||
| 871 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 | 1015 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 |
| 872 | # [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9 | 1016 | # [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9 |
| 873 | SRCREV_go-securesystemslib="abcd7c95c952df38eb237fab3764ef1b8d2b15c9" | 1017 | SRCREV_go-securesystemslib="abcd7c95c952df38eb237fab3764ef1b8d2b15c9" |
| 1018 | # styhead and newer | ||
| 874 | SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-securesystemslib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/secure-systems-lab/go-securesystemslib" | 1019 | SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-securesystemslib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/secure-systems-lab/go-securesystemslib" |
| 875 | 1020 | ||
| 876 | # github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 | 1021 | # github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 |
| 877 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 1022 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
| 878 | SRCREV_endpoints-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 1023 | SRCREV_endpoints-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
| 1024 | # styhead and newer | ||
| 879 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2" | 1025 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2" |
| 880 | 1026 | ||
| 1027 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 | ||
| 1028 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | ||
| 1029 | SRCREV_otlpmetric="60666c554065ac4da502fe28943eea4b938ab479" | ||
| 1030 | # styhead and newer | ||
| 1031 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric" | ||
| 1032 | |||
| 881 | # github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 | 1033 | # github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 |
| 882 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 1034 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
| 883 | SRCREV_configsources="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 1035 | SRCREV_configsources="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
| 1036 | # styhead and newer | ||
| 884 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources" | 1037 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources" |
| 885 | 1038 | ||
| 886 | # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 | 1039 | # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 |
| 887 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 1040 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
| 888 | SRCREV_presigned-url="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 1041 | SRCREV_presigned-url="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
| 1042 | # styhead and newer | ||
| 889 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url" | 1043 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url" |
| 890 | 1044 | ||
| 891 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 | 1045 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 |
| 892 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib af75717ac4fb3ba13eaea83b88301723122060cf | 1046 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 |
| 893 | SRCREV_otelhttp="af75717ac4fb3ba13eaea83b88301723122060cf" | 1047 | SRCREV_otelhttp="ba19074a6785b2b65c86a52c0649cf040319fa96" |
| 1048 | # styhead and newer | ||
| 894 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" | 1049 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" |
| 895 | 1050 | ||
| 896 | # github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 | 1051 | # github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 |
| 897 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0d643a8f0a8ad09075f41a60acba6a208cb36c58 | 1052 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0d643a8f0a8ad09075f41a60acba6a208cb36c58 |
| 898 | SRCREV_accept-encoding="0d643a8f0a8ad09075f41a60acba6a208cb36c58" | 1053 | SRCREV_accept-encoding="0d643a8f0a8ad09075f41a60acba6a208cb36c58" |
| 1054 | # styhead and newer | ||
| 899 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=accept-encoding;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding" | 1055 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=accept-encoding;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding" |
| 900 | 1056 | ||
| 901 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 | 1057 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 |
| 902 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1058 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
| 903 | SRCREV_otlptracegrpc="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1059 | SRCREV_otlptracegrpc="98b32a6c3a87fbee5d34c063b9096f416b250897" |
| 1060 | # styhead and newer | ||
| 904 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc" | 1061 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc" |
| 905 | 1062 | ||
| 906 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 | 1063 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 |
| 907 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1064 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
| 908 | SRCREV_otlptracehttp="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1065 | SRCREV_otlptracehttp="98b32a6c3a87fbee5d34c063b9096f416b250897" |
| 1066 | # styhead and newer | ||
| 909 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracehttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp" | 1067 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracehttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp" |
| 910 | 1068 | ||
| 911 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 | 1069 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 |
| 912 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1070 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 |
| 913 | SRCREV_otlpmetricgrpc="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1071 | SRCREV_otlpmetricgrpc="60666c554065ac4da502fe28943eea4b938ab479" |
| 1072 | # styhead and newer | ||
| 914 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetricgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc" | 1073 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetricgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc" |
| 915 | 1074 | ||
| 916 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 | 1075 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 |
| 917 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1076 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 |
| 918 | SRCREV_otlpmetrichttp="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1077 | SRCREV_otlpmetrichttp="60666c554065ac4da502fe28943eea4b938ab479" |
| 1078 | # styhead and newer | ||
| 919 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetrichttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp" | 1079 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetrichttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp" |
| 920 | 1080 | ||
| 921 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 | 1081 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 |
| 922 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib af75717ac4fb3ba13eaea83b88301723122060cf | 1082 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 |
| 923 | SRCREV_otelgrpc="af75717ac4fb3ba13eaea83b88301723122060cf" | 1083 | SRCREV_otelgrpc="ba19074a6785b2b65c86a52c0649cf040319fa96" |
| 1084 | # styhead and newer | ||
| 924 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc" | 1085 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc" |
| 925 | 1086 | ||
| 926 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 | 1087 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 |
| 927 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib af75717ac4fb3ba13eaea83b88301723122060cf | 1088 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 |
| 928 | SRCREV_otelhttptrace="af75717ac4fb3ba13eaea83b88301723122060cf" | 1089 | SRCREV_otelhttptrace="ba19074a6785b2b65c86a52c0649cf040319fa96" |
| 1090 | # styhead and newer | ||
| 929 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace" | 1091 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace" |
| 930 | 1092 | ||
