We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b9e51 commit 7283c80Copy full SHA for 7283c80
4 files changed
‎acceptance/go.mod‎
@@ -22,7 +22,7 @@ require (
22
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
23
github.com/pkg/errors v0.9.1
24
github.com/secure-systems-lab/go-securesystemslib v0.9.1
25
- github.com/sigstore/cosign/v2 v2.4.1
+ github.com/sigstore/cosign/v3 v3.0.5
26
github.com/sigstore/rekor v1.3.10
27
github.com/sigstore/sigstore v1.9.1
28
github.com/stretchr/testify v1.11.1
@@ -33,7 +33,7 @@ require (
33
github.com/wiremock/go-wiremock v1.11.0
34
github.com/yudai/gojsondiff v1.0.0
35
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
36
- gopkg.in/go-jose/go-jose.v2 v2.6.3
+ gopkg.in/go-jose/go-jose.v4 v4.1.3
37
k8s.io/api v0.34.3
38
k8s.io/apimachinery v0.34.3
39
k8s.io/client-go v0.34.3
0 commit comments