Skip to content

Commit 585ac43

Browse files
🚨 Update go modules
1 parent cbe2bbe commit 585ac43

File tree

4 files changed

+535
-139
lines changed

4 files changed

+535
-139
lines changed

‎acceptance/go.mod‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ require (
2222
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
2323
github.com/pkg/errors v0.9.1
2424
github.com/secure-systems-lab/go-securesystemslib v0.9.0
25-
github.com/sigstore/cosign/v2 v2.4.1
25+
github.com/sigstore/cosign/v3 v3.0.3
2626
github.com/sigstore/rekor v1.3.6
2727
github.com/sigstore/sigstore v1.8.9
2828
github.com/stretchr/testify v1.11.1
2929
github.com/tektoncd/cli v0.37.1
30-
github.com/tektoncd/pipeline v0.66.0
30+
github.com/tektoncd/pipeline v1.7.0
3131
github.com/testcontainers/testcontainers-go v0.34.0
3232
github.com/transparency-dev/merkle v0.0.2
3333
github.com/wiremock/go-wiremock v1.11.0
3434
github.com/yudai/gojsondiff v1.0.0
3535
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
36-
gopkg.in/go-jose/go-jose.v2 v2.6.3
36+
gopkg.in/go-jose/go-jose.v4 v4.1.3
3737
k8s.io/api v0.34.2
3838
k8s.io/apimachinery v0.34.2
3939
k8s.io/client-go v0.34.2

0 commit comments

Comments
 (0)