@@ -2,32 +2,32 @@ module github.com/openshift/machine-api-operator
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.1
5
+ toolchain go1.22.3
6
6
7
7
require (
8
8
github.com/blang/semver v3.5.1+incompatible
9
9
github.com/go-logr/logr v1.4.1
10
- github.com/google/uuid v1.4 .0
10
+ github.com/google/uuid v1.6 .0
11
11
github.com/onsi/ginkgo/v2 v2.17.1
12
12
github.com/onsi/gomega v1.32.0
13
- github.com/openshift/api v0.0.0-20240521141249-8af21b7ed3e3
13
+ github.com/openshift/api v0.0.0-20240530053948-b01900f1982a
14
14
github.com/openshift/client-go v0.0.0-20240115204758-e6bf7d631d5e
15
15
github.com/openshift/library-go v0.0.0-20240116081341-964bcb3f545c
16
16
github.com/prometheus/client_golang v1.18.0
17
17
github.com/spf13/cobra v1.8.0
18
18
github.com/spf13/pflag v1.0.5
19
- github.com/stretchr/testify v1.8.4
20
- github.com/vmware/govmomi v0.34 .2
19
+ github.com/stretchr/testify v1.9.0
20
+ github.com/vmware/govmomi v0.37 .2
21
21
golang.org/x/net v0.24.0
22
22
gopkg.in/gcfg.v1 v1.2.3 // indirect
23
23
k8s.io/api v0.30.1
24
24
k8s.io/apimachinery v0.30.1
25
25
k8s.io/apiserver v0.30.1
26
26
k8s.io/client-go v0.30.1
27
- k8s.io/cloud-provider-vsphere v1.28.0
27
+ k8s.io/cloud-provider-vsphere v1.30.1
28
28
k8s.io/klog/v2 v2.120.1
29
29
k8s.io/kubectl v0.30.0
30
- k8s.io/utils v0.0.0-20240102154912-e7106e64919e
30
+ k8s.io/utils v0.0.0-20240310230437-4693a0247e57
31
31
sigs.k8s.io/cluster-api v1.6.1
32
32
sigs.k8s.io/controller-runtime v0.18.3
33
33
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240522175850-2e9781e9fc60
@@ -36,7 +36,7 @@ require (
36
36
37
37
require (
38
38
github.com/golangci/golangci-lint v1.52.2
39
- golang.org/x/time v0.3 .0
39
+ golang.org/x/time v0.5 .0
40
40
sigs.k8s.io/kube-storage-version-migrator v0.0.6-0.20230721195810-5c8923c5ff96
41
41
)
42
42
@@ -73,7 +73,7 @@ require (
73
73
github.com/daixiang0/gci v0.10.1 // indirect
74
74
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
75
75
github.com/denis-tingaikin/go-header v0.4.3 // indirect
76
- github.com/emicklei/go-restful/v3 v3.11 .0 // indirect
76
+ github.com/emicklei/go-restful/v3 v3.12 .0 // indirect
77
77
github.com/esimonov/ifshort v1.0.4 // indirect
78
78
github.com/ettle/strcase v0.1.1 // indirect
79
79
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
@@ -88,9 +88,9 @@ require (
88
88
github.com/go-critic/go-critic v0.7.0 // indirect
89
89
github.com/go-errors/errors v1.4.2 // indirect
90
90
github.com/go-logr/zapr v1.3.0 // indirect
91
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
92
- github.com/go-openapi/jsonreference v0.20.2 // indirect
93
- github.com/go-openapi/swag v0.22.3 // indirect
91
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
92
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
93
+ github.com/go-openapi/swag v0.23.0 // indirect
94
94
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
95
95
github.com/go-toolsmith/astcast v1.1.0 // indirect
96
96
github.com/go-toolsmith/astcopy v1.1.0 // indirect
@@ -216,7 +216,7 @@ require (
216
216
github.com/spf13/viper v1.17.0 // indirect
217
217
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
218
218
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect
219
- github.com/stretchr/objx v0.5.0 // indirect
219
+ github.com/stretchr/objx v0.5.2 // indirect
220
220
github.com/subosito/gotenv v1.6.0 // indirect
221
221
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
222
222
github.com/tdakkota/asciicheck v0.2.0 // indirect
@@ -237,15 +237,15 @@ require (
237
237
go.uber.org/zap v1.26.0 // indirect
238
238
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
239
239
golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2 // indirect
240
- golang.org/x/mod v0.15 .0 // indirect
241
- golang.org/x/oauth2 v0.14 .0 // indirect
240
+ golang.org/x/mod v0.16 .0 // indirect
241
+ golang.org/x/oauth2 v0.18 .0 // indirect
242
242
golang.org/x/sync v0.6.0 // indirect
243
243
golang.org/x/sys v0.19.0 // indirect
244
244
golang.org/x/term v0.19.0 // indirect
245
245
golang.org/x/text v0.14.0 // indirect
246
- golang.org/x/tools v0.18 .0 // indirect
246
+ golang.org/x/tools v0.19 .0 // indirect
247
247
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
248
- google.golang.org/appengine v1.6.7 // indirect
248
+ google.golang.org/appengine v1.6.8 // indirect
249
249
google.golang.org/protobuf v1.33.0 // indirect
250
250
gopkg.in/inf.v0 v0.9.1 // indirect
251
251
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments