From 9b18702333d0f9a221f45569b5f4d0f21c8274f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:13:54 +0000 Subject: [PATCH] fix(deps): update module github.com/sap/component-operator-runtime to v0.3.38 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 39c5c42..de5993f 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.1 require ( github.com/pkg/errors v0.9.1 - github.com/sap/component-operator-runtime v0.3.37 + github.com/sap/component-operator-runtime v0.3.38 k8s.io/apiextensions-apiserver v0.31.1 k8s.io/apimachinery v0.31.1 k8s.io/client-go v0.31.1 diff --git a/go.sum b/go.sum index 56dddbb..d2a1336 100644 --- a/go.sum +++ b/go.sum @@ -136,6 +136,8 @@ github.com/sap/component-operator-runtime v0.3.36 h1:1n46UhMrNcg/DJTVBKJIuQKgTMy github.com/sap/component-operator-runtime v0.3.36/go.mod h1:wCoG2tRMBYX9xptJo7SZ4TI5AEyPJuiHPKg0HjlrsM8= github.com/sap/component-operator-runtime v0.3.37 h1:QsKCMx3LUN2k6QUyIQxvwW71Y9N/QcnCv2UmdfBKDWs= github.com/sap/component-operator-runtime v0.3.37/go.mod h1:AOSOtGZENbuxks7wOjPqDXPv2vi2D6zYb2oS/y8AZJY= +github.com/sap/component-operator-runtime v0.3.38 h1:gWQs1V5c2LczsNOw6IOd/dOsAeevOIIZZKK7+Er5O1M= +github.com/sap/component-operator-runtime v0.3.38/go.mod h1:VrFEgBWwKdl+tIpHfb+oT8/LnqfwEbx5UmjvxFLlCh0= 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=