From 5259402423f70ada2464cf6233c4180ec1fc1453 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:12:40 +0000 Subject: [PATCH] fix(deps): update module github.com/openmcp-project/controller-utils to v0.23.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 985be9b..ae2d3dd 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/fluxcd/pkg/apis/meta v1.13.0 github.com/fluxcd/source-controller/api v1.6.2 github.com/go-logr/logr v1.4.3 - github.com/openmcp-project/controller-utils v0.11.0 + github.com/openmcp-project/controller-utils v0.23.1 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.11.1 gotest.tools/v3 v3.5.2