@@ -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.43 .0
10
+ cloud.google.com/go/storage v1.44 .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
@@ -34,28 +34,41 @@ require (
34
34
)
35
35
36
36
require (
37
+ cel.dev/expr v0.16.1 // indirect
37
38
cloud.google.com/go/auth v0.9.5 // indirect
38
39
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
40
+ cloud.google.com/go/monitoring v1.21.0 // indirect
41
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
42
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
43
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
39
44
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
40
45
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
46
+ github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
47
+ github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
48
+ github.com/envoyproxy/go-control-plane v0.13.0 // indirect
49
+ github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
41
50
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
42
51
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
43
52
github.com/inconshreveable/mousetrap v1.1.0 // indirect
44
53
github.com/moby/docker-image-spec v1.3.1 // indirect
54
+ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
45
55
github.com/spf13/cobra v1.8.1 // indirect
46
56
github.com/x448/float16 v0.8.4 // indirect
57
+ go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
47
58
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
48
59
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
49
- go.opentelemetry.io/otel/sdk v1.28.0 // indirect
60
+ go.opentelemetry.io/otel/sdk v1.29.0 // indirect
61
+ go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
50
62
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
63
+ google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
51
64
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
52
65
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
53
66
)
54
67
55
68
require (
56
69
cloud.google.com/go v0.115.1 // indirect
57
70
cloud.google.com/go/compute/metadata v0.5.2 // indirect
58
- cloud.google.com/go/iam v1.2.0 // indirect
71
+ cloud.google.com/go/iam v1.2.1 // indirect
59
72
dario.cat/mergo v1.0.1 // indirect
60
73
github.com/MakeNowJust/heredoc v1.0.0 // indirect
61
74
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -155,21 +168,21 @@ require (
155
168
go.opentelemetry.io/otel/metric v1.29.0 // indirect
156
169
go.opentelemetry.io/otel/trace v1.29.0 // indirect
157
170
go.uber.org/multierr v1.11.0 // indirect
158
- golang.org/x/crypto v0.27 .0 // indirect
171
+ golang.org/x/crypto v0.28 .0 // indirect
159
172
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
160
173
golang.org/x/mod v0.20.0 // indirect
161
- golang.org/x/net v0.29 .0 // indirect
174
+ golang.org/x/net v0.30 .0 // indirect
162
175
golang.org/x/sync v0.8.0 // indirect
163
- golang.org/x/sys v0.25 .0 // indirect
164
- golang.org/x/term v0.24 .0 // indirect
165
- golang.org/x/text v0.18 .0 // indirect
176
+ golang.org/x/sys v0.26 .0 // indirect
177
+ golang.org/x/term v0.25 .0 // indirect
178
+ golang.org/x/text v0.19 .0 // indirect
166
179
golang.org/x/time v0.6.0 // indirect
167
180
golang.org/x/tools v0.24.0 // indirect
168
181
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
169
182
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
170
- google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
183
+ google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
171
184
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
172
- google.golang.org/grpc v1.67.0 // indirect
185
+ google.golang.org/grpc v1.67.1 // indirect
173
186
google.golang.org/protobuf v1.34.2 // indirect
174
187
gopkg.in/inf.v0 v0.9.1 // indirect
175
188
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments