@@ -2,6 +2,8 @@ module sigs.k8s.io/cluster-api
2
2
3
3
go 1.23.0
4
4
5
+ toolchain go1.24.1
6
+
5
7
require (
6
8
github.com/MakeNowJust/heredoc v1.0.0
7
9
github.com/Masterminds/sprig/v3 v3.3.0
@@ -29,7 +31,7 @@ require (
29
31
github.com/prometheus/client_golang v1.19.1
30
32
github.com/spf13/cobra v1.9.1
31
33
github.com/spf13/pflag v1.0.6
32
- github.com/spf13/viper v1.19 .0
34
+ github.com/spf13/viper v1.20 .0
33
35
github.com/valyala/fastjson v1.6.4
34
36
go.etcd.io/etcd/api/v3 v3.5.19
35
37
go.etcd.io/etcd/client/pkg/v3 v3.5.19
@@ -39,14 +41,14 @@ require (
39
41
golang.org/x/oauth2 v0.28.0
40
42
golang.org/x/text v0.23.0
41
43
gomodules.xyz/jsonpatch/v2 v2.5.0
42
- google.golang.org/grpc v1.65.1
43
- k8s.io/api v0.32.2
44
- k8s.io/apiextensions-apiserver v0.32.2
45
- k8s.io/apimachinery v0.32.2
46
- k8s.io/apiserver v0.32.2
47
- k8s.io/client-go v0.32.2
48
- k8s.io/cluster-bootstrap v0.32.2
49
- k8s.io/component-base v0.32.2
44
+ google.golang.org/grpc v1.67.3
45
+ k8s.io/api v0.32.3
46
+ k8s.io/apiextensions-apiserver v0.32.3
47
+ k8s.io/apimachinery v0.32.3
48
+ k8s.io/apiserver v0.32.3
49
+ k8s.io/client-go v0.32.3
50
+ k8s.io/cluster-bootstrap v0.32.3
51
+ k8s.io/component-base v0.32.3
50
52
k8s.io/klog/v2 v2.130.1
51
53
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
52
54
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
@@ -76,14 +78,15 @@ require (
76
78
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
77
79
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
78
80
github.com/felixge/httpsnoop v1.0.4 // indirect
79
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
81
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
80
82
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
81
83
github.com/go-logr/stdr v1.2.2 // indirect
82
84
github.com/go-logr/zapr v1.3.0 // indirect
83
85
github.com/go-openapi/jsonpointer v0.21.0 // indirect
84
86
github.com/go-openapi/jsonreference v0.20.2 // indirect
85
87
github.com/go-openapi/swag v0.23.0 // indirect
86
88
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
89
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
87
90
github.com/gogo/protobuf v1.3.2 // indirect
88
91
github.com/golang/protobuf v1.5.4 // indirect
89
92
github.com/google/btree v1.1.3 // indirect
@@ -93,64 +96,58 @@ require (
93
96
github.com/google/uuid v1.6.0 // indirect
94
97
github.com/gorilla/websocket v1.5.3 // indirect
95
98
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
96
- github.com/hashicorp/hcl v1.0.0 // indirect
97
99
github.com/huandu/xstrings v1.5.0 // indirect
98
100
github.com/inconshreveable/mousetrap v1.1.0 // indirect
99
101
github.com/josharian/intern v1.0.0 // indirect
100
102
github.com/json-iterator/go v1.1.12 // indirect
101
- github.com/magiconair/properties v1.8.7 // indirect
102
103
github.com/mailru/easyjson v0.7.7 // indirect
103
104
github.com/mattn/go-colorable v0.1.13 // indirect
104
105
github.com/mattn/go-isatty v0.0.20 // indirect
105
106
github.com/mattn/go-runewidth v0.0.14 // indirect
106
107
github.com/mitchellh/copystructure v1.2.0 // indirect
107
- github.com/mitchellh/mapstructure v1.5.0 // indirect
108
108
github.com/mitchellh/reflectwalk v1.0.2 // indirect
109
109
github.com/moby/spdystream v0.5.0 // indirect
110
110
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
111
111
github.com/modern-go/reflect2 v1.0.2 // indirect
112
112
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
113
113
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
114
114
github.com/opencontainers/go-digest v1.0.0 // indirect
115
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
115
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
116
116
github.com/prometheus/client_model v0.6.1 // indirect
117
117
github.com/prometheus/common v0.55.0 // indirect
118
118
github.com/prometheus/procfs v0.15.1 // indirect
119
119
github.com/rivo/uniseg v0.4.2 // indirect
120
- github.com/sagikazarmark/locafero v0.4.0 // indirect
121
- github.com/sagikazarmark/slog-shim v0.1.0 // indirect
120
+ github.com/sagikazarmark/locafero v0.7.0 // indirect
122
121
github.com/shopspring/decimal v1.4.0 // indirect
123
122
github.com/sourcegraph/conc v0.3.0 // indirect
124
- github.com/spf13/afero v1.11 .0 // indirect
125
- github.com/spf13/cast v1.7.0 // indirect
123
+ github.com/spf13/afero v1.12 .0 // indirect
124
+ github.com/spf13/cast v1.7.1 // indirect
126
125
github.com/stoewer/go-strcase v1.3.0 // indirect
127
- github.com/stretchr/testify v1.10.0 // indirect
128
126
github.com/subosito/gotenv v1.6.0 // indirect
129
127
github.com/vincent-petithory/dataurl v1.0.0 // indirect
130
128
github.com/x448/float16 v0.8.4 // indirect
131
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
132
- go.opentelemetry.io/otel v1.28 .0 // indirect
129
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
130
+ go.opentelemetry.io/otel v1.29 .0 // indirect
133
131
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
134
132
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
135
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
136
- go.opentelemetry.io/otel/sdk v1.28 .0 // indirect
137
- go.opentelemetry.io/otel/trace v1.28 .0 // indirect
133
+ go.opentelemetry.io/otel/metric v1.29 .0 // indirect
134
+ go.opentelemetry.io/otel/sdk v1.29 .0 // indirect
135
+ go.opentelemetry.io/otel/trace v1.29 .0 // indirect
138
136
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
139
137
go.uber.org/multierr v1.11.0 // indirect
140
138
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
141
- golang.org/x/crypto v0.35 .0 // indirect
142
- golang.org/x/net v0.36 .0 // indirect
139
+ golang.org/x/crypto v0.36 .0 // indirect
140
+ golang.org/x/net v0.37 .0 // indirect
143
141
golang.org/x/sync v0.12.0 // indirect
144
- golang.org/x/sys v0.30 .0 // indirect
145
- golang.org/x/term v0.29 .0 // indirect
146
- golang.org/x/time v0.7 .0 // indirect
142
+ golang.org/x/sys v0.31 .0 // indirect
143
+ golang.org/x/term v0.30 .0 // indirect
144
+ golang.org/x/time v0.8 .0 // indirect
147
145
golang.org/x/tools v0.30.0 // indirect
148
- google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
149
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
146
+ google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
147
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
150
148
google.golang.org/protobuf v1.36.1 // indirect
151
149
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
152
150
gopkg.in/inf.v0 v0.9.1 // indirect
153
- gopkg.in/ini.v1 v1.67.0 // indirect
154
151
gopkg.in/yaml.v3 v3.0.1 // indirect
155
152
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
156
153
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
0 commit comments