Skip to content
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

build(deps): bump github.com/secure-systems-lab/go-securesystemslib from 0.7.0 to 0.8.0 #339

Commits on Dec 20, 2023

  1. build(deps): bump github.com/secure-systems-lab/go-securesystemslib

    Bumps [github.com/secure-systems-lab/go-securesystemslib](https://github.com/secure-systems-lab/go-securesystemslib) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/secure-systems-lab/go-securesystemslib/releases)
    - [Commits](secure-systems-lab/go-securesystemslib@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/secure-systems-lab/go-securesystemslib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    702020f View commit details
    Browse the repository at this point in the history
  2. refactor: adapt to breaking change in dsse package

    dsse.NewEnvelopeSigner now expects a Signer rather than a
    SignerVerifier. Trim down dsseSigner type to implement only the Signer
    interface.
    
    Ref: secure-systems-lab/go-securesystemslib#57
    tri-adam committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cb18ad9 View commit details
    Browse the repository at this point in the history