Skip to content

Commit c54b044

Browse files
chore(deps): update module github.com/sigstore/rekor to v1.4.0
1 parent 88a0cab commit c54b044

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1261
-400
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.5
77
require (
88
github.com/google/go-containerregistry v0.20.6
99
github.com/sigstore/cosign/v2 v2.5.2
10-
github.com/sigstore/rekor v1.3.10
10+
github.com/sigstore/rekor v1.4.0
1111
github.com/sigstore/sigstore v1.9.5
1212
github.com/sirupsen/logrus v1.9.3
1313
github.com/theupdateframework/go-tuf v0.7.0
@@ -54,7 +54,7 @@ require (
5454
github.com/google/go-querystring v1.1.0 // indirect
5555
github.com/google/uuid v1.6.0 // indirect
5656
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
57-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
57+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
5858
github.com/in-toto/attestation v1.1.1 // indirect
5959
github.com/in-toto/in-toto-golang v0.9.0 // indirect
6060
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -81,14 +81,14 @@ require (
8181
github.com/sassoftware/relic v7.2.1+incompatible // indirect
8282
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
8383
github.com/shibumi/go-pathspec v1.3.0 // indirect
84-
github.com/sigstore/protobuf-specs v0.4.3 // indirect
84+
github.com/sigstore/protobuf-specs v0.5.0 // indirect
8585
github.com/sigstore/sigstore-go v1.0.0 // indirect
8686
github.com/sigstore/timestamp-authority v1.2.8 // indirect
8787
github.com/sourcegraph/conc v0.3.0 // indirect
8888
github.com/spf13/afero v1.12.0 // indirect
8989
github.com/spf13/cast v1.7.1 // indirect
9090
github.com/spf13/cobra v1.9.1 // indirect
91-
github.com/spf13/pflag v1.0.6 // indirect
91+
github.com/spf13/pflag v1.0.7 // indirect
9292
github.com/spf13/viper v1.20.1 // indirect
9393
github.com/subosito/gotenv v1.6.0 // indirect
9494
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
@@ -106,15 +106,15 @@ require (
106106
go.opentelemetry.io/otel/trace v1.36.0 // indirect
107107
go.uber.org/multierr v1.11.0 // indirect
108108
go.uber.org/zap v1.27.0 // indirect
109-
golang.org/x/crypto v0.39.0 // indirect
109+
golang.org/x/crypto v0.40.0 // indirect
110110
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
111-
golang.org/x/mod v0.25.0 // indirect
112-
golang.org/x/net v0.41.0 // indirect
111+
golang.org/x/mod v0.26.0 // indirect
112+
golang.org/x/net v0.42.0 // indirect
113113
golang.org/x/oauth2 v0.30.0 // indirect
114-
golang.org/x/sync v0.15.0 // indirect
115-
golang.org/x/sys v0.33.0 // indirect
116-
golang.org/x/term v0.32.0 // indirect
117-
golang.org/x/text v0.26.0 // indirect
114+
golang.org/x/sync v0.16.0 // indirect
115+
golang.org/x/sys v0.34.0 // indirect
116+
golang.org/x/term v0.33.0 // indirect
117+
golang.org/x/text v0.27.0 // indirect
118118
golang.org/x/time v0.12.0 // indirect
119119
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
120120
google.golang.org/protobuf v1.36.6 // indirect

go.sum

Lines changed: 40 additions & 37 deletions
Large diffs are not rendered by default.

vendor/github.com/hashicorp/go-retryablehttp/.go-version

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/go-retryablehttp/.golangci.yml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/go-retryablehttp/CODEOWNERS

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/go-retryablehttp/Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/go-retryablehttp/client.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)