Skip to content

[bot] Update nightly from tektoncd/cli:main to ce8b7d0a23de5865dbf7f8c7032cd76bed79074a#1168

Open
github-actions[bot] wants to merge 1 commit into
nightlyfrom
actions/update/sources-nightly
Open

[bot] Update nightly from tektoncd/cli:main to ce8b7d0a23de5865dbf7f8c7032cd76bed79074a#1168
github-actions[bot] wants to merge 1 commit into
nightlyfrom
actions/update/sources-nightly

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 12, 2026

 .github/workflows/cherry-pick-command.yaml         |    32 -
 .github/workflows/ci.yaml                          |    46 +-
 .github/workflows/codeql-analysis.yml              |     8 +-
 .github/workflows/e2e-matrix.yml                   |    24 +-
 .goreleaser.yml                                    |     2 +-
 OWNERS                                             |     3 +-
 README.md                                          |    44 +-
 VERSION                                            |     1 +
 choco/README.md                                    |     2 +-
 choco/tektoncd-cli.nuspec                          |     2 +-
 choco/tools/chocolateyinstall.ps1                  |     4 +-
 docs/cmd/tkn_chain.md                              |    33 +
 docs/cmd/tkn_chain_payload.md                      |    35 +
 docs/cmd/tkn_chain_signature.md                    |    34 +
 docs/cmd/tkn_customrun.md                          |     1 -
 docs/cmd/tkn_customrun_describe.md                 |    53 -
 docs/cmd/tkn_pipelinerun_logs.md                   |     1 -
 docs/man/man1/tkn-customrun-describe.1             |   102 -
 docs/man/man1/tkn-customrun.1                      |     2 +-
 docs/man/man1/tkn-pipelinerun-logs.1               |     4 -
 go.mod                                             |   314 +-
 go.sum                                             |  1662 +-
 hack/setup-kind.sh                                 |   328 +
 pkg/cmd/chain/chain.go                             |    52 +
 pkg/cmd/chain/payload.go                           |   130 +
 pkg/cmd/chain/signature.go                         |    98 +
 pkg/cmd/customrun/customrun.go                     |     1 -
 pkg/cmd/customrun/describe.go                      |   334 -
 pkg/cmd/customrun/describe_test.go                 |   603 -
 .../TestCustomRunDescribe_cancelled.golden         |    12 -
 .../TestCustomRunDescribe_empty_customrun.golden   |    11 -
 .../testdata/TestCustomRunDescribe_failed.golden   |    13 -
 ...omRunDescribe_only_one_customrun_present.golden |     8 -
 ...mRunDescribe_with_labels_and_annotations.golden |    13 -
 .../TestCustomRunDescribe_with_params.golden       |    15 -
 .../TestCustomRunDescribe_with_results.golden      |    14 -
 pkg/cmd/pipelinerun/logs.go                        |     3 +-
 pkg/cmd/root.go                                    |     2 +
 pkg/cmd/testdata/TestPluginList.golden             |     1 +
 pkg/log/log.go                                     |     9 +-
 pkg/log/pipeline_reader.go                         |     3 +-
 pkg/log/reader.go                                  |     5 -
 pkg/log/task_reader.go                             |     4 +-
 pkg/log/writer.go                                  |    17 +-
 pkg/options/describe.go                            |     5 -
 pkg/options/logs.go                                |     1 -
 pkg/options/resource_names.go                      |     1 -
 pkg/taskrun/taskrun.go                             |     2 -
 releases.md                                        |     9 -
 tekton/release-pipeline.yml                        |     2 +-
 test/e2e-common.sh                                 |    18 +-
 test/framework/helper.go                           |     2 +
 test/wait/helper-wait.go                           |    12 +-
 .../VENDOR-LICENSE/filippo.io/edwards25519/LICENSE |    27 -
 .../github.com/AlecAivazis/survey/v2/LICENSE       |    21 -
 .../AlecAivazis/survey/v2/terminal/LICENSE.txt     |    22 -
 .../exporter/metric/LICENSE                        |   202 -
 .../internal/resourcemapping/LICENSE               |   202 -
 .../github.com/IBM/sarama/LICENSE.md               |    24 -
 .../github.com/Masterminds/semver/v3/LICENSE.txt   |    19 -
 .../github.com/Netflix/go-expect/LICENSE           |   202 -
 .../github.com/antlr4-go/antlr/v4/LICENSE          |    28 -
 .../github.com/asaskevich/govalidator/LICENSE      |    21 -
 .../github.com/aws/aws-sdk-go-v2/NOTICE.txt        |     3 -
 .../aws/aws-sdk-go-v2/config/LICENSE.txt           |   202 -
 .../aws/aws-sdk-go-v2/credentials/LICENSE.txt      |   202 -
 .../aws/aws-sdk-go-v2/feature/ec2/imds/LICENSE.txt |   202 -
 .../internal/configsources/LICENSE.txt             |   202 -
 .../internal/endpoints/v2/LICENSE.txt              |   202 -
 .../aws/aws-sdk-go-v2/internal/ini/LICENSE.txt     |   202 -
 .../internal/sync/singleflight/LICENSE             |    28 -
 .../aws/aws-sdk-go-v2/service/ecr/LICENSE.txt      |   202 -
 .../aws-sdk-go-v2/service/ecrpublic/LICENSE.txt    |   202 -
 .../service/internal/accept-encoding/LICENSE.txt   |   202 -
 .../service/internal/presigned-url/LICENSE.txt     |   202 -
 .../aws/aws-sdk-go-v2/service/signin/LICENSE.txt   |   202 -
 .../aws/aws-sdk-go-v2/service/sso/LICENSE.txt      |   202 -
 .../aws/aws-sdk-go-v2/service/ssooidc/LICENSE.txt  |   202 -
 .../aws/aws-sdk-go-v2/service/sts/LICENSE.txt      |   202 -
 .../github.com/aws/aws-sdk-go/LICENSE.txt          |   202 -
 .../github.com/aws/aws-sdk-go/NOTICE.txt           |     3 -
 .../aws-sdk-go/internal/sync/singleflight/LICENSE  |    27 -
 .../github.com/aws/smithy-go/LICENSE               |   175 -
 .../VENDOR-LICENSE/github.com/aws/smithy-go/NOTICE |     1 -
 .../smithy-go/internal/sync/singleflight/LICENSE   |    28 -
 .../amazon-ecr-credential-helper/ecr-login/LICENSE |    51 -
 .../github.com/beorn7/perks/quantile/LICENSE       |    20 -
 .../VENDOR-LICENSE/github.com/blang/semver/LICENSE |    22 -
 .../github.com/blendle/zapdriver/LICENSE           |    15 -
 .../opencensus-proto/gen-go/LICENSE                |   202 -
 .../github.com/cespare/xxhash/v2/LICENSE.txt       |    22 -
 .../docker-credential-acr-env/pkg/LICENSE          |   202 -
 .../github.com/clipperhouse/stringish/LICENSE      |    21 -
 .../containerd/stargz-snapshotter/estargz/LICENSE  |   202 -
 .../github.com/coreos/go-oidc/v3/oidc/NOTICE       |     5 -
 .../cpuguy83/go-md2man/md2man/LICENSE.md           |    21 -
 .../VENDOR-LICENSE/github.com/creack/pty/LICENSE   |    23 -
 .../go/src/webpki.org/jsoncanonicalizer/LICENSE    |    13 -
 .../github.com/davecgh/go-spew/spew/LICENSE        |    15 -
 .../github.com/digitorus/timestamp/LICENSE         |    25 -
 .../github.com/docker/cli/cli/config/LICENSE       |   191 -
 .../github.com/docker/cli/cli/config/NOTICE        |    19 -
 .../registry/client/auth/challenge/LICENSE         |   202 -
 .../docker/docker-credential-helpers/LICENSE       |    20 -
 .../github.com/docker/docker/pkg/homedir/LICENSE   |   191 -
 .../github.com/docker/docker/pkg/homedir/NOTICE    |    19 -
 .../github.com/dustin/go-humanize/LICENSE          |    21 -
 .../github.com/eapache/queue/LICENSE               |    21 -
 .../github.com/emicklei/go-restful/v3/LICENSE      |    22 -
 .../protoc-gen-validate/validate/LICENSE           |   202 -
 .../github.com/evanphx/json-patch/LICENSE          |    25 -
 .../github.com/evanphx/json-patch/v5/LICENSE       |    25 -
 .../github.com/fatih/color/LICENSE.md              |    20 -
 .../github.com/felixge/httpsnoop/LICENSE.txt       |    19 -
 .../github.com/fsnotify/fsnotify/LICENSE           |    25 -
 .../github.com/fxamacker/cbor/v2/LICENSE           |    21 -
 .../github.com/gdamore/encoding/LICENSE            |   202 -
 .../github.com/gdamore/tcell/v2/LICENSE            |   202 -
 .../github.com/go-chi/chi/v5/LICENSE               |    20 -
 .../github.com/go-errors/errors/LICENSE.MIT        |     7 -
 .../github.com/go-jose/go-jose/v4/LICENSE          |   202 -
 .../github.com/go-jose/go-jose/v4/json/LICENSE     |    27 -
 .../github.com/go-openapi/analysis/LICENSE         |   202 -
 .../github.com/go-openapi/errors/LICENSE           |   202 -
 .../github.com/go-openapi/jsonpointer/NOTICE       |    39 -
 .../github.com/go-openapi/jsonreference/LICENSE    |   202 -
 .../github.com/go-openapi/jsonreference/NOTICE     |    39 -
 .../github.com/go-openapi/loads/LICENSE            |   202 -
 .../github.com/go-openapi/runtime/LICENSE          |   202 -
 .../go-openapi/runtime/middleware/denco/LICENSE    |    19 -
 .../github.com/go-openapi/spec/LICENSE             |   202 -
 .../github.com/go-openapi/strfmt/LICENSE           |   202 -
 .../github.com/go-openapi/swag/LICENSE             |   202 -
 .../github.com/go-openapi/swag/cmdutils/LICENSE    |   202 -
 .../github.com/go-openapi/swag/conv/LICENSE        |   202 -
 .../github.com/go-openapi/swag/fileutils/LICENSE   |   202 -
 .../github.com/go-openapi/swag/jsonname/LICENSE    |   202 -
 .../github.com/go-openapi/swag/jsonutils/LICENSE   |   202 -
 .../github.com/go-openapi/swag/loading/LICENSE     |   202 -
 .../github.com/go-openapi/swag/mangling/LICENSE    |   202 -
 .../github.com/go-openapi/swag/netutils/LICENSE    |   202 -
 .../github.com/go-openapi/swag/stringutils/LICENSE |   202 -
 .../github.com/go-openapi/swag/typeutils/LICENSE   |   202 -
 .../github.com/go-openapi/swag/yamlutils/LICENSE   |   202 -
 .../github.com/go-openapi/validate/LICENSE         |   202 -
 .../github.com/golang/protobuf/ptypes/LICENSE      |    28 -
 .../github.com/golang/snappy/LICENSE               |    27 -
 .../VENDOR-LICENSE/github.com/google/btree/LICENSE |   202 -
 .../github.com/google/cel-go/LICENSE               |   233 -
 .../google/certificate-transparency-go/LICENSE     |   202 -
 .../github.com/google/gnostic-models/LICENSE       |   203 -
 .../github.com/google/go-cmp/cmp/LICENSE           |    27 -
 .../pkg/authn/k8schain/LICENSE                     |   202 -
 .../pkg/authn/kubernetes/LICENSE                   |   202 -
 .../github.com/google/go-github/v73/github/LICENSE |    27 -
 .../github.com/google/go-querystring/query/LICENSE |    27 -
 .../github.com/google/s2a-go/LICENSE.md            |   202 -
 .../VENDOR-LICENSE/github.com/google/shlex/COPYING |   202 -
 .../VENDOR-LICENSE/github.com/google/uuid/LICENSE  |    27 -
 .../VENDOR-LICENSE/github.com/google/wire/LICENSE  |   202 -
 .../enterprise-certificate-proxy/client/LICENSE    |   202 -
 .../github.com/googleapis/gax-go/v2/LICENSE        |    27 -
 .../github.com/gorilla/websocket/LICENSE           |    22 -
 .../github.com/grafeas/grafeas/LICENSE             |   201 -
 .../github.com/gregjones/httpcache/LICENSE.txt     |     7 -
 .../grpc-ecosystem/grpc-gateway/v2/LICENSE         |    27 -
 .../VENDOR-LICENSE/github.com/hako/durafmt/LICENSE |    21 -
 .../github.com/hashicorp/errwrap/README.md         |    89 -
 .../github.com/hashicorp/errwrap/errwrap.go        |   178 -
 .../github.com/hashicorp/go-cleanhttp/README.md    |    30 -
 .../github.com/hashicorp/go-cleanhttp/cleanhttp.go |    58 -
 .../github.com/hashicorp/go-cleanhttp/doc.go       |    20 -
 .../github.com/hashicorp/go-cleanhttp/handlers.go  |    48 -
 .../github.com/hashicorp/go-multierror/LICENSE     |   353 -
 .../github.com/hashicorp/go-multierror/Makefile    |    31 -
 .../github.com/hashicorp/go-multierror/README.md   |   150 -
 .../github.com/hashicorp/go-multierror/append.go   |    43 -
 .../github.com/hashicorp/go-multierror/flatten.go  |    26 -
 .../github.com/hashicorp/go-multierror/format.go   |    27 -
 .../github.com/hashicorp/go-multierror/group.go    |    38 -
 .../hashicorp/go-multierror/multierror.go          |   121 -
 .../github.com/hashicorp/go-multierror/prefix.go   |    37 -
 .../github.com/hashicorp/go-multierror/sort.go     |    16 -
 .../hashicorp/go-retryablehttp/.gitignore          |     4 -
 .../hashicorp/go-retryablehttp/.go-version         |     1 -
 .../hashicorp/go-retryablehttp/.golangci.yml       |    11 -
 .../hashicorp/go-retryablehttp/CHANGELOG.md        |    33 -
 .../hashicorp/go-retryablehttp/CODEOWNERS          |    13 -
 .../github.com/hashicorp/go-retryablehttp/Makefile |    11 -
 .../hashicorp/go-retryablehttp/README.md           |    62 -
 .../hashicorp/go-retryablehttp/cert_error_go119.go |    14 -
 .../hashicorp/go-retryablehttp/cert_error_go120.go |    14 -
 .../hashicorp/go-retryablehttp/client.go           |   938 --
 .../hashicorp/go-retryablehttp/roundtripper.go     |    55 -
 .../github.com/hashicorp/go-uuid/.travis.yml       |    12 -
 .../github.com/hashicorp/go-uuid/README.md         |     8 -
 .../github.com/hashicorp/go-uuid/uuid.go           |    83 -
 .../github.com/hashicorp/golang-lru/.golangci.yml  |    30 -
 .../github.com/hashicorp/golang-lru/2q.go          |   222 -
 .../github.com/hashicorp/golang-lru/README.md      |     7 -
 .../github.com/hashicorp/golang-lru/arc.go         |   256 -
 .../github.com/hashicorp/golang-lru/doc.go         |    21 -
 .../github.com/hashicorp/golang-lru/lru.go         |   231 -
 .../hashicorp/golang-lru/simplelru/lru.go          |   177 -
 .../golang-lru/simplelru/lru_interface.go          |    40 -
 .../github.com/hashicorp/golang-lru/testing.go     |    16 -
 .../github.com/hinshun/vt10x/LICENSE               |    19 -
 .../github.com/imdario/mergo/LICENSE               |    28 -
 .../github.com/in-toto/archivista/pkg/LICENSE      |   201 -
 .../github.com/in-toto/go-witness/LICENSE          |   201 -
 .../in-toto/in-toto-golang/in_toto/LICENSE         |    13 -
 .../github.com/jcmturner/aescts/v2/LICENSE         |   201 -
 .../github.com/jcmturner/dnsutils/v2/LICENSE       |   201 -
 .../github.com/jcmturner/gofork/LICENSE            |    27 -
 .../github.com/jcmturner/gokrb5/v8/LICENSE         |   201 -
 .../github.com/jcmturner/rpc/v2/LICENSE            |   201 -
 .../github.com/jedisct1/go-minisign/LICENSE        |    21 -
 .../github.com/jmespath/go-jmespath/LICENSE        |   202 -
 .../github.com/jmespath/go-jmespath/NOTICE         |     2 -
 .../github.com/joho/godotenv/LICENCE               |    23 -
 .../github.com/jonboulle/clockwork/LICENSE         |   201 -
 .../github.com/json-iterator/go/LICENSE            |    21 -
 .../github.com/kballard/go-shellquote/LICENSE      |    19 -
 .../github.com/kelseyhightower/envconfig/LICENSE   |    19 -
 .../github.com/klauspost/compress/LICENSE          |   304 -
 .../klauspost/compress/internal/snapref/LICENSE    |    27 -
 .../compress/zstd/internal/xxhash/LICENSE.txt      |    22 -
 .../github.com/ktr0731/go-fuzzyfinder/LICENSE      |    21 -
 .../letsencrypt/boulder/core/challenges.go         |    48 -
 .../letsencrypt/boulder/core/interfaces.go         |    14 -
 .../github.com/letsencrypt/boulder/core/objects.go |   490 -
 .../letsencrypt/boulder/core/proto/core.pb.go      |  1155 --
 .../letsencrypt/boulder/core/proto/core.proto      |   139 -
 .../github.com/letsencrypt/boulder/core/util.go    |   400 -
 .../letsencrypt/boulder/goodkey/good_key.go        |   425 -
 .../letsencrypt/boulder/identifier/identifier.go   |   232 -
 .../github.com/letsencrypt/boulder/probs/probs.go  |   366 -
 .../letsencrypt/boulder/revocation/reasons.go      |    94 -
 .../github.com/liggitt/tabwriter/LICENSE           |    27 -
 .../github.com/lucasb-eyer/go-colorful/LICENSE     |     7 -
 .../github.com/mattn/go-colorable/LICENSE          |    21 -
 .../github.com/mattn/go-isatty/LICENSE             |     9 -
 .../github.com/mattn/go-runewidth/LICENSE          |    21 -
 .../VENDOR-LICENSE/github.com/mgutz/ansi/LICENSE   |     9 -
 .../github.com/mitchellh/go-homedir/LICENSE        |    21 -
 .../VENDOR-LICENSE/github.com/moby/term/LICENSE    |   191 -
 .../github.com/modern-go/concurrent/LICENSE        |   201 -
 .../github.com/modern-go/reflect2/LICENSE          |   201 -
 .../github.com/monochromegane/go-gitignore/LICENSE |    21 -
 .../github.com/munnerz/goautoneg/LICENSE           |    31 -
 .../github.com/nozzle/throttler/LICENSE            |   202 -
 .../github.com/nsf/termbox-go/LICENSE              |    19 -
 .../VENDOR-LICENSE/github.com/oklog/ulid/LICENSE   |   201 -
 .../github.com/opencontainers/go-digest/LICENSE    |   192 -
 .../github.com/pelletier/go-toml/v2/LICENSE        |    22 -
 .../github.com/peterbourgon/diskv/LICENSE          |    19 -
 .../github.com/pierrec/lz4/v4/LICENSE              |    28 -
 .../VENDOR-LICENSE/github.com/pkg/browser/LICENSE  |    23 -
 .../VENDOR-LICENSE/github.com/pkg/errors/LICENSE   |    23 -
 .../github.com/pmezard/go-difflib/difflib/LICENSE  |    27 -
 .../github.com/golang/gddo/httputil/LICENSE        |    27 -
 .../prometheus/client_golang/prometheus/LICENSE    |   201 -
 .../prometheus/client_golang/prometheus/NOTICE     |    18 -
 .../github.com/prometheus/client_model/go/LICENSE  |   201 -
 .../github.com/prometheus/client_model/go/NOTICE   |     5 -
 .../github.com/prometheus/common/LICENSE           |   201 -
 .../github.com/prometheus/common/NOTICE            |     5 -
 .../github.com/prometheus/procfs/LICENSE           |   201 -
 .../github.com/prometheus/procfs/NOTICE            |     7 -
 .../prometheus/statsd_exporter/pkg/LICENSE         |   201 -
 .../github.com/rcrowley/go-metrics/LICENSE         |    29 -
 .../github.com/russross/blackfriday/LICENSE.txt    |    28 -
 .../github.com/sagikazarmark/locafero/LICENSE      |    19 -
 .../github.com/sassoftware/relic/lib/LICENSE       |   202 -
 .../secure-systems-lab/go-securesystemslib/LICENSE |    21 -
 .../github.com/shibumi/go-pathspec/LICENSE         |   201 -
 .../github.com/sigstore/cosign/v2/LICENSE          |   201 -
 .../sigstore/protobuf-specs/gen/pb-go/LICENSE      |   202 -
 .../github.com/sigstore/rekor-tiles/v2/LICENSE     |   201 -
 .../github.com/sigstore/rekor/pkg/LICENSE          |   202 -
 .../github.com/sigstore/sigstore-go/pkg/LICENSE    |   201 -
 .../github.com/sigstore/sigstore/pkg/LICENSE       |   202 -
 .../v2/pkg/verification/LICENSE                    |   201 -
 .../github.com/sirupsen/logrus/LICENSE             |    21 -
 .../github.com/spf13/afero/LICENSE.txt             |   174 -
 .../VENDOR-LICENSE/github.com/spf13/cast/LICENSE   |    21 -
 .../github.com/spf13/cobra/LICENSE.txt             |   174 -
 .../VENDOR-LICENSE/github.com/spf13/pflag/LICENSE  |    28 -
 .../VENDOR-LICENSE/github.com/spf13/viper/LICENSE  |    21 -
 .../github.com/spiffe/go-spiffe/v2/LICENSE         |   201 -
 .../github.com/subosito/gotenv/LICENSE             |    21 -
 .../github.com/syndtr/goleveldb/leveldb/LICENSE    |    24 -
 .../github.com/tektoncd/chains/pkg/LICENSE         |   201 -
 .../VENDOR-LICENSE/github.com/tektoncd/cli/LICENSE |   202 -
 .../github.com/tektoncd/hub/api/LICENSE            |   201 -
 .../github.com/tektoncd/pipeline/LICENSE           |   202 -
 .../github.com/tektoncd/triggers/LICENSE           |   201 -
 .../github.com/theupdateframework/go-tuf/LICENSE   |    27 -
 .../theupdateframework/go-tuf/v2/metadata/LICENSE  |   201 -
 .../theupdateframework/go-tuf/v2/metadata/NOTICE   |     9 -
 .../github.com/titanous/rocacheck/LICENSE          |    22 -
 .../transparency-dev/formats/log/LICENSE           |   202 -
 .../github.com/transparency-dev/merkle/LICENSE     |   202 -
 .../vbatts/tar-split/archive/tar/LICENSE           |    28 -
 .../VENDOR-LICENSE/github.com/x448/float16/LICENSE |    22 -
 .../github.com/xdg-go/pbkdf2/LICENSE               |   175 -
 .../VENDOR-LICENSE/github.com/xdg-go/scram/LICENSE |   175 -
 .../github.com/xdg-go/stringprep/LICENSE           |   175 -
 .../github.com/xlab/treeprint/LICENSE              |    20 -
 .../github.com/youmark/pkcs8/LICENSE               |    21 -
 .../gitlab.com/gitlab-org/api/client-go/LICENSE    |   201 -
 .../go.mongodb.org/mongo-driver/LICENSE            |   201 -
 .../VENDOR-LICENSE/go.opencensus.io/LICENSE        |   202 -
 .../go.opentelemetry.io/auto/sdk/LICENSE           |   201 -
 .../contrib/detectors/gcp/LICENSE                  |   231 -
 .../google.golang.org/grpc/otelgrpc/LICENSE        |   231 -
 .../instrumentation/net/http/otelhttp/LICENSE      |   231 -
 .../go.opentelemetry.io/otel/LICENSE               |   231 -
 .../go.opentelemetry.io/otel/metric/LICENSE        |   231 -
 .../go.opentelemetry.io/otel/sdk/LICENSE           |   231 -
 .../go.opentelemetry.io/otel/sdk/metric/LICENSE    |   231 -
 .../go.opentelemetry.io/otel/trace/LICENSE         |   231 -
 third_party/VENDOR-LICENSE/go.starlark.net/LICENSE |    29 -
 .../VENDOR-LICENSE/go.step.sm/crypto/LICENSE       |   201 -
 .../crypto/internal/bcrypt_pbkdf/LICENSE           |    27 -
 .../crypto/internal/utils/utfbom/LICENSE           |   201 -
 .../go.uber.org/multierr/LICENSE.txt               |    19 -
 third_party/VENDOR-LICENSE/go.uber.org/zap/LICENSE |    19 -
 .../VENDOR-LICENSE/go.yaml.in/yaml/v2/LICENSE      |   201 -
 .../VENDOR-LICENSE/go.yaml.in/yaml/v2/NOTICE       |    13 -
 .../VENDOR-LICENSE/go.yaml.in/yaml/v3/LICENSE      |    50 -
 .../VENDOR-LICENSE/goa.design/goa/v3/LICENSE       |    21 -
 third_party/VENDOR-LICENSE/gocloud.dev/LICENSE     |   202 -
 .../gocloud.dev/docstore/mongodocstore/LICENSE     |   202 -
 .../gocloud.dev/pubsub/kafkapubsub/LICENSE         |   202 -
 .../VENDOR-LICENSE/golang.org/x/crypto/LICENSE     |    27 -
 .../VENDOR-LICENSE/golang.org/x/exp/LICENSE        |    27 -
 .../VENDOR-LICENSE/golang.org/x/mod/LICENSE        |    27 -
 .../VENDOR-LICENSE/golang.org/x/net/LICENSE        |    27 -
 .../VENDOR-LICENSE/golang.org/x/oauth2/LICENSE     |    27 -
 .../VENDOR-LICENSE/golang.org/x/sync/LICENSE       |    27 -
 .../VENDOR-LICENSE/golang.org/x/sys/LICENSE        |    27 -
 .../VENDOR-LICENSE/golang.org/x/term/LICENSE       |    27 -
 .../VENDOR-LICENSE/golang.org/x/text/LICENSE       |    27 -
 .../VENDOR-LICENSE/golang.org/x/time/rate/LICENSE  |    27 -
 .../VENDOR-LICENSE/golang.org/x/xerrors/LICENSE    |    27 -
 .../gomodules.xyz/jsonpatch/v2/LICENSE             |   202 -
 .../VENDOR-LICENSE/google.golang.org/api/LICENSE   |    27 -
 .../api/internal/third_party/uritemplates/LICENSE  |    27 -
 .../google.golang.org/genproto/LICENSE             |   202 -
 .../genproto/googleapis/api/LICENSE                |   202 -
 .../genproto/googleapis/rpc/LICENSE                |   202 -
 .../VENDOR-LICENSE/google.golang.org/grpc/LICENSE  |   202 -
 .../google.golang.org/grpc/NOTICE.txt              |    13 -
 .../google.golang.org/protobuf/LICENSE             |    27 -
 .../gopkg.in/evanphx/json-patch.v4/LICENSE         |    25 -
 third_party/VENDOR-LICENSE/gopkg.in/inf.v0/LICENSE |    28 -
 .../VENDOR-LICENSE/gopkg.in/yaml.v2/LICENSE        |   201 -
 third_party/VENDOR-LICENSE/gopkg.in/yaml.v2/NOTICE |    13 -
 third_party/VENDOR-LICENSE/gotest.tools/LICENSE    |    13 -
 .../gotest.tools/internal/difflib/LICENSE          |    27 -
 third_party/VENDOR-LICENSE/gotest.tools/v3/LICENSE |    13 -
 .../gotest.tools/v3/internal/difflib/LICENSE       |    27 -
 third_party/VENDOR-LICENSE/k8s.io/api/LICENSE      |   202 -
 .../k8s.io/apiextensions-apiserver/pkg/LICENSE     |   202 -
 .../VENDOR-LICENSE/k8s.io/apimachinery/pkg/LICENSE |   202 -
 .../apimachinery/third_party/forked/golang/LICENSE |    27 -
 .../VENDOR-LICENSE/k8s.io/cli-runtime/pkg/LICENSE  |   202 -
 .../VENDOR-LICENSE/k8s.io/client-go/LICENSE        |   202 -
 .../third_party/forked/golang/template/LICENSE     |    27 -
 .../VENDOR-LICENSE/k8s.io/kube-openapi/pkg/LICENSE |   202 -
 .../third_party/go-json-experiment/json/LICENSE    |    27 -
 .../kube-openapi/pkg/validation/spec/LICENSE       |   202 -
 third_party/VENDOR-LICENSE/k8s.io/utils/LICENSE    |   202 -
 .../internal/third_party/forked/golang/LICENSE     |    27 -
 .../eventing/pkg/reconciler/source/LICENSE         |   201 -
 .../knative.dev/networking/pkg/LICENSE             |   201 -
 third_party/VENDOR-LICENSE/knative.dev/pkg/LICENSE |   201 -
 .../VENDOR-LICENSE/knative.dev/serving/pkg/LICENSE |   202 -
 .../VENDOR-LICENSE/sigs.k8s.io/json/LICENSE        |   238 -
 .../sigs.k8s.io/kustomize/api/LICENSE              |   201 -
 .../sigs.k8s.io/kustomize/kyaml/LICENSE            |   201 -
 .../forked/github.com/go-yaml/yaml/LICENSE         |    50 -
 .../internal/forked/github.com/go-yaml/yaml/NOTICE |    13 -
 .../forked/github.com/qri-io/starlib/util/LICENSE  |    21 -
 .../VENDOR-LICENSE/sigs.k8s.io/randfill/LICENSE    |   202 -
 .../VENDOR-LICENSE/sigs.k8s.io/randfill/NOTICE     |    24 -
 .../sigs.k8s.io/structured-merge-diff/v6/LICENSE   |   201 -
 .../VENDOR-LICENSE/sigs.k8s.io/yaml/LICENSE        |   306 -
 tools/go.mod                                       |    91 +-
 tools/go.sum                                       |   218 +-
 vendor/cloud.google.com/go/.gitignore              |    12 +
 .../go/.release-please-manifest-individual.json    |    18 +
 .../go/.release-please-manifest-submodules.json    |   164 +
 .../go/.release-please-manifest.json               |     3 +
 vendor/cloud.google.com/go/CHANGES.md              |  2774 ++++
 vendor/cloud.google.com/go/CODE_OF_CONDUCT.md      |    44 +
 vendor/cloud.google.com/go/CONTRIBUTING.md         |   379 +
 vendor/cloud.google.com/go/README.md               |    92 +
 vendor/cloud.google.com/go/RELEASING.md            |   141 +
 vendor/cloud.google.com/go/SECURITY.md             |     7 +
 vendor/cloud.google.com/go/auth/CHANGES.md         |    13 -
 .../go/auth/credentials/internal/gdch/gdch.go      |    33 +-
 .../go/auth/grpctransport/grpctransport.go         |    34 +-
 .../go/auth/httptransport/httptransport.go         |     9 -
 .../cloud.google.com/go/auth/internal/jwt/jwt.go   |    41 +-
 .../cloud.google.com/go/auth/internal/version.go   |     4 +-
 vendor/cloud.google.com/go/debug.md                |   271 +
 vendor/cloud.google.com/go/doc.go                  |   289 +
 .../go/firestore/apiv1/.repo-metadata.json         |    10 -
 .../go/firestore/apiv1/auxiliary.go                |     2 +-
 .../go/firestore/apiv1/auxiliary_go123.go          |     2 +-
 vendor/cloud.google.com/go/firestore/apiv1/doc.go  |     2 +-
 .../go/firestore/apiv1/firestore_client.go         |   199 +-
 .../apiv1/firestorepb/aggregation_result.pb.go     |     5 +-
 .../firestore/apiv1/firestorepb/bloom_filter.pb.go |     5 +-
 .../go/firestore/apiv1/firestorepb/common.pb.go    |     5 +-
 .../go/firestore/apiv1/firestorepb/document.pb.go  |   452 +-
 .../apiv1/firestorepb/explain_stats.pb.go          |   168 -
 .../go/firestore/apiv1/firestorepb/firestore.pb.go |  2053 +--
 .../apiv1/firestorepb/firestore_grpc.pb.go         |    73 +-
 .../go/firestore/apiv1/firestorepb/pipeline.pb.go  |   196 -
 .../go/firestore/apiv1/firestorepb/query.pb.go     |     9 +-
 .../apiv1/firestorepb/query_profile.pb.go          |     5 +-
 .../go/firestore/apiv1/firestorepb/write.pb.go     |     5 +-
 .../go/firestore/apiv1/gapic_metadata.json         |    10 -
 .../cloud.google.com/go/firestore/apiv1/helpers.go |     2 +-
 .../go/firestore/internal/version.go               |     6 +-
 vendor/cloud.google.com/go/go.work                 |   197 +
 vendor/cloud.google.com/go/go.work.sum             |   266 +
 .../go/internal/.repo-metadata-full.json           |    50 +-
 .../cloud.google.com/go/kms}/LICENSE               |     0
 .../go/kms/apiv1/autokey_admin_client.go           |  1186 ++
 .../go/kms/apiv1/autokey_client.go                 |  1318 ++
 vendor/cloud.google.com/go/kms/apiv1/auxiliary.go  |   421 +
 .../go/kms/apiv1/auxiliary_go123.go                |    69 +
 vendor/cloud.google.com/go/kms/apiv1/doc.go        |    89 +
 vendor/cloud.google.com/go/kms/apiv1/ekm_client.go |  1597 ++
 .../go/kms/apiv1/gapic_metadata.json               |   725 +
 vendor/cloud.google.com/go/kms/apiv1/helpers.go    |   106 +
 vendor/cloud.google.com/go/kms/apiv1/iam.go        |    40 +
 .../go/kms/apiv1/key_management_client.go          |  4287 +++++
 .../go/kms/apiv1/kmspb/autokey.pb.go               |   611 +
 .../go/kms/apiv1/kmspb/autokey_admin.pb.go         |   579 +
 .../go/kms/apiv1/kmspb/autokey_admin_grpc.pb.go    |   215 +
 .../go/kms/apiv1/kmspb/autokey_grpc.pb.go          |   214 +
 .../go/kms/apiv1/kmspb/ekm_service.pb.go           |  1456 ++
 .../go/kms/apiv1/kmspb/ekm_service_grpc.pb.go      |   373 +
 .../go/kms/apiv1/kmspb/resources.pb.go             |  2984 ++++
 .../go/kms/apiv1/kmspb/service.pb.go               |  5662 +++++++
 .../go/kms/apiv1/kmspb/service_grpc.pb.go          |  1427 ++
 vendor/cloud.google.com/go/kms/apiv1/version.go    |    23 +
 vendor/cloud.google.com/go/kms/internal/version.go |    18 +
 vendor/cloud.google.com/go/longrunning/CHANGES.md  |   190 +
 vendor/cloud.google.com/go/longrunning/README.md   |    26 +
 .../go/longrunning/autogen/auxiliary.go            |    69 +
 .../go/longrunning/autogen/auxiliary_go123.go      |    32 +
 .../cloud.google.com/go/longrunning/autogen/doc.go |    79 +
 .../go/longrunning/autogen/from_conn.go            |    30 +
 .../go/longrunning/autogen/gapic_metadata.json     |    73 +
 .../go/longrunning/autogen/helpers.go              |   103 +
 .../go/longrunning/autogen/info.go                 |    24 +
 .../autogen/longrunningpb/operations.pb.go         |   286 +
 .../autogen/longrunningpb/operations_grpc.pb.go    |   329 -
 .../go/longrunning/autogen/operations_client.go    |   821 +
 .../cloud.google.com/go/longrunning/longrunning.go |   182 +
 vendor/cloud.google.com/go/longrunning/tidyfix.go  |    23 +
 vendor/cloud.google.com/go/migration.md            |    50 +
 .../go/release-please-config-individual.json       |    62 +
 .../go/release-please-config-yoshi-submodules.json |   496 +
 .../cloud.google.com/go/release-please-config.json |    11 +
 .../go/storage/.repo-metadata.json                 |    10 -
 vendor/cloud.google.com/go/storage/CHANGES.md      |    94 -
 vendor/cloud.google.com/go/storage/acl.go          |     4 +-
 vendor/cloud.google.com/go/storage/bucket.go       |   313 +-
 vendor/cloud.google.com/go/storage/client.go       |     9 -
 vendor/cloud.google.com/go/storage/contexts.go     |   115 -
 vendor/cloud.google.com/go/storage/doc.go          |     9 -
 .../cloud.google.com/go/storage/emulator_test.sh   |    13 +-
 .../go/storage/experimental/experimental.go        |     8 -
 vendor/cloud.google.com/go/storage/grpc_client.go  |   665 +-
 vendor/cloud.google.com/go/storage/grpc_dp_diag.go |   126 -
 .../go/storage/grpc_reader_multi_range.go          |  1331 +-
 vendor/cloud.google.com/go/storage/grpc_writer.go  |   309 +-
 vendor/cloud.google.com/go/storage/http_client.go  |    88 +-
 .../go/storage/internal/apiv2/.repo-metadata.json  |    10 -
 .../go/storage/internal/apiv2/auxiliary.go         |     2 +-
 .../go/storage/internal/apiv2/auxiliary_go123.go   |     2 +-
 .../go/storage/internal/apiv2/doc.go               |     2 +-
 .../go/storage/internal/apiv2/helpers.go           |     2 +-
 .../go/storage/internal/apiv2/storage_client.go    |   319 +-
 .../storage/internal/apiv2/storagepb/storage.pb.go |  4522 +++---
 .../internal/apiv2/storagepb/storage_grpc.pb.go    |   567 +-
 .../go/storage/internal/experimental.go            |     5 -
 .../go/storage/internal/version.go                 |     6 +-
 vendor/cloud.google.com/go/storage/option.go       |    14 -
 vendor/cloud.google.com/go/storage/pcu.go          |   565 -
 .../cloud.google.com/go/storage/post_policy_v4.go  |     2 +-
 vendor/cloud.google.com/go/storage/reader.go       |   135 +-
 vendor/cloud.google.com/go/storage/storage.go      |    68 +-
 vendor/cloud.google.com/go/storage/writer.go       |    43 +-
 vendor/cloud.google.com/go/testing.md              |   237 +
 .../exporter/ocagent/.gitignore                    |    17 +
 .../exporter/ocagent/.travis.yml                   |    20 +
 .../exporter/ocagent/CONTRIBUTING.md               |    24 +
 .../exporter/ocagent/LICENSE                       |     0
 .../exporter/ocagent/README.md                     |    61 +
 .../exporter/ocagent/common.go                     |    38 +
 .../exporter/ocagent/connection.go                 |   113 +
 .../exporter/ocagent/nodeinfo.go                   |    46 +
 .../exporter/ocagent/ocagent.go                    |   581 +
 .../exporter/ocagent/options.go                    |   206 +
 .../exporter/ocagent/span_config.go                |    25 +
 .../exporter/ocagent/transform_spans.go            |   243 +
 .../exporter/ocagent/transform_stats_to_metrics.go |   278 +
 .../exporter/ocagent/version.go                    |    17 +
 .../exporter/prometheus/.gitignore                 |     1 +
 .../exporter/prometheus/.golangci.yml              |   123 +
 .../exporter/prometheus/.travis.yml                |    17 +
 .../exporter/prometheus/LICENSE                    |     0
 .../exporter/prometheus/Makefile                   |    50 +
 .../exporter/prometheus/README.md                  |    14 +
 .../exporter/prometheus/prometheus.go              |   303 +
 .../exporter/prometheus/sanitize.go                |    38 +
 vendor/filippo.io/edwards25519/README.md           |     6 +-
 vendor/filippo.io/edwards25519/doc.go              |     6 +-
 vendor/filippo.io/edwards25519/extra.go            |    67 +-
 vendor/filippo.io/edwards25519/field/fe.go         |    34 +-
 vendor/filippo.io/edwards25519/field/fe_amd64.go   |     3 +-
 vendor/filippo.io/edwards25519/field/fe_amd64.s    |   203 +-
 .../edwards25519/field/fe_amd64_noasm.go           |     3 +-
 vendor/filippo.io/edwards25519/field/fe_arm64.go   |    16 +
 vendor/filippo.io/edwards25519/field/fe_arm64.s    |    42 +
 .../edwards25519/field/fe_arm64_noasm.go           |    12 +
 vendor/filippo.io/edwards25519/field/fe_generic.go |   170 +-
 vendor/filippo.io/edwards25519/pull.sh             |    53 -
 vendor/filippo.io/edwards25519/scalar.go           |    27 +-
 vendor/filippo.io/edwards25519/tables.go           |     4 +-
 .../ack-ram-tool/pkg/credentials/provider}/LICENSE |     0
 .../pkg/credentials/provider/accesskey_provider.go |    27 +
 .../pkg/credentials/provider/chain_provider.go     |   220 +
 .../pkg/credentials/provider/credentials.go        |    22 +
 .../credentials/provider/ecsmetadata_provider.go   |   198 +
 .../credentials/provider/encryptedfile_provider.go |   135 +
 .../pkg/credentials/provider/endpoint.go           |    43 +
 .../ack-ram-tool/pkg/credentials/provider/env.go   |   155 +
 .../pkg/credentials/provider/env_provider.go       |   128 +
 .../ack-ram-tool/pkg/credentials/provider/error.go |    55 +
 .../pkg/credentials/provider/file_provider.go      |    76 +
 .../pkg/credentials/provider/function_provider.go  |    28 +
 .../ack-ram-tool/pkg/credentials/provider/http.go  |    91 +
 .../ack-ram-tool/pkg/credentials/provider/log.go   |    44 +
 .../pkg/credentials/provider/oidc_provider.go      |   306 +
 .../pkg/credentials/provider/provider.go           |    24 +
 .../ack-ram-tool/pkg/credentials/provider/req.go   |   174 +
 .../pkg/credentials/provider/rolearn_provider.go   |   240 +
 .../pkg/credentials/provider/semaphore_provider.go |    48 +
 .../pkg/credentials/provider/ststoken_provider.go  |    35 +
 .../pkg/credentials/provider/updater.go            |   206 +
 .../pkg/credentials/provider/uri_provider.go       |   117 +
 .../ack-ram-tool/pkg/credentials/provider/v1sdk.go |    92 +
 .../ack-ram-tool/pkg/credentials/provider/v2sdk.go |    87 +
 .../github.com/Azure/azure-sdk-for-go/LICENSE.txt  |     0
 .../github.com/Azure/azure-sdk-for-go/NOTICE.txt   |     0
 .../Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md |    11 -
 .../arm/internal/resource/resource_identifier.go   |     3 +
 .../azcore/arm/internal/resource/resource_type.go  |     3 +
 .../sdk/azcore/arm/policy/policy.go                |     3 +
 .../sdk/azcore/arm/runtime/pipeline.go             |     3 +
 .../sdk/azcore/arm/runtime/policy_register_rp.go   |     3 +
 .../azcore/arm/runtime/policy_trace_namespace.go   |     3 +
 .../sdk/azcore/arm/runtime/runtime.go              |     7 +-
 .../azure-sdk-for-go/sdk/azcore/cloud/cloud.go     |     3 +
 .../Azure/azure-sdk-for-go/sdk/azcore/cloud/doc.go |     3 +
 .../Azure/azure-sdk-for-go/sdk/azcore/core.go      |     3 +
 .../Azure/azure-sdk-for-go/sdk/azcore/doc.go       |     3 +
 .../Azure/azure-sdk-for-go/sdk/azcore/errors.go    |     3 +
 .../Azure/azure-sdk-for-go/sdk/azcore/etag.go      |     3 +
 .../sdk/azcore/internal/exported/exported.go       |     3 +
 .../sdk/azcore/internal/exported/pipeline.go       |     3 +
 .../sdk/azcore/internal/exported/request.go        |     5 +-
 .../sdk/azcore/internal/exported/response_error.go |     3 +
 .../sdk/azcore/internal/log/log.go                 |     3 +
 .../sdk/azcore/internal/pollers/async/async.go     |     8 +-
 .../sdk/azcore/internal/pollers/body/body.go       |     3 +
 .../sdk/azcore/internal/pollers/fake/fake.go       |     3 +
 .../sdk/azcore/internal/pollers/loc/loc.go         |     3 +
 .../sdk/azcore/internal/pollers/op/op.go           |     3 +
 .../sdk/azcore/internal/pollers/poller.go          |     3 +
 .../sdk/azcore/internal/pollers/util.go            |     8 +-
 .../sdk/azcore/internal/shared/constants.go        |     5 +-
 .../sdk/azcore/internal/shared/shared.go           |     3 +
 .../Azure/azure-sdk-for-go/sdk/azcore/log/doc.go   |     3 +
 .../Azure/azure-sdk-for-go/sdk/azcore/log/log.go   |     3 +
 .../azure-sdk-for-go/sdk/azcore/policy/doc.go      |     3 +
 .../azure-sdk-for-go/sdk/azcore/policy/policy.go   |     3 +
 .../azure-sdk-for-go/sdk/azcore/runtime/doc.go     |     3 +
 .../azure-sdk-for-go/sdk/azcore/runtime/errors.go  |     3 +
 .../azure-sdk-for-go/sdk/azcore/runtime/pager.go   |     3 +
 .../sdk/azcore/runtime/pipeline.go                 |     3 +
 .../sdk/azcore/runtime/policy_api_version.go       |     3 +
 .../sdk/azcore/runtime/policy_body_download.go     |     3 +
 .../sdk/azcore/runtime/policy_http_header.go       |     4 +-
 .../sdk/azcore/runtime/policy_http_trace.go        |     3 +
 .../sdk/azcore/runtime/policy_include_response.go  |     4 +-
 .../sdk/azcore/runtime/policy_logging.go           |     3 +
 .../sdk/azcore/runtime/policy_request_id.go        |     3 +
 .../sdk/azcore/runtime/policy_retry.go             |     9 +-
 .../sdk/azcore/runtime/policy_telemetry.go         |     3 +
 .../azure-sdk-for-go/sdk/azcore/runtime/poller.go  |     8 +-
 .../azure-sdk-for-go/sdk/azcore/runtime/request.go |     3 +
 .../sdk/azcore/runtime/response.go                 |     6 +-
 .../runtime/transport_default_http_client.go       |     3 +
 .../azure-sdk-for-go/sdk/azcore/streaming/doc.go   |     3 +
 .../sdk/azcore/streaming/progress.go               |     3 +
 .../Azure/azure-sdk-for-go/sdk/azcore/to/doc.go    |     3 +
 .../Azure/azure-sdk-for-go/sdk/azcore/to/to.go     |     3 +
 .../sdk/azcore/tracing/constants.go                |     3 +
 .../azure-sdk-for-go/sdk/azcore/tracing/tracing.go |     3 +
 .../containers/azcontainerregistry/CHANGELOG.md    |    52 -
 .../sdk/containers/azcontainerregistry/README.md   |    98 -
 .../azcontainerregistry/TROUBLESHOOTING.md         |   177 -
 .../sdk/containers/azcontainerregistry/assets.json |     6 -
 .../azcontainerregistry/authentication_client.go   |   158 -
 .../authentication_custom_client.go                |    37 -
 .../azcontainerregistry/authentication_policy.go   |   249 -
 .../sdk/containers/azcontainerregistry/autorest.md |   457 -
 .../containers/azcontainerregistry/blob_client.go  |   664 -
 .../azcontainerregistry/blob_custom_client.go      |   110 -
 .../sdk/containers/azcontainerregistry/client.go   |   850 -
 .../containers/azcontainerregistry/cloud_config.go |    30 -
 .../containers/azcontainerregistry/constants.go    |   198 -
 .../azcontainerregistry/custom_client.go           |    68 -
 .../azcontainerregistry/custom_constants.go        |    13 -
 .../azcontainerregistry/digest_helper.go           |   163 -
 .../sdk/containers/azcontainerregistry/models.go   |   217 -
 .../containers/azcontainerregistry/models_serde.go |   486 -
 .../sdk/containers/azcontainerregistry/options.go  |   182 -
 .../azcontainerregistry/response_types.go          |   232 -
 .../azcontainerregistry/test-resources-post.ps1    |    29 -
 .../azcontainerregistry/test-resources-pre.ps1     |    40 -
 .../azcontainerregistry/test-resources.bicep       |    21 -
 .../containers/azcontainerregistry/time_rfc3339.go |    86 -
 .../sdk/security/keyvault/azkeys/CHANGELOG.md      |   203 +
 .../keyvault/azkeys}/LICENSE.txt                   |     0
 .../sdk/security/keyvault/azkeys/MIGRATION.md      |    90 +
 .../sdk/security/keyvault/azkeys/README.md         |   147 +
 .../security/keyvault/azkeys/TROUBLESHOOTING.md    |     4 +
 .../sdk/security/keyvault/azkeys/_metadata.json    |     4 +
 .../sdk/security/keyvault/azkeys/assets.json       |     6 +
 .../keyvault/azkeys}/build.go                      |    10 +-
 .../sdk/security/keyvault/azkeys/ci.yml            |    39 +
 .../sdk/security/keyvault/azkeys/client.go         |  1614 ++
 .../sdk/security/keyvault/azkeys/constants.go      |   255 +
 .../sdk/security/keyvault/azkeys/custom_client.go  |    69 +
 .../sdk/security/keyvault/azkeys/models.go         |   446 +
 .../sdk/security/keyvault/azkeys/models_serde.go   |  1283 ++
 .../sdk/security/keyvault/azkeys/options.go        |   130 +
 .../security/keyvault/azkeys/platform-matrix.json  |    17 +
 .../sdk/security/keyvault/azkeys/responses.go      |   154 +
 .../keyvault/azkeys/test-resources-post.ps1        |   147 +
 .../security/keyvault/azkeys/test-resources.json   |   296 +
 .../sdk/security/keyvault/azkeys/time_unix.go      |    57 +
 .../sdk/security/keyvault/azkeys/tsp-location.yaml |     5 +
 .../sdk/security/keyvault/azkeys/version.go        |     9 +
 .../sdk/security/keyvault/internal/CHANGELOG.md    |    96 +
 .../sdk/security/keyvault/internal/LICENSE.txt     |    21 +
 .../sdk/security/keyvault/internal/README.md       |    21 +
 .../security/keyvault/internal/challenge_policy.go |   176 +
 .../keyvault/internal/ci.keyvault.yml}             |    12 +-
 .../sdk/security/keyvault/internal/constants.go    |     8 +
 .../sdk/security/keyvault/internal/doc.go          |     4 +
 .../security/keyvault/internal/fake_challenge.go   |    36 +
 .../sdk/security/keyvault/internal/parse.go        |    35 +
 .../containerregistry/CHANGELOG.md                 |     2 +
 .../containerregistry/accesstokens.go              |   178 +
 .../2019-08-15-preview/containerregistry/blob.go   |   842 +
 .../2019-08-15-preview/containerregistry/client.go |    33 +
 .../containerregistry/dataplane_meta.json          |    11 +
 .../containerregistry/manifests.go                 |   491 +
 .../2019-08-15-preview/containerregistry/models.go |   628 +
 .../containerregistry/refreshtokens.go             |   111 +
 .../containerregistry/repository.go                |   321 +
 .../2019-08-15-preview/containerregistry/tag.go    |   339 +
 .../containerregistry/v2support.go                 |    89 +
 .../containerregistry/version.go                   |    19 +
 .../Azure/azure-sdk-for-go/version/version.go      |     7 +
 vendor/github.com/Azure/go-autorest/.gitignore     |    32 +
 vendor/github.com/Azure/go-autorest/CHANGELOG.md   |  1004 ++
 vendor/github.com/Azure/go-autorest/GNUmakefile    |    23 +
 vendor/github.com/Azure/go-autorest/Gopkg.lock     |   324 +
 vendor/github.com/Azure/go-autorest/Gopkg.toml     |    59 +
 .../github.com/Azure/go-autorest}/LICENSE          |     0
 vendor/github.com/Azure/go-autorest/README.md      |   165 +
 .../github.com/Azure/go-autorest/autorest}/LICENSE |     0
 .../Azure/go-autorest/autorest/adal}/LICENSE       |     0
 .../Azure/go-autorest/autorest/adal/README.md      |   294 +
 .../Azure/go-autorest/autorest/adal/config.go      |   151 +
 .../Azure/go-autorest/autorest/adal/devicetoken.go |   273 +
 .../go-autorest/autorest/adal/go_mod_tidy_hack.go  |    25 +
 .../Azure/go-autorest/autorest/adal/persist.go     |   135 +
 .../Azure/go-autorest/autorest/adal/sender.go      |   101 +
 .../Azure/go-autorest/autorest/adal/token.go       |  1430 ++
 .../Azure/go-autorest/autorest/adal/token_1.13.go  |    76 +
 .../go-autorest/autorest/adal/token_legacy.go      |    75 +
 .../Azure/go-autorest/autorest/adal/version.go     |    45 +
 .../Azure/go-autorest/autorest/authorization.go    |   353 +
 .../go-autorest/autorest/authorization_sas.go      |    66 +
 .../go-autorest/autorest/authorization_storage.go  |   307 +
 .../Azure/go-autorest/autorest/autorest.go         |   150 +
 .../Azure/go-autorest/autorest/azure/async.go      |   995 ++
 .../Azure/go-autorest/autorest/azure/auth}/LICENSE |     0
 .../go-autorest/autorest/azure/auth/README.md      |   152 +
 .../Azure/go-autorest/autorest/azure/auth/auth.go  |   772 +
 .../autorest/azure/auth/go_mod_tidy_hack.go        |    25 +
 .../Azure/go-autorest/autorest/azure/azure.go      |   388 +
 .../Azure/go-autorest/autorest/azure/cli}/LICENSE  |     0
 .../autorest/azure/cli/go_mod_tidy_hack.go         |    25 +
 .../go-autorest/autorest/azure/cli/profile.go      |    83 +
 .../Azure/go-autorest/autorest/azure/cli/token.go  |   227 +
 .../go-autorest/autorest/azure/environments.go     |   331 +
 .../autorest/azure/metadata_environment.go         |   245 +
 .../Azure/go-autorest/autorest/azure/rp.go         |   204 +
 .../Azure/go-autorest/autorest/client.go           |   328 +
 .../Azure/go-autorest/autorest/date}/LICENSE       |     0
 .../Azure/go-autorest/autorest/date/date.go        |    96 +
 .../go-autorest/autorest/date/go_mod_tidy_hack.go  |    24 +
 .../Azure/go-autorest/autorest/date/time.go        |   103 +
 .../Azure/go-autorest/autorest/date/timerfc1123.go |   100 +
 .../Azure/go-autorest/autorest/date/unixtime.go    |   123 +
 .../Azure/go-autorest/autorest/date/utility.go     |    25 +
 .../github.com/Azure/go-autorest/autorest/error.go |   103 +
 .../Azure/go-autorest/autorest/go_mod_tidy_hack.go |    25 +
 .../Azure/go-autorest/autorest/preparer.go         |   549 +
 .../Azure/go-autorest/autorest/responder.go        |   269 +
 .../Azure/go-autorest/autorest/retriablerequest.go |    52 +
 .../go-autorest/autorest/retriablerequest_1.7.go   |    55 +
 .../go-autorest/autorest/retriablerequest_1.8.go   |    67 +
 .../Azure/go-autorest/autorest/sender.go           |   458 +
 .../Azure/go-autorest/autorest/utility.go          |   232 +
 .../Azure/go-autorest/autorest/utility_1.13.go     |    30 +
 .../Azure/go-autorest/autorest/utility_legacy.go   |    32 +
 .../Azure/go-autorest/autorest/version.go          |    41 +
 .../Azure/go-autorest/azure-pipelines.yml          |   105 +
 vendor/github.com/Azure/go-autorest/doc.go         |    18 +
 .../github.com/Azure/go-autorest/logger}/LICENSE   |     0
 .../Azure/go-autorest/logger/go_mod_tidy_hack.go   |    24 +
 .../github.com/Azure/go-autorest/logger/logger.go  |   337 +
 .../github.com/Azure/go-autorest/tracing}/LICENSE  |     2 +-
 .../Azure/go-autorest/tracing/go_mod_tidy_hack.go  |    24 +
 .../Azure/go-autorest/tracing/tracing.go           |    67 +
 .../exporter/metric/version.go                     |     2 +-
 .../github.com/Microsoft/go-winio/.gitattributes   |     1 +
 vendor/github.com/Microsoft/go-winio/.gitignore    |    10 +
 vendor/github.com/Microsoft/go-winio/.golangci.yml |   147 +
 vendor/github.com/Microsoft/go-winio/CODEOWNERS    |     1 +
 .../github.com/Microsoft/go-winio}/LICENSE         |     2 +-
 vendor/github.com/Microsoft/go-winio/README.md     |    89 +
 vendor/github.com/Microsoft/go-winio/SECURITY.md   |    41 +
 vendor/github.com/Microsoft/go-winio/backup.go     |   287 +
 vendor/github.com/Microsoft/go-winio/doc.go        |    22 +
 vendor/github.com/Microsoft/go-winio/ea.go         |   137 +
 vendor/github.com/Microsoft/go-winio/file.go       |   320 +
 vendor/github.com/Microsoft/go-winio/fileinfo.go   |   106 +
 vendor/github.com/Microsoft/go-winio/hvsock.go     |   582 +
 .../Microsoft/go-winio/internal/fs/doc.go          |     2 +
 .../Microsoft/go-winio/internal/fs/fs.go           |   262 +
 .../Microsoft/go-winio/internal/fs/security.go     |    12 +
 .../go-winio/internal/fs/zsyscall_windows.go       |    61 +
 .../Microsoft/go-winio/internal/socket/rawaddr.go  |    20 +
 .../Microsoft/go-winio/internal/socket/socket.go   |   177 +
 .../go-winio/internal/socket/zsyscall_windows.go   |    69 +
 .../go-winio/internal/stringbuffer/wstring.go      |   132 +
 vendor/github.com/Microsoft/go-winio/pipe.go       |   586 +
 .../github.com/Microsoft/go-winio/pkg/guid/guid.go |   232 +
 .../Microsoft/go-winio/pkg/guid/guid_nonwindows.go |    16 +
 .../Microsoft/go-winio/pkg/guid/guid_windows.go    |    13 +
 .../Microsoft/go-winio/pkg/guid/variant_string.go  |    27 +
 vendor/github.com/Microsoft/go-winio/privilege.go  |   196 +
 vendor/github.com/Microsoft/go-winio/reparse.go    |   131 +
 vendor/github.com/Microsoft/go-winio/sd.go         |   133 +
 vendor/github.com/Microsoft/go-winio/syscall.go    |     5 +
 .../Microsoft/go-winio/zsyscall_windows.go         |   378 +
 .../alibabacloud-gateway-spi}/LICENSE              |     3 +-
 .../alibabacloud-gateway-spi/client/client.go      |   305 +
 .../alibabacloud-go/cr-20160607}/LICENSE           |     3 +-
 .../alibabacloud-go/cr-20160607/client/client.go   |  2513 +++
 .../alibabacloud-go/cr-20181201}/LICENSE           |     3 +-
 .../alibabacloud-go/cr-20181201/client/client.go   | 16031 +++++++++++++++++++
 .../alibabacloud-go/darabonba-openapi}/LICENSE     |     3 +-
 .../darabonba-openapi/client/client.go             |  1694 ++
 .../github.com/alibabacloud-go/debug}/LICENSE      |     0
 .../alibabacloud-go/debug/debug/assert.go          |    12 +
 .../alibabacloud-go/debug/debug/debug.go           |    36 +
 .../alibabacloud-go/endpoint-util/LICENSE          |   201 +
 .../endpoint-util/service/service.go               |    41 +
 .../alibabacloud-go/openapi-util/LICENSE           |   201 +
 .../openapi-util/service/service.go                |   635 +
 .../github.com/alibabacloud-go/tea-utils/LICENSE   |   201 +
 .../alibabacloud-go/tea-utils/service/service.go   |   468 +
 .../alibabacloud-go/tea-utils/service/util.go      |    52 +
 vendor/github.com/alibabacloud-go/tea-xml/LICENSE  |   201 +
 .../alibabacloud-go/tea-xml/service/service.go     |   105 +
 vendor/github.com/alibabacloud-go/tea/LICENSE      |   201 +
 .../alibabacloud-go/tea/tea/json_parser.go         |   333 +
 vendor/github.com/alibabacloud-go/tea/tea/tea.go   |  1167 ++
 vendor/github.com/alibabacloud-go/tea/tea/trans.go |   491 +
 .../github.com/alibabacloud-go/tea/utils/assert.go |    64 +
 .../github.com/alibabacloud-go/tea/utils/logger.go |   109 +
 .../alibabacloud-go/tea/utils/progress.go          |    60 +
 vendor/github.com/aliyun/credentials-go/LICENSE    |   201 +
 .../credentials/access_key_credential.go           |    50 +
 .../credentials/bearer_token_credential.go         |    48 +
 .../credentials-go/credentials/credential.go       |   420 +
 .../credentials-go/credentials/credential_model.go |    50 +
 .../credentials/credential_updater.go              |    25 +
 .../credentials-go/credentials/ecs_ram_role.go     |   165 +
 .../credentials-go/credentials/env_provider.go     |    47 +
 .../credentials/instance_provider.go               |    28 +
 .../credentials-go/credentials/oidc_credential.go  |   195 +
 .../credentials/oidc_credential_provider.go        |    37 +
 .../aliyun/credentials-go/credentials/oidc_token   |     1 +
 .../credentials-go/credentials/profile_provider.go |   351 +
 .../aliyun/credentials-go/credentials/provider.go  |    17 +
 .../credentials-go/credentials/provider_chain.go   |    32 +
 .../credentials/request/common_request.go          |    63 +
 .../credentials/response/common_response.go        |    53 +
 .../credentials/rsa_key_pair_credential.go         |   163 +
 .../credentials/session_credential.go              |     7 +
 .../credentials-go/credentials/sts_credential.go   |    53 +
 .../credentials/sts_role_arn_credential.go         |   200 +
 .../credentials-go/credentials/uri_credential.go   |   141 +
 .../credentials-go/credentials/utils/runtime.go    |    36 +
 .../credentials-go/credentials/utils/utils.go      |   146 +
 vendor/github.com/allegro/bigcache/v3/.codecov.yml |    28 -
 vendor/github.com/allegro/bigcache/v3/.gitignore   |    11 -
 vendor/github.com/allegro/bigcache/v3/LICENSE      |   201 -
 vendor/github.com/allegro/bigcache/v3/README.md    |   204 -
 vendor/github.com/allegro/bigcache/v3/bigcache.go  |   270 -
 vendor/github.com/allegro/bigcache/v3/bytes.go     |    11 -

@github-actions github-actions Bot added upstream For Upstream Sync PRs automated For Automated PRs labels May 12, 2026
@github-actions github-actions Bot force-pushed the actions/update/sources-nightly branch from 3ed5188 to 0c8b486 Compare May 13, 2026 02:31
    $ git diff --stat ce8b7d0a23de5865dbf7f8c7032cd76bed79074a..feb2d5adf424a1d8bcc71959e20cc674a5546ed4
     .github/workflows/cherry-pick-command.yaml         |    32 -
     .github/workflows/ci.yaml                          |    46 +-
     .github/workflows/codeql-analysis.yml              |     8 +-
     .github/workflows/e2e-matrix.yml                   |    24 +-
     .goreleaser.yml                                    |     2 +-
     OWNERS                                             |     3 +-
     README.md                                          |    44 +-
     VERSION                                            |     1 +
     choco/README.md                                    |     2 +-
     choco/tektoncd-cli.nuspec                          |     2 +-
     choco/tools/chocolateyinstall.ps1                  |     4 +-
     docs/cmd/tkn_chain.md                              |    33 +
     docs/cmd/tkn_chain_payload.md                      |    35 +
     docs/cmd/tkn_chain_signature.md                    |    34 +
     docs/cmd/tkn_customrun.md                          |     1 -
     docs/cmd/tkn_customrun_describe.md                 |    53 -
     docs/cmd/tkn_pipelinerun_logs.md                   |     1 -
     docs/man/man1/tkn-customrun-describe.1             |   102 -
     docs/man/man1/tkn-customrun.1                      |     2 +-
     docs/man/man1/tkn-pipelinerun-logs.1               |     4 -
     go.mod                                             |   314 +-
     go.sum                                             |  1662 +-
     hack/setup-kind.sh                                 |   328 +
     pkg/cmd/chain/chain.go                             |    52 +
     pkg/cmd/chain/payload.go                           |   130 +
     pkg/cmd/chain/signature.go                         |    98 +
     pkg/cmd/customrun/customrun.go                     |     1 -
     pkg/cmd/customrun/describe.go                      |   334 -
     pkg/cmd/customrun/describe_test.go                 |   603 -
     .../TestCustomRunDescribe_cancelled.golden         |    12 -
     .../TestCustomRunDescribe_empty_customrun.golden   |    11 -
     .../testdata/TestCustomRunDescribe_failed.golden   |    13 -
     ...omRunDescribe_only_one_customrun_present.golden |     8 -
     ...mRunDescribe_with_labels_and_annotations.golden |    13 -
     .../TestCustomRunDescribe_with_params.golden       |    15 -
     .../TestCustomRunDescribe_with_results.golden      |    14 -
     pkg/cmd/pipelinerun/logs.go                        |     3 +-
     pkg/cmd/root.go                                    |     2 +
     pkg/cmd/testdata/TestPluginList.golden             |     1 +
     pkg/log/log.go                                     |     9 +-
     pkg/log/pipeline_reader.go                         |     3 +-
     pkg/log/reader.go                                  |     5 -
     pkg/log/task_reader.go                             |     4 +-
     pkg/log/writer.go                                  |    17 +-
     pkg/options/describe.go                            |     5 -
     pkg/options/logs.go                                |     1 -
     pkg/options/resource_names.go                      |     1 -
     pkg/taskrun/taskrun.go                             |     2 -
     releases.md                                        |     9 -
     tekton/release-pipeline.yml                        |     2 +-
     test/e2e-common.sh                                 |    18 +-
     test/framework/helper.go                           |     2 +
     test/wait/helper-wait.go                           |    12 +-
     .../VENDOR-LICENSE/filippo.io/edwards25519/LICENSE |    27 -
     .../github.com/AlecAivazis/survey/v2/LICENSE       |    21 -
     .../AlecAivazis/survey/v2/terminal/LICENSE.txt     |    22 -
     .../exporter/metric/LICENSE                        |   202 -
     .../internal/resourcemapping/LICENSE               |   202 -
     .../github.com/IBM/sarama/LICENSE.md               |    24 -
     .../github.com/Masterminds/semver/v3/LICENSE.txt   |    19 -
     .../github.com/Netflix/go-expect/LICENSE           |   202 -
     .../github.com/antlr4-go/antlr/v4/LICENSE          |    28 -
     .../github.com/asaskevich/govalidator/LICENSE      |    21 -
     .../github.com/aws/aws-sdk-go-v2/NOTICE.txt        |     3 -
     .../aws/aws-sdk-go-v2/config/LICENSE.txt           |   202 -
     .../aws/aws-sdk-go-v2/credentials/LICENSE.txt      |   202 -
     .../aws/aws-sdk-go-v2/feature/ec2/imds/LICENSE.txt |   202 -
     .../internal/configsources/LICENSE.txt             |   202 -
     .../internal/endpoints/v2/LICENSE.txt              |   202 -
     .../aws/aws-sdk-go-v2/internal/ini/LICENSE.txt     |   202 -
     .../internal/sync/singleflight/LICENSE             |    28 -
     .../aws/aws-sdk-go-v2/service/ecr/LICENSE.txt      |   202 -
     .../aws-sdk-go-v2/service/ecrpublic/LICENSE.txt    |   202 -
     .../service/internal/accept-encoding/LICENSE.txt   |   202 -
     .../service/internal/presigned-url/LICENSE.txt     |   202 -
     .../aws/aws-sdk-go-v2/service/signin/LICENSE.txt   |   202 -
     .../aws/aws-sdk-go-v2/service/sso/LICENSE.txt      |   202 -
     .../aws/aws-sdk-go-v2/service/ssooidc/LICENSE.txt  |   202 -
     .../aws/aws-sdk-go-v2/service/sts/LICENSE.txt      |   202 -
     .../github.com/aws/aws-sdk-go/LICENSE.txt          |   202 -
     .../github.com/aws/aws-sdk-go/NOTICE.txt           |     3 -
     .../aws-sdk-go/internal/sync/singleflight/LICENSE  |    27 -
     .../github.com/aws/smithy-go/LICENSE               |   175 -
     .../VENDOR-LICENSE/github.com/aws/smithy-go/NOTICE |     1 -
     .../smithy-go/internal/sync/singleflight/LICENSE   |    28 -
     .../amazon-ecr-credential-helper/ecr-login/LICENSE |    51 -
     .../github.com/beorn7/perks/quantile/LICENSE       |    20 -
     .../VENDOR-LICENSE/github.com/blang/semver/LICENSE |    22 -
     .../github.com/blendle/zapdriver/LICENSE           |    15 -
     .../opencensus-proto/gen-go/LICENSE                |   202 -
     .../github.com/cespare/xxhash/v2/LICENSE.txt       |    22 -
     .../docker-credential-acr-env/pkg/LICENSE          |   202 -
     .../github.com/clipperhouse/stringish/LICENSE      |    21 -
     .../containerd/stargz-snapshotter/estargz/LICENSE  |   202 -
     .../github.com/coreos/go-oidc/v3/oidc/NOTICE       |     5 -
     .../cpuguy83/go-md2man/md2man/LICENSE.md           |    21 -
     .../VENDOR-LICENSE/github.com/creack/pty/LICENSE   |    23 -
     .../go/src/webpki.org/jsoncanonicalizer/LICENSE    |    13 -
     .../github.com/davecgh/go-spew/spew/LICENSE        |    15 -
     .../github.com/digitorus/timestamp/LICENSE         |    25 -
     .../github.com/docker/cli/cli/config/LICENSE       |   191 -
     .../github.com/docker/cli/cli/config/NOTICE        |    19 -
     .../registry/client/auth/challenge/LICENSE         |   202 -
     .../docker/docker-credential-helpers/LICENSE       |    20 -
     .../github.com/docker/docker/pkg/homedir/LICENSE   |   191 -
     .../github.com/docker/docker/pkg/homedir/NOTICE    |    19 -
     .../github.com/dustin/go-humanize/LICENSE          |    21 -
     .../github.com/eapache/queue/LICENSE               |    21 -
     .../github.com/emicklei/go-restful/v3/LICENSE      |    22 -
     .../protoc-gen-validate/validate/LICENSE           |   202 -
     .../github.com/evanphx/json-patch/LICENSE          |    25 -
     .../github.com/evanphx/json-patch/v5/LICENSE       |    25 -
     .../github.com/fatih/color/LICENSE.md              |    20 -
     .../github.com/felixge/httpsnoop/LICENSE.txt       |    19 -
     .../github.com/fsnotify/fsnotify/LICENSE           |    25 -
     .../github.com/fxamacker/cbor/v2/LICENSE           |    21 -
     .../github.com/gdamore/encoding/LICENSE            |   202 -
     .../github.com/gdamore/tcell/v2/LICENSE            |   202 -
     .../github.com/go-chi/chi/v5/LICENSE               |    20 -
     .../github.com/go-errors/errors/LICENSE.MIT        |     7 -
     .../github.com/go-jose/go-jose/v4/LICENSE          |   202 -
     .../github.com/go-jose/go-jose/v4/json/LICENSE     |    27 -
     .../github.com/go-openapi/analysis/LICENSE         |   202 -
     .../github.com/go-openapi/errors/LICENSE           |   202 -
     .../github.com/go-openapi/jsonpointer/NOTICE       |    39 -
     .../github.com/go-openapi/jsonreference/LICENSE    |   202 -
     .../github.com/go-openapi/jsonreference/NOTICE     |    39 -
     .../github.com/go-openapi/loads/LICENSE            |   202 -
     .../github.com/go-openapi/runtime/LICENSE          |   202 -
     .../go-openapi/runtime/middleware/denco/LICENSE    |    19 -
     .../github.com/go-openapi/spec/LICENSE             |   202 -
     .../github.com/go-openapi/strfmt/LICENSE           |   202 -
     .../github.com/go-openapi/swag/LICENSE             |   202 -
     .../github.com/go-openapi/swag/cmdutils/LICENSE    |   202 -
     .../github.com/go-openapi/swag/conv/LICENSE        |   202 -
     .../github.com/go-openapi/swag/fileutils/LICENSE   |   202 -
     .../github.com/go-openapi/swag/jsonname/LICENSE    |   202 -
     .../github.com/go-openapi/swag/jsonutils/LICENSE   |   202 -
     .../github.com/go-openapi/swag/loading/LICENSE     |   202 -
     .../github.com/go-openapi/swag/mangling/LICENSE    |   202 -
     .../github.com/go-openapi/swag/netutils/LICENSE    |   202 -
     .../github.com/go-openapi/swag/stringutils/LICENSE |   202 -
     .../github.com/go-openapi/swag/typeutils/LICENSE   |   202 -
     .../github.com/go-openapi/swag/yamlutils/LICENSE   |   202 -
     .../github.com/go-openapi/validate/LICENSE         |   202 -
     .../github.com/golang/protobuf/ptypes/LICENSE      |    28 -
     .../github.com/golang/snappy/LICENSE               |    27 -
     .../VENDOR-LICENSE/github.com/google/btree/LICENSE |   202 -
     .../github.com/google/cel-go/LICENSE               |   233 -
     .../google/certificate-transparency-go/LICENSE     |   202 -
     .../github.com/google/gnostic-models/LICENSE       |   203 -
     .../github.com/google/go-cmp/cmp/LICENSE           |    27 -
     .../pkg/authn/k8schain/LICENSE                     |   202 -
     .../pkg/authn/kubernetes/LICENSE                   |   202 -
     .../github.com/google/go-github/v73/github/LICENSE |    27 -
     .../github.com/google/go-querystring/query/LICENSE |    27 -
     .../github.com/google/s2a-go/LICENSE.md            |   202 -
     .../VENDOR-LICENSE/github.com/google/shlex/COPYING |   202 -
     .../VENDOR-LICENSE/github.com/google/uuid/LICENSE  |    27 -
     .../VENDOR-LICENSE/github.com/google/wire/LICENSE  |   202 -
     .../enterprise-certificate-proxy/client/LICENSE    |   202 -
     .../github.com/googleapis/gax-go/v2/LICENSE        |    27 -
     .../github.com/gorilla/websocket/LICENSE           |    22 -
     .../github.com/grafeas/grafeas/LICENSE             |   201 -
     .../github.com/gregjones/httpcache/LICENSE.txt     |     7 -
     .../grpc-ecosystem/grpc-gateway/v2/LICENSE         |    27 -
     .../VENDOR-LICENSE/github.com/hako/durafmt/LICENSE |    21 -
     .../github.com/hashicorp/errwrap/README.md         |    89 -
     .../github.com/hashicorp/errwrap/errwrap.go        |   178 -
     .../github.com/hashicorp/go-cleanhttp/README.md    |    30 -
     .../github.com/hashicorp/go-cleanhttp/cleanhttp.go |    58 -
     .../github.com/hashicorp/go-cleanhttp/doc.go       |    20 -
     .../github.com/hashicorp/go-cleanhttp/handlers.go  |    48 -
     .../github.com/hashicorp/go-multierror/LICENSE     |   353 -
     .../github.com/hashicorp/go-multierror/Makefile    |    31 -
     .../github.com/hashicorp/go-multierror/README.md   |   150 -
     .../github.com/hashicorp/go-multierror/append.go   |    43 -
     .../github.com/hashicorp/go-multierror/flatten.go  |    26 -
     .../github.com/hashicorp/go-multierror/format.go   |    27 -
     .../github.com/hashicorp/go-multierror/group.go    |    38 -
     .../hashicorp/go-multierror/multierror.go          |   121 -
     .../github.com/hashicorp/go-multierror/prefix.go   |    37 -
     .../github.com/hashicorp/go-multierror/sort.go     |    16 -
     .../hashicorp/go-retryablehttp/.gitignore          |     4 -
     .../hashicorp/go-retryablehttp/.go-version         |     1 -
     .../hashicorp/go-retryablehttp/.golangci.yml       |    11 -
     .../hashicorp/go-retryablehttp/CHANGELOG.md        |    33 -
     .../hashicorp/go-retryablehttp/CODEOWNERS          |    13 -
     .../github.com/hashicorp/go-retryablehttp/Makefile |    11 -
     .../hashicorp/go-retryablehttp/README.md           |    62 -
     .../hashicorp/go-retryablehttp/cert_error_go119.go |    14 -
     .../hashicorp/go-retryablehttp/cert_error_go120.go |    14 -
     .../hashicorp/go-retryablehttp/client.go           |   938 --
     .../hashicorp/go-retryablehttp/roundtripper.go     |    55 -
     .../github.com/hashicorp/go-uuid/.travis.yml       |    12 -
     .../github.com/hashicorp/go-uuid/README.md         |     8 -
     .../github.com/hashicorp/go-uuid/uuid.go           |    83 -
     .../github.com/hashicorp/golang-lru/.golangci.yml  |    30 -
     .../github.com/hashicorp/golang-lru/2q.go          |   222 -
     .../github.com/hashicorp/golang-lru/README.md      |     7 -
     .../github.com/hashicorp/golang-lru/arc.go         |   256 -
     .../github.com/hashicorp/golang-lru/doc.go         |    21 -
     .../github.com/hashicorp/golang-lru/lru.go         |   231 -
     .../hashicorp/golang-lru/simplelru/lru.go          |   177 -
     .../golang-lru/simplelru/lru_interface.go          |    40 -
     .../github.com/hashicorp/golang-lru/testing.go     |    16 -
     .../github.com/hinshun/vt10x/LICENSE               |    19 -
     .../github.com/imdario/mergo/LICENSE               |    28 -
     .../github.com/in-toto/archivista/pkg/LICENSE      |   201 -
     .../github.com/in-toto/go-witness/LICENSE          |   201 -
     .../in-toto/in-toto-golang/in_toto/LICENSE         |    13 -
     .../github.com/jcmturner/aescts/v2/LICENSE         |   201 -
     .../github.com/jcmturner/dnsutils/v2/LICENSE       |   201 -
     .../github.com/jcmturner/gofork/LICENSE            |    27 -
     .../github.com/jcmturner/gokrb5/v8/LICENSE         |   201 -
     .../github.com/jcmturner/rpc/v2/LICENSE            |   201 -
     .../github.com/jedisct1/go-minisign/LICENSE        |    21 -
     .../github.com/jmespath/go-jmespath/LICENSE        |   202 -
     .../github.com/jmespath/go-jmespath/NOTICE         |     2 -
     .../github.com/joho/godotenv/LICENCE               |    23 -
     .../github.com/jonboulle/clockwork/LICENSE         |   201 -
     .../github.com/json-iterator/go/LICENSE            |    21 -
     .../github.com/kballard/go-shellquote/LICENSE      |    19 -
     .../github.com/kelseyhightower/envconfig/LICENSE   |    19 -
     .../github.com/klauspost/compress/LICENSE          |   304 -
     .../klauspost/compress/internal/snapref/LICENSE    |    27 -
     .../compress/zstd/internal/xxhash/LICENSE.txt      |    22 -
     .../github.com/ktr0731/go-fuzzyfinder/LICENSE      |    21 -
     .../letsencrypt/boulder/core/challenges.go         |    48 -
     .../letsencrypt/boulder/core/interfaces.go         |    14 -
     .../github.com/letsencrypt/boulder/core/objects.go |   490 -
     .../letsencrypt/boulder/core/proto/core.pb.go      |  1155 --
     .../letsencrypt/boulder/core/proto/core.proto      |   139 -
     .../github.com/letsencrypt/boulder/core/util.go    |   400 -
     .../letsencrypt/boulder/goodkey/good_key.go        |   425 -
     .../letsencrypt/boulder/identifier/identifier.go   |   232 -
     .../github.com/letsencrypt/boulder/probs/probs.go  |   366 -
     .../letsencrypt/boulder/revocation/reasons.go      |    94 -
     .../github.com/liggitt/tabwriter/LICENSE           |    27 -
     .../github.com/lucasb-eyer/go-colorful/LICENSE     |     7 -
     .../github.com/mattn/go-colorable/LICENSE          |    21 -
     .../github.com/mattn/go-isatty/LICENSE             |     9 -
     .../github.com/mattn/go-runewidth/LICENSE          |    21 -
     .../VENDOR-LICENSE/github.com/mgutz/ansi/LICENSE   |     9 -
     .../github.com/mitchellh/go-homedir/LICENSE        |    21 -
     .../VENDOR-LICENSE/github.com/moby/term/LICENSE    |   191 -
     .../github.com/modern-go/concurrent/LICENSE        |   201 -
     .../github.com/modern-go/reflect2/LICENSE          |   201 -
     .../github.com/monochromegane/go-gitignore/LICENSE |    21 -
     .../github.com/munnerz/goautoneg/LICENSE           |    31 -
     .../github.com/nozzle/throttler/LICENSE            |   202 -
     .../github.com/nsf/termbox-go/LICENSE              |    19 -
     .../VENDOR-LICENSE/github.com/oklog/ulid/LICENSE   |   201 -
     .../github.com/opencontainers/go-digest/LICENSE    |   192 -
     .../github.com/pelletier/go-toml/v2/LICENSE        |    22 -
     .../github.com/peterbourgon/diskv/LICENSE          |    19 -
     .../github.com/pierrec/lz4/v4/LICENSE              |    28 -
     .../VENDOR-LICENSE/github.com/pkg/browser/LICENSE  |    23 -
     .../VENDOR-LICENSE/github.com/pkg/errors/LICENSE   |    23 -
     .../github.com/pmezard/go-difflib/difflib/LICENSE  |    27 -
     .../github.com/golang/gddo/httputil/LICENSE        |    27 -
     .../prometheus/client_golang/prometheus/LICENSE    |   201 -
     .../prometheus/client_golang/prometheus/NOTICE     |    18 -
     .../github.com/prometheus/client_model/go/LICENSE  |   201 -
     .../github.com/prometheus/client_model/go/NOTICE   |     5 -
     .../github.com/prometheus/common/LICENSE           |   201 -
     .../github.com/prometheus/common/NOTICE            |     5 -
     .../github.com/prometheus/procfs/LICENSE           |   201 -
     .../github.com/prometheus/procfs/NOTICE            |     7 -
     .../prometheus/statsd_exporter/pkg/LICENSE         |   201 -
     .../github.com/rcrowley/go-metrics/LICENSE         |    29 -
     .../github.com/russross/blackfriday/LICENSE.txt    |    28 -
     .../github.com/sagikazarmark/locafero/LICENSE      |    19 -
     .../github.com/sassoftware/relic/lib/LICENSE       |   202 -
     .../secure-systems-lab/go-securesystemslib/LICENSE |    21 -
     .../github.com/shibumi/go-pathspec/LICENSE         |   201 -
     .../github.com/sigstore/cosign/v2/LICENSE          |   201 -
     .../sigstore/protobuf-specs/gen/pb-go/LICENSE      |   202 -
     .../github.com/sigstore/rekor-tiles/v2/LICENSE     |   201 -
     .../github.com/sigstore/rekor/pkg/LICENSE          |   202 -
     .../github.com/sigstore/sigstore-go/pkg/LICENSE    |   201 -
     .../github.com/sigstore/sigstore/pkg/LICENSE       |   202 -
     .../v2/pkg/verification/LICENSE                    |   201 -
     .../github.com/sirupsen/logrus/LICENSE             |    21 -
     .../github.com/spf13/afero/LICENSE.txt             |   174 -
     .../VENDOR-LICENSE/github.com/spf13/cast/LICENSE   |    21 -
     .../github.com/spf13/cobra/LICENSE.txt             |   174 -
     .../VENDOR-LICENSE/github.com/spf13/pflag/LICENSE  |    28 -
     .../VENDOR-LICENSE/github.com/spf13/viper/LICENSE  |    21 -
     .../github.com/spiffe/go-spiffe/v2/LICENSE         |   201 -
     .../github.com/subosito/gotenv/LICENSE             |    21 -
     .../github.com/syndtr/goleveldb/leveldb/LICENSE    |    24 -
     .../github.com/tektoncd/chains/pkg/LICENSE         |   201 -
     .../VENDOR-LICENSE/github.com/tektoncd/cli/LICENSE |   202 -
     .../github.com/tektoncd/hub/api/LICENSE            |   201 -
     .../github.com/tektoncd/pipeline/LICENSE           |   202 -
     .../github.com/tektoncd/triggers/LICENSE           |   201 -
     .../github.com/theupdateframework/go-tuf/LICENSE   |    27 -
     .../theupdateframework/go-tuf/v2/metadata/LICENSE  |   201 -
     .../theupdateframework/go-tuf/v2/metadata/NOTICE   |     9 -
     .../github.com/titanous/rocacheck/LICENSE          |    22 -
     .../transparency-dev/formats/log/LICENSE           |   202 -
     .../github.com/transparency-dev/merkle/LICENSE     |   202 -
     .../vbatts/tar-split/archive/tar/LICENSE           |    28 -
     .../VENDOR-LICENSE/github.com/x448/float16/LICENSE |    22 -
     .../github.com/xdg-go/pbkdf2/LICENSE               |   175 -
     .../VENDOR-LICENSE/github.com/xdg-go/scram/LICENSE |   175 -
     .../github.com/xdg-go/stringprep/LICENSE           |   175 -
     .../github.com/xlab/treeprint/LICENSE              |    20 -
     .../github.com/youmark/pkcs8/LICENSE               |    21 -
     .../gitlab.com/gitlab-org/api/client-go/LICENSE    |   201 -
     .../go.mongodb.org/mongo-driver/LICENSE            |   201 -
     .../VENDOR-LICENSE/go.opencensus.io/LICENSE        |   202 -
     .../go.opentelemetry.io/auto/sdk/LICENSE           |   201 -
     .../contrib/detectors/gcp/LICENSE                  |   231 -
     .../google.golang.org/grpc/otelgrpc/LICENSE        |   231 -
     .../instrumentation/net/http/otelhttp/LICENSE      |   231 -
     .../go.opentelemetry.io/otel/LICENSE               |   231 -
     .../go.opentelemetry.io/otel/metric/LICENSE        |   231 -
     .../go.opentelemetry.io/otel/sdk/LICENSE           |   231 -
     .../go.opentelemetry.io/otel/sdk/metric/LICENSE    |   231 -
     .../go.opentelemetry.io/otel/trace/LICENSE         |   231 -
     third_party/VENDOR-LICENSE/go.starlark.net/LICENSE |    29 -
     .../VENDOR-LICENSE/go.step.sm/crypto/LICENSE       |   201 -
     .../crypto/internal/bcrypt_pbkdf/LICENSE           |    27 -
     .../crypto/internal/utils/utfbom/LICENSE           |   201 -
     .../go.uber.org/multierr/LICENSE.txt               |    19 -
     third_party/VENDOR-LICENSE/go.uber.org/zap/LICENSE |    19 -
     .../VENDOR-LICENSE/go.yaml.in/yaml/v2/LICENSE      |   201 -
     .../VENDOR-LICENSE/go.yaml.in/yaml/v2/NOTICE       |    13 -
     .../VENDOR-LICENSE/go.yaml.in/yaml/v3/LICENSE      |    50 -
     .../VENDOR-LICENSE/goa.design/goa/v3/LICENSE       |    21 -
     third_party/VENDOR-LICENSE/gocloud.dev/LICENSE     |   202 -
     .../gocloud.dev/docstore/mongodocstore/LICENSE     |   202 -
     .../gocloud.dev/pubsub/kafkapubsub/LICENSE         |   202 -
     .../VENDOR-LICENSE/golang.org/x/crypto/LICENSE     |    27 -
     .../VENDOR-LICENSE/golang.org/x/exp/LICENSE        |    27 -
     .../VENDOR-LICENSE/golang.org/x/mod/LICENSE        |    27 -
     .../VENDOR-LICENSE/golang.org/x/net/LICENSE        |    27 -
     .../VENDOR-LICENSE/golang.org/x/oauth2/LICENSE     |    27 -
     .../VENDOR-LICENSE/golang.org/x/sync/LICENSE       |    27 -
     .../VENDOR-LICENSE/golang.org/x/sys/LICENSE        |    27 -
     .../VENDOR-LICENSE/golang.org/x/term/LICENSE       |    27 -
     .../VENDOR-LICENSE/golang.org/x/text/LICENSE       |    27 -
     .../VENDOR-LICENSE/golang.org/x/time/rate/LICENSE  |    27 -
     .../VENDOR-LICENSE/golang.org/x/xerrors/LICENSE    |    27 -
     .../gomodules.xyz/jsonpatch/v2/LICENSE             |   202 -
     .../VENDOR-LICENSE/google.golang.org/api/LICENSE   |    27 -
     .../api/internal/third_party/uritemplates/LICENSE  |    27 -
     .../google.golang.org/genproto/LICENSE             |   202 -
     .../genproto/googleapis/api/LICENSE                |   202 -
     .../genproto/googleapis/rpc/LICENSE                |   202 -
     .../VENDOR-LICENSE/google.golang.org/grpc/LICENSE  |   202 -
     .../google.golang.org/grpc/NOTICE.txt              |    13 -
     .../google.golang.org/protobuf/LICENSE             |    27 -
     .../gopkg.in/evanphx/json-patch.v4/LICENSE         |    25 -
     third_party/VENDOR-LICENSE/gopkg.in/inf.v0/LICENSE |    28 -
     .../VENDOR-LICENSE/gopkg.in/yaml.v2/LICENSE        |   201 -
     third_party/VENDOR-LICENSE/gopkg.in/yaml.v2/NOTICE |    13 -
     third_party/VENDOR-LICENSE/gotest.tools/LICENSE    |    13 -
     .../gotest.tools/internal/difflib/LICENSE          |    27 -
     third_party/VENDOR-LICENSE/gotest.tools/v3/LICENSE |    13 -
     .../gotest.tools/v3/internal/difflib/LICENSE       |    27 -
     third_party/VENDOR-LICENSE/k8s.io/api/LICENSE      |   202 -
     .../k8s.io/apiextensions-apiserver/pkg/LICENSE     |   202 -
     .../VENDOR-LICENSE/k8s.io/apimachinery/pkg/LICENSE |   202 -
     .../apimachinery/third_party/forked/golang/LICENSE |    27 -
     .../VENDOR-LICENSE/k8s.io/cli-runtime/pkg/LICENSE  |   202 -
     .../VENDOR-LICENSE/k8s.io/client-go/LICENSE        |   202 -
     .../third_party/forked/golang/template/LICENSE     |    27 -
     .../VENDOR-LICENSE/k8s.io/kube-openapi/pkg/LICENSE |   202 -
     .../third_party/go-json-experiment/json/LICENSE    |    27 -
     .../kube-openapi/pkg/validation/spec/LICENSE       |   202 -
     third_party/VENDOR-LICENSE/k8s.io/utils/LICENSE    |   202 -
     .../internal/third_party/forked/golang/LICENSE     |    27 -
     .../eventing/pkg/reconciler/source/LICENSE         |   201 -
     .../knative.dev/networking/pkg/LICENSE             |   201 -
     third_party/VENDOR-LICENSE/knative.dev/pkg/LICENSE |   201 -
     .../VENDOR-LICENSE/knative.dev/serving/pkg/LICENSE |   202 -
     .../VENDOR-LICENSE/sigs.k8s.io/json/LICENSE        |   238 -
     .../sigs.k8s.io/kustomize/api/LICENSE              |   201 -
     .../sigs.k8s.io/kustomize/kyaml/LICENSE            |   201 -
     .../forked/github.com/go-yaml/yaml/LICENSE         |    50 -
     .../internal/forked/github.com/go-yaml/yaml/NOTICE |    13 -
     .../forked/github.com/qri-io/starlib/util/LICENSE  |    21 -
     .../VENDOR-LICENSE/sigs.k8s.io/randfill/LICENSE    |   202 -
     .../VENDOR-LICENSE/sigs.k8s.io/randfill/NOTICE     |    24 -
     .../sigs.k8s.io/structured-merge-diff/v6/LICENSE   |   201 -
     .../VENDOR-LICENSE/sigs.k8s.io/yaml/LICENSE        |   306 -
     tools/go.mod                                       |    91 +-
     tools/go.sum                                       |   218 +-
     vendor/cloud.google.com/go/.gitignore              |    12 +
     .../go/.release-please-manifest-individual.json    |    18 +
     .../go/.release-please-manifest-submodules.json    |   164 +
     .../go/.release-please-manifest.json               |     3 +
     vendor/cloud.google.com/go/CHANGES.md              |  2774 ++++
     vendor/cloud.google.com/go/CODE_OF_CONDUCT.md      |    44 +
     vendor/cloud.google.com/go/CONTRIBUTING.md         |   379 +
     vendor/cloud.google.com/go/README.md               |    92 +
     vendor/cloud.google.com/go/RELEASING.md            |   141 +
     vendor/cloud.google.com/go/SECURITY.md             |     7 +
     vendor/cloud.google.com/go/auth/CHANGES.md         |    13 -
     .../go/auth/credentials/internal/gdch/gdch.go      |    33 +-
     .../go/auth/grpctransport/grpctransport.go         |    34 +-
     .../go/auth/httptransport/httptransport.go         |     9 -
     .../cloud.google.com/go/auth/internal/jwt/jwt.go   |    41 +-
     .../cloud.google.com/go/auth/internal/version.go   |     4 +-
     vendor/cloud.google.com/go/debug.md                |   271 +
     vendor/cloud.google.com/go/doc.go                  |   289 +
     .../go/firestore/apiv1/.repo-metadata.json         |    10 -
     .../go/firestore/apiv1/auxiliary.go                |     2 +-
     .../go/firestore/apiv1/auxiliary_go123.go          |     2 +-
     vendor/cloud.google.com/go/firestore/apiv1/doc.go  |     2 +-
     .../go/firestore/apiv1/firestore_client.go         |   199 +-
     .../apiv1/firestorepb/aggregation_result.pb.go     |     5 +-
     .../firestore/apiv1/firestorepb/bloom_filter.pb.go |     5 +-
     .../go/firestore/apiv1/firestorepb/common.pb.go    |     5 +-
     .../go/firestore/apiv1/firestorepb/document.pb.go  |   452 +-
     .../apiv1/firestorepb/explain_stats.pb.go          |   168 -
     .../go/firestore/apiv1/firestorepb/firestore.pb.go |  2053 +--
     .../apiv1/firestorepb/firestore_grpc.pb.go         |    73 +-
     .../go/firestore/apiv1/firestorepb/pipeline.pb.go  |   196 -
     .../go/firestore/apiv1/firestorepb/query.pb.go     |     9 +-
     .../apiv1/firestorepb/query_profile.pb.go          |     5 +-
     .../go/firestore/apiv1/firestorepb/write.pb.go     |     5 +-
     .../go/firestore/apiv1/gapic_metadata.json         |    10 -
     .../cloud.google.com/go/firestore/apiv1/helpers.go |     2 +-
     .../go/firestore/internal/version.go               |     6 +-
     vendor/cloud.google.com/go/go.work                 |   197 +
     vendor/cloud.google.com/go/go.work.sum             |   266 +
     .../go/internal/.repo-metadata-full.json           |    50 +-
     .../cloud.google.com/go/kms}/LICENSE               |     0
     .../go/kms/apiv1/autokey_admin_client.go           |  1186 ++
     .../go/kms/apiv1/autokey_client.go                 |  1318 ++
     vendor/cloud.google.com/go/kms/apiv1/auxiliary.go  |   421 +
     .../go/kms/apiv1/auxiliary_go123.go                |    69 +
     vendor/cloud.google.com/go/kms/apiv1/doc.go        |    89 +
     vendor/cloud.google.com/go/kms/apiv1/ekm_client.go |  1597 ++
     .../go/kms/apiv1/gapic_metadata.json               |   725 +
     vendor/cloud.google.com/go/kms/apiv1/helpers.go    |   106 +
     vendor/cloud.google.com/go/kms/apiv1/iam.go        |    40 +
     .../go/kms/apiv1/key_management_client.go          |  4287 +++++
     .../go/kms/apiv1/kmspb/autokey.pb.go               |   611 +
     .../go/kms/apiv1/kmspb/autokey_admin.pb.go         |   579 +
     .../go/kms/apiv1/kmspb/autokey_admin_grpc.pb.go    |   215 +
     .../go/kms/apiv1/kmspb/autokey_grpc.pb.go          |   214 +
     .../go/kms/apiv1/kmspb/ekm_service.pb.go           |  1456 ++
     .../go/kms/apiv1/kmspb/ekm_service_grpc.pb.go      |   373 +
     .../go/kms/apiv1/kmspb/resources.pb.go             |  2984 ++++
     .../go/kms/apiv1/kmspb/service.pb.go               |  5662 +++++++
     .../go/kms/apiv1/kmspb/service_grpc.pb.go          |  1427 ++
     vendor/cloud.google.com/go/kms/apiv1/version.go    |    23 +
     vendor/cloud.google.com/go/kms/internal/version.go |    18 +
     vendor/cloud.google.com/go/longrunning/CHANGES.md  |   190 +
     vendor/cloud.google.com/go/longrunning/README.md   |    26 +
     .../go/longrunning/autogen/auxiliary.go            |    69 +
     .../go/longrunning/autogen/auxiliary_go123.go      |    32 +
     .../cloud.google.com/go/longrunning/autogen/doc.go |    79 +
     .../go/longrunning/autogen/from_conn.go            |    30 +
     .../go/longrunning/autogen/gapic_metadata.json     |    73 +
     .../go/longrunning/autogen/helpers.go              |   103 +
     .../go/longrunning/autogen/info.go                 |    24 +
     .../autogen/longrunningpb/operations.pb.go         |   286 +
     .../autogen/longrunningpb/operations_grpc.pb.go    |   329 -
     .../go/longrunning/autogen/operations_client.go    |   821 +
     .../cloud.google.com/go/longrunning/longrunning.go |   182 +
     vendor/cloud.google.com/go/longrunning/tidyfix.go  |    23 +
     vendor/cloud.google.com/go/migration.md            |    50 +
     .../go/release-please-config-individual.json       |    62 +
     .../go/release-please-config-yoshi-submodules.json |   496 +
     .../cloud.google.com/go/release-please-config.json |    11 +
     .../go/storage/.repo-metadata.json                 |    10 -
     vendor/cloud.google.com/go/storage/CHANGES.md      |    94 -
     vendor/cloud.google.com/go/storage/acl.go          |     4 +-
     vendor/cloud.google.com/go/storage/bucket.go       |   313 +-
     vendor/cloud.google.com/go/storage/client.go       |     9 -
     vendor/cloud.google.com/go/storage/contexts.go     |   115 -
     vendor/cloud.google.com/go/storage/doc.go          |     9 -
     .../cloud.google.com/go/storage/emulator_test.sh   |    13 +-
     .../go/storage/experimental/experimental.go        |     8 -
     vendor/cloud.google.com/go/storage/grpc_client.go  |   665 +-
     vendor/cloud.google.com/go/storage/grpc_dp_diag.go |   126 -
     .../go/storage/grpc_reader_multi_range.go          |  1331 +-
     vendor/cloud.google.com/go/storage/grpc_writer.go  |   309 +-
     vendor/cloud.google.com/go/storage/http_client.go  |    88 +-
     .../go/storage/internal/apiv2/.repo-metadata.json  |    10 -
     .../go/storage/internal/apiv2/auxiliary.go         |     2 +-
     .../go/storage/internal/apiv2/auxiliary_go123.go   |     2 +-
     .../go/storage/internal/apiv2/doc.go               |     2 +-
     .../go/storage/internal/apiv2/helpers.go           |     2 +-
     .../go/storage/internal/apiv2/storage_client.go    |   319 +-
     .../storage/internal/apiv2/storagepb/storage.pb.go |  4522 +++---
     .../internal/apiv2/storagepb/storage_grpc.pb.go    |   567 +-
     .../go/storage/internal/experimental.go            |     5 -
     .../go/storage/internal/version.go                 |     6 +-
     vendor/cloud.google.com/go/storage/option.go       |    14 -
     vendor/cloud.google.com/go/storage/pcu.go          |   565 -
     .../cloud.google.com/go/storage/post_policy_v4.go  |     2 +-
     vendor/cloud.google.com/go/storage/reader.go       |   135 +-
     vendor/cloud.google.com/go/storage/storage.go      |    68 +-
     vendor/cloud.google.com/go/storage/writer.go       |    43 +-
     vendor/cloud.google.com/go/testing.md              |   237 +
     .../exporter/ocagent/.gitignore                    |    17 +
     .../exporter/ocagent/.travis.yml                   |    20 +
     .../exporter/ocagent/CONTRIBUTING.md               |    24 +
     .../exporter/ocagent/LICENSE                       |     0
     .../exporter/ocagent/README.md                     |    61 +
     .../exporter/ocagent/common.go                     |    38 +
     .../exporter/ocagent/connection.go                 |   113 +
     .../exporter/ocagent/nodeinfo.go                   |    46 +
     .../exporter/ocagent/ocagent.go                    |   581 +
     .../exporter/ocagent/options.go                    |   206 +
     .../exporter/ocagent/span_config.go                |    25 +
     .../exporter/ocagent/transform_spans.go            |   243 +
     .../exporter/ocagent/transform_stats_to_metrics.go |   278 +
     .../exporter/ocagent/version.go                    |    17 +
     .../exporter/prometheus/.gitignore                 |     1 +
     .../exporter/prometheus/.golangci.yml              |   123 +
     .../exporter/prometheus/.travis.yml                |    17 +
     .../exporter/prometheus/LICENSE                    |     0
     .../exporter/prometheus/Makefile                   |    50 +
     .../exporter/prometheus/README.md                  |    14 +
     .../exporter/prometheus/prometheus.go              |   303 +
     .../exporter/prometheus/sanitize.go                |    38 +
     vendor/filippo.io/edwards25519/README.md           |     6 +-
     vendor/filippo.io/edwards25519/doc.go              |     6 +-
     vendor/filippo.io/edwards25519/extra.go            |    67 +-
     vendor/filippo.io/edwards25519/field/fe.go         |    34 +-
     vendor/filippo.io/edwards25519/field/fe_amd64.go   |     3 +-
     vendor/filippo.io/edwards25519/field/fe_amd64.s    |   203 +-
     .../edwards25519/field/fe_amd64_noasm.go           |     3 +-
     vendor/filippo.io/edwards25519/field/fe_arm64.go   |    16 +
     vendor/filippo.io/edwards25519/field/fe_arm64.s    |    42 +
     .../edwards25519/field/fe_arm64_noasm.go           |    12 +
     vendor/filippo.io/edwards25519/field/fe_generic.go |   170 +-
     vendor/filippo.io/edwards25519/pull.sh             |    53 -
     vendor/filippo.io/edwards25519/scalar.go           |    27 +-
     vendor/filippo.io/edwards25519/tables.go           |     4 +-
     .../ack-ram-tool/pkg/credentials/provider}/LICENSE |     0
     .../pkg/credentials/provider/accesskey_provider.go |    27 +
     .../pkg/credentials/provider/chain_provider.go     |   220 +
     .../pkg/credentials/provider/credentials.go        |    22 +
     .../credentials/provider/ecsmetadata_provider.go   |   198 +
     .../credentials/provider/encryptedfile_provider.go |   135 +
     .../pkg/credentials/provider/endpoint.go           |    43 +
     .../ack-ram-tool/pkg/credentials/provider/env.go   |   155 +
     .../pkg/credentials/provider/env_provider.go       |   128 +
     .../ack-ram-tool/pkg/credentials/provider/error.go |    55 +
     .../pkg/credentials/provider/file_provider.go      |    76 +
     .../pkg/credentials/provider/function_provider.go  |    28 +
     .../ack-ram-tool/pkg/credentials/provider/http.go  |    91 +
     .../ack-ram-tool/pkg/credentials/provider/log.go   |    44 +
     .../pkg/credentials/provider/oidc_provider.go      |   306 +
     .../pkg/credentials/provider/provider.go           |    24 +
     .../ack-ram-tool/pkg/credentials/provider/req.go   |   174 +
     .../pkg/credentials/provider/rolearn_provider.go   |   240 +
     .../pkg/credentials/provider/semaphore_provider.go |    48 +
     .../pkg/credentials/provider/ststoken_provider.go  |    35 +
     .../pkg/credentials/provider/updater.go            |   206 +
     .../pkg/credentials/provider/uri_provider.go       |   117 +
     .../ack-ram-tool/pkg/credentials/provider/v1sdk.go |    92 +
     .../ack-ram-tool/pkg/credentials/provider/v2sdk.go |    87 +
     .../github.com/Azure/azure-sdk-for-go/LICENSE.txt  |     0
     .../github.com/Azure/azure-sdk-for-go/NOTICE.txt   |     0
     .../Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md |    11 -
     .../arm/internal/resource/resource_identifier.go   |     3 +
     .../azcore/arm/internal/resource/resource_type.go  |     3 +
     .../sdk/azcore/arm/policy/policy.go                |     3 +
     .../sdk/azcore/arm/runtime/pipeline.go             |     3 +
     .../sdk/azcore/arm/runtime/policy_register_rp.go   |     3 +
     .../azcore/arm/runtime/policy_trace_namespace.go   |     3 +
     .../sdk/azcore/arm/runtime/runtime.go              |     7 +-
     .../azure-sdk-for-go/sdk/azcore/cloud/cloud.go     |     3 +
     .../Azure/azure-sdk-for-go/sdk/azcore/cloud/doc.go |     3 +
     .../Azure/azure-sdk-for-go/sdk/azcore/core.go      |     3 +
     .../Azure/azure-sdk-for-go/sdk/azcore/doc.go       |     3 +
     .../Azure/azure-sdk-for-go/sdk/azcore/errors.go    |     3 +
     .../Azure/azure-sdk-for-go/sdk/azcore/etag.go      |     3 +
     .../sdk/azcore/internal/exported/exported.go       |     3 +
     .../sdk/azcore/internal/exported/pipeline.go       |     3 +
     .../sdk/azcore/internal/exported/request.go        |     5 +-
     .../sdk/azcore/internal/exported/response_error.go |     3 +
     .../sdk/azcore/internal/log/log.go                 |     3 +
     .../sdk/azcore/internal/pollers/async/async.go     |     8 +-
     .../sdk/azcore/internal/pollers/body/body.go       |     3 +
     .../sdk/azcore/internal/pollers/fake/fake.go       |     3 +
     .../sdk/azcore/internal/pollers/loc/loc.go         |     3 +
     .../sdk/azcore/internal/pollers/op/op.go           |     3 +
     .../sdk/azcore/internal/pollers/poller.go          |     3 +
     .../sdk/azcore/internal/pollers/util.go            |     8 +-
     .../sdk/azcore/internal/shared/constants.go        |     5 +-
     .../sdk/azcore/internal/shared/shared.go           |     3 +
     .../Azure/azure-sdk-for-go/sdk/azcore/log/doc.go   |     3 +
     .../Azure/azure-sdk-for-go/sdk/azcore/log/log.go   |     3 +
     .../azure-sdk-for-go/sdk/azcore/policy/doc.go      |     3 +
     .../azure-sdk-for-go/sdk/azcore/policy/policy.go   |     3 +
     .../azure-sdk-for-go/sdk/azcore/runtime/doc.go     |     3 +
     .../azure-sdk-for-go/sdk/azcore/runtime/errors.go  |     3 +
     .../azure-sdk-for-go/sdk/azcore/runtime/pager.go   |     3 +
     .../sdk/azcore/runtime/pipeline.go                 |     3 +
     .../sdk/azcore/runtime/policy_api_version.go       |     3 +
     .../sdk/azcore/runtime/policy_body_download.go     |     3 +
     .../sdk/azcore/runtime/policy_http_header.go       |     4 +-
     .../sdk/azcore/runtime/policy_http_trace.go        |     3 +
     .../sdk/azcore/runtime/policy_include_response.go  |     4 +-
     .../sdk/azcore/runtime/policy_logging.go           |     3 +
     .../sdk/azcore/runtime/policy_request_id.go        |     3 +
     .../sdk/azcore/runtime/policy_retry.go             |     9 +-
     .../sdk/azcore/runtime/policy_telemetry.go         |     3 +
     .../azure-sdk-for-go/sdk/azcore/runtime/poller.go  |     8 +-
     .../azure-sdk-for-go/sdk/azcore/runtime/request.go |     3 +
     .../sdk/azcore/runtime/response.go                 |     6 +-
     .../runtime/transport_default_http_client.go       |     3 +
     .../azure-sdk-for-go/sdk/azcore/streaming/doc.go   |     3 +
     .../sdk/azcore/streaming/progress.go               |     3 +
     .../Azure/azure-sdk-for-go/sdk/azcore/to/doc.go    |     3 +
     .../Azure/azure-sdk-for-go/sdk/azcore/to/to.go     |     3 +
     .../sdk/azcore/tracing/constants.go                |     3 +
     .../azure-sdk-for-go/sdk/azcore/tracing/tracing.go |     3 +
     .../containers/azcontainerregistry/CHANGELOG.md    |    52 -
     .../sdk/containers/azcontainerregistry/README.md   |    98 -
     .../azcontainerregistry/TROUBLESHOOTING.md         |   177 -
     .../sdk/containers/azcontainerregistry/assets.json |     6 -
     .../azcontainerregistry/authentication_client.go   |   158 -
     .../authentication_custom_client.go                |    37 -
     .../azcontainerregistry/authentication_policy.go   |   249 -
     .../sdk/containers/azcontainerregistry/autorest.md |   457 -
     .../containers/azcontainerregistry/blob_client.go  |   664 -
     .../azcontainerregistry/blob_custom_client.go      |   110 -
     .../sdk/containers/azcontainerregistry/client.go   |   850 -
     .../containers/azcontainerregistry/cloud_config.go |    30 -
     .../containers/azcontainerregistry/constants.go    |   198 -
     .../azcontainerregistry/custom_client.go           |    68 -
     .../azcontainerregistry/custom_constants.go        |    13 -
     .../azcontainerregistry/digest_helper.go           |   163 -
     .../sdk/containers/azcontainerregistry/models.go   |   217 -
     .../containers/azcontainerregistry/models_serde.go |   486 -
     .../sdk/containers/azcontainerregistry/options.go  |   182 -
     .../azcontainerregistry/response_types.go          |   232 -
     .../azcontainerregistry/test-resources-post.ps1    |    29 -
     .../azcontainerregistry/test-resources-pre.ps1     |    40 -
     .../azcontainerregistry/test-resources.bicep       |    21 -
     .../containers/azcontainerregistry/time_rfc3339.go |    86 -
     .../sdk/security/keyvault/azkeys/CHANGELOG.md      |   203 +
     .../keyvault/azkeys}/LICENSE.txt                   |     0
     .../sdk/security/keyvault/azkeys/MIGRATION.md      |    90 +
     .../sdk/security/keyvault/azkeys/README.md         |   147 +
     .../security/keyvault/azkeys/TROUBLESHOOTING.md    |     4 +
     .../sdk/security/keyvault/azkeys/_metadata.json    |     4 +
     .../sdk/security/keyvault/azkeys/assets.json       |     6 +
     .../keyvault/azkeys}/build.go                      |    10 +-
     .../sdk/security/keyvault/azkeys/ci.yml            |    39 +
     .../sdk/security/keyvault/azkeys/client.go         |  1614 ++
     .../sdk/security/keyvault/azkeys/constants.go      |   255 +
     .../sdk/security/keyvault/azkeys/custom_client.go  |    69 +
     .../sdk/security/keyvault/azkeys/models.go         |   446 +
     .../sdk/security/keyvault/azkeys/models_serde.go   |  1283 ++
     .../sdk/security/keyvault/azkeys/options.go        |   130 +
     .../security/keyvault/azkeys/platform-matrix.json  |    17 +
     .../sdk/security/keyvault/azkeys/responses.go      |   154 +
     .../keyvault/azkeys/test-resources-post.ps1        |   147 +
     .../security/keyvault/azkeys/test-resources.json   |   296 +
     .../sdk/security/keyvault/azkeys/time_unix.go      |    57 +
     .../sdk/security/keyvault/azkeys/tsp-location.yaml |     5 +
     .../sdk/security/keyvault/azkeys/version.go        |     9 +
     .../sdk/security/keyvault/internal/CHANGELOG.md    |    96 +
     .../sdk/security/keyvault/internal/LICENSE.txt     |    21 +
     .../sdk/security/keyvault/internal/README.md       |    21 +
     .../security/keyvault/internal/challenge_policy.go |   176 +
     .../keyvault/internal/ci.keyvault.yml}             |    12 +-
     .../sdk/security/keyvault/internal/constants.go    |     8 +
     .../sdk/security/keyvault/internal/doc.go          |     4 +
     .../security/keyvault/internal/fake_challenge.go   |    36 +
     .../sdk/security/keyvault/internal/parse.go        |    35 +
     .../containerregistry/CHANGELOG.md                 |     2 +
     .../containerregistry/accesstokens.go              |   178 +
     .../2019-08-15-preview/containerregistry/blob.go   |   842 +
     .../2019-08-15-preview/containerregistry/client.go |    33 +
     .../containerregistry/dataplane_meta.json          |    11 +
     .../containerregistry/manifests.go                 |   491 +
     .../2019-08-15-preview/containerregistry/models.go |   628 +
     .../containerregistry/refreshtokens.go             |   111 +
     .../containerregistry/repository.go                |   321 +
     .../2019-08-15-preview/containerregistry/tag.go    |   339 +
     .../containerregistry/v2support.go                 |    89 +
     .../containerregistry/version.go                   |    19 +
     .../Azure/azure-sdk-for-go/version/version.go      |     7 +
     vendor/github.com/Azure/go-autorest/.gitignore     |    32 +
     vendor/github.com/Azure/go-autorest/CHANGELOG.md   |  1004 ++
     vendor/github.com/Azure/go-autorest/GNUmakefile    |    23 +
     vendor/github.com/Azure/go-autorest/Gopkg.lock     |   324 +
     vendor/github.com/Azure/go-autorest/Gopkg.toml     |    59 +
     .../github.com/Azure/go-autorest}/LICENSE          |     0
     vendor/github.com/Azure/go-autorest/README.md      |   165 +
     .../github.com/Azure/go-autorest/autorest}/LICENSE |     0
     .../Azure/go-autorest/autorest/adal}/LICENSE       |     0
     .../Azure/go-autorest/autorest/adal/README.md      |   294 +
     .../Azure/go-autorest/autorest/adal/config.go      |   151 +
     .../Azure/go-autorest/autorest/adal/devicetoken.go |   273 +
     .../go-autorest/autorest/adal/go_mod_tidy_hack.go  |    25 +
     .../Azure/go-autorest/autorest/adal/persist.go     |   135 +
     .../Azure/go-autorest/autorest/adal/sender.go      |   101 +
     .../Azure/go-autorest/autorest/adal/token.go       |  1430 ++
     .../Azure/go-autorest/autorest/adal/token_1.13.go  |    76 +
     .../go-autorest/autorest/adal/token_legacy.go      |    75 +
     .../Azure/go-autorest/autorest/adal/version.go     |    45 +
     .../Azure/go-autorest/autorest/authorization.go    |   353 +
     .../go-autorest/autorest/authorization_sas.go      |    66 +
     .../go-autorest/autorest/authorization_storage.go  |   307 +
     .../Azure/go-autorest/autorest/autorest.go         |   150 +
     .../Azure/go-autorest/autorest/azure/async.go      |   995 ++
     .../Azure/go-autorest/autorest/azure/auth}/LICENSE |     0
     .../go-autorest/autorest/azure/auth/README.md      |   152 +
     .../Azure/go-autorest/autorest/azure/auth/auth.go  |   772 +
     .../autorest/azure/auth/go_mod_tidy_hack.go        |    25 +
     .../Azure/go-autorest/autorest/azure/azure.go      |   388 +
     .../Azure/go-autorest/autorest/azure/cli}/LICENSE  |     0
     .../autorest/azure/cli/go_mod_tidy_hack.go         |    25 +
     .../go-autorest/autorest/azure/cli/profile.go      |    83 +
     .../Azure/go-autorest/autorest/azure/cli/token.go  |   227 +
     .../go-autorest/autorest/azure/environments.go     |   331 +
     .../autorest/azure/metadata_environment.go         |   245 +
     .../Azure/go-autorest/autorest/azure/rp.go         |   204 +
     .../Azure/go-autorest/autorest/client.go           |   328 +
     .../Azure/go-autorest/autorest/date}/LICENSE       |     0
     .../Azure/go-autorest/autorest/date/date.go        |    96 +
     .../go-autorest/autorest/date/go_mod_tidy_hack.go  |    24 +
     .../Azure/go-autorest/autorest/date/time.go        |   103 +
     .../Azure/go-autorest/autorest/date/timerfc1123.go |   100 +
     .../Azure/go-autorest/autorest/date/unixtime.go    |   123 +
     .../Azure/go-autorest/autorest/date/utility.go     |    25 +
     .../github.com/Azure/go-autorest/autorest/error.go |   103 +
     .../Azure/go-autorest/autorest/go_mod_tidy_hack.go |    25 +
     .../Azure/go-autorest/autorest/preparer.go         |   549 +
     .../Azure/go-autorest/autorest/responder.go        |   269 +
     .../Azure/go-autorest/autorest/retriablerequest.go |    52 +
     .../go-autorest/autorest/retriablerequest_1.7.go   |    55 +
     .../go-autorest/autorest/retriablerequest_1.8.go   |    67 +
     .../Azure/go-autorest/autorest/sender.go           |   458 +
     .../Azure/go-autorest/autorest/utility.go          |   232 +
     .../Azure/go-autorest/autorest/utility_1.13.go     |    30 +
     .../Azure/go-autorest/autorest/utility_legacy.go   |    32 +
     .../Azure/go-autorest/autorest/version.go          |    41 +
     .../Azure/go-autorest/azure-pipelines.yml          |   105 +
     vendor/github.com/Azure/go-autorest/doc.go         |    18 +
     .../github.com/Azure/go-autorest/logger}/LICENSE   |     0
     .../Azure/go-autorest/logger/go_mod_tidy_hack.go   |    24 +
     .../github.com/Azure/go-autorest/logger/logger.go  |   337 +
     .../github.com/Azure/go-autorest/tracing}/LICENSE  |     2 +-
     .../Azure/go-autorest/tracing/go_mod_tidy_hack.go  |    24 +
     .../Azure/go-autorest/tracing/tracing.go           |    67 +
     .../exporter/metric/version.go                     |     2 +-
     .../github.com/Microsoft/go-winio/.gitattributes   |     1 +
     vendor/github.com/Microsoft/go-winio/.gitignore    |    10 +
     vendor/github.com/Microsoft/go-winio/.golangci.yml |   147 +
     vendor/github.com/Microsoft/go-winio/CODEOWNERS    |     1 +
     .../github.com/Microsoft/go-winio}/LICENSE         |     2 +-
     vendor/github.com/Microsoft/go-winio/README.md     |    89 +
     vendor/github.com/Microsoft/go-winio/SECURITY.md   |    41 +
     vendor/github.com/Microsoft/go-winio/backup.go     |   287 +
     vendor/github.com/Microsoft/go-winio/doc.go        |    22 +
     vendor/github.com/Microsoft/go-winio/ea.go         |   137 +
     vendor/github.com/Microsoft/go-winio/file.go       |   320 +
     vendor/github.com/Microsoft/go-winio/fileinfo.go   |   106 +
     vendor/github.com/Microsoft/go-winio/hvsock.go     |   582 +
     .../Microsoft/go-winio/internal/fs/doc.go          |     2 +
     .../Microsoft/go-winio/internal/fs/fs.go           |   262 +
     .../Microsoft/go-winio/internal/fs/security.go     |    12 +
     .../go-winio/internal/fs/zsyscall_windows.go       |    61 +
     .../Microsoft/go-winio/internal/socket/rawaddr.go  |    20 +
     .../Microsoft/go-winio/internal/socket/socket.go   |   177 +
     .../go-winio/internal/socket/zsyscall_windows.go   |    69 +
     .../go-winio/internal/stringbuffer/wstring.go      |   132 +
     vendor/github.com/Microsoft/go-winio/pipe.go       |   586 +
     .../github.com/Microsoft/go-winio/pkg/guid/guid.go |   232 +
     .../Microsoft/go-winio/pkg/guid/guid_nonwindows.go |    16 +
     .../Microsoft/go-winio/pkg/guid/guid_windows.go    |    13 +
     .../Microsoft/go-winio/pkg/guid/variant_string.go  |    27 +
     vendor/github.com/Microsoft/go-winio/privilege.go  |   196 +
     vendor/github.com/Microsoft/go-winio/reparse.go    |   131 +
     vendor/github.com/Microsoft/go-winio/sd.go         |   133 +
     vendor/github.com/Microsoft/go-winio/syscall.go    |     5 +
     .../Microsoft/go-winio/zsyscall_windows.go         |   378 +
     .../alibabacloud-gateway-spi}/LICENSE              |     3 +-
     .../alibabacloud-gateway-spi/client/client.go      |   305 +
     .../alibabacloud-go/cr-20160607}/LICENSE           |     3 +-
     .../alibabacloud-go/cr-20160607/client/client.go   |  2513 +++
     .../alibabacloud-go/cr-20181201}/LICENSE           |     3 +-
     .../alibabacloud-go/cr-20181201/client/client.go   | 16031 +++++++++++++++++++
     .../alibabacloud-go/darabonba-openapi}/LICENSE     |     3 +-
     .../darabonba-openapi/client/client.go             |  1694 ++
     .../github.com/alibabacloud-go/debug}/LICENSE      |     0
     .../alibabacloud-go/debug/debug/assert.go          |    12 +
     .../alibabacloud-go/debug/debug/debug.go           |    36 +
     .../alibabacloud-go/endpoint-util/LICENSE          |   201 +
     .../endpoint-util/service/service.go               |    41 +
     .../alibabacloud-go/openapi-util/LICENSE           |   201 +
     .../openapi-util/service/service.go                |   635 +
     .../github.com/alibabacloud-go/tea-utils/LICENSE   |   201 +
     .../alibabacloud-go/tea-utils/service/service.go   |   468 +
     .../alibabacloud-go/tea-utils/service/util.go      |    52 +
     vendor/github.com/alibabacloud-go/tea-xml/LICENSE  |   201 +
     .../alibabacloud-go/tea-xml/service/service.go     |   105 +
     vendor/github.com/alibabacloud-go/tea/LICENSE      |   201 +
     .../alibabacloud-go/tea/tea/json_parser.go         |   333 +
     vendor/github.com/alibabacloud-go/tea/tea/tea.go   |  1167 ++
     vendor/github.com/alibabacloud-go/tea/tea/trans.go |   491 +
     .../github.com/alibabacloud-go/tea/utils/assert.go |    64 +
     .../github.com/alibabacloud-go/tea/utils/logger.go |   109 +
     .../alibabacloud-go/tea/utils/progress.go          |    60 +
     vendor/github.com/aliyun/credentials-go/LICENSE    |   201 +
     .../credentials/access_key_credential.go           |    50 +
     .../credentials/bearer_token_credential.go         |    48 +
     .../credentials-go/credentials/credential.go       |   420 +
     .../credentials-go/credentials/credential_model.go |    50 +
     .../credentials/credential_updater.go              |    25 +
     .../credentials-go/credentials/ecs_ram_role.go     |   165 +
     .../credentials-go/credentials/env_provider.go     |    47 +
     .../credentials/instance_provider.go               |    28 +
     .../credentials-go/credentials/oidc_credential.go  |   195 +
     .../credentials/oidc_credential_provider.go        |    37 +
     .../aliyun/credentials-go/credentials/oidc_token   |     1 +
     .../credentials-go/credentials/profile_provider.go |   351 +
     .../aliyun/credentials-go/credentials/provider.go  |    17 +
     .../credentials-go/credentials/provider_chain.go   |    32 +
     .../credentials/request/common_request.go          |    63 +
     .../credentials/response/common_response.go        |    53 +
     .../credentials/rsa_key_pair_credential.go         |   163 +
     .../credentials/session_credential.go              |     7 +
     .../credentials-go/credentials/sts_credential.go   |    53 +
     .../credentials/sts_role_arn_credential.go         |   200 +
     .../credentials-go/credentials/uri_credential.go   |   141 +
     .../credentials-go/credentials/utils/runtime.go    |    36 +
     .../credentials-go/credentials/utils/utils.go      |   146 +
     vendor/github.com/allegro/bigcache/v3/.codecov.yml |    28 -
     vendor/github.com/allegro/bigcache/v3/.gitignore   |    11 -
     vendor/github.com/allegro/bigcache/v3/LICENSE      |   201 -
     vendor/github.com/allegro/bigcache/v3/README.md    |   204 -
     vendor/github.com/allegro/bigcache/v3/bigcache.go  |   270 -
     vendor/github.com/allegro/bigcache/v3/bytes.go     |    11 -

https://github.com/tektoncd/cli/compare/ce8b7d0a23de5865dbf7f8c7032cd76bed79074a..feb2d5adf424a1d8bcc71959e20cc674a5546ed4
@github-actions github-actions Bot force-pushed the actions/update/sources-nightly branch from 0c8b486 to 1cade18 Compare May 14, 2026 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated For Automated PRs upstream For Upstream Sync PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants