Skip to content

chore(deps): update go dependencies to v1 (major) #44

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

red-hat-konflux[bot]
Copy link

@red-hat-konflux red-hat-konflux bot commented May 11, 2025

This PR contains the following updates:

Package Type Update Change
github.com/golang/snappy indirect major v0.0.4 -> v1.0.0
github.com/sigstore/sigstore-go indirect major v0.7.1 -> v1.0.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

golang/snappy (github.com/golang/snappy)

v1.0.0

Compare Source

Latest stable version, as of March 2025.

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

v1.0.0

Compare Source

We're very excited to release sigstore-go 1.0! View the blog post announcing this release for more details.

This release should contain the last set of breaking changes until version 2.0, including a few renames (such as SignedEntityVerifier -> Verifier and VerifyTimestampAuthority -> VerifySignedTimestamp). We are excited to begin a new phase of simple, stable APIs!

What's Changed

Full Changelog: sigstore/sigstore-go@v0.7.3...v1.0.0

v0.7.3

Compare Source

Note: v0.7.3 will likely be the last release before v1.0.

What's Changed

Full Changelog: sigstore/sigstore-go@v0.7.2...v0.7.3

v0.7.2

Compare Source

What's Changed

Full Changelog: sigstore/sigstore-go@v0.7.1...v0.7.2


Configuration

📅 Schedule: Branch creation - "after 5am on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Copy link

sourcery-ai bot commented May 11, 2025

Reviewer's Guide

This pull request updates two indirect Go dependencies to their latest major versions by modifying the go.mod file. No application code changes are included; only dependency versions are updated.

Class Diagram: openpgp.v2.Entity in updated go-crypto

classDiagram
  class openpgp.v2.Entity {
    +DirectSignatures: []*packet.VerifiableSignature
    +Revocations: []*packet.VerifiableSignature
    +PrimaryIdentity(date time.Time, config *packet.Config) *Identity
    +EncryptionKey(date time.Time, config *packet.Config) *Key
    +CertificationKey(date time.Time, config *packet.Config) *Key
    +CertificationKeyById(date time.Time, id uint64, config *packet.Config) *Key
    +SigningKey(date time.Time, config *packet.Config) *Key
    +SigningKeyById(date time.Time, id uint64, config *packet.Config) *Key
    +RevokeKey(reason packet.ReasonForRevocation, reasonText string, config *packet.Config) error
  }
  note for openpgp.v2.Entity "Structure of openpgp.v2.Entity in ProtonMail/go-crypto v1.2.0 (v2 API).\nNotable changes from earlier versions (pre-v2 API):\n- Fields removed: SelfSignature, Signatures.\n- Method removed: RevokeSubkey().\n- Methods like PrimaryIdentity(), EncryptionKey() now take 'config *packet.Config'."
Loading

Class Diagram: openpgp.v2.Key in updated go-crypto

classDiagram
  class openpgp.v2.Key {
    +PrimarySelfSignature: *packet.Signature
    +Revocations: []*packet.VerifiableSignature
  }
  note for openpgp.v2.Key "Structure of openpgp.v2.Key in ProtonMail/go-crypto v1.2.0 (v2 API).\nNotable changes from earlier versions (pre-v2 API):\n- Field added: PrimarySelfSignature."
Loading

File-Level Changes

Change Details Files
Update github.com/ProtonMail/go-crypto to v1.2.0 (major version).
  • Bump version from v0.0.0-20230923063757-afb1ddc0824c to v1.2.0 in go.mod.
go.mod
Update github.com/golang/snappy to v1.0.0 (major version).
  • Bump version from v0.0.4 to v1.0.0 in go.mod.
go.mod

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/major-go-deps branch from 1c1907c to 14eb8f3 Compare May 18, 2025 12:05
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