@@ -16,7 +16,7 @@ require (
16
16
github.com/go-openapi/strfmt v0.23.0
17
17
github.com/go-openapi/swag v0.23.0
18
18
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
20
20
github.com/google/rpmpack v0.6.0
21
21
github.com/google/trillian v1.7.1
22
22
github.com/in-toto/in-toto-golang v0.9.0
@@ -39,13 +39,13 @@ require (
39
39
go.uber.org/goleak v1.3.0
40
40
go.uber.org/zap v1.27.0
41
41
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
46
46
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
49
49
gopkg.in/ini.v1 v1.67.0
50
50
sigs.k8s.io/release-utils v0.8.4
51
51
sigs.k8s.io/yaml v1.4.0
@@ -74,12 +74,15 @@ require (
74
74
github.com/tink-crypto/tink-go-gcpkms/v2 v2.2.0
75
75
github.com/tink-crypto/tink-go/v2 v2.3.0
76
76
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
78
83
)
79
84
80
85
require (
81
- cel.dev/expr v0.19.0 // indirect
82
- cloud.google.com/go/auth v0.14.0 // indirect
83
86
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
84
87
cloud.google.com/go/compute/metadata v0.6.0 // indirect
85
88
cloud.google.com/go/longrunning v0.6.4 // indirect
@@ -118,17 +121,16 @@ require (
118
121
github.com/aws/smithy-go v1.22.1 // indirect
119
122
github.com/cavaliergopher/cpio v1.0.1 // indirect
120
123
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
123
125
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
126
128
github.com/felixge/httpsnoop v1.0.4 // indirect
127
129
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
128
130
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
129
131
github.com/go-logr/logr v1.4.2 // indirect
130
132
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
132
134
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
133
135
github.com/google/s2a-go v0.1.9 // indirect
134
136
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -152,16 +154,16 @@ require (
152
154
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
153
155
github.com/sourcegraph/conc v0.3.0 // indirect
154
156
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
158
160
go.opentelemetry.io/otel v1.34.0 // indirect
159
161
go.opentelemetry.io/otel/metric v1.34.0 // indirect
160
162
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
162
164
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
165
167
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect
166
168
k8s.io/klog/v2 v2.130.1 // indirect
167
169
software.sslmate.com/src/go-pkcs12 v0.4.0 // indirect
@@ -188,7 +190,7 @@ require (
188
190
github.com/google/go-containerregistry v0.20.2 // indirect
189
191
github.com/google/uuid v1.6.0 // indirect
190
192
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
192
194
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
193
195
github.com/hashicorp/hcl v1.0.0 // indirect
194
196
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef // indirect
@@ -215,11 +217,11 @@ require (
215
217
go.opencensus.io v0.24.0 // indirect
216
218
go.step.sm/crypto v0.57.0
217
219
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
219
221
golang.org/x/sys v0.31.0 // indirect
220
222
golang.org/x/term v0.30.0 // indirect
221
223
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
223
225
gopkg.in/yaml.v2 v2.4.0
224
226
gopkg.in/yaml.v3 v3.0.1 // indirect
225
227
)
0 commit comments