@@ -36,17 +36,17 @@ require (
36
36
github.com/sigstore/sigstore v1.8.10
37
37
github.com/sigstore/sigstore-go v0.6.2
38
38
github.com/sigstore/timestamp-authority v1.2.3
39
- github.com/stretchr/testify v1.9 .0
39
+ github.com/stretchr/testify v1.10 .0
40
40
github.com/theupdateframework/go-tuf v0.7.0
41
41
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
42
42
go.step.sm/crypto v0.54.2
43
43
go.uber.org/zap v1.27.0
44
- golang.org/x/crypto v0.31 .0
45
- golang.org/x/net v0.33 .0
46
- golang.org/x/time v0.8 .0
47
- google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38
48
- google.golang.org/grpc v1.68 .0
49
- google.golang.org/protobuf v1.35.2
44
+ golang.org/x/crypto v0.32 .0
45
+ golang.org/x/net v0.34 .0
46
+ golang.org/x/time v0.9 .0
47
+ google.golang.org/genproto v0.0.0-20250219182151-9fdb1cabc7b2
48
+ google.golang.org/grpc v1.70 .0
49
+ google.golang.org/protobuf v1.36.5
50
50
gopkg.in/yaml.v3 v3.0.1
51
51
k8s.io/api v0.31.2
52
52
k8s.io/apimachinery v0.31.2
@@ -59,17 +59,17 @@ require (
59
59
60
60
require (
61
61
bitbucket.org/creachadair/shell v0.0.8 // indirect
62
- cel.dev/expr v0.16.1 // indirect
63
- cloud.google.com/go v0.116.0 // indirect
64
- cloud.google.com/go/auth v0.10 .1 // indirect
65
- cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
66
- cloud.google.com/go/compute/metadata v0.5.2 // indirect
67
- cloud.google.com/go/iam v1.2.1 // indirect
68
- cloud.google.com/go/kms v1.20.1 // indirect
69
- cloud.google.com/go/longrunning v0.6.1 // indirect
70
- cloud.google.com/go/monitoring v1.21.1 // indirect
71
- cloud.google.com/go/spanner v1.70 .0 // indirect
72
- cloud.google.com/go/trace v1.11.1 // indirect
62
+ cel.dev/expr v0.19.0 // indirect
63
+ cloud.google.com/go v0.118.2 // indirect
64
+ cloud.google.com/go/auth v0.14 .1 // indirect
65
+ cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
66
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
67
+ cloud.google.com/go/iam v1.4.0 // indirect
68
+ cloud.google.com/go/kms v1.20.5 // indirect
69
+ cloud.google.com/go/longrunning v0.6.4 // indirect
70
+ cloud.google.com/go/monitoring v1.24.0 // indirect
71
+ cloud.google.com/go/spanner v1.75 .0 // indirect
72
+ cloud.google.com/go/trace v1.11.3 // indirect
73
73
contrib.go.opencensus.io/exporter/stackdriver v0.13.14 // indirect
74
74
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14.0 // indirect
75
75
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
@@ -87,8 +87,8 @@ require (
87
87
github.com/Azure/go-autorest/logger v0.2.1 // indirect
88
88
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
89
89
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
90
- github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect
91
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
90
+ github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect
91
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
92
92
github.com/Microsoft/go-winio v0.6.2 // indirect
93
93
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
94
94
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
@@ -151,7 +151,7 @@ require (
151
151
github.com/docker/docker-credential-helpers v0.8.0 // indirect
152
152
github.com/dustin/go-humanize v1.0.1 // indirect
153
153
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
154
- github.com/envoyproxy/go-control-plane v0.13.0 // indirect
154
+ github.com/envoyproxy/go-control-plane v0.13.1 // indirect
155
155
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
156
156
github.com/felixge/httpsnoop v1.0.4 // indirect
157
157
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -172,18 +172,18 @@ require (
172
172
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
173
173
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
174
174
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
175
- github.com/golang/mock v1.6.0 // indirect
175
+ github.com/golang/mock v1.7.0-rc.1 // indirect
176
176
github.com/golang/protobuf v1.5.4 // indirect
177
177
github.com/golang/snappy v0.0.4 // indirect
178
178
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
179
179
github.com/google/go-containerregistry v0.20.2 // indirect
180
180
github.com/google/go-github/v55 v55.0.0 // indirect
181
181
github.com/google/go-querystring v1.1.0 // indirect
182
182
github.com/google/gofuzz v1.2.0 // indirect
183
- github.com/google/s2a-go v0.1.8 // indirect
183
+ github.com/google/s2a-go v0.1.9 // indirect
184
184
github.com/google/tink/go v1.7.0 // indirect
185
185
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
186
- github.com/googleapis/gax-go/v2 v2.13.0 // indirect
186
+ github.com/googleapis/gax-go/v2 v2.14.1 // indirect
187
187
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
188
188
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
189
189
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -268,26 +268,27 @@ require (
268
268
go.etcd.io/etcd/client/v3 v3.6.0-alpha.0 // indirect
269
269
go.mongodb.org/mongo-driver v1.14.0 // indirect
270
270
go.opencensus.io v0.24.0 // indirect
271
- go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
272
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 // indirect
273
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
274
- go.opentelemetry.io/otel v1.30.0 // indirect
275
- go.opentelemetry.io/otel/metric v1.30.0 // indirect
276
- go.opentelemetry.io/otel/sdk v1.29.0 // indirect
277
- go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
278
- go.opentelemetry.io/otel/trace v1.30.0 // indirect
271
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
272
+ go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
273
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
274
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
275
+ go.opentelemetry.io/otel v1.34.0 // indirect
276
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
277
+ go.opentelemetry.io/otel/sdk v1.34.0 // indirect
278
+ go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
279
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
279
280
go.uber.org/multierr v1.11.0 // indirect
280
281
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
281
282
golang.org/x/mod v0.21.0 // indirect
282
- golang.org/x/oauth2 v0.23 .0 // indirect
283
+ golang.org/x/oauth2 v0.25 .0 // indirect
283
284
golang.org/x/sync v0.10.0 // indirect
284
- golang.org/x/sys v0.28 .0 // indirect
285
- golang.org/x/term v0.27 .0 // indirect
285
+ golang.org/x/sys v0.30 .0 // indirect
286
+ golang.org/x/term v0.28 .0 // indirect
286
287
golang.org/x/text v0.21.0 // indirect
287
288
golang.org/x/tools v0.25.0 // indirect
288
- google.golang.org/api v0.205 .0 // indirect
289
- google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
290
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
289
+ google.golang.org/api v0.220 .0 // indirect
290
+ google.golang.org/genproto/googleapis/api v0.0.0-20250212204824-5a70512c5d8b // indirect
291
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250212204824-5a70512c5d8b // indirect
291
292
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
292
293
gopkg.in/inf.v0 v0.9.1 // indirect
293
294
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments