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

Bump the DSSE library and handle manual changes in the API. #1191

Merged
merged 1 commit into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ require (
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20211203164431-c75901cce627
github.com/google/go-github/v39 v39.2.0
github.com/google/trillian v1.4.0
github.com/in-toto/in-toto-golang v0.4.0-prerelease
github.com/in-toto/in-toto-golang v0.3.4-0.20211211042327-af1f9fb822bf
github.com/manifoldco/promptui v0.9.0
github.com/miekg/pkcs11 v1.0.3
github.com/open-policy-agent/opa v0.35.0
github.com/pkg/errors v0.9.1
github.com/secure-systems-lab/go-securesystemslib v0.2.0
github.com/secure-systems-lab/go-securesystemslib v0.3.0
github.com/sigstore/fulcio v0.1.2-0.20211207184413-f4746cc4ff3d
github.com/sigstore/rekor v0.3.1-0.20211203233407-3278f72b78bd
github.com/sigstore/sigstore v1.0.2-0.20211203233310-c8e7f70eab4e
github.com/sigstore/rekor v0.3.1-0.20211211150321-b8eca1b71e0b
github.com/sigstore/sigstore v1.0.2-0.20211210190220-04746d994282
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
Expand Down
Loading