diff --git a/go.mod b/go.mod index 6b54771..1ec9dbe 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/pkg/errors v0.9.1 - github.com/sap/component-operator-runtime v0.3.35 + github.com/sap/component-operator-runtime v0.3.36 k8s.io/apiextensions-apiserver v0.31.0 k8s.io/apimachinery v0.31.0 k8s.io/client-go v0.31.0 @@ -54,7 +54,7 @@ require ( github.com/prometheus/client_model v0.6.1 // indirect github.com/prometheus/common v0.55.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect - github.com/sap/go-generics v0.2.18 // indirect + github.com/sap/go-generics v0.2.19 // indirect github.com/shopspring/decimal v1.4.0 // indirect github.com/spf13/cast v1.7.0 // indirect github.com/spf13/pflag v1.0.5 // indirect diff --git a/go.sum b/go.sum index 42d5f79..c393ec7 100644 --- a/go.sum +++ b/go.sum @@ -143,10 +143,14 @@ github.com/sap/component-operator-runtime v0.3.34 h1:ewqs6mAQxYlBGsXffBkBWcwpZTP github.com/sap/component-operator-runtime v0.3.34/go.mod h1:nvtWaSpVyb+2d+AWhHPjyr187/yrt9ssVH7DxMyGkrU= github.com/sap/component-operator-runtime v0.3.35 h1:x/q1PmBevbWxiCP+yHmZUaAzlQLcpbkjURbgrO3E67E= github.com/sap/component-operator-runtime v0.3.35/go.mod h1:KCl1+UDO5CUnFmlQVN3kmq6NV2hxo/lbbDodfClE7qk= +github.com/sap/component-operator-runtime v0.3.36 h1:1n46UhMrNcg/DJTVBKJIuQKgTMy6Yzj9RUxXsY7/T48= +github.com/sap/component-operator-runtime v0.3.36/go.mod h1:wCoG2tRMBYX9xptJo7SZ4TI5AEyPJuiHPKg0HjlrsM8= 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= github.com/sap/go-generics v0.2.18/go.mod h1:sZcy1CCChvTGv+OBXZIvK1RtK58thCS2NMld7nE3I4k= +github.com/sap/go-generics v0.2.19 h1:7jhLhM0Bnq8Rwl5aOIHOBJem1WJ/oLTugz9H2+HGjwA= +github.com/sap/go-generics v0.2.19/go.mod h1:GLFl9wBPK5ucywnbhkoH/tCSQy+T3cc+KJtNlzt370M= github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8= github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=