@@ -33,32 +33,32 @@ require (
33
33
github.com/google/uuid v1.6.0
34
34
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.3.2
35
35
github.com/nutanix-cloud-native/prism-go-client v0.3.4
36
- github.com/onsi/gomega v1.34 .1
36
+ github.com/onsi/gomega v1.35 .1
37
37
github.com/opencontainers/image-spec v1.1.0
38
38
github.com/pkg/errors v0.9.1
39
- github.com/spf13/cobra v1.8.0
39
+ github.com/spf13/cobra v1.8.1
40
40
github.com/spf13/pflag v1.0.5
41
41
github.com/spf13/viper v1.18.2
42
42
github.com/stretchr/testify v1.10.0
43
43
github.com/tinkerbell/tink v0.8.0
44
44
github.com/vmware/govmomi v0.37.2
45
- go.uber.org/zap v1.26 .0
45
+ go.uber.org/zap v1.27 .0
46
46
golang.org/x/crypto v0.36.0
47
47
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
48
48
golang.org/x/net v0.37.0
49
- golang.org/x/oauth2 v0.21 .0
49
+ golang.org/x/oauth2 v0.23 .0
50
50
golang.org/x/text v0.23.0
51
51
gopkg.in/ini.v1 v1.67.0
52
52
gopkg.in/yaml.v2 v2.4.0
53
53
gopkg.in/yaml.v3 v3.0.1
54
- helm.sh/helm/v3 v3.14.4
55
- k8s.io/api v0.29.5
56
- k8s.io/apimachinery v0.29.5
57
- k8s.io/apiserver v0.29.5
58
- k8s.io/client-go v0.29.5
59
- k8s.io/component-base v0.29.5
60
- k8s.io/klog/v2 v2.110 .1
61
- k8s.io/utils v0.0.0-20240102154912-e7106e64919e
54
+ helm.sh/helm/v3 v3.17.3
55
+ k8s.io/api v0.32.2
56
+ k8s.io/apimachinery v0.32.2
57
+ k8s.io/apiserver v0.32.2
58
+ k8s.io/client-go v0.32.2
59
+ k8s.io/component-base v0.32.2
60
+ k8s.io/klog/v2 v2.130 .1
61
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
62
62
oras.land/oras-go v1.2.5
63
63
oras.land/oras-go/v2 v2.4.0
64
64
sigs.k8s.io/cluster-api v1.6.2
@@ -72,18 +72,21 @@ require (
72
72
require (
73
73
github.com/containerd/errdefs v0.3.0 // indirect
74
74
github.com/containerd/platforms v0.2.1 // indirect
75
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
75
76
github.com/itchyny/timefmt-go v0.1.6 // indirect
76
77
github.com/vektah/gqlparser/v2 v2.5.15 // indirect
78
+ github.com/x448/float16 v0.8.4 // indirect
79
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
77
80
)
78
81
79
82
require (
80
- dario.cat/mergo v1.0.0 // indirect
83
+ dario.cat/mergo v1.0.1 // indirect
81
84
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
82
85
github.com/Jeffail/gabs/v2 v2.7.0 // indirect
83
86
github.com/MakeNowJust/heredoc v1.0.0 // indirect
84
87
github.com/Masterminds/goutils v1.1.1 // indirect
85
88
github.com/Masterminds/semver v1.5.0 // indirect
86
- github.com/Masterminds/semver/v3 v3.2.1 // indirect
89
+ github.com/Masterminds/semver/v3 v3.3.0 // indirect
87
90
github.com/Microsoft/go-winio v0.6.2 // indirect
88
91
github.com/PaesslerAG/gval v1.0.0 // indirect
89
92
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
@@ -103,12 +106,12 @@ require (
103
106
github.com/beorn7/perks v1.0.1 // indirect
104
107
github.com/blang/semver/v4 v4.0.0 // indirect
105
108
github.com/bmc-toolbox/common v0.0.0-20230717121556-5eb9915a8a5a // indirect
106
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
109
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
107
110
github.com/cloudflare/circl v1.3.7 // indirect
108
111
github.com/containerd/containerd v1.7.27 // indirect
109
112
github.com/containerd/log v0.1.0 // indirect
110
- github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
111
- github.com/cyphar/filepath-securejoin v0.2.5 // indirect
113
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
114
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
112
115
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
113
116
github.com/distribution/reference v0.6.0 // indirect
114
117
github.com/docker/distribution v2.8.3+incompatible // indirect
@@ -118,16 +121,16 @@ require (
118
121
github.com/docker/go-metrics v0.0.1 // indirect
119
122
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
120
123
github.com/emirpasic/gods v1.18.1 // indirect
121
- github.com/evanphx/json-patch v5.7 .0+incompatible // indirect
124
+ github.com/evanphx/json-patch v5.9 .0+incompatible // indirect
122
125
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
123
126
github.com/felixge/httpsnoop v1.0.4 // indirect
124
127
github.com/fsnotify/fsnotify v1.7.0 // indirect
125
128
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
126
129
github.com/go-git/go-billy/v5 v5.6.0 // indirect
127
130
github.com/go-logr/stdr v1.2.2 // indirect
128
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
131
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
129
132
github.com/go-openapi/jsonreference v0.20.2 // indirect
130
- github.com/go-openapi/swag v0.22.3 // indirect
133
+ github.com/go-openapi/swag v0.23.0 // indirect
131
134
github.com/gobuffalo/flect v1.0.2 // indirect
132
135
github.com/gogo/protobuf v1.3.2 // indirect
133
136
github.com/golang-jwt/jwt/v5 v5.2.2
@@ -141,7 +144,7 @@ require (
141
144
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
142
145
github.com/hashicorp/go-multierror v1.1.1 // indirect
143
146
github.com/hashicorp/hcl v1.0.0 // indirect
144
- github.com/huandu/xstrings v1.4 .0 // indirect
147
+ github.com/huandu/xstrings v1.5 .0 // indirect
145
148
github.com/imdario/mergo v0.3.13 // indirect
146
149
github.com/inconshreveable/mousetrap v1.1.0 // indirect
147
150
github.com/itchyny/gojq v0.12.17
@@ -155,7 +158,6 @@ require (
155
158
github.com/klauspost/compress v1.17.0 // indirect
156
159
github.com/magiconair/properties v1.8.7 // indirect
157
160
github.com/mailru/easyjson v0.7.7 // indirect
158
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
159
161
github.com/mitchellh/copystructure v1.2.0 // indirect
160
162
github.com/mitchellh/mapstructure v1.5.0 // indirect
161
163
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -167,10 +169,10 @@ require (
167
169
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
168
170
github.com/pjbgf/sha1cd v0.3.0 // indirect
169
171
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
170
- github.com/prometheus/client_golang v1.18.0 // indirect
171
- github.com/prometheus/client_model v0.5.0 // indirect
172
- github.com/prometheus/common v0.45 .0 // indirect
173
- github.com/prometheus/procfs v0.12.0 // indirect
172
+ github.com/prometheus/client_golang v1.19.1 // indirect
173
+ github.com/prometheus/client_model v0.6.1 // indirect
174
+ github.com/prometheus/common v0.55 .0 // indirect
175
+ github.com/prometheus/procfs v0.15.1 // indirect
174
176
github.com/russross/blackfriday/v2 v2.1.0 // indirect
175
177
github.com/sagikazarmark/locafero v0.4.0 // indirect
176
178
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -180,32 +182,32 @@ require (
180
182
github.com/skeema/knownhosts v1.3.0 // indirect
181
183
github.com/sourcegraph/conc v0.3.0 // indirect
182
184
github.com/spf13/afero v1.11.0 // indirect
183
- github.com/spf13/cast v1.6 .0 // indirect
185
+ github.com/spf13/cast v1.7 .0 // indirect
184
186
github.com/stmcginnis/gofish v0.15.1-0.20231121142100-22a60a77be91 // indirect
185
187
github.com/subosito/gotenv v1.6.0 // indirect
186
188
github.com/xanzy/ssh-agent v0.3.3 // indirect
187
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46 .0 // indirect
188
- go.opentelemetry.io/otel v1.21 .0 // indirect
189
- go.opentelemetry.io/otel/metric v1.21 .0 // indirect
190
- go.opentelemetry.io/otel/trace v1.21 .0 // indirect
189
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
190
+ go.opentelemetry.io/otel v1.28 .0 // indirect
191
+ go.opentelemetry.io/otel/metric v1.28 .0 // indirect
192
+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
191
193
go.uber.org/multierr v1.11.0 // indirect
192
- golang.org/x/mod v0.19 .0 // indirect
194
+ golang.org/x/mod v0.21 .0 // indirect
193
195
golang.org/x/sync v0.12.0
194
196
golang.org/x/sys v0.31.0 // indirect
195
197
golang.org/x/term v0.30.0 // indirect
196
- golang.org/x/time v0.5 .0 // indirect
198
+ golang.org/x/time v0.7 .0 // indirect
197
199
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
198
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
199
- google.golang.org/grpc v1.59 .0 // indirect
200
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
201
+ google.golang.org/grpc v1.65 .0 // indirect
200
202
google.golang.org/protobuf v1.35.2 // indirect
201
203
gopkg.in/inf.v0 v0.9.1 // indirect
202
204
gopkg.in/warnings.v0 v0.1.2 // indirect
203
- k8s.io/apiextensions-apiserver v0.29.1 // indirect
205
+ k8s.io/apiextensions-apiserver v0.32.2 // indirect
204
206
k8s.io/cluster-bootstrap v0.28.5 // indirect
205
- k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
207
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
206
208
k8s.io/kubelet v0.29.5
207
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
208
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
209
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
210
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
209
211
)
210
212
211
213
replace (
0 commit comments