rebase: re-reun go mod tidy

The e2e/go.mod has been updated wih a newer Kubernetes version. Now `go
mod verify` complains about the need to run `go mod tidy` in the root of
the project.

It seems the previous Kubernetes update in the root of the project did
not update and vendor everything for some reason?

Fixes: 337d9a3 "rebase: bump k8s.io/kubernetes in the k8s-dependencies group"
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos
2025-03-21 09:39:04 +01:00
committed by mergify[bot]
parent 8474fce49f
commit f13005bda9
5 changed files with 16 additions and 6 deletions

4
go.mod
View File

@ -34,8 +34,8 @@ require (
golang.org/x/sys v0.31.0
google.golang.org/grpc v1.71.0
google.golang.org/protobuf v1.36.5
k8s.io/api v0.32.2
k8s.io/apimachinery v0.32.2
k8s.io/api v0.32.3
k8s.io/apimachinery v0.32.3
k8s.io/cloud-provider v0.32.2
k8s.io/klog/v2 v2.130.1
k8s.io/kubernetes v1.32.3