Skip to content

Commit 00f7c9a

Browse files
chore(deps): Bump github.com/sigstore/rekor from 1.3.6 to 1.3.7 (#1715)
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/sigstore/rekor/releases) - [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md) - [Commits](sigstore/rekor@v1.3.6...v1.3.7) --- updated-dependencies: - dependency-name: github.com/sigstore/rekor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9f43f5 commit 00f7c9a

File tree

2 files changed

+90
-90
lines changed

2 files changed

+90
-90
lines changed

go.mod

+28-28
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.2
44

55
require (
66
github.com/aws/aws-sdk-go v1.55.5
7-
github.com/aws/aws-sdk-go-v2 v1.32.2 // indirect
7+
github.com/aws/aws-sdk-go-v2 v1.32.4 // indirect
88
github.com/golang/protobuf v1.5.4 // indirect
99
github.com/golang/snappy v0.0.4 // indirect
1010
github.com/google/go-cmp v0.6.0
@@ -27,7 +27,7 @@ require (
2727
github.com/mitchellh/mapstructure v1.5.0
2828
github.com/ryanuber/go-glob v1.0.0
2929
github.com/sigstore/cosign/v2 v2.4.1
30-
github.com/sigstore/rekor v1.3.6
30+
github.com/sigstore/rekor v1.3.7
3131
github.com/sigstore/sigstore v1.8.10
3232
github.com/stretchr/testify v1.9.0
3333
github.com/theupdateframework/go-tuf v0.7.0
@@ -37,7 +37,7 @@ require (
3737
golang.org/x/net v0.31.0
3838
golang.org/x/sys v0.27.0 // indirect
3939
golang.org/x/time v0.8.0
40-
google.golang.org/grpc v1.67.1 // indirect
40+
google.golang.org/grpc v1.68.0 // indirect
4141
google.golang.org/protobuf v1.35.2
4242
gopkg.in/yaml.v3 v3.0.1
4343
k8s.io/api v0.31.3
@@ -74,13 +74,13 @@ require (
7474
)
7575

7676
require (
77-
cloud.google.com/go v0.115.1 // indirect
78-
cloud.google.com/go/auth v0.9.8 // indirect
79-
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
77+
cloud.google.com/go v0.116.0 // indirect
78+
cloud.google.com/go/auth v0.10.2 // indirect
79+
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
8080
cloud.google.com/go/compute/metadata v0.5.2 // indirect
81-
cloud.google.com/go/iam v1.2.1 // indirect
82-
cloud.google.com/go/kms v1.20.0 // indirect
83-
cloud.google.com/go/longrunning v0.6.1 // indirect
81+
cloud.google.com/go/iam v1.2.2 // indirect
82+
cloud.google.com/go/kms v1.20.1 // indirect
83+
cloud.google.com/go/longrunning v0.6.2 // indirect
8484
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
8585
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
8686
cuelang.org/go v0.9.2 // indirect
@@ -114,20 +114,20 @@ require (
114114
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
115115
github.com/aliyun/credentials-go v1.3.2 // indirect
116116
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
117-
github.com/aws/aws-sdk-go-v2/config v1.27.43 // indirect
118-
github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect
119-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect
120-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect
121-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect
117+
github.com/aws/aws-sdk-go-v2/config v1.28.3 // indirect
118+
github.com/aws/aws-sdk-go-v2/credentials v1.17.44 // indirect
119+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19 // indirect
120+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 // indirect
121+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 // indirect
122122
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
123123
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7 // indirect
124124
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.21.6 // indirect
125125
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
126-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect
127-
github.com/aws/aws-sdk-go-v2/service/kms v1.37.2 // indirect
128-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect
129-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect
130-
github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect
126+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4 // indirect
127+
github.com/aws/aws-sdk-go-v2/service/kms v1.37.5 // indirect
128+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.5 // indirect
129+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4 // indirect
130+
github.com/aws/aws-sdk-go-v2/service/sts v1.32.4 // indirect
131131
github.com/aws/smithy-go v1.22.0 // indirect
132132
github.com/beorn7/perks v1.0.1 // indirect
133133
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -188,7 +188,7 @@ require (
188188
github.com/google/s2a-go v0.1.8 // indirect
189189
github.com/google/uuid v1.6.0 // indirect
190190
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
191-
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
191+
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
192192
github.com/gorilla/mux v1.8.1 // indirect
193193
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
194194
github.com/hashicorp/vault/api v1.15.0 // indirect
@@ -220,7 +220,7 @@ require (
220220
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
221221
github.com/pkg/errors v0.9.1 // indirect
222222
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
223-
github.com/prometheus/client_golang v1.20.4 // indirect
223+
github.com/prometheus/client_golang v1.20.5 // indirect
224224
github.com/prometheus/client_model v0.6.1 // indirect
225225
github.com/prometheus/common v0.57.0 // indirect
226226
github.com/prometheus/procfs v0.15.1 // indirect
@@ -236,7 +236,7 @@ require (
236236
github.com/sirupsen/logrus v1.9.3 // indirect
237237
github.com/sourcegraph/conc v0.3.0 // indirect
238238
github.com/spf13/afero v1.11.0 // indirect
239-
github.com/spf13/cast v1.6.0 // indirect
239+
github.com/spf13/cast v1.7.0 // indirect
240240
github.com/spf13/pflag v1.0.5 // indirect
241241
github.com/subosito/gotenv v1.6.0 // indirect
242242
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
@@ -264,17 +264,17 @@ require (
264264
go.uber.org/automaxprocs v1.5.3 // indirect
265265
go.uber.org/multierr v1.11.0 // indirect
266266
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
267-
golang.org/x/mod v0.20.0 // indirect
268-
golang.org/x/oauth2 v0.23.0 // indirect
267+
golang.org/x/mod v0.22.0 // indirect
268+
golang.org/x/oauth2 v0.24.0 // indirect
269269
golang.org/x/sync v0.9.0 // indirect
270270
golang.org/x/term v0.26.0 // indirect
271271
golang.org/x/text v0.20.0 // indirect
272272
golang.org/x/tools v0.24.0 // indirect
273273
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
274-
google.golang.org/api v0.200.0 // indirect
275-
google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9 // indirect
276-
google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
277-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
274+
google.golang.org/api v0.206.0 // indirect
275+
google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 // indirect
276+
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
277+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
278278
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
279279
gopkg.in/inf.v0 v0.9.1 // indirect
280280
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)