File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -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
9
github.com/onsi/ginkgo/v2 v2.22.0
10
- github.com/onsi/gomega v1.36.1
10
+ github.com/onsi/gomega v1.38.0
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/sirupsen/logrus v1.9.3
13
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
14
+ github.com/validator-labs/validator v0.1.16
15
+ github.com/vmware/govmomi v0.51.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.33 .4
19
+ k8s.io/apimachinery v0.33 .4
20
+ k8s.io/client-go v0.33 .4
21
+ sigs.k8s.io/cluster-api v1.10.4
22
+ sigs.k8s.io/controller-runtime v0.21.0
23
23
)
24
24
25
25
require (
You can’t perform that action at this time.
0 commit comments