|
1 | 1 | module sigs.k8s.io/cluster-api-provider-aws/hack/tools |
2 | 2 |
|
3 | | -go 1.24.0 |
| 3 | +go 1.25.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/a8m/envsubst v1.4.3 |
@@ -53,7 +53,7 @@ require ( |
53 | 53 | github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
54 | 54 | github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect |
55 | 55 | github.com/BurntSushi/toml v1.4.0 // indirect |
56 | | - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect |
| 56 | + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 // indirect |
57 | 57 | github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect |
58 | 58 | github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect |
59 | 59 | github.com/Masterminds/goutils v1.1.1 // indirect |
@@ -315,37 +315,37 @@ require ( |
315 | 315 | go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect |
316 | 316 | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect |
317 | 317 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect |
318 | | - go.opentelemetry.io/otel v1.39.0 // indirect |
319 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect |
320 | | - go.opentelemetry.io/otel/metric v1.39.0 // indirect |
321 | | - go.opentelemetry.io/otel/sdk v1.39.0 // indirect |
322 | | - go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect |
323 | | - go.opentelemetry.io/otel/trace v1.39.0 // indirect |
| 318 | + go.opentelemetry.io/otel v1.43.0 // indirect |
| 319 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 // indirect |
| 320 | + go.opentelemetry.io/otel/metric v1.43.0 // indirect |
| 321 | + go.opentelemetry.io/otel/sdk v1.43.0 // indirect |
| 322 | + go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect |
| 323 | + go.opentelemetry.io/otel/trace v1.43.0 // indirect |
324 | 324 | go.uber.org/atomic v1.11.0 // indirect |
325 | 325 | go.uber.org/automaxprocs v1.6.0 // indirect |
326 | 326 | go.uber.org/multierr v1.11.0 // indirect |
327 | 327 | go.uber.org/zap v1.27.0 // indirect |
328 | 328 | go.yaml.in/yaml/v2 v2.4.2 // indirect |
329 | 329 | go.yaml.in/yaml/v3 v3.0.4 // indirect |
330 | 330 | gocloud.dev v0.37.0 // indirect |
331 | | - golang.org/x/crypto v0.46.0 // indirect |
| 331 | + golang.org/x/crypto v0.49.0 // indirect |
332 | 332 | golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect |
333 | | - golang.org/x/mod v0.30.0 // indirect |
334 | | - golang.org/x/net v0.48.0 // indirect |
335 | | - golang.org/x/oauth2 v0.34.0 // indirect |
336 | | - golang.org/x/sync v0.19.0 // indirect |
337 | | - golang.org/x/sys v0.39.0 // indirect |
338 | | - golang.org/x/term v0.38.0 // indirect |
339 | | - golang.org/x/text v0.32.0 // indirect |
| 333 | + golang.org/x/mod v0.33.0 // indirect |
| 334 | + golang.org/x/net v0.52.0 // indirect |
| 335 | + golang.org/x/oauth2 v0.35.0 // indirect |
| 336 | + golang.org/x/sync v0.20.0 // indirect |
| 337 | + golang.org/x/sys v0.42.0 // indirect |
| 338 | + golang.org/x/term v0.41.0 // indirect |
| 339 | + golang.org/x/text v0.35.0 // indirect |
340 | 340 | golang.org/x/time v0.11.0 // indirect |
341 | | - golang.org/x/tools v0.39.0 // indirect |
| 341 | + golang.org/x/tools v0.42.0 // indirect |
342 | 342 | golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect |
343 | 343 | google.golang.org/api v0.227.0 // indirect |
344 | 344 | google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect |
345 | | - google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect |
346 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect |
347 | | - google.golang.org/grpc v1.79.3 // indirect |
348 | | - google.golang.org/protobuf v1.36.10 // indirect |
| 345 | + google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect |
| 346 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect |
| 347 | + google.golang.org/grpc v1.80.0 // indirect |
| 348 | + google.golang.org/protobuf v1.36.11 // indirect |
349 | 349 | gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect |
350 | 350 | gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect |
351 | 351 | gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect |
|
0 commit comments