File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.4
4
4
5
5
require (
6
6
github.com/pkg/errors v0.9.1
7
- github.com/sap/component-operator-runtime v0.3.61
7
+ github.com/sap/component-operator-runtime v0.3.62
8
8
k8s.io/apiextensions-apiserver v0.32.0
9
9
k8s.io/apimachinery v0.32.0
10
10
k8s.io/client-go v0.32.0
@@ -59,7 +59,7 @@ require (
59
59
github.com/prometheus/client_model v0.6.1 // indirect
60
60
github.com/prometheus/common v0.55.0 // indirect
61
61
github.com/prometheus/procfs v0.15.1 // indirect
62
- github.com/sap/go-generics v0.2.21 // indirect
62
+ github.com/sap/go-generics v0.2.22 // indirect
63
63
github.com/shopspring/decimal v1.4.0 // indirect
64
64
github.com/spf13/afero v1.6.0 // indirect
65
65
github.com/spf13/cast v1.7.1 // indirect
Original file line number Diff line number Diff line change @@ -131,8 +131,12 @@ github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99
131
131
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
132
132
github.com/sap/component-operator-runtime v0.3.61 h1:JLR9e5MMyHxMyQNw8aOll33udzjYBi97c0Cao9oX2+c =
133
133
github.com/sap/component-operator-runtime v0.3.61 /go.mod h1:j/7brmDPvhPPC/WRdo/ASf0CuBBsUIYSBSnUlFpFQnQ =
134
+ github.com/sap/component-operator-runtime v0.3.62 h1:ykXmvjit6An8RrQ6UnCaGgCcHzeSrincD4T3n/SrREc =
135
+ github.com/sap/component-operator-runtime v0.3.62 /go.mod h1:eS1peD7QvRqJgXj+PLqkplorsaIJULFujWa26MNUljg =
134
136
github.com/sap/go-generics v0.2.21 h1:WfRIqFSwEzHNww+q4iayCpo139EXIoKCIyv45qfo62o =
135
137
github.com/sap/go-generics v0.2.21 /go.mod h1:RctuDlZAmijeTY6LDaqhLYeepxdiR8AxPxlu7UQHNz0 =
138
+ github.com/sap/go-generics v0.2.22 h1:2CIlZaE6eSH3cNI69lqmLeingv+5u9sMHEP9Sfvp0ZA =
139
+ github.com/sap/go-generics v0.2.22 /go.mod h1:PRzfl0dQi4UxFajEv/CgX9gXDXP7AnsD5hzqk62TMLQ =
136
140
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
137
141
github.com/shopspring/decimal v1.4.0 /go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME =
138
142
github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY =
You can’t perform that action at this time.
0 commit comments