Skip to content

Commit ca65fcf

Browse files
Bump all deps, bump protoc (#1990)
Signed-off-by: Hayden B <[email protected]> Co-authored-by: Hayden B <[email protected]>
1 parent 7342c97 commit ca65fcf

File tree

12 files changed

+179
-174
lines changed

12 files changed

+179
-174
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
4545
name: Install protobuf
4646
with:
47-
version: '30.1'
47+
version: '30.2'
4848
repo-token: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Build

.github/workflows/protoc-dependabot-hack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
steps:
1616
# update the version in these places manually when Dependabot proposes a change to it here:
1717
# 1. the version in main.yml used to install protoc
18-
- uses: protocolbuffers/protobuf@v30.1
18+
- uses: protocolbuffers/protobuf@v30.2

go.mod

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/sigstore/fulcio
22

3-
go 1.23.3
3+
go 1.24.0
44

55
toolchain go1.24.1
66

77
require (
8-
chainguard.dev/go-grpc-kit v0.17.7
9-
chainguard.dev/sdk v0.1.29
8+
chainguard.dev/go-grpc-kit v0.17.10
9+
chainguard.dev/sdk v0.1.32
1010
cloud.google.com/go/security v1.18.3
1111
github.com/PaesslerAG/jsonpath v0.1.1
1212
github.com/ThalesIgnite/crypto11 v1.2.5
@@ -18,21 +18,21 @@ require (
1818
github.com/google/go-cmp v0.7.0
1919
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2020
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99
21-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0
21+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
2222
github.com/hashicorp/golang-lru/v2 v2.0.7
2323
github.com/magiconair/properties v1.8.9
24-
github.com/prometheus/client_golang v1.20.5
24+
github.com/prometheus/client_golang v1.21.1
2525
github.com/prometheus/client_model v0.6.1
2626
github.com/prometheus/common v0.62.0
2727
github.com/rs/cors v1.11.1
28-
github.com/sigstore/protobuf-specs v0.4.0
29-
github.com/sigstore/sigstore v1.9.1-0.20250310170251-f577ba06d54c
28+
github.com/sigstore/protobuf-specs v0.4.1
29+
github.com/sigstore/sigstore v1.9.1
3030
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.8.12
3131
github.com/sigstore/sigstore/pkg/signature/kms/azure v1.8.12
3232
github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.8.12
3333
github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.8.12
3434
github.com/spf13/cobra v1.8.1
35-
github.com/spf13/pflag v1.0.5
35+
github.com/spf13/pflag v1.0.6
3636
github.com/spf13/viper v1.19.0
3737
github.com/spiffe/go-spiffe/v2 v2.4.0
3838
github.com/stretchr/testify v1.10.0
@@ -41,18 +41,18 @@ require (
4141
github.com/tink-crypto/tink-go/v2 v2.3.0
4242
go.step.sm/crypto v0.57.0
4343
go.uber.org/zap v1.27.0
44-
goa.design/goa/v3 v3.20.0
45-
google.golang.org/api v0.218.0
46-
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f
47-
google.golang.org/grpc v1.70.0
48-
google.golang.org/protobuf v1.36.5
44+
goa.design/goa/v3 v3.20.1
45+
google.golang.org/api v0.227.0
46+
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
47+
google.golang.org/grpc v1.71.0
48+
google.golang.org/protobuf v1.36.6
4949
gopkg.in/yaml.v3 v3.0.1
5050
sigs.k8s.io/release-utils v0.9.0
5151
)
5252

5353
require (
5454
cloud.google.com/go v0.116.0 // indirect
55-
cloud.google.com/go/auth v0.14.0 // indirect
55+
cloud.google.com/go/auth v0.15.0 // indirect
5656
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
5757
cloud.google.com/go/compute/metadata v0.6.0 // indirect
5858
cloud.google.com/go/iam v1.2.2 // indirect
@@ -71,7 +71,7 @@ require (
7171
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
7272
github.com/PaesslerAG/gval v1.0.0 // indirect
7373
github.com/aws/aws-sdk-go v1.55.5 // indirect
74-
github.com/aws/aws-sdk-go-v2 v1.32.8 // indirect
74+
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
7575
github.com/aws/aws-sdk-go-v2/config v1.28.10 // indirect
7676
github.com/aws/aws-sdk-go-v2/credentials v1.17.51 // indirect
7777
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 // indirect
@@ -84,11 +84,11 @@ require (
8484
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9 // indirect
8585
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8 // indirect
8686
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6 // indirect
87-
github.com/aws/smithy-go v1.22.1 // indirect
87+
github.com/aws/smithy-go v1.22.3 // indirect
8888
github.com/beorn7/perks v1.0.1 // indirect
8989
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
9090
github.com/cespare/xxhash/v2 v2.3.0 // indirect
91-
github.com/chainguard-dev/clog v1.5.1 // indirect
91+
github.com/chainguard-dev/clog v1.7.0 // indirect
9292
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
9393
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9494
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -97,10 +97,10 @@ require (
9797
github.com/go-logr/stdr v1.2.2 // indirect
9898
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
9999
github.com/golang/protobuf v1.5.4 // indirect
100-
github.com/google/go-containerregistry v0.20.3 // indirect
100+
github.com/google/go-containerregistry v0.20.4-0.20250225234217-098045d5e61f // indirect
101101
github.com/google/s2a-go v0.1.9 // indirect
102102
github.com/google/uuid v1.6.0 // indirect
103-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
103+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
104104
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
105105
github.com/hashicorp/errwrap v1.1.0 // indirect
106106
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -145,27 +145,27 @@ require (
145145
github.com/thales-e-security/pool v0.0.2 // indirect
146146
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
147147
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
148-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0 // indirect
149-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
150-
go.opentelemetry.io/otel v1.33.0 // indirect
151-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
152-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 // indirect
153-
go.opentelemetry.io/otel/metric v1.33.0 // indirect
154-
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
155-
go.opentelemetry.io/otel/trace v1.33.0 // indirect
156-
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
148+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
149+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
150+
go.opentelemetry.io/otel v1.35.0 // indirect
151+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
152+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 // indirect
153+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
154+
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
155+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
156+
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
157157
go.uber.org/multierr v1.11.0 // indirect
158-
golang.org/x/crypto v0.35.0 // indirect
159-
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
160-
golang.org/x/net v0.36.0 // indirect
161-
golang.org/x/oauth2 v0.27.0 // indirect
162-
golang.org/x/sync v0.11.0 // indirect
163-
golang.org/x/sys v0.30.0 // indirect
164-
golang.org/x/term v0.29.0 // indirect
165-
golang.org/x/text v0.22.0 // indirect
166-
golang.org/x/time v0.9.0 // indirect
158+
golang.org/x/crypto v0.36.0 // indirect
159+
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
160+
golang.org/x/net v0.37.0 // indirect
161+
golang.org/x/oauth2 v0.28.0 // indirect
162+
golang.org/x/sync v0.12.0 // indirect
163+
golang.org/x/sys v0.31.0 // indirect
164+
golang.org/x/term v0.30.0 // indirect
165+
golang.org/x/text v0.23.0 // indirect
166+
golang.org/x/time v0.11.0 // indirect
167167
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
168-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
168+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
169169
gopkg.in/ini.v1 v1.67.0 // indirect
170170
k8s.io/klog/v2 v2.130.1 // indirect
171171
)

0 commit comments

Comments
 (0)