diff --git a/go.mod b/go.mod index 5a7afeb..99f6c1a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ironcore-dev/cloud-provider-metal go 1.23.0 require ( - github.com/ironcore-dev/controller-utils v0.9.4 + github.com/ironcore-dev/controller-utils v0.9.5 github.com/ironcore-dev/metal-operator v0.0.0-20241009145147-7ccca8caf3b1 github.com/onsi/ginkgo/v2 v2.21.0 github.com/onsi/gomega v1.35.1 diff --git a/go.sum b/go.sum index 3583e7e..8b62c7e 100644 --- a/go.sum +++ b/go.sum @@ -95,8 +95,8 @@ github.com/imdario/mergo v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk= github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/ironcore-dev/controller-utils v0.9.4 h1:l+lXzDyTfDEvAn0o9KOX0JdeTf6uI0VKN9yVnl9jLM4= -github.com/ironcore-dev/controller-utils v0.9.4/go.mod h1:0MS4W51EAEQo/nfajSaCj4RClju4MXv6IFGb+nDv2AA= +github.com/ironcore-dev/controller-utils v0.9.5 h1:vdUnCNolC0uDMZy5d8Noib5kdqdK9YpelVSgPc30qTc= +github.com/ironcore-dev/controller-utils v0.9.5/go.mod h1:pzrmJmc6LXtn48cTAgKHm5i8ry6q1Qw7SUh0XaYfIP4= github.com/ironcore-dev/metal-operator v0.0.0-20241009145147-7ccca8caf3b1 h1:akpmbhVHx8vUMY8sBzsaI6nwNYc/pEZQI5aSEsFfJs0= github.com/ironcore-dev/metal-operator v0.0.0-20241009145147-7ccca8caf3b1/go.mod h1:ov5kZfUtz4tqCMIRezEF6AszETONiYJf1IUMGTO351I= github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=