diff --git a/go.mod b/go.mod index 68a72c59..c7258ae3 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-logr/logr v1.4.2 github.com/hashicorp/go-version v1.7.0 github.com/ironcore-dev/controller-utils v0.9.3 - github.com/ironcore-dev/dpservice/go/dpservice-go v0.3.11 + github.com/ironcore-dev/dpservice/go/dpservice-go v0.3.12 github.com/ironcore-dev/ironcore v0.1.2 github.com/ironcore-dev/metalbond v0.3.5 github.com/jaypipes/ghw v0.12.0 diff --git a/go.sum b/go.sum index 2ba09e22..8f7b7185 100644 --- a/go.sum +++ b/go.sum @@ -61,8 +61,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/ironcore-dev/controller-utils v0.9.3 h1:sTrnxSzX5RrLf4B8KrAH2axSC+gxfJXphkV6df2GSsw= github.com/ironcore-dev/controller-utils v0.9.3/go.mod h1:djKnxDs0Hwxhhc0VmVY8tZnrOrElvrRV2jov/LiCZ2Y= -github.com/ironcore-dev/dpservice/go/dpservice-go v0.3.11 h1:m+enb4dHIfhL6s5ca5PFNq6leLnb1nvmXefIRyGlsgE= -github.com/ironcore-dev/dpservice/go/dpservice-go v0.3.11/go.mod h1:d5x2tPmu1yqrVHac/FvL+MFOeEb3IT4gn7Bj4+Xkj8M= +github.com/ironcore-dev/dpservice/go/dpservice-go v0.3.12 h1:2xHqOjcaMcxdulqvEweCEj+mJ4sUQGUfsTeQnYMH/Bg= +github.com/ironcore-dev/dpservice/go/dpservice-go v0.3.12/go.mod h1:d5x2tPmu1yqrVHac/FvL+MFOeEb3IT4gn7Bj4+Xkj8M= github.com/ironcore-dev/ironcore v0.1.2 h1:zYxKEZ+xXeQ7KVBPgYj+W3D4mlR6sCVJaFKUzfuR204= github.com/ironcore-dev/ironcore v0.1.2/go.mod h1:ircFIizjXLGUU2r5utcYe/feMnwMZVJuyFZGAWmsmLQ= github.com/ironcore-dev/metalbond v0.3.5 h1:H+kXba0F/m2rjcAClU0I8Am/gBsFOQkf5icJBC2S8/I=