Skip to content

Commit 2281138

Browse files
fix(deps): update module github.com/sap/component-operator-runtime to v0.3.62 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 551f73f commit 2281138

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.4
55
require (
66
github.com/pkg/errors v0.9.1
77
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.79.2
8-
github.com/sap/component-operator-runtime v0.3.61
8+
github.com/sap/component-operator-runtime v0.3.62
99
k8s.io/apiextensions-apiserver v0.32.0
1010
k8s.io/apimachinery v0.32.0
1111
k8s.io/client-go v0.32.0
@@ -60,7 +60,7 @@ require (
6060
github.com/prometheus/client_model v0.6.1 // indirect
6161
github.com/prometheus/common v0.55.0 // indirect
6262
github.com/prometheus/procfs v0.15.1 // indirect
63-
github.com/sap/go-generics v0.2.21 // indirect
63+
github.com/sap/go-generics v0.2.22 // indirect
6464
github.com/shopspring/decimal v1.4.0 // indirect
6565
github.com/spf13/afero v1.6.0 // indirect
6666
github.com/spf13/cast v1.7.1 // indirect

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,12 @@ github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99
133133
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
134134
github.com/sap/component-operator-runtime v0.3.61 h1:JLR9e5MMyHxMyQNw8aOll33udzjYBi97c0Cao9oX2+c=
135135
github.com/sap/component-operator-runtime v0.3.61/go.mod h1:j/7brmDPvhPPC/WRdo/ASf0CuBBsUIYSBSnUlFpFQnQ=
136+
github.com/sap/component-operator-runtime v0.3.62 h1:ykXmvjit6An8RrQ6UnCaGgCcHzeSrincD4T3n/SrREc=
137+
github.com/sap/component-operator-runtime v0.3.62/go.mod h1:eS1peD7QvRqJgXj+PLqkplorsaIJULFujWa26MNUljg=
136138
github.com/sap/go-generics v0.2.21 h1:WfRIqFSwEzHNww+q4iayCpo139EXIoKCIyv45qfo62o=
137139
github.com/sap/go-generics v0.2.21/go.mod h1:RctuDlZAmijeTY6LDaqhLYeepxdiR8AxPxlu7UQHNz0=
140+
github.com/sap/go-generics v0.2.22 h1:2CIlZaE6eSH3cNI69lqmLeingv+5u9sMHEP9Sfvp0ZA=
141+
github.com/sap/go-generics v0.2.22/go.mod h1:PRzfl0dQi4UxFajEv/CgX9gXDXP7AnsD5hzqk62TMLQ=
138142
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
139143
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
140144
github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY=

0 commit comments

Comments
 (0)