From 80648fe0289a9813dd19cd64519391dd4c649c1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:21:40 +0000 Subject: [PATCH] fix(deps): update module github.com/sap/component-operator-runtime to v0.3.44 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a78d4a0..e4dd769 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.77.1 github.com/redis/go-redis/v9 v9.6.1 github.com/sap/admission-webhook-runtime v0.1.44 - github.com/sap/component-operator-runtime v0.3.43 + github.com/sap/component-operator-runtime v0.3.44 github.com/sap/go-generics v0.2.20 golang.org/x/mod v0.21.0 k8s.io/api v0.31.1 diff --git a/go.sum b/go.sum index ee0f32e..9016663 100644 --- a/go.sum +++ b/go.sum @@ -239,6 +239,8 @@ github.com/sap/component-operator-runtime v0.3.42 h1:Ye8toRB/OPKxyrW8Q00KEu26dZj github.com/sap/component-operator-runtime v0.3.42/go.mod h1:frTTWBVq/zohn6pB2UNXcxPjOpzNZBZdP3s4B2d0Yq0= github.com/sap/component-operator-runtime v0.3.43 h1:565jAWN1fcOSzCuGOTb+N/4KID0f310fd85wQTgOQdA= github.com/sap/component-operator-runtime v0.3.43/go.mod h1:DU5YsUNDihcyt5syPoIhwLDh9CvyFB3DQhTwNms8hvY= +github.com/sap/component-operator-runtime v0.3.44 h1:mWxuF5xZykHlxG6u5xQO4w8qBWQgRCBaQ41ADeXqiVc= +github.com/sap/component-operator-runtime v0.3.44/go.mod h1:dX+RWTel9Nor09dtclsUgIl0QamiFzAQnsZsETnve7U= github.com/sap/go-generics v0.2.13 h1:rSED7M+S7aw/9AomJq7omjgZtwvoixHsfVbOiCWs4cM= github.com/sap/go-generics v0.2.13/go.mod h1:G6v+AnJtKlUGB/ATd+zdUcosvBdUSyrHg7/kn5UKgx8= github.com/sap/go-generics v0.2.18 h1:vkfXvxG9KICMxZw2PoLQE78tvSCrY0Qemrclg2MVniY=