Skip to content

chore(deps): bump the gomod group across 1 directory with 7 updates #4218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the gomod group with 3 updates in the / directory: github.com/google/go-containerregistry, github.com/sigstore/protobuf-specs and github.com/sigstore/timestamp-authority.

Updates github.com/google/go-containerregistry from 0.20.4-0.20250225234217-098045d5e61f to 0.20.5

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.20.5

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

🚨 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 (google/go-containerregistry#2107) -- please us v0.20.5 instead.

What's Changed

New Contributors

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

Commits

Updates github.com/sigstore/protobuf-specs from 0.4.1 to 0.4.2

Changelog

Sourced from github.com/sigstore/protobuf-specs's changelog.

0.4.2

Changed

  • Deprecated LMS/LMS-OTS as supported signing algorithms (#597)
  • Added stronger language around how clients should handle service selection (#607)
  • Revised checkpoint key ID comment, deprecated log ID (#629)
  • Added operator for SigningConfig services, log and TSA roots (#634)
  • Added ML-DSA to algorithm registry (#616)
Commits
  • 011f5a0 Add CHANGELOG, bump releases for v0.4.2 (#637)
  • 8beee48 build(deps): bump ruby/setup-ruby from 1.238.0 to 1.239.0 (#636)
  • 966b43d add: ML-DSA to algorithm registry (#616)
  • a4c70fe Add operator for SigningConfig services, log and TSA roots (#634)
  • ef40dfb build(deps): bump ruby/setup-ruby from 1.237.0 to 1.238.0 (#635)
  • 8b886ff Revise checkpoint key ID comment, deprecate log ID (#629)
  • 8e998ce build(deps): bump prost-reflect-build in /gen/pb-rust (#623)
  • 1124687 build(deps): bump distroless/nodejs22-debian12 in /protoc-builder (#622)
  • 33a35cc Update GOOGLEAPIS_COMMIT in versions.mk (#617)
  • bda1b2c build(deps): bump distroless/base-debian12 in /protoc-builder (#621)
  • Additional commits viewable in compare view

Updates github.com/sigstore/timestamp-authority from 1.2.6 to 1.2.7

Release notes

Sourced from github.com/sigstore/timestamp-authority's releases.

v1.2.7

What's Changed

Full Changelog: sigstore/timestamp-authority@v1.2.6...v1.2.7

Changelog

Sourced from github.com/sigstore/timestamp-authority's changelog.

v1.2.7

Features

  • fetch-tsa-certs: Add "--org-name" (#1056)

Bug Fixes

  • Fix: Disallow timestamp requests where digest length is inconsistent with hash algorithm (#1066)
  • Fix --http-ping-only flag to not affect https listener (#1051)
Commits
  • 3118fe7 chore(deps): bump github.com/tink-crypto/tink-go-hcvault/v2 (#1068)
  • 7235760 chore(deps): bump actions/setup-go in the actions group (#1067)
  • 013349b Fix: Disallow timestamp requests where digest length is inconsistent with has...
  • 725b9bd chore(deps): bump golang from 1.24.2 to 1.24.3 in the docker group (#1065)
  • ced657b chore(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#1062)
  • c206d28 chore(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 (#1063)
  • 4af2006 chore(deps): bump github/codeql-action in the actions group (#1060)
  • a3c7c3c chore(deps): bump go.step.sm/crypto from 0.62.0 to 0.63.0 (#1061)
  • 2645a70 chore(deps): bump golang from 065cb8c to 30baaea (#1059)
  • 2738c92 chore(deps): bump go.step.sm/crypto from 0.61.0 to 0.62.0 (#1058)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.37.0 to 0.38.0

Commits
  • aae6e61 go.mod: update golang.org/x dependencies
  • 9c1aa6a ssh/test: reset the random source before capturing a recording
  • 8819902 ssh/test: enable Diffie-Hellman key exchange algorithms
  • 3f311e4 acme: return error from pre-authorization when unsupported
  • 1f7c62c ssh/test: skip unsupported tests on js/wasm
  • a5f8048 acme/autocert: use standard functions to pick the cache directory
  • 958cde8 Revert "chacha20: add loong64 SIMD implementation"
  • 51f005c Revert "salsa20: add loong64 SIMD implementation"
  • 7c35866 Revert "argon2: add loong64 SIMD implementation"
  • 0091fc8 Revert "blake2s: add loong64 SIMD implementation"
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.29.0 to 0.30.0

Commits
  • cf14319 oauth2: fix expiration time window check
  • 32d34ef internal: include clientID in auth style cache key
  • 2d34e30 oauth2: replace a magic number with AuthStyleUnknown
  • 696f7b3 all: modernize with doc links and any
  • 471209b oauth2: drop dependency on go-cmp
  • 6968da2 oauth2: sync Token.ExpiresIn from internal Token
  • d2c4e0a oauth2: context instead of golang.org/x/net/context in doc
  • 883dc3c endpoints: add various endpoints from stale CLs
  • 1c06e87 all: make use of oauth.Token.ExpiresIn
  • See full diff in compare view

Updates golang.org/x/sync from 0.13.0 to 0.14.0

Commits

Updates golang.org/x/term from 0.31.0 to 0.32.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 3 updates in the / directory: [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry), [github.com/sigstore/protobuf-specs](https://github.com/sigstore/protobuf-specs) and [github.com/sigstore/timestamp-authority](https://github.com/sigstore/timestamp-authority).


Updates `github.com/google/go-containerregistry` from 0.20.4-0.20250225234217-098045d5e61f to 0.20.5
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](https://github.com/google/go-containerregistry/commits/v0.20.5)

Updates `github.com/sigstore/protobuf-specs` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/sigstore/protobuf-specs/releases)
- [Changelog](https://github.com/sigstore/protobuf-specs/blob/main/CHANGELOG.md)
- [Commits](sigstore/protobuf-specs@v0.4.1...v0.4.2)

Updates `github.com/sigstore/timestamp-authority` from 1.2.6 to 1.2.7
- [Release notes](https://github.com/sigstore/timestamp-authority/releases)
- [Changelog](https://github.com/sigstore/timestamp-authority/blob/main/CHANGELOG.md)
- [Commits](sigstore/timestamp-authority@v1.2.6...v1.2.7)

Updates `golang.org/x/crypto` from 0.37.0 to 0.38.0
- [Commits](golang/crypto@v0.37.0...v0.38.0)

Updates `golang.org/x/oauth2` from 0.29.0 to 0.30.0
- [Commits](golang/oauth2@v0.29.0...v0.30.0)

Updates `golang.org/x/sync` from 0.13.0 to 0.14.0
- [Commits](golang/sync@v0.13.0...v0.14.0)

Updates `golang.org/x/term` from 0.31.0 to 0.32.0
- [Commits](golang/term@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.20.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/protobuf-specs
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/timestamp-authority
  dependency-version: 1.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/crypto
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sync
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/term
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 2, 2025 17:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 2, 2025
@cpanato cpanato merged commit 667ef61 into main Jun 3, 2025
29 checks passed
@cpanato cpanato deleted the dependabot/go_modules/gomod-1f39ddc338 branch June 3, 2025 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant