Skip to content

Commit 09441ae

Browse files
authored
Merge pull request #414 from securesign/bump-deps
Bump deps
2 parents 31fe396 + ad9049d commit 09441ae

File tree

2 files changed

+76
-72
lines changed

2 files changed

+76
-72
lines changed

go.mod

+26-24
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/go-openapi/strfmt v0.23.0
1717
github.com/go-openapi/swag v0.23.0
1818
github.com/go-openapi/validate v0.24.0
19-
github.com/google/go-cmp v0.6.0
19+
github.com/google/go-cmp v0.7.0
2020
github.com/google/rpmpack v0.6.0
2121
github.com/google/trillian v1.7.1
2222
github.com/in-toto/in-toto-golang v0.9.0
@@ -39,13 +39,13 @@ require (
3939
go.uber.org/goleak v1.3.0
4040
go.uber.org/zap v1.27.0
4141
gocloud.dev v0.40.0
42-
golang.org/x/crypto v0.33.0
43-
golang.org/x/mod v0.22.0
44-
golang.org/x/net v0.34.0
45-
golang.org/x/sync v0.11.0
42+
golang.org/x/crypto v0.36.0
43+
golang.org/x/mod v0.23.0
44+
golang.org/x/net v0.37.0
45+
golang.org/x/sync v0.12.0
4646
google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4 // indirect
47-
google.golang.org/grpc v1.70.0
48-
google.golang.org/protobuf v1.36.4
47+
google.golang.org/grpc v1.71.0
48+
google.golang.org/protobuf v1.36.5
4949
gopkg.in/ini.v1 v1.67.0
5050
sigs.k8s.io/release-utils v0.8.4
5151
sigs.k8s.io/yaml v1.4.0
@@ -74,12 +74,15 @@ require (
7474
github.com/tink-crypto/tink-go-gcpkms/v2 v2.2.0
7575
github.com/tink-crypto/tink-go/v2 v2.3.0
7676
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
77-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47
77+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4
78+
)
79+
80+
require (
81+
cel.dev/expr v0.19.1 // indirect
82+
cloud.google.com/go/auth v0.15.0 // indirect
7883
)
7984

8085
require (
81-
cel.dev/expr v0.19.0 // indirect
82-
cloud.google.com/go/auth v0.14.0 // indirect
8386
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
8487
cloud.google.com/go/compute/metadata v0.6.0 // indirect
8588
cloud.google.com/go/longrunning v0.6.4 // indirect
@@ -118,17 +121,16 @@ require (
118121
github.com/aws/smithy-go v1.22.1 // indirect
119122
github.com/cavaliergopher/cpio v1.0.1 // indirect
120123
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
121-
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
122-
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
124+
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
123125
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
124-
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
125-
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
126+
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
127+
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
126128
github.com/felixge/httpsnoop v1.0.4 // indirect
127129
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
128130
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
129131
github.com/go-logr/logr v1.4.2 // indirect
130132
github.com/go-logr/stdr v1.2.2 // indirect
131-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
133+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
132134
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
133135
github.com/google/s2a-go v0.1.9 // indirect
134136
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -152,16 +154,16 @@ require (
152154
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
153155
github.com/sourcegraph/conc v0.3.0 // indirect
154156
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
155-
go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
156-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
157-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
157+
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
158+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
159+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
158160
go.opentelemetry.io/otel v1.34.0 // indirect
159161
go.opentelemetry.io/otel/metric v1.34.0 // indirect
160162
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
161-
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
163+
go.opentelemetry.io/otel/sdk/metric v1.34.0 // indirect
162164
go.opentelemetry.io/otel/trace v1.34.0 // indirect
163-
golang.org/x/text v0.22.0 // indirect
164-
golang.org/x/time v0.9.0 // indirect
165+
golang.org/x/text v0.23.0 // indirect
166+
golang.org/x/time v0.11.0 // indirect
165167
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect
166168
k8s.io/klog/v2 v2.130.1 // indirect
167169
software.sslmate.com/src/go-pkcs12 v0.4.0 // indirect
@@ -188,7 +190,7 @@ require (
188190
github.com/google/go-containerregistry v0.20.2 // indirect
189191
github.com/google/uuid v1.6.0 // indirect
190192
github.com/google/wire v0.6.0 // indirect
191-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
193+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
192194
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
193195
github.com/hashicorp/hcl v1.0.0 // indirect
194196
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef // indirect
@@ -215,11 +217,11 @@ require (
215217
go.opencensus.io v0.24.0 // indirect
216218
go.step.sm/crypto v0.57.0
217219
go.uber.org/multierr v1.11.0 // indirect
218-
golang.org/x/oauth2 v0.26.0 // indirect
220+
golang.org/x/oauth2 v0.28.0 // indirect
219221
golang.org/x/sys v0.31.0 // indirect
220222
golang.org/x/term v0.30.0 // indirect
221223
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
222-
google.golang.org/api v0.218.0
224+
google.golang.org/api v0.227.0
223225
gopkg.in/yaml.v2 v2.4.0
224226
gopkg.in/yaml.v3 v3.0.1 // indirect
225227
)

0 commit comments

Comments
 (0)