docker-compose: update to v2.15.1

Bumping compose to version v2.14.0-155-ga93f09ef, which comprises the following commits:

    51bcfa37 build(deps): bump github.com/containerd/containerd from 1.6.15 to 1.6.16
    982a8ccb support dry-run for kill command
    790712fa update tty and plain text writers to support dry run mode
    97752b23 refresh Maintainers list
    634a7d2a Support for docker compose build --push when using multiple platforms
    a288332f Update docs to add `--scale` argument to `compose create`
    9d53ed8f Add `--scale` to `compose create`, refactor scale option
    df707352 Fix: Handle concurrent threads using mutex on the rainbowColor function
    d8bf175c Remove unecessary files
    4816f40b Fix: remove the infinite goroutine
    ed5a2e83 Remove unecessary files
    fa8d075d Fix: remove the infinite goroutine
    33c3f4df alias -n for --tail to align with docker CLI
    aa313873 cleanup TUI lines after switching to "compact" mode
    d47f0f31 Update docs to mention `COMPOSE_PARALLEL_LIMITS` and ways to configure parallelism
    4721c017 fix docs to reflect docker compose ps being aligned with docker ps
    5919fcb4 Revert "Fix Goroutine leak in v2/command/formatter"
    3a21e1e3 Fix Linting Issues
    b670aefb Feat: Clean inifinite Goroutine
    220626ec Only account running containers for logs
    291e1bd6 bump compose-go to version v1.9.0
    e94eb056 allow a TTY to be allocated with -t
    c15bf195 debounce refresh requests with quietperiod
    0b1c8672 Add tests for filtering containers not created by Compose
    82ef9985 Ignore containers created outside compose
    fb36f7ff directly embed the orignal APIClient in the DryRunClient
    3fac506a identify functions which need to be ovorridden for dry run feature
    eb59b0e2 add alpha command to test dry-run
    5081ab05 create custom CLI when dry-run mode active update documentation
    13ef440d add DryRun API Client with delagation pattern
    fbf845c5 add dry-run flag
    5a2b7b83 use compose service methods when exist instead of directly service.dockerCli
    8c07fa4d mark alpha command as experimental
    9daf4189 Adjust terminal height calc
    bb9cf322 introduce experimental watch command (skeletton)
    69a09624 Skip child events when printer events > terminal height
    f2088bb9 fix typo
    dadad01e Update docs programatically like you're supposed to
    1adc9f54 fix docs yaml
    4cebce3a This option lives in the create options, not the run options
    bd8e5744 Add remove-orphans functionality to run, because it recommends that in error messages
    4ad87463 Add 🥒 GHA workflow
    cc912c62 introduce --remove-orphans in compose create command
    3e12a7cb pass proxy config as build args - same as docker/buildx#959
    0c197997 Remove unused kube tag
    73ebbffb Don't share the options map
    b326a9da don't filter by services if no filter was set
    f1313f3a use a simpler prompt implementation when we lack a terminal
    a226d014 fix CVE-2022-27664 and CVE-2022-32149 high-risk vulnerability
    7e2af3aa build(deps): bump github.com/containerd/containerd from 1.6.14 to 1.6.15
    96bbda98 add support for uts namespace
    aa5cdf2b add support for COMPOSE_PARALLEL_LIMIT (parity with Compose v1)
    d5e4f006 introduce --no-attach to ignore some service output
    8b4ac37f introduce `--ignore-buildable` to ignore buildable images on pull
    b96e27e0 limit build concurrency according to --parallel
    37d15d7e Ignore not only auto-removed containers but also "removal in progress" for orphan containers
    dde7eea2 Update expected Cucumber `compose ps` output to match changes
    a2247807 Set `pullChanged` when setting `--pull` on `compose up`
    ffce33ec Fix empty file when using compose config in case of smaller source files
    8a3248d0 Update documentation
    52e7f0fb build(deps): bump github.com/docker/cli-docs-tool from 0.5.0 to 0.5.1
    fd353ffa add support of privileged attribut in service.build section
    adf8e753 cleanup framework.go from uncessary debug logs
    9f7ad18d reduce cyclomatic complexity
    40ebcd62 fix security opts support (seccomp and unconfined)
    9bd9f176 check service names based on project, not running containers
    5dcadc05 debut output for CI
    c72f161a change the way finding the just built compose binary
    86a648bd e2e tests display Compose version used to run the test currently the version displayed is the one installed and not the one use for the tests
    27a32419 rely on CI timeout
    935968fe add buildx plugin to e2e configuration directory
    91371fef remove flaky TestLocalComposeLogsFollow
    986bc445 service hash MUST exclude replicas
    24f83271 don't assume os.Stdout and rely on dockerCLI.streams
    dacf2437 dump stdout to help diagnose flaky test
    22d2e838 don't fail `logs` when driver:none is set
    b4b73199 introduce support for cgroup namespace
    aae5ddca build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.14
    0ab5079c fix race condition on compose logs
    89ef8198 update projectOptions to be public by renaming it to ProjectOptions
    b8bbdcd8 detect dependency failed to start
    d0e95cca set CPU quota
    7bc27d44 Use `DOCKER_DEFAULT_PLATFORM` to determine platform when creating container
    c1ce53c9 fix regression running pull --ignore-pull-failures
    e42673da only list running containers when --all=false
    ffb95449 volume: fix WCOW volume mounts
    5c1484ec apply uid/gid when creating secret from environment
    84984864 load project from explicit --files when set
    8566daa9 use recently introduced `withSelectedServicesOnly` to reduce code duplication
    84ea395d introduce --timestamp option on compose up
    1cb5536a Address review comments
    e4850d9c Add --include-deps to push command
    8c39b5b7 align `--format` flag and UX with docker cli
    bc568eeb align `compose ps` output with `docker ps`
    a501ab3a use StatusError from docker/cli, not "dockerd"
    d4a4dcf4 resolve --env-file as absolute path
    05e987dd fix parsing of repository:tag
    0368f190 distinguish stdout and stderr in `up` logs
    3ee2ab87 ContainerStart must run sequentially for engine to assing distinct ports within configured range
    8f991a20 Fix corner case when there's no container to attach to
    0234e134 Don't stop pull for images that can be built
    c342891f Squashed commit of the following:
    8ef34947 build(deps): bump github.com/containerd/containerd from 1.6.10 to 1.6.12
    cc247fdb remove go.* from e2e tests directory
    a4ac6ab6 added table of contents inside readme
    a73dce44 fix race condition collecting pulled images IDs
    804d7163 detect required service are gone to stop watching explicit API to stop the log printer
    cc60026c update to go1.19.4
    87a0a57f Cleanup tips from output
    95bc6c58 check only running containers in after down tests of profiles e2e tests
    57a1e1e0 Update `e2e` mod deps
    02305756 build(deps): bump go.opentelemetry.io/otel from 1.11.1 to 1.11.2
    a0acc20d introduce --parallel to limit concurrent engine calls
    053f20ed port: improve error-handling if port not found (#10039)
    9b8d520b ci: upgrade to Go 1.19.3 & bump deps
    113fb673 schema: add support for tmpfs.mode in mount definition (#10031)
    b9e5f9e9 test: speed up Cucumber stop test (#10032)
    c74a77e8 Make use of Containers.filter() and isService()
    7f975fa4 Fix replacing "service:x" with "container:y"
    73691276 use StringToBool to detect COMPOSE_IGNORE_ORPHANS
    2e7644ff use api.Separator to print right image names
    8f2b7471 use DistributionInspect to resolve image digest
    9ac4f699 move image digests resolution to backend
    2bef9769 Broken Link fixed in compose docs
    707d55c7 add file header and cleanup profiles e2e tests
    5edd7830 add e2e tests to check profile activation via targeted service
    6fbef296 add e2e tests to check no profile usages
    7fe43a8b add e2e tests using explicitly profiles
    24ec0b2d pass services list to projectOrName function to add profiles for targeted services
    ed38fe0d only stop services started by `up` on interruption
    06e71371 docs: fix grammatical issues (#9997)
    fb5b90ed implement support for oom_score_adj
    10a5d998 useDockerDefaultOrServicePlatform fct should return service.platform if defined and present in the build.platforms list (or if the list is empty)
    c3e5e499 configure buildx for plain output if --ansi=never has been set
    4bf98c70 change the default branch of the doc repository
    d7a24e9c Update `e2e` module deps
    19d6ca9c ignore error parsing container number label, just warn
    6fe03e93 Update docs
    35d31cc5 Add `--build` option to `compose run`
    7c5675c3 use platform defined by DOCKER_DEFAULT_PLATFORM when pulling and no service platform defined
    a077e8a2 display creation warnings from the engine
    8c1e2af3 add e2e tests to check build dependency between services
    a9e07020 check if a missing image won't be build via a service declared in depends_on section
    32f29b83 add --no-consistency flag to convert command
    533fc616 use COMPOSE_PROFILES value only if no command line arg profiles used
    bfb9e11f build(deps): bump github.com/containerd/containerd from 1.6.9 to 1.6.10
    09e742b3 exclude issues with the kind/feature label from stale bot process
    306ae161 ci: upgrade to compose-go v1.7.0
    fd4aecef ci: update dependencies to latest
    34e945a5 ci: remove uses of deprecated gotest.tools v2 (#9935)
    e1899421 Update `e2e` module dependencies
    369e9125 build(deps): bump github.com/containerd/containerd from 1.6.8 to 1.6.9
    7ba9aac5 add support of deploy.reservation.memory
    6d64242f Update deps for `e2e` module
    eaf27d9d map deploy.restart_policy.condition to engine values
    36a91839 build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1
    533abc3b go.mod: docker 5aac513617f072b15322b147052cbda0d451d389 / v22.06-dev
    197c1690 update docker engine API to apply fix of CVE-2022-39253
    c630c8d2 go.mod: update docker-credential-helpers v0.7.0
    41cf5ee3 go.mod: remove replace for runc
    b7053cad go mod: tidy and group "require" blocks, update comments
    717ace99 Update `e2e` module deps
    8bdfc627 build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.1
    dd13299e Skip flaky test in CI
    3f0550f8 log the error object instead of the string message only
    18ce1f41 replace deprecated functions
    3bf29d40 bump docker dependencies version
    7424a3d3 Fix Makefile target `validate-go-mod` to only run correct bakefile target
    6b7e9466 Update `e2e` module deps
    91eae4f0 Add Codecov
    8b897214 port: fix container name in error message (#9909)
    f43a1e3e github: add feature request template
    fa1ae635 github: switch to issue template form
    afc0263f build(deps): bump go.opentelemetry.io/otel from 1.10.0 to 1.11.0
    bb002a76 Update e2e mod dependencies
    2ccd57e0 build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-01-30 08:52:28 -05:00
parent 975f0a1d40
commit cfa6717d3a
4 changed files with 398 additions and 347 deletions

View File

@ -9,7 +9,7 @@ DEPENDS = " \
# Specify the first two important SRCREVs as the format
SRCREV_FORMAT="compose_survey"
SRCREV_compose = "b15df818c759b355b03ed70505ffa451301eb566"
SRCREV_compose = "a93f09efacbbc59324ddbab8b81dea8423a0cb63"
SRC_URI = "git://github.com/docker/compose;name=compose;branch=v2;protocol=https"
@ -25,7 +25,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60
GO_IMPORT = "import"
PV = "v2.11.2"
PV = "v2.15.2"
COMPOSE_PKG = "github.com/docker/compose/v2"

View File

@ -1,92 +1,104 @@
# go.uber.org/goleak v1.1.12
## explicit
# github.com/AlecAivazis/survey/v2 v2.3.6
## explicit
# github.com/buger/goterm v1.0.4
## explicit
# github.com/cnabio/cnab-to-oci v0.3.7
## explicit
# github.com/compose-spec/compose-go v1.6.0
# github.com/compose-spec/compose-go v1.9.0
## explicit
# github.com/containerd/console v1.0.3
## explicit
# github.com/containerd/containerd v1.6.8
# github.com/containerd/containerd v1.6.16
## explicit
# github.com/distribution/distribution/v3 v3.0.0-20220907155224-78b9c98c5c31
# github.com/cucumber/godog v0.0.0-00010101000000-000000000000
## explicit
# github.com/docker/buildx v0.8.2
# github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
## explicit
# github.com/docker/cli v20.10.17+incompatible
# github.com/docker/buildx v0.9.1
## explicit
# github.com/docker/cli-docs-tool v0.5.0
# github.com/docker/cli v20.10.20+incompatible
## explicit
# github.com/docker/docker v20.10.17+incompatible
# github.com/docker/cli-docs-tool v0.5.1
## explicit
# github.com/docker/docker v20.10.20+incompatible
## explicit
# github.com/docker/go-connections v0.4.0
## explicit
# github.com/docker/go-units v0.5.0
## explicit
# github.com/fsnotify/fsnotify v1.6.0
## explicit
# github.com/golang/mock v1.6.0
## explicit
# github.com/hashicorp/go-multierror v1.1.1
## explicit
# github.com/hashicorp/go-version v1.6.0
## explicit
# github.com/mattn/go-isatty v0.0.16
## explicit
# github.com/mattn/go-shellwords v1.0.12
## explicit
# github.com/mitchellh/mapstructure v1.5.0
## explicit
# github.com/moby/buildkit v0.10.4
## explicit
# github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
# github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
## explicit
# github.com/morikuni/aec v1.0.0
## explicit
# github.com/opencontainers/go-digest v1.0.0
## explicit
# github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
# github.com/opencontainers/image-spec v1.1.0-rc2
## explicit
# github.com/pkg/errors v0.9.1
## explicit
# github.com/sirupsen/logrus v1.9.0
## explicit
# github.com/spf13/cobra v1.6.0
# github.com/spf13/cobra v1.6.1
## explicit
# github.com/spf13/pflag v1.0.5
## explicit
# github.com/stretchr/testify v1.8.0
# github.com/stretchr/testify v1.8.1
## explicit
# github.com/theupdateframework/notary v0.7.0
## explicit
# golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
# go.opentelemetry.io/otel v1.11.2
## explicit
# golang.org/x/sync v0.1.0
## explicit
# gopkg.in/yaml.v2 v2.4.0
## explicit
# gotest.tools v2.2.0+incompatible
## explicit
# gotest.tools/v3 v3.4.0
## explicit
# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
# k8s.io/client-go v0.24.1
## explicit
# github.com/Masterminds/semver v1.5.0
# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
## explicit
# github.com/Microsoft/go-winio v0.5.2
## explicit
# github.com/beorn7/perks v1.0.1
## explicit
# github.com/bugsnag/bugsnag-go v1.5.0
## explicit
# github.com/cenkalti/backoff/v4 v4.1.2
## explicit
# github.com/cespare/xxhash/v2 v2.1.2
## explicit
# github.com/cnabio/cnab-go v0.23.4
# github.com/cloudflare/cfssl v1.4.1
## explicit
# github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
# github.com/containerd/continuity v0.3.0
## explicit
# github.com/containerd/ttrpc v1.1.0
## explicit
# github.com/containerd/typeurl v1.0.2
## explicit
# github.com/cucumber/gherkin-go/v19 v19.0.3
## explicit
# github.com/cucumber/messages-go/v16 v16.0.1
## explicit
# github.com/davecgh/go-spew v1.1.1
## explicit
# github.com/docker/distribution v2.8.1+incompatible
## explicit
# github.com/docker/docker-credential-helpers v0.6.4
# github.com/docker/docker-credential-helpers v0.7.0
## explicit
# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
## explicit
@ -102,18 +114,22 @@
## explicit
# github.com/gofrs/flock v0.8.0
## explicit
# github.com/gofrs/uuid v4.2.0+incompatible
## explicit
# github.com/gogo/googleapis v1.4.1
## explicit
# github.com/gogo/protobuf v1.3.2
## explicit
# github.com/golang/protobuf v1.5.2
## explicit
# github.com/google/go-cmp v0.5.8
# github.com/google/go-cmp v0.5.9
## explicit
# github.com/google/gofuzz v1.2.0
## explicit
# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
## explicit
# github.com/googleapis/gnostic v0.5.5
## explicit
# github.com/gorilla/mux v1.8.0
## explicit
# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
@ -122,29 +138,47 @@
## explicit
# github.com/hashicorp/errwrap v1.1.0
## explicit
# github.com/hashicorp/go-immutable-radix v1.3.1
## explicit
# github.com/hashicorp/go-memdb v1.3.2
## explicit
# github.com/hashicorp/golang-lru v0.5.4
## explicit
# github.com/imdario/mergo v0.3.13
## explicit
# github.com/inconshreveable/mousetrap v1.0.1
## explicit
# github.com/jinzhu/gorm v1.9.11
## explicit
# github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
## explicit
# github.com/json-iterator/go v1.1.12
## explicit
# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
## explicit
# github.com/klauspost/compress v1.15.1
# github.com/klauspost/compress v1.15.9
## explicit
# github.com/mattn/go-colorable v0.1.12
## explicit
# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
# github.com/mattn/go-isatty v0.0.16
## explicit
# github.com/mattn/go-runewidth v0.0.14
## explicit
# github.com/matttproud/golang_protobuf_extensions v1.0.4
## explicit
# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
## explicit
# github.com/miekg/pkcs11 v1.1.1
## explicit
# github.com/mitchellh/mapstructure v1.5.0
## explicit
# github.com/moby/locker v1.0.1
## explicit
# github.com/moby/sys/signal v0.6.0
# github.com/moby/patternmatcher v0.5.0
## explicit
# github.com/moby/spdystream v0.2.0
## explicit
# github.com/moby/sys/sequential v0.5.0
## explicit
# github.com/moby/sys/signal v0.7.0
## explicit
# github.com/moby/sys/symlink v0.2.0
## explicit
@ -152,13 +186,13 @@
## explicit
# github.com/modern-go/reflect2 v1.0.2
## explicit
# github.com/opencontainers/runc v1.1.2
# github.com/opencontainers/runc v1.1.3
## explicit
# github.com/pelletier/go-toml v1.9.4
# github.com/pelletier/go-toml v1.9.5
## explicit
# github.com/pmezard/go-difflib v1.0.0
## explicit
# github.com/prometheus/client_golang v1.12.1
# github.com/prometheus/client_golang v1.12.2
## explicit
# github.com/prometheus/client_model v0.2.0
## explicit
@ -166,11 +200,13 @@
## explicit
# github.com/prometheus/procfs v0.7.3
## explicit
# github.com/qri-io/jsonpointer v0.1.1
# github.com/rivo/uniseg v0.2.0
## explicit
# github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
## explicit
# github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
# github.com/spf13/viper v1.4.0
## explicit
# github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
## explicit
# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
## explicit
@ -182,55 +218,63 @@
## explicit
# github.com/xeipuuv/gojsonschema v1.2.0
## explicit
# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c
## explicit
# github.com/zmap/zlint v1.1.0
## explicit
# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
## explicit
# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
## explicit
# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
## explicit
# go.opentelemetry.io/otel v1.10.0
# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
## explicit
# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
## explicit
# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
## explicit
# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
## explicit
# go.opentelemetry.io/otel/internal/metric v0.27.0
## explicit
# go.opentelemetry.io/otel/metric v0.27.0
## explicit
# go.opentelemetry.io/otel/sdk v1.4.1
## explicit
# go.opentelemetry.io/otel/trace v1.10.0
# go.opentelemetry.io/otel/trace v1.11.2
## explicit
# go.opentelemetry.io/proto/otlp v0.12.0
## explicit
# golang.org/x/crypto v0.0.0-20220214200702-86341886e292
# golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
## explicit
# golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
# golang.org/x/net v0.4.0
## explicit
# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
## explicit
# golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
# golang.org/x/sys v0.4.0
## explicit
# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
# golang.org/x/term v0.3.0
## explicit
# golang.org/x/text v0.3.7
# golang.org/x/text v0.6.0
## explicit
# golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
## explicit
# google.golang.org/appengine v1.6.7
## explicit
# google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
# google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
## explicit
# google.golang.org/grpc v1.45.0
# google.golang.org/grpc v1.47.0
## explicit
# google.golang.org/protobuf v1.27.1
# google.golang.org/protobuf v1.28.0
## explicit
# gopkg.in/inf.v0 v0.9.1
## explicit
# gopkg.in/yaml.v3 v3.0.1
## explicit
# k8s.io/apimachinery v0.24.1
# k8s.io/api v0.24.1
## explicit
# k8s.io/client-go v0.24.1
# k8s.io/apimachinery v0.24.1
## explicit
# k8s.io/klog/v2 v2.60.1
## explicit
@ -240,34 +284,10 @@
## explicit
# sigs.k8s.io/yaml v1.2.0
## explicit
# github.com/cenkalti/backoff/v4 v4.1.2
## explicit
# github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
## explicit
# github.com/googleapis/gnostic v0.5.5
## explicit
# github.com/moby/spdystream v0.2.0
## explicit
# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
## explicit
# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c
## explicit
# github.com/zmap/zlint v1.1.0
## explicit
# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
## explicit
# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
## explicit
# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
## explicit
# k8s.io/api v0.24.1
## explicit
# github.com/docker/cli => github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
# github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
# github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.2
# github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
# github.com/docker/cli => github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
# github.com/docker/docker => github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
# github.com/moby/buildkit => github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
# k8s.io/api => k8s.io/api v0.22.4
# k8s.io/apimachinery => k8s.io/apimachinery v0.22.4
# k8s.io/client-go => k8s.io/client-go v0.22.4
# github.com/gofrs/uuid v4.2.0+incompatible
## explicit

View File

@ -1,21 +1,22 @@
sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \
export sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \
github.com/buger/goterm:github.com/buger/goterm \
github.com/cnabio/cnab-to-oci:github.com/cnabio/cnab-to-oci \
github.com/compose-spec/compose-go:github.com/compose-spec/compose-go \
github.com/containerd/console:github.com/containerd/console \
github.com/containerd/containerd:github.com/containerd/containerd \
github.com/cucumber/godog:github.com/cucumber/godog \
github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 \
github.com/docker/buildx:github.com/docker/buildx \
github.com/docker/cli:github.com/docker/cli \
github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool \
github.com/docker/docker:github.com/docker/docker \
github.com/docker/docker:github.com/docker/docker83b51522df43866e39f7c757a6ab84ef4050eeb3 \
github.com/docker/go-connections:github.com/docker/go-connections \
github.com/docker/go-units:github.com/docker/go-units \
github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify \
github.com/golang/mock:github.com/golang/mock \
github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \
github.com/hashicorp/go-version:github.com/hashicorp/go-version \
github.com/mattn/go-isatty:github.com/mattn/go-isatty \
github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \
github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \
github.com/moby/buildkit:github.com/moby/buildkit \
github.com/moby/term:github.com/moby/term \
github.com/morikuni/aec:github.com/morikuni/aec \
@ -27,19 +28,31 @@ sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \
github.com/spf13/pflag:github.com/spf13/pflag \
github.com/stretchr/testify:github.com/stretchr/testify \
github.com/theupdateframework/notary:github.com/theupdateframework/notary \
go.opentelemetry.io/otel:go.opentelemetry.io/otel \
go.opentelemetry.io/otel/exporters/otlp/internal/retry:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/internal/retry:force \
go.opentelemetry.io/otel/exporters/otlp/otlptrace:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace:force \
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace/otlptracegrpc:force \
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace/otlptracehttp:force \
go.opentelemetry.io/otel/internal/metric:github.com/open-telemetry/opentelemetry-go/internal/metric//internal/metric:force \
go.opentelemetry.io/otel/metric:github.com/open-telemetry/opentelemetry-go/internal/metric//metric:force \
go.opentelemetry.io/otel/sdk:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//sdk:force \
go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace:force \
golang.org/x/sync:golang.org/x/sync \
gopkg.in/yaml.v2:gopkg.in/yaml.v2 \
gotest.tools:github.com/gotestyourself/gotest.tools \
gotest.tools/v3:github.com/gotestyourself/gotest.toolsf086d2783c5b3a2a21b482ec19c1c310e68f4d18 \
gotest.tools/v3:github.com/gotestyourself/gotest.tools \
k8s.io/client-go:k8s.io/client-go \
github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \
github.com/Masterminds/semver:github.com/Masterminds/semver \
github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \
github.com/beorn7/perks:github.com/beorn7/perks \
github.com/bugsnag/bugsnag-go:github.com/bugsnag/bugsnag-go \
github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4 \
github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \
github.com/cnabio/cnab-go:github.com/cnabio/cnab-go \
github.com/cloudflare/cfssl:github.com/cloudflare/cfssl \
github.com/containerd/continuity:github.com/containerd/continuity \
github.com/containerd/ttrpc:github.com/containerd/ttrpc \
github.com/containerd/typeurl:github.com/containerd/typeurl \
github.com/cucumber/gherkin-go/v19:github.com/cucumber/gherkin-go/v19 \
github.com/cucumber/messages-go/v16:github.com/cucumber/messages-go/v16 \
github.com/davecgh/go-spew:github.com/davecgh/go-spew \
github.com/docker/distribution:github.com/docker/distribution \
github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \
@ -50,27 +63,38 @@ sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \
github.com/go-logr/logr:github.com/go-logr/logr \
github.com/go-logr/stdr:github.com/go-logr/stdr \
github.com/gofrs/flock:github.com/gofrs/flock \
github.com/gofrs/uuid:github.com/gofrs/uuid \
github.com/gogo/googleapis:github.com/gogo/googleapis \
github.com/gogo/protobuf:github.com/gogo/protobuf \
github.com/golang/protobuf:github.com/golang/protobuf \
github.com/google/go-cmp:github.com/google/go-cmp \
github.com/google/gofuzz:github.com/google/gofuzz \
github.com/google/shlex:github.com/google/shlex \
github.com/googleapis/gnostic:github.com/googleapis/gnostic \
github.com/gorilla/mux:github.com/gorilla/mux \
github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware \
github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway \
github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \
github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix \
github.com/hashicorp/go-memdb:github.com/hashicorp/go-memdb \
github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \
github.com/imdario/mergo:github.com/imdario/mergo \
github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \
github.com/jinzhu/gorm:github.com/jinzhu/gorm \
github.com/jonboulle/clockwork:github.com/jonboulle/clockwork \
github.com/json-iterator/go:github.com/json-iterator/go \
github.com/kballard/go-shellquote:github.com/kballard/go-shellquote \
github.com/klauspost/compress:github.com/klauspost/compress \
github.com/mattn/go-colorable:github.com/mattn/go-colorable \
github.com/mattn/go-isatty:github.com/mattn/go-isatty \
github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \
github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \
github.com/mgutz/ansi:github.com/mgutz/ansi \
github.com/miekg/pkcs11:github.com/miekg/pkcs11 \
github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \
github.com/moby/locker:github.com/moby/locker \
github.com/moby/patternmatcher:github.com/moby/patternmatcher \
github.com/moby/spdystream:github.com/moby/spdystream \
github.com/moby/sys/sequential:github.com/moby/sys/sequential//sequential \
github.com/moby/sys/signal:github.com/moby/sys/signal//signal \
github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \
github.com/modern-go/concurrent:github.com/modern-go/concurrent \
@ -82,27 +106,21 @@ sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \
github.com/prometheus/client_model:github.com/prometheus/client_model \
github.com/prometheus/common:github.com/prometheus/common \
github.com/prometheus/procfs:github.com/prometheus/procfs \
github.com/qri-io/jsonpointer:github.com/qri-io/jsonpointer \
github.com/qri-io/jsonschema:github.com/qri-io/jsonschema \
github.com/rivo/uniseg:github.com/rivo/uniseg \
github.com/serialx/hashring:github.com/serialx/hashring \
github.com/spf13/viper:github.com/spf13/viper \
github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil \
github.com/tonistiigi/units:github.com/tonistiigi/units \
github.com/tonistiigi/vt100:github.com/tonistiigi/vt100 \
github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer \
github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference \
github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema \
github.com/zmap/zcrypto:github.com/zmap/zcrypto \
github.com/zmap/zlint:github.com/zmap/zlint \
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/google.golang.org/grpc/otelgrpc \
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/net/http/httptrace/otelhttptrace \
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc//instrumentation/net/http/otelhttp \
go.opentelemetry.io/otel:go.opentelemetry.io/otel \
go.opentelemetry.io/otel/exporters/otlp/otlptrace:github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace//exporters/otlp/otlptrace:force \
go.opentelemetry.io/otel/internal/metric:github.com/open-telemetry/opentelemetry-go/internal/metric//internal/metric:force \
go.opentelemetry.io/otel/metric:github.com/open-telemetry/opentelemetry-go/metric//metric:force \
go.opentelemetry.io/otel/sdk:github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace//sdk:force \
go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace:force \
go.opentelemetry.io/otel/exporters/otlp/internal/retry:github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace//exporters/otlp/internal/retry:force \
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace//exporters/otlp/otlptrace/otlptracegrpc:force \
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace//exporters/otlp/otlptrace/otlptracehttp:force \
go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp:force \
go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp \
golang.org/x/crypto:golang.org/x/crypto \
golang.org/x/net:golang.org/x/net \
golang.org/x/oauth2:golang.org/x/oauth2 \
@ -120,38 +138,24 @@ sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2 \
k8s.io/utils:k8s.io/utils \
sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4 \
sigs.k8s.io/yaml:sigs.k8s.io/yaml \
github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4 \
github.com/cyberphone/json-canonicalization:github.com/cyberphone/json-canonicalization \
github.com/googleapis/gnostic:github.com/googleapis/gnostic \
github.com/moby/spdystream:github.com/moby/spdystream \
github.com/serialx/hashring:github.com/serialx/hashring \
github.com/zmap/zcrypto:github.com/zmap/zcrypto \
github.com/zmap/zlint:github.com/zmap/zlint \
github.com/cucumber/godog:github.com/cucumber/godog \
k8s.io/api:k8s.io/api \
k8s.io/apimachinery:k8s.io/apimachinery \
k8s.io/client-go:k8s.io/client-go \
github.com/docker/buildx:github.com/docker/buildx \
github.com/moby/sys/mount:github.com/moby/sys/mount//mount \
github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \
github.com/moby/sys/signal:github.com/moby/sys/mountinfo//signal \
github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \
"
k8s.io/apimachinery:k8s.io/apimachinery"
do_compile:prepend() {
cd ${S}/src/import
# this moves all the fetches into the proper vendor structure
# expected for build
for s in ${sites}; do
site_dest=$(echo $s | cut -d: -f1)
site_source=$(echo $s | cut -d: -f2)
force_flag=$(echo $s | cut -d: -f3)
mkdir -p vendor.copy/$site_dest
if [ -n "$force_flag" ]; then
echo "[INFO] $site_dest: force copying .go files"
rm -rf vendor.copy/$site_dest
rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest
else
[ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; }
fi
done
}
cd ${S}/src/import
for s in $sites; do
site_dest=$(echo $s | cut -d: -f1)
site_source=$(echo $s | cut -d: -f2)
force_flag=$(echo $s | cut -d: -f3)
mkdir -p vendor.copy/$site_dest
if [ -n "$force_flag" ]; then
echo "[INFO] $site_dest: force copying .go files"
rm -rf vendor.copy/$site_dest
rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest
else
[ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; }
fi
done
}

View File

@ -8,14 +8,9 @@ SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=
SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31"
SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/goterm"
# github.com/cnabio/cnab-to-oci v0.3.7
# [1] git ls-remote https://github.com/cnabio/cnab-to-oci fadbd1723115c53acb8007c36a855af1bac57d34
SRCREV_cnab-to-oci="fadbd1723115c53acb8007c36a855af1bac57d34"
SRC_URI += "git://github.com/cnabio/cnab-to-oci;name=cnab-to-oci;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cnabio/cnab-to-oci"
# github.com/compose-spec/compose-go v1.6.0
# [1] git ls-remote https://github.com/compose-spec/compose-go 08a21dff3db4be06ac783b3eaea2cd9de9cc0f81
SRCREV_compose-go="08a21dff3db4be06ac783b3eaea2cd9de9cc0f81"
# github.com/compose-spec/compose-go v1.9.0
# [1] git ls-remote https://github.com/compose-spec/compose-go cb8843fffd9941ad240a7f9fe6da2a4886942f46
SRCREV_compose-go="cb8843fffd9941ad240a7f9fe6da2a4886942f46"
SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/compose-spec/compose-go"
# github.com/containerd/console v1.0.3
@ -23,24 +18,39 @@ SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go;protocol=ht
SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527"
SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
# github.com/containerd/containerd v1.6.8
# [1] git ls-remote https://github.com/containerd/containerd 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
SRCREV_containerd="9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6"
# github.com/containerd/containerd v1.6.16
# [1] git ls-remote https://github.com/containerd/containerd 31aa4358a36870b21a992d3ad2bef29e1d693bec
SRCREV_containerd="31aa4358a36870b21a992d3ad2bef29e1d693bec"
SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
# github.com/distribution/distribution/v3 v3.0.0-20220907155224-78b9c98c5c31
# [1] git ls-remote https://github.com/distribution/distribution 78b9c98c5c31c30d74f9acb7d96f98552f2cf78f
SRCREV_v3="78b9c98c5c31c30d74f9acb7d96f98552f2cf78f"
# github.com/cucumber/godog v0.0.0-00010101000000-000000000000
# [1] git ls-remote https://github.com/cucumber/godog 62d84eedbc1eee1efc169e2b0bedec355517c991
SRCREV_godog="62d84eedbc1eee1efc169e2b0bedec355517c991"
SRC_URI += "git://github.com/cucumber/godog;name=godog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/godog"
# github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
# [1] git ls-remote https://github.com/distribution/distribution 92d136e113cf34fcfd5f0c21fadf6eac2f39e803
SRCREV_v3="92d136e113cf34fcfd5f0c21fadf6eac2f39e803"
SRC_URI += "git://github.com/distribution/distribution;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3"
# github.com/docker/cli-docs-tool v0.5.0
# [1] git ls-remote https://github.com/docker/cli-docs-tool 77abede22166eaea4af7335096bdcedd043f5b19
SRCREV_cli-docs-tool="77abede22166eaea4af7335096bdcedd043f5b19"
# github.com/docker/buildx v0.9.1
# [1] git ls-remote https://github.com/docker/buildx ed00243a0ce2a0aee75311b06e32d33b44729689
SRCREV_buildx="ed00243a0ce2a0aee75311b06e32d33b44729689"
SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx"
# github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
# [1] git ls-remote https://github.com/docker/cli 1d6c6e2367e292950e483e3c8ace142792bca718
SRCREV_cli="1d6c6e2367e292950e483e3c8ace142792bca718"
SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
# github.com/docker/cli-docs-tool v0.5.1
# [1] git ls-remote https://github.com/docker/cli-docs-tool 91110f2fe0e0ecbaf79ef925348de8e123b90709
SRCREV_cli-docs-tool="91110f2fe0e0ecbaf79ef925348de8e123b90709"
SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli-docs-tool"
# github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
# [1] git ls-remote https://github.com/docker/docker 83b51522df43866e39f7c757a6ab84ef4050eeb3
SRCREV_docker="83b51522df43866e39f7c757a6ab84ef4050eeb3"
# github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
# [1] git ls-remote https://github.com/docker/docker 5aac513617f072b15322b147052cbda0d451d389
SRCREV_docker="5aac513617f072b15322b147052cbda0d451d389"
SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
# github.com/docker/go-connections v0.4.0
@ -53,6 +63,11 @@ SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=
SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f"
SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units"
# github.com/fsnotify/fsnotify v1.6.0
# [1] git ls-remote https://github.com/fsnotify/fsnotify 5f8c606accbcc6913853fe7e083ee461d181d88d
SRCREV_fsnotify="5f8c606accbcc6913853fe7e083ee461d181d88d"
SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsnotify"
# github.com/golang/mock v1.6.0
# [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083
SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083"
@ -68,24 +83,24 @@ SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol
SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a"
SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-version"
# github.com/mattn/go-isatty v0.0.16
# [1] git ls-remote https://github.com/mattn/go-isatty 13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8
SRCREV_go-isatty="13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8"
SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty"
# github.com/mattn/go-shellwords v1.0.12
# [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac
SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac"
SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords"
# github.com/moby/buildkit v0.10.4
# [1] git ls-remote https://github.com/moby/buildkit a2ba6869363812a210fcc3ded6926757ab780b5f
SRCREV_buildkit="a2ba6869363812a210fcc3ded6926757ab780b5f"
# github.com/mitchellh/mapstructure v1.5.0
# [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311
SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311"
SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure"
# github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
# [1] git ls-remote https://github.com/moby/buildkit 55ba9d14360a6c6fb30c110016c09d823fad805b
SRCREV_buildkit="55ba9d14360a6c6fb30c110016c09d823fad805b"
SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/buildkit"
# github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
# [1] git ls-remote https://github.com/moby/term 39b0c02b01ae42267247a54c2bd47c43672d3315
SRCREV_term="39b0c02b01ae42267247a54c2bd47c43672d3315"
# github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
# [1] git ls-remote https://github.com/moby/term c43b287e0e0f2460e4ba913936af2f6bdcbe9ed5
SRCREV_term="c43b287e0e0f2460e4ba913936af2f6bdcbe9ed5"
SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term"
# github.com/morikuni/aec v1.0.0
@ -98,9 +113,9 @@ SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;des
SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a"
SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest"
# github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
# [1] git ls-remote https://github.com/opencontainers/image-spec c5a74bcca799bef045e7fbe74e1b75580fd18d4c
SRCREV_image-spec="c5a74bcca799bef045e7fbe74e1b75580fd18d4c"
# github.com/opencontainers/image-spec v1.1.0-rc2
# [1] git ls-remote https://github.com/opencontainers/image-spec 19a74bcb54ba211005a68d85c6b359c2947721ce
SRCREV_image-spec="19a74bcb54ba211005a68d85c6b359c2947721ce"
SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec"
# github.com/pkg/errors v0.9.1
@ -113,9 +128,9 @@ SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;de
SRCREV_logrus="f8bf7650dccb756cea26edaf9217aab85500fe07"
SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
# github.com/spf13/cobra v1.6.0
# [1] git ls-remote https://github.com/spf13/cobra 860791844ed3a2e544a9b9bbbcb14144a948ad20
SRCREV_cobra="860791844ed3a2e544a9b9bbbcb14144a948ad20"
# github.com/spf13/cobra v1.6.1
# [1] git ls-remote https://github.com/spf13/cobra b43be995ebb4bee335a787bd44498b91aef7619c
SRCREV_cobra="b43be995ebb4bee335a787bd44498b91aef7619c"
SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
# github.com/spf13/pflag v1.0.5
@ -123,9 +138,9 @@ SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;de
SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
# github.com/stretchr/testify v1.8.0
# [1] git ls-remote https://github.com/stretchr/testify 181cea6eab8b2de7071383eca4be32a424db38dd
SRCREV_testify="181cea6eab8b2de7071383eca4be32a424db38dd"
# github.com/stretchr/testify v1.8.1
# [1] git ls-remote https://github.com/stretchr/testify b747d7c5f853d017ddbc5e623d026d7fc2770a58
SRCREV_testify="b747d7c5f853d017ddbc5e623d026d7fc2770a58"
SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify"
# github.com/theupdateframework/notary v0.7.0
@ -133,9 +148,14 @@ SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobran
SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598"
SRC_URI += "git://github.com/theupdateframework/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary"
# golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
# [1] git ls-remote https://github.com/golang/sync 7fc1605a5dde7535a0fc1770ca44238629ff29ac
SRCREV_sync="7fc1605a5dde7535a0fc1770ca44238629ff29ac"
# go.opentelemetry.io/otel v1.11.2
# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc5cf7eb26a455be6d5b359dea0b6592c4176412
SRCREV_otel="bc5cf7eb26a455be6d5b359dea0b6592c4176412"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel"
# golang.org/x/sync v0.1.0
# [1] git ls-remote https://github.com/golang/sync 8fcdb60fdcc0539c5e357b2308249e4e752147f1
SRCREV_sync="8fcdb60fdcc0539c5e357b2308249e4e752147f1"
SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync"
# gopkg.in/yaml.v2 v2.4.0
@ -143,26 +163,21 @@ SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;des
SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c"
SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2"
# gotest.tools v2.2.0+incompatible
# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 7c797b5133e5460410dbb22ba779bf35e6975dea
SRCREV_gotest.tools="7c797b5133e5460410dbb22ba779bf35e6975dea"
SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools"
# gotest.tools/v3 v3.4.0
# [1] git ls-remote https://github.com/gotestyourself/gotest.tools f086d2783c5b3a2a21b482ec19c1c310e68f4d18
SRCREV_v31="f086d2783c5b3a2a21b482ec19c1c310e68f4d18"
SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.toolsf086d2783c5b3a2a21b482ec19c1c310e68f4d18"
SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools"
# k8s.io/client-go v0.22.4
# [1] git ls-remote https://github.com/kubernetes/client-go 29f81448d77a50b041e21e44cbf0269450e8ae03
SRCREV_client-go="29f81448d77a50b041e21e44cbf0269450e8ae03"
SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/client-go"
# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9
SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9"
SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-ansiterm"
# github.com/Masterminds/semver v1.5.0
# [1] git ls-remote https://github.com/Masterminds/semver 805c489aa98f412e79eb308a37996bf9d8b1c91e
SRCREV_semver="805c489aa98f412e79eb308a37996bf9d8b1c91e"
SRC_URI += "git://github.com/Masterminds/semver;name=semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver"
# github.com/Microsoft/go-winio v0.5.2
# [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6
SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6"
@ -173,19 +188,29 @@ SRC_URI += "git://github.com/Microsoft/go-winio;name=go-winio;protocol=https;nob
SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6"
SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks"
# github.com/bugsnag/bugsnag-go v1.5.0
# [1] git ls-remote https://github.com/bugsnag/bugsnag-go d5b63da7e1f93d83e3980e5ab2bf33179bad7b2a
SRCREV_bugsnag-go="d5b63da7e1f93d83e3980e5ab2bf33179bad7b2a"
SRC_URI += "git://github.com/bugsnag/bugsnag-go;name=bugsnag-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bugsnag/bugsnag-go"
# github.com/cenkalti/backoff/v4 v4.1.2
# [1] git ls-remote https://github.com/cenkalti/backoff a78d3804c2c84f0a3178648138442c9b07665bda
SRCREV_v4="a78d3804c2c84f0a3178648138442c9b07665bda"
SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4"
# github.com/cespare/xxhash/v2 v2.1.2
# [1] git ls-remote https://github.com/cespare/xxhash e7a6b52374f7e2abfb8abb27249d53a1997b09a7
SRCREV_v21="e7a6b52374f7e2abfb8abb27249d53a1997b09a7"
SRC_URI += "git://github.com/cespare/xxhash;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2"
# github.com/cnabio/cnab-go v0.23.4
# [1] git ls-remote https://github.com/cnabio/cnab-go 91140cbcd7633af4715aa9767609da084e4799e9
SRCREV_cnab-go="91140cbcd7633af4715aa9767609da084e4799e9"
SRC_URI += "git://github.com/cnabio/cnab-go;name=cnab-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cnabio/cnab-go"
# github.com/cloudflare/cfssl v1.4.1
# [1] git ls-remote https://github.com/cloudflare/cfssl ebe01990a23a309186790f4f8402eec68028f148
SRCREV_cfssl="ebe01990a23a309186790f4f8402eec68028f148"
SRC_URI += "git://github.com/cloudflare/cfssl;name=cfssl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cloudflare/cfssl"
# github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
# [1] git ls-remote https://github.com/containerd/continuity d132b287edc8ffc79dafab5b941f4acf69e060d0
SRCREV_continuity="d132b287edc8ffc79dafab5b941f4acf69e060d0"
# github.com/containerd/continuity v0.3.0
# [1] git ls-remote https://github.com/containerd/continuity 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd
SRCREV_continuity="5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd"
SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
# github.com/containerd/ttrpc v1.1.0
@ -198,6 +223,16 @@ SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch
SRCREV_typeurl="5e43fb8b75ed2f2305fc04e6918c8d10636771bc"
SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl"
# github.com/cucumber/gherkin-go/v19 v19.0.3
# [1] git ls-remote https://github.com/cucumber/gherkin-go 11029f28bd1bc215fa57275b576f2b237b7c2b07
SRCREV_v19="11029f28bd1bc215fa57275b576f2b237b7c2b07"
SRC_URI += "git://github.com/cucumber/gherkin-go;name=v19;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/gherkin-go/v19"
# github.com/cucumber/messages-go/v16 v16.0.1
# [1] git ls-remote https://github.com/cucumber/messages-go 1848e9bfc84e8c1674c4d9ded0bdbfc23c458b28
SRCREV_v16="1848e9bfc84e8c1674c4d9ded0bdbfc23c458b28"
SRC_URI += "git://github.com/cucumber/messages-go;name=v16;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/messages-go/v16"
# github.com/davecgh/go-spew v1.1.1
# [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73
SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73"
@ -208,9 +243,9 @@ SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranc
SRCREV_distribution="b5ca020cfbe998e5af3457fda087444cf5116496"
SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution"
# github.com/docker/docker-credential-helpers v0.6.4
# [1] git ls-remote https://github.com/docker/docker-credential-helpers fc9290adbcf1594e78910e2f0334090eaee0e1ee
SRCREV_docker-credential-helpers="fc9290adbcf1594e78910e2f0334090eaee0e1ee"
# github.com/docker/docker-credential-helpers v0.7.0
# [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde
SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde"
SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker-credential-helpers"
# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
@ -248,6 +283,11 @@ SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;de
SRCREV_flock="75ec202958fd1654ff47064ba3ebffe14443f391"
SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock"
# github.com/gofrs/uuid v4.2.0+incompatible
# [1] git ls-remote https://github.com/gofrs/uuid 0c84a43ce25087b7041833685982950a65630d28
SRCREV_uuid="0c84a43ce25087b7041833685982950a65630d28"
SRC_URI += "git://github.com/gofrs/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/uuid"
# github.com/gogo/googleapis v1.4.1
# [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042
SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042"
@ -263,9 +303,9 @@ SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch
SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f"
SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf"
# github.com/google/go-cmp v0.5.8
# [1] git ls-remote https://github.com/google/go-cmp f144a35ed4ac538fae93fa3783175108738f71b9
SRCREV_go-cmp="f144a35ed4ac538fae93fa3783175108738f71b9"
# github.com/google/go-cmp v0.5.9
# [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0
SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0"
SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp"
# github.com/google/gofuzz v1.2.0
@ -278,6 +318,11 @@ SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1
SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d"
SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex"
# github.com/googleapis/gnostic v0.5.5
# [1] git ls-remote https://github.com/googleapis/gnostic 1550ae29653d42db69c8a98d368648be7f2c488d
SRCREV_gnostic="1550ae29653d42db69c8a98d368648be7f2c488d"
SRC_URI += "git://github.com/googleapis/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gnostic"
# github.com/gorilla/mux v1.8.0
# [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b
SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b"
@ -298,6 +343,21 @@ SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway;proto
SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0"
SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap"
# github.com/hashicorp/go-immutable-radix v1.3.1
# [1] git ls-remote https://github.com/hashicorp/go-immutable-radix 49d1d02c49a783de548d1ba8ae8fde466a20b9e6
SRCREV_go-immutable-radix="49d1d02c49a783de548d1ba8ae8fde466a20b9e6"
SRC_URI += "git://github.com/hashicorp/go-immutable-radix;name=go-immutable-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-immutable-radix"
# github.com/hashicorp/go-memdb v1.3.2
# [1] git ls-remote https://github.com/hashicorp/go-memdb 542a5804dedaaddf1a0cad8b6a7b0b3fcf438776
SRCREV_go-memdb="542a5804dedaaddf1a0cad8b6a7b0b3fcf438776"
SRC_URI += "git://github.com/hashicorp/go-memdb;name=go-memdb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-memdb"
# github.com/hashicorp/golang-lru v0.5.4
# [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54
SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54"
SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru"
# github.com/imdario/mergo v0.3.13
# [1] git ls-remote https://github.com/imdario/mergo 194978757031c1a5c8ff8e059ae75fc2fc2a04f7
SRCREV_mergo="194978757031c1a5c8ff8e059ae75fc2fc2a04f7"
@ -308,6 +368,16 @@ SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;
SRCREV_mousetrap="3a66f25f8779fad208598f21472174ef7b35c3ec"
SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap"
# github.com/jinzhu/gorm v1.9.11
# [1] git ls-remote https://github.com/jinzhu/gorm 81c17a7e2529c59efc4e74c5b32c1fb71fb12fa2
SRCREV_gorm="81c17a7e2529c59efc4e74c5b32c1fb71fb12fa2"
SRC_URI += "git://github.com/jinzhu/gorm;name=gorm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jinzhu/gorm"
# github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
# [1] git ls-remote https://github.com/jonboulle/clockwork a89700cec744f743e878de5ea7cfa89d88f90682
SRCREV_clockwork="a89700cec744f743e878de5ea7cfa89d88f90682"
SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork"
# github.com/json-iterator/go v1.1.12
# [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d
SRCREV_go1="024077e996b048517130b21ea6bf12aa23055d3d"
@ -318,9 +388,9 @@ SRC_URI += "git://github.com/json-iterator/go;name=go1;protocol=https;nobranch=1
SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0"
SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kballard/go-shellquote"
# github.com/klauspost/compress v1.15.1
# [1] git ls-remote https://github.com/klauspost/compress 7c7079ec1ed2c07fd15e6f3f369dbae5288051d5
SRCREV_compress="7c7079ec1ed2c07fd15e6f3f369dbae5288051d5"
# github.com/klauspost/compress v1.15.9
# [1] git ls-remote https://github.com/klauspost/compress 4b4f3c94fdf8c3a6c725e2ff110d9b44f88823ed
SRCREV_compress="4b4f3c94fdf8c3a6c725e2ff110d9b44f88823ed"
SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
# github.com/mattn/go-colorable v0.1.12
@ -328,7 +398,17 @@ SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nob
SRCREV_go-colorable="e1bb79c8d53c38a60962ad4b8f658226cc983710"
SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable"
# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
# github.com/mattn/go-isatty v0.0.16
# [1] git ls-remote https://github.com/mattn/go-isatty 13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8
SRCREV_go-isatty="13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8"
SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty"
# github.com/mattn/go-runewidth v0.0.14
# [1] git ls-remote https://github.com/mattn/go-runewidth 2c6a438f68cfe01255a90824599da41fdf76d1e2
SRCREV_go-runewidth="2c6a438f68cfe01255a90824599da41fdf76d1e2"
SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth"
# github.com/matttproud/golang_protobuf_extensions v1.0.4
# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d
SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d"
SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions"
@ -343,19 +423,29 @@ SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;dest
SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d"
SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11"
# github.com/mitchellh/mapstructure v1.5.0
# [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311
SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311"
SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure"
# github.com/moby/locker v1.0.1
# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe
SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe"
SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker"
# github.com/moby/sys/signal v0.6.0
# [1] git ls-remote https://github.com/moby/sys d01e595199e1213f509d8ee6e4b03217e6e54517
SRCREV_signal="d01e595199e1213f509d8ee6e4b03217e6e54517"
# github.com/moby/patternmatcher v0.5.0
# [1] git ls-remote https://github.com/moby/patternmatcher c5e4b22c8cb290f9439a339c08bba6cb13aa296d
SRCREV_patternmatcher="c5e4b22c8cb290f9439a339c08bba6cb13aa296d"
SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/patternmatcher"
# github.com/moby/spdystream v0.2.0
# [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b
SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b"
SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream"
# github.com/moby/sys/sequential v0.5.0
# [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7
SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7"
SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential"
# github.com/moby/sys/signal v0.7.0
# [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5
SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5"
SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal"
# github.com/moby/sys/symlink v0.2.0
@ -373,14 +463,14 @@ SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https
SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070"
SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2"
# github.com/opencontainers/runc v1.1.2
# [1] git ls-remote https://github.com/opencontainers/runc a916309fff0f838eb94e928713dbc3c0d0ac7aa4
SRCREV_runc="a916309fff0f838eb94e928713dbc3c0d0ac7aa4"
# github.com/opencontainers/runc v1.1.3
# [1] git ls-remote https://github.com/opencontainers/runc 6724737f999df9ee0d8ca5c6d7b81f97adc34374
SRCREV_runc="6724737f999df9ee0d8ca5c6d7b81f97adc34374"
SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
# github.com/pelletier/go-toml v1.9.4
# [1] git ls-remote https://github.com/pelletier/go-toml b8ba995eaaba4be30c8a8090bdfb4aa61af52054
SRCREV_go-toml="b8ba995eaaba4be30c8a8090bdfb4aa61af52054"
# github.com/pelletier/go-toml v1.9.5
# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541
SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541"
SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml"
# github.com/pmezard/go-difflib v1.0.0
@ -388,9 +478,9 @@ SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobra
SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2"
SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib"
# github.com/prometheus/client_golang v1.12.1
# [1] git ls-remote https://github.com/prometheus/client_golang 2e1c4818ccfdcf953ce399cadad615ff2bed968c
SRCREV_client_golang="2e1c4818ccfdcf953ce399cadad615ff2bed968c"
# github.com/prometheus/client_golang v1.12.2
# [1] git ls-remote https://github.com/prometheus/client_golang e203144f43306c1f344fbc548fd02c4b79962e30
SRCREV_client_golang="e203144f43306c1f344fbc548fd02c4b79962e30"
SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang"
# github.com/prometheus/client_model v0.2.0
@ -408,19 +498,24 @@ SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobran
SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac"
SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs"
# github.com/qri-io/jsonpointer v0.1.1
# [1] git ls-remote https://github.com/qri-io/jsonpointer d7bf6a8decdffbc01aec9d49b33fc589041b3335
SRCREV_jsonpointer="d7bf6a8decdffbc01aec9d49b33fc589041b3335"
SRC_URI += "git://github.com/qri-io/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/qri-io/jsonpointer"
# github.com/rivo/uniseg v0.2.0
# [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d
SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d"
SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg"
# github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
# [1] git ls-remote https://github.com/qri-io/jsonschema 780655b2ba0ed03f11ecc8606a8f6e7380bb57be
SRCREV_jsonschema="780655b2ba0ed03f11ecc8606a8f6e7380bb57be"
SRC_URI += "git://github.com/qri-io/jsonschema;name=jsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/qri-io/jsonschema"
# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
# [1] git ls-remote https://github.com/serialx/hashring 8b2912629002c928de72c69aae20c8600bef41a6
SRCREV_hashring="8b2912629002c928de72c69aae20c8600bef41a6"
SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/serialx/hashring"
# github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
# [1] git ls-remote https://github.com/tonistiigi/fsutil 9ed612626da3acfc8902f36759d2c4d1ec326132
SRCREV_fsutil="9ed612626da3acfc8902f36759d2c4d1ec326132"
# github.com/spf13/viper v1.4.0
# [1] git ls-remote https://github.com/spf13/viper b5bf975e5823809fb22c7644d008757f78a4259e
SRCREV_viper="b5bf975e5823809fb22c7644d008757f78a4259e"
SRC_URI += "git://github.com/spf13/viper;name=viper;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/viper"
# github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
# [1] git ls-remote https://github.com/tonistiigi/fsutil 4638ad635be52e38af6b57952a7a5d3f938704a7
SRCREV_fsutil="4638ad635be52e38af6b57952a7a5d3f938704a7"
SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/fsutil"
# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
@ -448,39 +543,39 @@ SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protoc
SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927"
SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema"
# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c
# [1] git ls-remote https://github.com/zmap/zcrypto 4dfcec6e9a8c2014f73dd584e64dc797129d77b8
SRCREV_zcrypto="4dfcec6e9a8c2014f73dd584e64dc797129d77b8"
SRC_URI += "git://github.com/zmap/zcrypto;name=zcrypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zcrypto"
# github.com/zmap/zlint v1.1.0
# [1] git ls-remote https://github.com/zmap/zlint 71201e7f6c374a07357066504a13577aed052cf6
SRCREV_zlint="71201e7f6c374a07357066504a13577aed052cf6"
SRC_URI += "git://github.com/zmap/zlint;name=zlint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zlint"
# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib c17e0db0bb02938fccfa497f72a7c9c5a9ec6e71
SRCREV_otelgrpc="c17e0db0bb02938fccfa497f72a7c9c5a9ec6e71"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc"
# go.opentelemetry.io/otel v1.10.0
# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 0e6f9c29c10d6078e8131418e1d1d166c7195d61
SRCREV_otel="78a1d2d810e0ec42a407f5cc4eb8e9867aad061f"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel"
# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 065ba75c4b9750665d8b577b170997cafeb8f903
SRCREV_otlptrace="065ba75c4b9750665d8b577b170997cafeb8f903"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace"
SRCREV_retry="065ba75c4b9750665d8b577b170997cafeb8f903"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry"
# go.opentelemetry.io/otel/internal/metric v0.27.0
# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 1bda06288e6df99bdb0705c4ca4870b1f2c82a16
SRCREV_metric="7c7ba772b9d7784e7c6392f1499f7357ce723b52"
SRCREV_metric="1bda06288e6df99bdb0705c4ca4870b1f2c82a16"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/internal/metric"
# go.opentelemetry.io/otel/metric v0.27.0
# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 1bda06288e6df99bdb0705c4ca4870b1f2c82a16
SRCREV_metric1="5b57299c902bd296de5de2297ebe3096b0a8688b"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/metric"
# go.opentelemetry.io/otel/sdk v1.4.1
# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 065ba75c4b9750665d8b577b170997cafeb8f903
SRCREV_sdk="065ba75c4b9750665d8b577b170997cafeb8f903"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry"
# go.opentelemetry.io/otel/trace v1.10.0
# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 0e6f9c29c10d6078e8131418e1d1d166c7195d61
SRCREV_trace="0e6f9c29c10d6078e8131418e1d1d166c7195d61"
# go.opentelemetry.io/otel/trace v1.11.2
# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc5cf7eb26a455be6d5b359dea0b6592c4176412
SRCREV_trace="bc5cf7eb26a455be6d5b359dea0b6592c4176412"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel"
# go.opentelemetry.io/proto/otlp v0.12.0
@ -488,14 +583,14 @@ SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol
SRCREV_otlp="24bea1abad46b49ccc25cee455e09afca9a19250"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp"
# golang.org/x/crypto v0.0.0-20220214200702-86341886e292
# [1] git ls-remote https://github.com/golang/crypto 86341886e2925764dc890ad96c141a1bc76043af
SRCREV_crypto="86341886e2925764dc890ad96c141a1bc76043af"
# golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
# [1] git ls-remote https://github.com/golang/crypto c6db032c6c884ccc62755e1abf1214e99b8cea5f
SRCREV_crypto="c6db032c6c884ccc62755e1abf1214e99b8cea5f"
SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto"
# golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
# [1] git ls-remote https://github.com/golang/net f3363e06e74cdc304618bf31d898b78590103527
SRCREV_net="f3363e06e74cdc304618bf31d898b78590103527"
# golang.org/x/net v0.4.0
# [1] git ls-remote https://github.com/golang/net 1e63c2f08a10a150fa02c50ece89b340ae64efe4
SRCREV_net="1e63c2f08a10a150fa02c50ece89b340ae64efe4"
SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net"
# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
@ -503,19 +598,19 @@ SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;dests
SRCREV_oauth2="d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe"
SRC_URI += "git://github.com/golang/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2"
# golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
# [1] git ls-remote https://github.com/golang/sys fbc7d0a398ab184f5d1050e8035f3b19a3b9003f
SRCREV_sys="fbc7d0a398ab184f5d1050e8035f3b19a3b9003f"
# golang.org/x/sys v0.4.0
# [1] git ls-remote https://github.com/golang/sys b60007cc4e6f966b1c542e343d026d06723e5653
SRCREV_sys="b60007cc4e6f966b1c542e343d026d06723e5653"
SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys"
# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
# [1] git ls-remote https://github.com/golang/term 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50
SRCREV_term1="03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50"
# golang.org/x/term v0.3.0
# [1] git ls-remote https://github.com/golang/term 97ca0e3821bf3a3cf6ea2441ece139e524802385
SRCREV_term1="97ca0e3821bf3a3cf6ea2441ece139e524802385"
SRC_URI += "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term"
# golang.org/x/text v0.3.7
# [1] git ls-remote https://github.com/golang/text 383b2e75a7a4198c42f8f87833eefb772868a56f
SRCREV_text="383b2e75a7a4198c42f8f87833eefb772868a56f"
# golang.org/x/text v0.6.0
# [1] git ls-remote https://github.com/golang/text ec5565b1b747ce5ca569aeefc09e737b479a12ac
SRCREV_text="ec5565b1b747ce5ca569aeefc09e737b479a12ac"
SRC_URI += "git://github.com/golang/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text"
# golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
@ -528,19 +623,19 @@ SRC_URI += "git://github.com/golang/time;name=time;protocol=https;nobranch=1;des
SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a"
SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/appengine"
# google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
# [1] git ls-remote https://github.com/googleapis/go-genproto 57ef72a4c106086f9e50d41d88cdb1dbbce5486e
SRCREV_genproto="57ef72a4c106086f9e50d41d88cdb1dbbce5486e"
# google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
# [1] git ls-remote https://github.com/googleapis/go-genproto c8bf987b8c21778beffccfd5a923546432c2d250
SRCREV_genproto="c8bf987b8c21778beffccfd5a923546432c2d250"
SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/go-genproto"
# google.golang.org/grpc v1.45.0
# [1] git ls-remote https://github.com/grpc/grpc-go a82cc96f07c960e02623688e4067ae6b7895334a
SRCREV_grpc="a82cc96f07c960e02623688e4067ae6b7895334a"
# google.golang.org/grpc v1.47.0
# [1] git ls-remote https://github.com/grpc/grpc-go 5b509df1e30a25b14dba119c09295924c9e17abe
SRCREV_grpc="5b509df1e30a25b14dba119c09295924c9e17abe"
SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc/grpc-go"
# google.golang.org/protobuf v1.27.1
# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go b92717ecb630d4a4824b372bf98c729d87311a4d
SRCREV_protobuf12="b92717ecb630d4a4824b372bf98c729d87311a4d"
# google.golang.org/protobuf v1.28.0
# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 32051b4f86e54c2142c7c05362c6e96ae3454a1c
SRCREV_protobuf12="32051b4f86e54c2142c7c05362c6e96ae3454a1c"
SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/protocolbuffers/protobuf-go"
# gopkg.in/inf.v0 v0.9.1
@ -565,94 +660,26 @@ SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch
# sigs.k8s.io/structured-merge-diff/v4 v4.2.1
# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 65611e5f7fc60e909529889c29faa9cac17cb485
SRCREV_v4="65611e5f7fc60e909529889c29faa9cac17cb485"
SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4"
SRCREV_v41="65611e5f7fc60e909529889c29faa9cac17cb485"
SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4"
# sigs.k8s.io/yaml v1.2.0
# [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9fc95527decd95bb9d28cc2eab08179b2d0f6971
SRCREV_yaml="9fc95527decd95bb9d28cc2eab08179b2d0f6971"
SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml"
# github.com/cenkalti/backoff/v4 v4.1.2
# [1] git ls-remote https://github.com/cenkalti/backoff a78d3804c2c84f0a3178648138442c9b07665bda
SRCREV_v41="a78d3804c2c84f0a3178648138442c9b07665bda"
SRC_URI += "git://github.com/cenkalti/backoff;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4"
# github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
# [1] git ls-remote https://github.com/cyberphone/json-canonicalization 6bc126869bf4f04aeb0e2b98346a376c976691fa
SRCREV_json-canonicalization="6bc126869bf4f04aeb0e2b98346a376c976691fa"
SRC_URI += "git://github.com/cyberphone/json-canonicalization;name=json-canonicalization;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyberphone/json-canonicalization"
# github.com/googleapis/gnostic v0.5.5
# [1] git ls-remote https://github.com/googleapis/gnostic 1550ae29653d42db69c8a98d368648be7f2c488d
SRCREV_gnostic="1550ae29653d42db69c8a98d368648be7f2c488d"
SRC_URI += "git://github.com/googleapis/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gnostic"
# github.com/moby/spdystream v0.2.0
# [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b
SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b"
SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream"
# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
# [1] git ls-remote https://github.com/serialx/hashring 8b2912629002c928de72c69aae20c8600bef41a6
SRCREV_hashring="8b2912629002c928de72c69aae20c8600bef41a6"
SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/serialx/hashring"
# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c
# [1] git ls-remote https://github.com/zmap/zcrypto 4dfcec6e9a8c2014f73dd584e64dc797129d77b8
SRCREV_zcrypto="4dfcec6e9a8c2014f73dd584e64dc797129d77b8"
SRC_URI += "git://github.com/zmap/zcrypto;name=zcrypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zcrypto"
# github.com/zmap/zlint v1.1.0
# [1] git ls-remote https://github.com/zmap/zlint 71201e7f6c374a07357066504a13577aed052cf6
SRCREV_zlint="71201e7f6c374a07357066504a13577aed052cf6"
SRC_URI += "git://github.com/zmap/zlint;name=zlint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zmap/zlint"
# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 065ba75c4b9750665d8b577b170997cafeb8f903
SRCREV_retry="065ba75c4b9750665d8b577b170997cafeb8f903"
SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/otlptrace"
# github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
# [1] git ls-remote https://github.com/docker/cli 2b52f62e962783ef39b53d1cb95e1d435b33f3cd
SRCREV_cli1="2b52f62e962783ef39b53d1cb95e1d435b33f3cd"
SRC_URI += "git://github.com/docker/cli;name=cli1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
# github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
# [1] git ls-remote https://github.com/docker/docker 83b51522df43866e39f7c757a6ab84ef4050eeb3
SRCREV_docker1="83b51522df43866e39f7c757a6ab84ef4050eeb3"
SRC_URI += "git://github.com/docker/docker;name=docker1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker83b51522df43866e39f7c757a6ab84ef4050eeb3"
# github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
# [1] git ls-remote https://github.com/laurazard/godog 4c4b17abdae7fd4f9d35cfe391ca65d172b092e3
SRCREV_godog1="4c4b17abdae7fd4f9d35cfe391ca65d172b092e3"
SRC_URI += "git://github.com/laurazard/godog;name=godog1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/godog"
# k8s.io/api v0.22.4
# [1] git ls-remote https://github.com/kubernetes/api 7b9552ec29b4eb9d6e647f705bae66e800311011
SRCREV_api1="7b9552ec29b4eb9d6e647f705bae66e800311011"
SRC_URI += "git://github.com/kubernetes/api;name=api1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/api"
SRCREV_api="7b9552ec29b4eb9d6e647f705bae66e800311011"
SRC_URI += "git://github.com/kubernetes/api;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/api"
# k8s.io/apimachinery v0.22.4
# [1] git ls-remote https://github.com/kubernetes/apimachinery e757da007984b92fc3d1da457f4bc3b900606642
SRCREV_apimachinery="e757da007984b92fc3d1da457f4bc3b900606642"
SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery"
# k8s.io/client-go v0.22.4
# [1] git ls-remote https://github.com/kubernetes/client-go 29f81448d77a50b041e21e44cbf0269450e8ae03
SRCREV_client-go="29f81448d77a50b041e21e44cbf0269450e8ae03"
SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/client-go"
SRCREV_buildx="6224def4dd2c3d347eee19db595348c50d7cb491"
SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx"
# github.com/moby/sys/mount v0.3.0
# [1] git ls-remote https://github.com/moby/sys a03c53e37993851f541c803edc422854ac9a8ef9
SRCREV_mount="a03c53e37993851f541c803edc422854ac9a8ef9"
SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mount"
# github.com/moby/sys/mountinfo v0.6.0
# [1] git ls-remote https://github.com/moby/sys d01e595199e1213f509d8ee6e4b03217e6e54517
SRCREV_mountinfo="d01e595199e1213f509d8ee6e4b03217e6e54517"
SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo"
# github.com/moby/sys/symlink v0.2.0
# [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964
SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964"
SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink"