From de9a891236deabcb74efd4b4e4a7ba72d2eabbb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:10:14 +0000 Subject: [PATCH] fix(deps): update module github.com/sap/component-operator-runtime to v0.3.11 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 73f05ba..65e0e7a 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.1 require ( github.com/pkg/errors v0.9.1 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.2 - github.com/sap/component-operator-runtime v0.3.10 + github.com/sap/component-operator-runtime v0.3.11 k8s.io/apiextensions-apiserver v0.29.2 k8s.io/apimachinery v0.29.2 k8s.io/client-go v0.29.2 diff --git a/go.sum b/go.sum index 79e9a1c..264cd8f 100644 --- a/go.sum +++ b/go.sum @@ -118,6 +118,8 @@ github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDN github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= github.com/sap/component-operator-runtime v0.3.10 h1:O6upww6SXnCQ9T7VDnkgYgGIz8L19HjOuFPF+wZXxkw= github.com/sap/component-operator-runtime v0.3.10/go.mod h1:+sv1ZEqsSjqNVBQ4HHiGJzZ8voOKNm7dR0msZJB7yvA= +github.com/sap/component-operator-runtime v0.3.11 h1:pDm+PV03lrEpogCr4TYimZynfYha/b96kC8IdZHYsXM= +github.com/sap/component-operator-runtime v0.3.11/go.mod h1:+sv1ZEqsSjqNVBQ4HHiGJzZ8voOKNm7dR0msZJB7yvA= github.com/sap/go-generics v0.2.3 h1:cEY63YaVIqvOu2347drCilMvdgM1p2we2QwY4k/Nas0= github.com/sap/go-generics v0.2.3/go.mod h1:eBhccCEzOiM5dn1W2kupUMOAm4uS9CfKHzQsDlZHQzc= github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=