From 4654cb6b67ed7c9d099e27b5c1792063ce513b66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:06:01 +0000 Subject: [PATCH] fix(deps): update module github.com/openmcp-project/controller-utils to v0.18.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dca7aec..46a806c 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-logr/logr v1.4.3 github.com/google/uuid v1.6.0 github.com/hashicorp/golang-lru/v2 v2.0.7 - github.com/openmcp-project/controller-utils v0.11.0 + github.com/openmcp-project/controller-utils v0.18.0 github.com/samber/lo v1.51.0 github.com/stretchr/testify v1.10.0 go.opentelemetry.io/otel v1.37.0