@@ -7,7 +7,7 @@ replace sigs.k8s.io/cluster-api => ../../
7
7
replace sigs.k8s.io/cluster-api/test => ../../test
8
8
9
9
require (
10
- cloud.google.com/go/storage v1.48 .0
10
+ cloud.google.com/go/storage v1.49 .0
11
11
github.com/blang/semver/v4 v4.0.0
12
12
github.com/google/go-cmp v0.6.0
13
13
github.com/google/go-github v17.0.0+incompatible
@@ -16,7 +16,7 @@ require (
16
16
github.com/spf13/pflag v1.0.5
17
17
github.com/valyala/fastjson v1.6.4
18
18
golang.org/x/oauth2 v0.24.0
19
- google.golang.org/api v0.212 .0
19
+ google.golang.org/api v0.214 .0
20
20
k8s.io/api v0.31.4
21
21
k8s.io/apiextensions-apiserver v0.31.4
22
22
k8s.io/apimachinery v0.31.4
@@ -38,14 +38,14 @@ require (
38
38
cloud.google.com/go/auth v0.13.0 // indirect
39
39
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
40
40
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
42
42
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
43
43
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
44
44
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
45
45
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
46
46
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
47
47
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
49
49
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
50
50
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
51
51
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
@@ -60,7 +60,6 @@ require (
60
60
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
61
61
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
62
62
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
63
- google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
64
63
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
65
64
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
66
65
)
@@ -86,7 +85,7 @@ require (
86
85
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
87
86
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
88
87
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
90
89
github.com/docker/go-connections v0.5.0 // indirect
91
90
github.com/docker/go-units v0.4.0 // indirect
92
91
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
@@ -170,19 +169,19 @@ require (
170
169
go.uber.org/multierr v1.11.0 // indirect
171
170
golang.org/x/crypto v0.31.0 // indirect
172
171
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
175
174
golang.org/x/sync v0.10.0 // indirect
176
175
golang.org/x/sys v0.28.0 // indirect
177
176
golang.org/x/term v0.27.0 // indirect
178
177
golang.org/x/text v0.21.0 // indirect
179
178
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
181
180
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
182
181
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
186
185
google.golang.org/protobuf v1.35.2 // indirect
187
186
gopkg.in/inf.v0 v0.9.1 // indirect
188
187
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments