@@ -7,7 +7,7 @@ replace sigs.k8s.io/cluster-api => ../../
77replace sigs.k8s.io/cluster-api/test => ../../test
88
99require (
10- cloud.google.com/go/storage v1.48 .0
10+ cloud.google.com/go/storage v1.49 .0
1111 github.com/blang/semver/v4 v4.0.0
1212 github.com/google/go-cmp v0.6.0
1313 github.com/google/go-github v17.0.0+incompatible
@@ -16,7 +16,7 @@ require (
1616 github.com/spf13/pflag v1.0.5
1717 github.com/valyala/fastjson v1.6.4
1818 golang.org/x/oauth2 v0.24.0
19- google.golang.org/api v0.212 .0
19+ google.golang.org/api v0.214 .0
2020 k8s.io/api v0.31.4
2121 k8s.io/apiextensions-apiserver v0.31.4
2222 k8s.io/apimachinery v0.31.4
@@ -38,14 +38,14 @@ require (
3838 cloud.google.com/go/auth v0.13.0 // indirect
3939 cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
4040 cloud.google.com/go/monitoring v1.21.2 // indirect
41- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
41+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
4242 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
4343 github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
4444 github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
4545 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
4646 github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
4747 github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
48- github.com/envoyproxy/go-control-plane v0.13.0 // indirect
48+ github.com/envoyproxy/go-control-plane v0.13.1 // indirect
4949 github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
5050 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
5151 github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
@@ -60,7 +60,6 @@ require (
6060 go.opentelemetry.io/otel/sdk v1.29.0 // indirect
6161 go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
6262 go.opentelemetry.io/proto/otlp v1.3.1 // indirect
63- google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
6463 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
6564 sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
6665)
@@ -86,7 +85,7 @@ require (
8685 github.com/cyphar/filepath-securejoin v0.2.4 // indirect
8786 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8887 github.com/distribution/reference v0.6.0 // indirect
89- github.com/docker/docker v27.4.0 +incompatible // indirect
88+ github.com/docker/docker v27.4.1 +incompatible // indirect
9089 github.com/docker/go-connections v0.5.0 // indirect
9190 github.com/docker/go-units v0.4.0 // indirect
9291 github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
@@ -170,19 +169,19 @@ require (
170169 go.uber.org/multierr v1.11.0 // indirect
171170 golang.org/x/crypto v0.31.0 // indirect
172171 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
173- golang.org/x/mod v0.21 .0 // indirect
174- golang.org/x/net v0.32 .0 // indirect
172+ golang.org/x/mod v0.22 .0 // indirect
173+ golang.org/x/net v0.33 .0 // indirect
175174 golang.org/x/sync v0.10.0 // indirect
176175 golang.org/x/sys v0.28.0 // indirect
177176 golang.org/x/term v0.27.0 // indirect
178177 golang.org/x/text v0.21.0 // indirect
179178 golang.org/x/time v0.8.0 // indirect
180- golang.org/x/tools v0.26 .0 // indirect
179+ golang.org/x/tools v0.28 .0 // indirect
181180 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
182181 google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
183- google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
184- google.golang.org/genproto/googleapis/rpc v0.0.0-20241206012308-a4fef0638583 // indirect
185- google.golang.org/grpc v1.67.2 // indirect
182+ google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
183+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
184+ google.golang.org/grpc v1.67.3 // indirect
186185 google.golang.org/protobuf v1.35.2 // indirect
187186 gopkg.in/inf.v0 v0.9.1 // indirect
188187 gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments