From 7f1a2eeaf4f2a00cf38f060b71efdf8a978d8b3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 01:11:43 +0000 Subject: [PATCH] deps(deps): update all non-major dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/go.mod b/go.mod index 24eb9b40..15c2dd13 100644 --- a/go.mod +++ b/go.mod @@ -4,22 +4,22 @@ go 1.23.6 require ( emperror.dev/errors v0.8.1 - github.com/go-logr/logr v1.4.2 - github.com/hashicorp/go-version v1.7.0 - github.com/onsi/ginkgo/v2 v2.22.0 - github.com/onsi/gomega v1.36.1 + github.com/go-logr/logr v1.4.4 + github.com/hashicorp/go-version v1.9.0 + github.com/onsi/ginkgo/v2 v2.32.1 + github.com/onsi/gomega v1.43.0 github.com/pkg/errors v0.9.1 - github.com/sirupsen/logrus v1.9.3 - github.com/stretchr/testify v1.10.0 - github.com/validator-labs/validator v0.1.14 - github.com/vmware/govmomi v0.46.2 + github.com/sirupsen/logrus v1.10.2 + github.com/stretchr/testify v1.12.1 + github.com/validator-labs/validator v0.1.16 + github.com/vmware/govmomi v0.56.0 golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa gopkg.in/yaml.v3 v3.0.1 - k8s.io/api v0.31.4 - k8s.io/apimachinery v0.31.4 - k8s.io/client-go v0.31.4 - sigs.k8s.io/cluster-api v1.9.0 - sigs.k8s.io/controller-runtime v0.19.3 + k8s.io/api v0.37.0 + k8s.io/apimachinery v0.37.0 + k8s.io/client-go v0.37.0 + sigs.k8s.io/cluster-api v1.14.1 + sigs.k8s.io/controller-runtime v0.25.0 ) require (