File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.4
5
5
require (
6
6
github.com/pkg/errors v0.9.1
7
7
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
9
9
k8s.io/apiextensions-apiserver v0.32.0
10
10
k8s.io/apimachinery v0.32.0
11
11
k8s.io/client-go v0.32.0
@@ -60,7 +60,7 @@ require (
60
60
github.com/prometheus/client_model v0.6.1 // indirect
61
61
github.com/prometheus/common v0.55.0 // indirect
62
62
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
64
64
github.com/shopspring/decimal v1.4.0 // indirect
65
65
github.com/spf13/afero v1.6.0 // indirect
66
66
github.com/spf13/cast v1.7.1 // indirect
Original file line number Diff line number Diff line change @@ -133,8 +133,12 @@ github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99
133
133
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
134
134
github.com/sap/component-operator-runtime v0.3.61 h1:JLR9e5MMyHxMyQNw8aOll33udzjYBi97c0Cao9oX2+c =
135
135
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 =
136
138
github.com/sap/go-generics v0.2.21 h1:WfRIqFSwEzHNww+q4iayCpo139EXIoKCIyv45qfo62o =
137
139
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 =
138
142
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
139
143
github.com/shopspring/decimal v1.4.0 /go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME =
140
144
github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY =
You can’t perform that action at this time.
0 commit comments