Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cuelang.org/go v0.10.0 -> v0.10.1 age adoption passing confidence
github.com/daixiang0/gci v0.13.5 -> v0.13.7 age adoption passing confidence
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.55 -> v0.1.191 age adoption passing confidence
github.com/enterprise-contract/go-containerregistry v0.20.3-0.20240814111759-1368a664d919 -> v0.20.6 age adoption passing confidence
github.com/evanphx/json-patch v5.9.0+incompatible -> v5.9.11+incompatible age adoption passing confidence
github.com/evanphx/json-patch/v5 v5.9.0 -> v5.9.11 age adoption passing confidence
github.com/gkampitakis/go-snaps v0.5.7 -> v0.5.15 age adoption passing confidence
github.com/go-logr/logr v1.4.2 -> v1.4.3 age adoption passing confidence
github.com/google/go-containerregistry v0.20.2 -> v0.20.6 age adoption passing confidence
github.com/hashicorp/go-getter v1.7.9 -> v1.7.10 age adoption passing confidence
github.com/otiai10/copy v1.14.0 -> v1.14.1 age adoption passing confidence
github.com/secure-systems-lab/go-securesystemslib v0.9.0 -> v0.9.1 age adoption passing confidence
github.com/sigstore/cosign/v2 v2.4.0 -> v2.4.3 age adoption passing confidence
github.com/sigstore/rekor v1.3.6 -> v1.3.10 age adoption passing confidence
github.com/spf13/pflag v1.0.5 -> v1.0.10 age adoption passing confidence
github.com/tektoncd/chains v0.22.0 -> v0.22.3 age adoption passing confidence
github.com/tektoncd/cli v0.38.0 -> v0.38.2 age adoption passing confidence
k8s.io/api v0.31.6 -> v0.31.13 age adoption passing confidence
k8s.io/apiextensions-apiserver v0.31.4 -> v0.31.13 age adoption passing confidence
k8s.io/apimachinery v0.31.6 -> v0.31.13 age adoption passing confidence
k8s.io/client-go v0.31.6 -> v0.31.13 age adoption passing confidence
k8s.io/kubernetes v1.31.12 -> v1.31.13 age adoption passing confidence

Release Notes

cue-lang/cue (cuelang.org/go)

v0.10.1

Compare Source

This release includes fixes for two bugs which were uncovered and resolved in the last few weeks.

cmd/cue

CL 1202646 fixes a panic for users of the cmd/cue/cmd Go API.

CL 1202738 fixes a bug when using @if attributes in files specified directly as command line arguments.

daixiang0/gci (github.com/daixiang0/gci)

v0.13.7

Compare Source

What's Changed

New Contributors

Full Changelog: daixiang0/gci@v0.13.6...v0.13.7

v0.13.6

Compare Source

What's Changed

Full Changelog: daixiang0/gci@v0.13.5...v0.13.6

enterprise-contract/go-containerregistry (github.com/enterprise-contract/go-containerregistry)

v0.20.6

Compare Source

v0.20.5

Compare Source

v0.20.4

Compare Source

evanphx/json-patch (github.com/evanphx/json-patch)

v5.9.11+incompatible

Compare Source

v5.9.10+incompatible

Compare Source

gkampitakis/go-snaps (github.com/gkampitakis/go-snaps)

v0.5.15

Compare Source

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.14...v0.5.15

v0.5.14

Compare Source

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.13...v0.5.14

v0.5.13

Compare Source

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.12...v0.5.13

v0.5.12

Compare Source

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.11...v0.5.12

v0.5.11

Compare Source

What's Changed
New Contributors

Full Changelog: gkampitakis/go-snaps@v0.5.10...v0.5.11

v0.5.10

Compare Source

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.9...v0.5.10

v0.5.9

Compare Source

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.8...v0.5.9

Kudos to @​orloffv for this issue #​116

v0.5.8

Compare Source

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.7...v0.5.8

go-logr/logr (github.com/go-logr/logr)

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

google/go-containerregistry (github.com/google/go-containerregistry)

v0.20.6

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.4...v0.20.6

v0.20.5

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.3...v0.20.5

v0.20.4: - Not usable as a go module

Compare Source

🚨 This release was published to the Go module proxy and then re-tagged with a different commit. This means it's not usable as a Go module (#​2107) -- please us v0.20.5 instead.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.3...v0.20.4

v0.20.3

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.2...v0.20.3

otiai10/copy (github.com/otiai10/copy)

v1.14.1

Compare Source

secure-systems-lab/go-securesystemslib (github.com/secure-systems-lab/go-securesystemslib)

v0.9.1

Compare Source

sigstore/cosign (github.com/sigstore/cosign/v2)

v2.4.3

Compare Source

Features

  • Bump sigstore/sigstore to support KMS plugins (#​4073)
  • Enable fetching signatures without remote get. (#​4047)
  • Feat/file flag completion improvements (#​4028)
  • Update builder to use go1.23.6 (#​4052)

Bug Fixes

  • fix parsing error in --only for cosign copy (#​4049)

Cleanup

  • Refactor verifyNewBundle into library function (#​4013)
  • fix comment typo and imports order (#​4061)
  • sync comment with parameter name in function signature (#​4063)
  • sort properly Go imports (#​4071)

Contributors

  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Cody Soyland
  • Dmitry Savintsev
  • Hayden B
  • Tomasz Janiszewski
  • Ville Skyttä

v2.4.2

Compare Source

Features

  • Updated open-policy-agent to 1.1.0 library (#​4036)
    • Note that only Rego v0 policies are supported at this time
  • Add UseSignedTimestamps to CheckOpts, refactor TSA options (#​4006)
  • Add support for verifying root checksum in cosign initialize (#​3953)
  • Detect if user supplied a valid protobuf bundle (#​3931)
  • Add a log message if user doesn't provide --trusted-root (#​3933)
  • Support mTLS towards container registry (#​3922)
  • Add bundle create helper command (#​3901)
  • Add trusted-root create helper command (#​3876)

Bug Fixes

  • fix: set tls config while retaining other fields from default http transport (#​4007)
  • policy fuzzer: ignore known panics (#​3993)
  • Fix for multiple WithRemote options (#​3982)
  • Add nightly conformance test workflow (#​3979)
  • Fix copy --only for signatures + update/align docs (#​3904)

Documentation

  • Remove usage.md from spec, point to client spec (#​3918)
  • move reference from gcr to ghcr (#​3897)

Contributors

  • AdamKorcz
  • Aditya Sirish
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Cody Soyland
  • Colleen Murphy
  • Hayden B
  • Jussi Kukkonen
  • Marco Franssen
  • Nianyu Shen
  • Slavek Kabrda
  • Søren Juul
  • Warren Hodgkinson
  • Zach Steindler

v2.4.1

Compare Source

v2.4.1 largely contains bug fixes and updates dependencies.

Features

  • Added fuzzing coverage to multiple packages

Bug Fixes

  • Fix bug in attest-blob when using a timestamp authority with new bundles (#​3877)
  • fix: documentation link for installation guide (#​3884)

Contributors

  • AdamKorcz
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Hayden B
  • Hemil K
  • Sota Sugiura
  • Zach Steindler
sigstore/rekor (github.com/sigstore/rekor)

v1.3.10

Compare Source

Note that Rekor v1 is in maintenance mode as we are actively developing
its successor, Rekor v2, designed to be easy to maintain and cheaper to operate.. See the
README
for more information.

Features

  • Added --client-signing-algorithms flag (#​1974)

Fixes / Misc

  • emit unpopulated values when marshalling (#​2438)
  • pkg/api: better logs when algorithm registry rejects a key (#​2429)
  • chore: improve mysql readiness checks (#​2397)

Contributors

  • Bob Callaway
  • cangqiaoyuzhuo
  • Carlos Tadeu Panato Junior
  • cpanato
  • Hayden B
  • Praful Khanduri
  • Ramon Petgrave
  • Riccardo Schirone
  • rubyisrust
  • Sascha Grunert

v1.3.9

Compare Source

Features

  • Cache checkpoint for inactive shards (#​2332)
  • Support per-shard signing keys (#​2330)

Contributors

  • Hayden B

v1.3.8

Compare Source

Bug Fixes

Quality Enhancements

  • chore: relax go directive to permit 1.22.x
  • fetch minisign from homebrew instead of custom ppa (#​2329)
  • fix(ci): simplify GOVERSION extraction
  • chore(deps): bump actions pins to latest
  • Updates go and golangci-lint (#​2302)
  • update builder to use go1.23.4 (#​2301)
  • clean up spaces
  • log request body on 500 error to aid debugging (#​2283)

Contributors

  • Appu Goundan
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Dominic Evans
  • sgpinkus

v1.3.7

Compare Source

New Features

  • log request body on 500 error to aid debugging (#​2283)
  • Add support for signing with Tink keyset (#​2228)
  • Add public key hash check in Signed Note verification (#​2214)
  • update Trillian TLS configuration (#​2202)
  • Add TLS support for Trillian server (#​2164)
  • Replace docker-compose with plugin if available (#​2153)
  • Add flags to backfill script (#​2146)
  • Unset DisableKeepalive for backfill HTTP client (#​2137)
  • Add script to delete indexes from Redis (#​2120)
  • Run CREATE statement in backfill script (#​2109)
  • Add MySQL support to backfill script (#​2081)
  • Run e2e tests on mysql and redis index backends (#​2079)

Bug Fixes

  • remove unneeded value in log message (#​2282)
  • Add error message when computing consistency proof (#​2278)
  • fix validation error handling on API (#​2217)
  • fix error in pretty-printed inclusion proof from verify subcommand (#​2210)
  • Fix index scripts (#​2203)
  • fix failing sharding test
  • Better error handling in backfill script (#​2148)
  • Batch entries in cleanup script (#​2158)
  • Add missing workflow for index cleanup test (#​2121)
  • hashedrekord: fix schema $id (#​2092)

Contributors

  • Aditya Sirish
  • Bob Callaway
  • Colleen Murphy
  • cpanato
  • Firas Ghanmi
  • Hayden B
  • Hojoung (Brian) Jang
  • William Woodruff
spf13/pflag (github.com/spf13/pflag)

v1.0.10

Compare Source

What's Changed

  • fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @​thaJeztah in #​447
  • remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @​thaJeztah in #​448

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

v1.0.9

Compare Source

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

Compare Source

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8

v1.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.6...v1.0.7

v1.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.5...v1.0.6

tektoncd/chains (github.com/tektoncd/chains)

v0.22.3: Tekton Chains release v0.22.3 "v0.22.3"

Compare Source

-[Docs @​ v0.22.3](https://redirect.gi


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 1, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: acceptance/go.sum
Command failed: go get -t ./...
go: module github.com/google/[email protected] requires go >= 1.24; switching to go1.24.9
go: downloading go1.24.9 (linux/amd64)
go: download go1.24.9: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

File name: go.sum
Command failed: go get -t ./...
go: module github.com/enterprise-contract/[email protected] requires go >= 1.24; switching to go1.24.9
go: downloading go1.24.9 (linux/amd64)
go: download go1.24.9: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

File name: tools/go.sum
Command failed: go get -t ./...
go: downloading github.com/daixiang0/gci v0.13.7
go: downloading github.com/golangci/golangci-lint v1.60.3
go: downloading github.com/google/addlicense v1.1.1
go: downloading github.com/open-policy-agent/conftest v0.55.0
go: downloading github.com/tektoncd/chains v0.22.3
go: downloading github.com/tektoncd/cli v0.38.2
go: downloading github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
go: downloading helm.sh/helm/v3 v3.15.4
go: downloading k8s.io/kubernetes v1.31.13
go: downloading sigs.k8s.io/kustomize/kustomize/v5 v5.4.3
go: downloading github.com/bmatcuk/doublestar/v4 v4.6.1
go: downloading golang.org/x/sync v0.14.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/in-toto/attestation v1.1.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/sigstore/cosign/v2 v2.4.0
go: downloading github.com/sigstore/rekor v1.3.6
go: downloading github.com/sigstore/sigstore v1.8.8
go: downloading github.com/tektoncd/pipeline v0.66.0
go: downloading golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
go: downloading google.golang.org/protobuf v1.34.2
go: downloading k8s.io/apimachinery v0.31.0
go: downloading k8s.io/client-go v0.31.0
go: downloading knative.dev/pkg v0.0.0-20240815051656-89743d9bbf7c
go: downloading golang.org/x/tools v0.24.0
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading github.com/gofrs/flock v0.12.1
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
go: downloading golang.org/x/term v0.32.0
go: downloading golang.org/x/text v0.25.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading k8s.io/kubectl v0.31.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading k8s.io/component-base v0.31.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/fatih/color v1.17.0
go: downloading github.com/hashicorp/go-version v1.7.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.3
go: downloading github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
go: downloading github.com/spf13/viper v1.19.0
go: downloading go.uber.org/automaxprocs v1.5.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/open-policy-agent/opa v0.68.0
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading oras.land/oras-go/v2 v2.5.0
go: downloading oras.land/oras-go v1.2.6
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f
go: downloading github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7
go: downloading github.com/go-openapi/runtime v0.28.0
go: downloading github.com/go-openapi/strfmt v0.23.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/google/certificate-transparency-go v1.2.1
go: downloading github.com/google/go-containerregistry v0.20.2
go: downloading github.com/in-toto/in-toto-golang v0.9.1-0.20240317085821-8e2966059a09
go: downloading github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481
go: downloading github.com/secure-systems-lab/go-securesystemslib v0.8.0
go: downloading github.com/sigstore/timestamp-authority v1.2.2
go: downloading github.com/transparency-dev/merkle v0.0.2
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
go: downloading github.com/go-openapi/errors v0.22.0
go: downloading github.com/go-openapi/validate v0.24.0
go: downloading github.com/letsencrypt/boulder v0.0.0-20240830194243-1fcf0ee08180
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading golang.org/x/crypto v0.38.0
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/aws v1.8.8
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/azure v1.8.8
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.8.8
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.8.8
go: downloading github.com/spiffe/go-spiffe/v2 v2.3.0
go: downloading k8s.io/api v0.31.0
go: downloading github.com/google/cel-go v0.21.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38
go: downloading k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3
go: downloading github.com/blendle/zapdriver v1.3.1
go: downloading github.com/jonboulle/clockwork v0.4.0
go: downloading github.com/tektoncd/triggers v0.29.1
go: downloading github.com/tektoncd/hub v1.18.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading golang.org/x/sys v0.33.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading k8s.io/cli-runtime v0.31.0
go: downloading github.com/cyphar/filepath-securejoin v0.3.1
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading k8s.io/apiextensions-apiserver v0.31.0
go: downloading github.com/evanphx/json-patch v5.9.0+incompatible
go: downloading github.com/Masterminds/vcs v1.13.3
go: downloading github.com/containerd/containerd v1.7.21
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/rubenv/sql-migrate v1.7.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/imdario/mergo v0.3.16
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading sigs.k8s.io/kustomize/api v0.17.3
go: downloading sigs.k8s.io/kustomize/cmd/config v0.14.2
go: downloading sigs.k8s.io/kustomize/kyaml v0.17.2
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading golang.org/x/mod v0.20.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/go-viper/mapstructure/v2 v2.1.0
go: downloading github.com/ldez/gomoddirectives v0.2.4
go: downloading github.com/golangci/plugin-module-register v0.1.1
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
go: downloading github.com/golangci/revgrep v0.5.3
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/sagikazarmark/locafero v0.6.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/spf13/cast v1.7.0
go: downloading github.com/hashicorp/go-getter v1.7.6
go: downloading github.com/jstemmer/go-junit-report v1.0.0
go: downloading github.com/logrusorgru/aurora v2.0.3+incompatible
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/OneOfOne/xxhash v1.2.8
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/oklog/ulid v1.3.1
go: downloading go.mongodb.org/mongo-driver v1.16.1
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/shibumi/go-pathspec v1.3.0
go: downloading github.com/sigstore/protobuf-specs v0.3.2
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/theupdateframework/go-tuf v0.7.0
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading go.opentelemetry.io/otel v1.29.0
go: downloading go.opentelemetry.io/otel/trace v1.29.0
go: downloading github.com/go-openapi/analysis v0.23.0
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/go-openapi/loads v0.22.0
go: downloading github.com/go-openapi/spec v0.21.0
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/aws/aws-sdk-go-v2 v1.30.4
go: downloading github.com/aws/aws-sdk-go-v2/config v1.27.31
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.35.5
go: downloading github.com/jellydator/ttlcache/v3 v3.3.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.1.0
go: downloading github.com/go-jose/go-jose/v3 v3.0.3
go: downloading cloud.google.com/go/kms v1.19.0
go: downloading cloud.google.com/go v0.115.1
go: downloading google.golang.org/api v0.195.0
go: downloading github.com/hashicorp/vault/api v1.14.0
go: downloading github.com/go-jose/go-jose/v4 v4.0.4
go: downloading github.com/zeebo/errs v1.3.0
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading google.golang.org/grpc v1.67.0
go: downloading github.com/sigstore/fulcio v1.6.3
go: downloading go.step.sm/crypto v0.51.2
go: downloading github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240826150212-5dc58b6e29f8
go: downloading github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
go: downloading github.com/mozillazg/docker-credential-acr-helper v0.4.0
go: downloading sigs.k8s.io/release-utils v0.8.4
go: downloading gocloud.dev v0.39.0
go: downloading gocloud.dev/docstore/mongodocstore v0.39.0
go: downloading cloud.google.com/go/storage v1.43.0
go: downloading github.com/grafeas/grafeas v0.2.3
go: downloading github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20240826191751-a07d1cab8700
go: downloading gocloud.dev/pubsub/kafkapubsub v0.39.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1
go: downloading google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1
go: downloading github.com/emicklei/go-restful/v3 v3.12.1
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49
go: downloading github.com/golang/protobuf v1.5.4
go: downloading golang.org/x/net v0.34.0
go: downloading golang.org/x/time v0.6.0
go: downloading github.com/AlecAivazis/survey/v2 v2.3.7
go: downloading golang.org/x/oauth2 v0.27.0
go: downloading github.com/mattn/go-runewidth v0.0.16
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
go: downloading github.com/containerd/errdefs v0.1.0
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/containerd/platforms v0.2.1
go: downloading github.com/docker/cli v27.2.0+incompatible
go: downloading github.com/docker/docker v27.2.0+incompatible
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.1.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/chai2010/gettext-go v1.0.3
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading k8s.io/component-helpers v0.31.0
go: downloading github.com/daviddengcn/go-colortext v1.0.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/lithammer/dedent v1.1.0
go: downloading k8s.io/metrics v0.31.0
go: downloading github.com/alingse/asasalint v0.0.11
go: downloading github.com/tdakkota/asciicheck v0.2.0
go: downloading github.com/breml/bidichk v0.2.7
go: downloading github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a
go: downloading github.com/lasiar/canonicalheader v1.1.1
go: downloading github.com/sivchari/containedctx v1.0.3
go: downloading github.com/kkHAIKE/contextcheck v1.1.5
go: downloading github.com/karamaru-alpha/copyloopvar v1.1.0
go: downloading github.com/bkielbasa/cyclop v1.2.1
go: downloading gitlab.com/bosi/decorder v0.4.2
go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.2.0
go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
go: downloading github.com/Abirdcfly/dupword v0.1.1
go: downloading github.com/charithe/durationcheck v0.0.10
go: downloading github.com/Djarvur/go-err113 v0.1.0
go: downloading github.com/kisielk/errcheck v1.7.0
go: downloading github.com/breml/errchkjson v0.3.6
go: downloading github.com/Antonboom/errname v0.1.13
go: downloading github.com/polyfloyd/go-errorlint v1.6.0
go: downloading github.com/lufeee/execinquery v1.2.1
go: downloading github.com/nishanths/exhaustive v0.12.0
go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0
go: downloading github.com/kyoh86/exportloopref v0.1.11
go: downloading github.com/Crocmagnon/fatcontext v0.5.2
go: downloading github.com/ashanbrown/forbidigo v1.6.0
go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
go: downloading github.com/ultraware/funlen v0.1.0
go: downloading github.com/golangci/modinfo v0.3.4
go: downloading github.com/nunnatsa/ginkgolinter v0.16.2
go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
go: downloading 4d63.com/gochecknoglobals v0.2.1
go: downloading github.com/alecthomas/go-check-sumtype v0.1.4
go: downloading github.com/uudashr/gocognit v1.1.3
go: downloading github.com/jgautheron/goconst v1.7.1
go: downloading github.com/go-critic/go-critic v0.11.4
go: downloading github.com/quasilyte/go-ruleguard/dsl v0.3.22
go: downloading github.com/quasilyte/go-ruleguard v0.4.2
go: downloading github.com/fzipp/gocyclo v0.6.0
go: downloading github.com/tetafro/godot v1.4.16
go: downloading github.com/matoous/godox v0.0.0-20240105082147-c5b5e0e7c0c0
go: downloading github.com/golangci/gofmt v0.0.0-20240816233607-d8596aa466a9
go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
go: downloading mvdan.cc/gofumpt v0.7.0
go: downloading github.com/denis-tingaikin/go-header v0.5.0
go: downloading github.com/ryancurrah/gomodguard v1.3.3
go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
go: downloading github.com/securego/gosec/v2 v2.20.1-0.20240822074752-ab3f6c1c83a0
go: downloading honnef.co/go/tools v0.5.1
go: downloading github.com/xen0n/gosmopolitan v1.2.2
go: downloading github.com/leonklingele/grouper v1.1.2
go: downloading github.com/julz/importas v0.1.0
go: downloading github.com/macabu/inamedparam v0.1.3
go: downloading github.com/gordonklaus/ineffassign v0.1.0
go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
go: downloading github.com/ckaznocha/intrange v0.1.2
go: downloading github.com/butuzov/ireturn v0.3.0
go: downloading github.com/timonwong/loggercheck v0.9.4
go: downloading github.com/yagipy/maintidx v1.0.0
go: downloading github.com/ashanbrown/makezero v1.1.1
go: downloading github.com/butuzov/mirror v1.2.0
go: downloading github.com/golangci/misspell v0.6.0
go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
go: downloading go-simpler.org/musttag v0.12.2
go: downloading github.com/alexkohler/nakedret/v2 v2.0.4
go: downloading github.com/nakabonne/nestif v0.3.1
go: downloading github.com/gostaticanalysis/nilerr v0.1.1
go: downloading github.com/Antonboom/nilnil v0.1.9
go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
go: downloading github.com/sonatard/noctx v0.0.2
go: downloading github.com/firefart/nonamedreturns v1.0.5
go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
go: downloading github.com/kunwardeep/paralleltest v1.0.10
go: downloading github.com/catenacyber/perfsprint v0.7.1
go: downloading github.com/alexkohler/prealloc v1.0.0
go: downloading github.com/nishanths/predeclared v0.2.2
go: downloading github.com/yeya24/promlinter v0.3.0
go: downloading github.com/ghostiam/protogetter v0.3.6
go: downloading github.com/curioswitch/go-reassign v0.2.0
go: downloading github.com/mgechev/revive v1.3.9
go: downloading github.com/jingyugao/rowserrcheck v1.1.1
go: downloading go-simpler.org/sloglint v0.7.2
go: downloading github.com/jjti/go-spancheck v0.6.2
go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
go: downloading github.com/4meepo/tagalign v1.3.4
go: downloading github.com/ldez/tagliatelle v0.5.0
go: downloading github.com/sivchari/tenv v1.10.0
go: downloading github.com/maratori/testableexamples v1.0.0
go: downloading github.com/Antonboom/testifylint v1.4.3
go: downloading github.com/maratori/testpackage v1.1.1
go: downloading github.com/kulti/thelper v0.6.3
go: downloading github.com/moricho/tparallel v0.3.2
go: downloading github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed
go: downloading mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f
go: downloading github.com/sashamelentyev/usestdlibvars v1.27.0
go: downloading github.com/blizzy78/varnamelen v0.8.0
go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
go: downloading github.com/ultraware/whitespace v0.1.1
go: downloading github.com/tomarrell/wrapcheck/v2 v2.9.0
go: downloading github.com/bombsimon/wsl/v4 v4.4.1
go: downloading github.com/ykadowak/zerologlint v0.1.5
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.1-vault-5
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/aws/aws-sdk-go v1.55.5
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/ulikunitz/xz v0.5.12
go: downloading github.com/tchap/go-patricia/v2 v2.3.1
go: downloading github.com/yashtewari/glob-intersection v0.2.0
go: downloading cuelang.org/go v0.10.0
go: downloading github.com/CycloneDX/cyclonedx-go v0.9.0
go: downloading github.com/moby/buildkit v0.15.2
go: downloading olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3
go: downloading github.com/tmccombs/hcl2json v0.6.4
go: downloading github.com/go-akka/configuration v0.0.0-20200606091224-a002c0330665
go: downloading github.com/shteou/go-ignore v0.3.1
go: downloading github.com/go-ini/ini v1.67.0
go: downloading github.com/muhammadmuzzammil1998/jsonc v1.0.0
go: downloading github.com/google/go-jsonnet v0.20.0
go: downloading github.com/spdx/tools-golang v0.5.5
go: downloading github.com/bufbuild/protocompile v0.14.1
go: downloading github.com/KeisukeYamashita/go-vcl v0.4.0
go: downloading github.com/basgys/goxml2json v1.1.0
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/go-chi/chi v4.1.2+incompatible
go: downloading github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
go: downloading github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
go: downloading go.opentelemetry.io/otel/metric v1.29.0
go: downloading contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d
go: downloading contrib.go.opencensus.io/exporter/prometheus v0.4.2
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/aws/smithy-go v1.20.4
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.30
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.22.5
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.30.5
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.1
go: downloading cloud.google.com/go/iam v1.2.0
go: downloading cloud.google.com/go/longrunning v0.6.0
go: downloading github.com/googleapis/gax-go/v2 v2.13.0
go: downloading github.com/cenkalti/backoff/v3 v3.2.2
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1
go: downloading github.com/coreos/go-oidc/v3 v3.11.0
go: downloading github.com/segmentio/ksuid v1.0.4
go: downloading github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
go: downloading github.com/docker/docker-credential-helpers v0.8.2
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
go: downloading github.com/Azure/go-autorest/autorest v0.11.29
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
go: downloading github.com/google/wire v0.6.0
go: downloading cloud.google.com/go/firestore v1.16.0
go: downloading cloud.google.com/go/compute/metadata v0.5.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
go: downloading github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20240826191751-a07d1cab8700
go: downloading github.com/IBM/sarama v1.43.3
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/antlr4-go/antlr/v4 v4.13.1
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
go: downloading github.com/ktr0731/go-fuzzyfinder v0.8.0
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading k8s.io/apiserver v0.31.0
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading github.com/gorilla/websocket v1.5.3
go: downloading github.com/fatih/camelcase v1.0.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-errors/errors v1.5.1
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/sourcegraph/go-diff v0.7.0
go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
go: downloading github.com/go-toolsmith/astcast v1.1.0
go: downloading github.com/go-toolsmith/astcopy v1.1.0
go: downloading github.com/go-toolsmith/astequal v1.2.0
go: downloading github.com/go-toolsmith/astfmt v1.1.0
go: downloading github.com/go-toolsmith/astp v1.1.0
go: downloading github.com/go-toolsmith/strparse v1.1.0
go: downloading github.com/go-toolsmith/typep v1.1.0
go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
go: downloading github.com/ccojocar/zxcvbn-go v1.0.2
go: downloading github.com/gostaticanalysis/comment v1.4.2
go: downloading github.com/prometheus/client_golang v1.20.2
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/fatih/structtag v1.2.0
go: downloading github.com/ettle/strcase v0.2.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading go.opentelemetry.io/otel/sdk v1.29.0
go: downloading github.com/agnivade/levenshtein v1.1.1
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0
go: downloading github.com/hashicorp/hcl/v2 v2.22.0
go: downloading github.com/zclconf/go-cty v1.15.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.15.1
go: downloading github.com/sassoftware/relic v7.2.1+incompatible
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading github.com/prometheus/statsd_exporter v0.27.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0
go: downloading github.com/hashicorp/go-sockaddr v1.0.6
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading filippo.io/edwards25519 v1.1.0
go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.32.2
go: downloading github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.25.4
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.24
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.6
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.15.0
go: downloading github.com/alibabacloud-go/cr-20160607 v1.0.1
go: downloading github.com/alibabacloud-go/cr-20181201 v1.0.10
go: downloading github.com/alibabacloud-go/darabonba-openapi v0.2.1
go: downloading github.com/alibabacloud-go/tea-utils v1.4.5
go: downloading github.com/alibabacloud-go/tea v1.2.2
go: downloading github.com/aliyun/credentials-go v1.3.9
go: downloading github.com/xanzy/go-gitlab v0.108.0
go: downloading github.com/ThalesIgnite/crypto11 v1.2.5
go: downloading github.com/miekg/pkcs11 v1.1.1
go: downloading golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
go: downloading github.com/eapache/go-resiliency v1.7.0
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/jcmturner/gofork v1.7.6
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
go: downloading github.com/pierrec/lz4/v4 v4.1.21
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading github.com/gdamore/tcell/v2 v2.7.4
go: downloading github.com/ktr0731/go-ansisgr v0.1.0
go: downloading github.com/nsf/termbox-go v1.1.1
go: downloading goa.design/goa/v3 v3.18.2
go: downloading github.com/google/btree v1.1.3
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/moby/spdystream v0.5.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading golang.org/x/exp/typeparams v0.0.0-20240823005443-9b4947da3948
go: downloading github.com/quasilyte/gogrep v0.5.0
go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/common v0.58.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/chavacava/garif v0.1.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/cockroachdb/apd/v3 v3.2.1
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/containerd/typeurl/v2 v2.2.0
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/anchore/go-struct-converter v0.0.0-20230627203149-c72ef8859ca9
go: downloading github.com/vbatts/tar-split v0.11.5
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
go: downloading github.com/alibabacloud-go/endpoint-util v1.1.1
go: downloading github.com/alibabacloud-go/openapi-util v0.1.1
go: downloading github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5
go: downloading github.com/alibabacloud-go/tea-xml v1.1.3
go: downloading github.com/alibabacloud-go/debug v1.0.1
go: downloading github.com/google/go-github/v55 v55.0.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/thales-e-security/pool v0.0.2
go: downloading github.com/montanaflynn/stats v0.7.1
go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/gdamore/encoding v1.0.1
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/go-chi/chi/v5 v5.1.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.starlark.net v0.0.0-20240725214946-42030a7cedce
go: downloading github.com/go-logfmt/logfmt v0.6.0
go: downloading github.com/alibabacloud-go/tea-utils/v2 v2.0.6
go: downloading github.com/tjfoc/gmsm v1.4.1
go: downloading github.com/clbanning/mxj/v2 v2.7.0
go: downloading github.com/ProtonMail/go-crypto v1.0.0
go: downloading github.com/xdg-go/scram v1.1.2
go: downloading github.com/xdg-go/stringprep v1.0.4
go: downloading github.com/jcmturner/rpc/v2 v2.0.3
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/xdg-go/pbkdf2 v1.0.0
go: downloading github.com/jcmturner/aescts/v2 v2.0.0
go: downloading github.com/cloudflare/circl v1.4.0
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/tektoncd/chains/pkg/chains imports
	github.com/tektoncd/chains/pkg/chains/signing/kms imports
	github.com/sigstore/sigstore/pkg/signature/kms/azure imports
	github.com/Azure/azure-sdk-for-go/sdk/azidentity: github.com/Azure/azure-sdk-for-go/sdk/[email protected]: Get "https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.7.0.zip": read tcp 10.61.0.39:42012->172.253.63.141:443: read: connection reset by peer
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/tektoncd/chains/pkg/chains imports
	github.com/tektoncd/chains/pkg/chains/signing/kms imports
	github.com/sigstore/sigstore/pkg/signature/kms/gcp imports
	google.golang.org/api/option: google.golang.org/[email protected]: Get "https://storage.googleapis.com/proxy-golang-org-prod/d866dd0300438cc4-google.golang.org:api-v0.195.0.zip?Expires=1761785170&GoogleAccessId=gcs-urlsigner-prod%40golang-modproxy.iam.gserviceaccount.com&Signature=p7M%2FUwHlAv6HGN56aKKaGqK4i8tUDA5r4kpAduvFaS2ZWbogGtaci%2FkNpOlzE9%2FH%2BfhBbv5hMgYB1EhsVfr0JliUE4LcgxkO6JN1yR4tCpMiOoJn77FBYwyKHnIZ86Iq9bdr0SKI3a9tEZjMNX0HYbjvgQ%2FmtMHgrSbkKt5KTK8llLzLsppFxhPQsKSlP02Qe033bxb%2B37SuV0tcr74bAeOSis9UfBPRFPPRs14npQCDs3PLYZxlbRK0lweR8zea%2B3eD55FAzsLzKXvPsqIH5MRsRR3EoQ8gm%2Bqve1eZ0zjY6v5Rg%2BaCiJ5joxma1Xu1WgoItpjrBfVlWsz3IHadRg%3D%3D": read tcp 10.61.0.39:35540->64.233.180.207:443: read: connection reset by peer
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/open-policy-agent/conftest imports
	github.com/open-policy-agent/conftest/internal/commands imports
	github.com/open-policy-agent/conftest/downloader imports
	github.com/hashicorp/go-getter imports
	google.golang.org/api/iterator: google.golang.org/[email protected]: Get "https://storage.googleapis.com/proxy-golang-org-prod/d866dd0300438cc4-google.golang.org:api-v0.195.0.zip?Expires=1761785170&GoogleAccessId=gcs-urlsigner-prod%40golang-modproxy.iam.gserviceaccount.com&Signature=p7M%2FUwHlAv6HGN56aKKaGqK4i8tUDA5r4kpAduvFaS2ZWbogGtaci%2FkNpOlzE9%2FH%2BfhBbv5hMgYB1EhsVfr0JliUE4LcgxkO6JN1yR4tCpMiOoJn77FBYwyKHnIZ86Iq9bdr0SKI3a9tEZjMNX0HYbjvgQ%2FmtMHgrSbkKt5KTK8llLzLsppFxhPQsKSlP02Qe033bxb%2B37SuV0tcr74bAeOSis9UfBPRFPPRs14npQCDs3PLYZxlbRK0lweR8zea%2B3eD55FAzsLzKXvPsqIH5MRsRR3EoQ8gm%2Bqve1eZ0zjY6v5Rg%2BaCiJ5joxma1Xu1WgoItpjrBfVlWsz3IHadRg%3D%3D": read tcp 10.61.0.39:35540->64.233.180.207:443: read: connection reset by peer
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/tektoncd/chains/pkg/chains imports
	github.com/tektoncd/chains/pkg/chains/signing/kms imports
	github.com/sigstore/sigstore/pkg/signature/kms/gcp imports
	cloud.google.com/go/kms/apiv1 imports
	google.golang.org/api/googleapi: google.golang.org/[email protected]: Get "https://storage.googleapis.com/proxy-golang-org-prod/d866dd0300438cc4-google.golang.org:api-v0.195.0.zip?Expires=1761785170&GoogleAccessId=gcs-urlsigner-prod%40golang-modproxy.iam.gserviceaccount.com&Signature=p7M%2FUwHlAv6HGN56aKKaGqK4i8tUDA5r4kpAduvFaS2ZWbogGtaci%2FkNpOlzE9%2FH%2BfhBbv5hMgYB1EhsVfr0JliUE4LcgxkO6JN1yR4tCpMiOoJn77FBYwyKHnIZ86Iq9bdr0SKI3a9tEZjMNX0HYbjvgQ%2FmtMHgrSbkKt5KTK8llLzLsppFxhPQsKSlP02Qe033bxb%2B37SuV0tcr74bAeOSis9UfBPRFPPRs14npQCDs3PLYZxlbRK0lweR8zea%2B3eD55FAzsLzKXvPsqIH5MRsRR3EoQ8gm%2Bqve1eZ0zjY6v5Rg%2BaCiJ5joxma1Xu1WgoItpjrBfVlWsz3IHadRg%3D%3D": read tcp 10.61.0.39:35540->64.233.180.207:443: read: connection reset by peer
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/tektoncd/chains/pkg/chains imports
	github.com/tektoncd/chains/pkg/chains/signing/kms imports
	github.com/sigstore/sigstore/pkg/signature/kms/gcp imports
	cloud.google.com/go/kms/apiv1 imports
	google.golang.org/api/option/internaloption: google.golang.org/[email protected]: Get "https://storage.googleapis.com/proxy-golang-org-prod/d866dd0300438cc4-google.golang.org:api-v0.195.0.zip?Expires=1761785170&GoogleAccessId=gcs-urlsigner-prod%40golang-modproxy.iam.gserviceaccount.com&Signature=p7M%2FUwHlAv6HGN56aKKaGqK4i8tUDA5r4kpAduvFaS2ZWbogGtaci%2FkNpOlzE9%2FH%2BfhBbv5hMgYB1EhsVfr0JliUE4LcgxkO6JN1yR4tCpMiOoJn77FBYwyKHnIZ86Iq9bdr0SKI3a9tEZjMNX0HYbjvgQ%2FmtMHgrSbkKt5KTK8llLzLsppFxhPQsKSlP02Qe033bxb%2B37SuV0tcr74bAeOSis9UfBPRFPPRs14npQCDs3PLYZxlbRK0lweR8zea%2B3eD55FAzsLzKXvPsqIH5MRsRR3EoQ8gm%2Bqve1eZ0zjY6v5Rg%2BaCiJ5joxma1Xu1WgoItpjrBfVlWsz3IHadRg%3D%3D": read tcp 10.61.0.39:35540->64.233.180.207:443: read: connection reset by peer
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/tektoncd/chains/pkg/chains imports
	github.com/tektoncd/chains/pkg/chains/signing/kms imports
	github.com/sigstore/sigstore/pkg/signature/kms/gcp imports
	cloud.google.com/go/kms/apiv1 imports
	google.golang.org/api/transport/grpc: google.golang.org/[email protected]: Get "https://storage.googleapis.com/proxy-golang-org-prod/d866dd0300438cc4-google.golang.org:api-v0.195.0.zip?Expires=1761785170&GoogleAccessId=gcs-urlsigner-prod%40golang-modproxy.iam.gserviceaccount.com&Signature=p7M%2FUwHlAv6HGN56aKKaGqK4i8tUDA5r4kpAduvFaS2ZWbogGtaci%2FkNpOlzE9%2FH%2BfhBbv5hMgYB1EhsVfr0JliUE4LcgxkO6JN1yR4tCpMiOoJn77FBYwyKHnIZ86Iq9bdr0SKI3a9tEZjMNX0HYbjvgQ%2FmtMHgrSbkKt5KTK8llLzLsppFxhPQsKSlP02Qe033bxb%2B37SuV0tcr74bAeOSis9UfBPRFPPRs14npQCDs3PLYZxlbRK0lweR8zea%2B3eD55FAzsLzKXvPsqIH5MRsRR3EoQ8gm%2Bqve1eZ0zjY6v5Rg%2BaCiJ5joxma1Xu1WgoItpjrBfVlWsz3IHadRg%3D%3D": read tcp 10.61.0.39:35540->64.233.180.207:443: read: connection reset by peer
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/tektoncd/chains/pkg/chains imports
	github.com/tektoncd/chains/pkg/chains/signing/kms imports
	github.com/sigstore/sigstore/pkg/signature/kms/gcp imports
	cloud.google.com/go/kms/apiv1 imports
	google.golang.org/api/transport/http: google.golang.org/[email protected]: Get "https://storage.googleapis.com/proxy-golang-org-prod/d866dd0300438cc4-google.golang.org:api-v0.195.0.zip?Expires=1761785170&GoogleAccessId=gcs-urlsigner-prod%40golang-modproxy.iam.gserviceaccount.com&Signature=p7M%2FUwHlAv6HGN56aKKaGqK4i8tUDA5r4kpAduvFaS2ZWbogGtaci%2FkNpOlzE9%2FH%2BfhBbv5hMgYB1EhsVfr0JliUE4LcgxkO6JN1yR4tCpMiOoJn77FBYwyKHnIZ86Iq9bdr0SKI3a9tEZjMNX0HYbjvgQ%2FmtMHgrSbkKt5KTK8llLzLsppFxhPQsKSlP02Qe033bxb%2B37SuV0tcr74bAeOSis9UfBPRFPPRs14npQCDs3PLYZxlbRK0lweR8zea%2B3eD55FAzsLzKXvPsqIH5MRsRR3EoQ8gm%2Bqve1eZ0zjY6v5Rg%2BaCiJ5joxma1Xu1WgoItpjrBfVlWsz3IHadRg%3D%3D": read tcp 10.61.0.39:35540->64.233.180.207:443: read: connection reset by peer
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/tektoncd/chains/pkg/chains imports
	github.com/tektoncd/chains/pkg/chains/storage imports
	github.com/tektoncd/chains/pkg/chains/storage/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/api/iamcredentials/v1: google.golang.org/[email protected]: Get "https://storage.googleapis.com/proxy-golang-org-prod/d866dd0300438cc4-google.golang.org:api-v0.195.0.zip?Expires=1761785170&GoogleAccessId=gcs-urlsigner-prod%40golang-modproxy.iam.gserviceaccount.com&Signature=p7M%2FUwHlAv6HGN56aKKaGqK4i8tUDA5r4kpAduvFaS2ZWbogGtaci%2FkNpOlzE9%2FH%2BfhBbv5hMgYB1EhsVfr0JliUE4LcgxkO6JN1yR4tCpMiOoJn77FBYwyKHnIZ86Iq9bdr0SKI3a9tEZjMNX0HYbjvgQ%2FmtMHgrSbkKt5KTK8llLzLsppFxhPQsKSlP02Qe033bxb%2B37SuV0tcr74bAeOSis9UfBPRFPPRs14npQCDs3PLYZxlbRK0lweR8zea%2B3eD55FAzsLzKXvPsqIH5MRsRR3EoQ8gm%2Bqve1eZ0zjY6v5Rg%2BaCiJ5joxma1Xu1WgoItpjrBfVlWsz3IHadRg%3D%3D": read tcp 10.61.0.39:35540->64.233.180.207:443: read: connection reset by peer
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/tektoncd/chains/pkg/chains imports
	github.com/tektoncd/chains/pkg/chains/storage imports
	github.com/tektoncd/chains/pkg/chains/storage/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/api/storage/v1: google.golang.org/[email protected]: Get "https://storage.googleapis.com/proxy-golang-org-prod/d866dd0300438cc4-google.golang.org:api-v0.195.0.zip?Expires=1761785170&GoogleAccessId=gcs-urlsigner-prod%40golang-modproxy.iam.gserviceaccount.com&Signature=p7M%2FUwHlAv6HGN56aKKaGqK4i8tUDA5r4kpAduvFaS2ZWbogGtaci%2FkNpOlzE9%2FH%2BfhBbv5hMgYB1EhsVfr0JliUE4LcgxkO6JN1yR4tCpMiOoJn77FBYwyKHnIZ86Iq9bdr0SKI3a9tEZjMNX0HYbjvgQ%2FmtMHgrSbkKt5KTK8llLzLsppFxhPQsKSlP02Qe033bxb%2B37SuV0tcr74bAeOSis9UfBPRFPPRs14npQCDs3PLYZxlbRK0lweR8zea%2B3eD55FAzsLzKXvPsqIH5MRsRR3EoQ8gm%2Bqve1eZ0zjY6v5Rg%2BaCiJ5joxma1Xu1WgoItpjrBfVlWsz3IHadRg%3D%3D": read tcp 10.61.0.39:35540->64.233.180.207:443: read: connection reset by peer
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/tektoncd/chains/pkg/chains imports
	github.com/tektoncd/chains/pkg/chains/storage imports
	github.com/tektoncd/chains/pkg/chains/storage/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/api/transport: google.golang.org/[email protected]: Get "https://storage.googleapis.com/proxy-golang-org-prod/d866dd0300438cc4-google.golang.org:api-v0.195.0.zip?Expires=1761785170&GoogleAccessId=gcs-urlsigner-prod%40golang-modproxy.iam.gserviceaccount.com&Signature=p7M%2FUwHlAv6HGN56aKKaGqK4i8tUDA5r4kpAduvFaS2ZWbogGtaci%2FkNpOlzE9%2FH%2BfhBbv5hMgYB1EhsVfr0JliUE4LcgxkO6JN1yR4tCpMiOoJn77FBYwyKHnIZ86Iq9bdr0SKI3a9tEZjMNX0HYbjvgQ%2FmtMHgrSbkKt5KTK8llLzLsppFxhPQsKSlP02Qe033bxb%2B37SuV0tcr74bAeOSis9UfBPRFPPRs14npQCDs3PLYZxlbRK0lweR8zea%2B3eD55FAzsLzKXvPsqIH5MRsRR3EoQ8gm%2Bqve1eZ0zjY6v5Rg%2BaCiJ5joxma1Xu1WgoItpjrBfVlWsz3IHadRg%3D%3D": read tcp 10.61.0.39:35540->64.233.180.207:443: read: connection reset by peer
go: github.com/enterprise-contract/ec-cli/tools imports
	github.com/tektoncd/chains/pkg/chains imports
	github.com/tektoncd/chains/pkg/chains/objects imports
	github.com/tektoncd/pipeline/pkg/apis/config imports
	knative.dev/pkg/metrics imports
	contrib.go.opencensus.io/exporter/ocagent imports
	google.golang.org/api/support/bundler: google.golang.org/[email protected]: Get "https://storage.googleapis.com/proxy-golang-org-prod/d866dd0300438cc4-google.golang.org:api-v0.195.0.zip?Expires=1761785170&GoogleAccessId=gcs-urlsigner-prod%40golang-modproxy.iam.gserviceaccount.com&Signature=p7M%2FUwHlAv6HGN56aKKaGqK4i8tUDA5r4kpAduvFaS2ZWbogGtaci%2FkNpOlzE9%2FH%2BfhBbv5hMgYB1EhsVfr0JliUE4LcgxkO6JN1yR4tCpMiOoJn77FBYwyKHnIZ86Iq9bdr0SKI3a9tEZjMNX0HYbjvgQ%2FmtMHgrSbkKt5KTK8llLzLsppFxhPQsKSlP02Qe033bxb%2B37SuV0tcr74bAeOSis9UfBPRFPPRs14npQCDs3PLYZxlbRK0lweR8zea%2B3eD55FAzsLzKXvPsqIH5MRsRR3EoQ8gm%2Bqve1eZ0zjY6v5Rg%2BaCiJ5joxma1Xu1WgoItpjrBfVlWsz3IHadRg%3D%3D": read tcp 10.61.0.39:35540->64.233.180.207:443: read: connection reset by peer

@renovate renovate bot force-pushed the renovate/release-v0.5-patch-go-modules branch 12 times, most recently from a3fb242 to ddf49f5 Compare October 8, 2025 12:54
@renovate renovate bot force-pushed the renovate/release-v0.5-patch-go-modules branch 10 times, most recently from a2dd040 to 33742e5 Compare October 16, 2025 04:52
@renovate renovate bot force-pushed the renovate/release-v0.5-patch-go-modules branch 4 times, most recently from 15b9df6 to 7e1cc06 Compare October 19, 2025 05:03
@renovate renovate bot force-pushed the renovate/release-v0.5-patch-go-modules branch 8 times, most recently from df353c4 to 23c40a1 Compare October 27, 2025 04:57
@renovate renovate bot force-pushed the renovate/release-v0.5-patch-go-modules branch 10 times, most recently from ca681b6 to eb78a92 Compare November 3, 2025 06:48
@renovate renovate bot force-pushed the renovate/release-v0.5-patch-go-modules branch from eb78a92 to 30b4325 Compare November 4, 2025 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants