@@ -4,22 +4,22 @@ go 1.23.6
4
4
5
5
require (
6
6
emperror.dev/errors v0.8.1
7
- github.com/go-logr/logr v1.4.2
7
+ github.com/go-logr/logr v1.4.3
8
8
github.com/hashicorp/go-version v1.7.0
9
- github.com/onsi/ginkgo/v2 v2.22.0
10
- github.com/onsi/gomega v1.36.1
9
+ github.com/onsi/ginkgo/v2 v2.25.2
10
+ github.com/onsi/gomega v1.38.2
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/sirupsen/logrus v1.9.3
13
- github.com/stretchr/testify v1.10.0
14
- github.com/validator-labs/validator v0.1.14
15
- github.com/vmware/govmomi v0.46.2
13
+ github.com/stretchr/testify v1.11.1
14
+ github.com/validator-labs/validator v0.1.16
15
+ github.com/vmware/govmomi v0.52.0
16
16
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
17
17
gopkg.in/yaml.v3 v3.0.1
18
- k8s.io/api v0.31.4
19
- k8s.io/apimachinery v0.31.4
20
- k8s.io/client-go v0.31.4
21
- sigs.k8s.io/cluster-api v1.9 .0
22
- sigs.k8s.io/controller-runtime v0.19.3
18
+ k8s.io/api v0.34.0
19
+ k8s.io/apimachinery v0.34.0
20
+ k8s.io/client-go v0.34.0
21
+ sigs.k8s.io/cluster-api v1.11 .0
22
+ sigs.k8s.io/controller-runtime v0.22.0
23
23
)
24
24
25
25
require (
0 commit comments