Skip to content

Commit 8153f64

Browse files
🚨 Update go modules
1 parent cd30d62 commit 8153f64

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.0
2626
github.com/sigstore/rekor v1.3.6
2727
github.com/sigstore/sigstore v1.8.9
2828
github.com/stretchr/testify v1.10.0
2929
github.com/tektoncd/cli v0.38.0
30-
github.com/tektoncd/pipeline v0.66.0
30+
github.com/tektoncd/pipeline v1.5.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.32.3
3838
k8s.io/apimachinery v0.32.3
3939
k8s.io/client-go v0.32.3

‎go.mod‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.4
55
require (
66
cuelang.org/go v0.13.2
77
github.com/CycloneDX/cyclonedx-go v0.9.2
8-
github.com/MakeNowJust/heredoc v1.0.0
8+
github.com/MakeNowJust/heredoc/v2 v2.0.1
99
github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a
1010
github.com/conforma/go-gather v1.0.2
1111
github.com/docker/docker v28.2.2+incompatible
@@ -29,9 +29,9 @@ require (
2929
github.com/open-policy-agent/opa v1.6.0
3030
github.com/package-url/packageurl-go v0.1.3
3131
github.com/qri-io/jsonpointer v0.1.1
32-
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
32+
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
3333
github.com/secure-systems-lab/go-securesystemslib v0.9.0
34-
github.com/sigstore/cosign/v2 v2.4.1
34+
github.com/sigstore/cosign/v3 v3.0.0
3535
github.com/sigstore/rekor v1.3.6
3636
github.com/sigstore/sigstore v1.8.9
3737
github.com/sirupsen/logrus v1.9.3
@@ -43,7 +43,7 @@ require (
4343
github.com/spf13/viper v1.20.1
4444
github.com/stretchr/testify v1.10.0
4545
github.com/stuart-warren/yamlfmt v0.2.0
46-
github.com/tektoncd/pipeline v0.66.0
46+
github.com/tektoncd/pipeline v1.5.0
4747
github.com/testcontainers/testcontainers-go v0.34.1-0.20241204123437-72be13940122 // using unreleased version that contains the fix in https://github.com/testcontainers/testcontainers-go/pull/2899
4848
github.com/testcontainers/testcontainers-go/modules/registry v0.34.0
4949
golang.org/x/benchmarks v0.0.0-20241115175113-a2b48b605b42

‎tools/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.4
44

55
require (
66
github.com/daixiang0/gci v0.13.5
7-
github.com/golangci/golangci-lint v1.63.4
7+
github.com/golangci/golangci-lint/v2 v2.5.0
88
github.com/google/addlicense v1.1.1
99
github.com/open-policy-agent/conftest v0.62.0
1010
github.com/tektoncd/chains v0.22.2

0 commit comments

Comments
 (0)