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.63
7
+ github.com/sap/component-operator-runtime v0.3.64
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
@@ -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.22 // indirect
63
+ github.com/sap/go-generics v0.2.23 // 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 @@ -135,10 +135,14 @@ github.com/sap/component-operator-runtime v0.3.62 h1:ykXmvjit6An8RrQ6UnCaGgCcHze
135
135
github.com/sap/component-operator-runtime v0.3.62 /go.mod h1:eS1peD7QvRqJgXj+PLqkplorsaIJULFujWa26MNUljg =
136
136
github.com/sap/component-operator-runtime v0.3.63 h1:LnVvOuHkxmxKfwr9PzNbQOt6CWYSE9MIc3lC13Za18I =
137
137
github.com/sap/component-operator-runtime v0.3.63 /go.mod h1:ZGQfgnIMfDyrEOX0pXlYHSJC7Bd71/VuyCeMez0hvxo =
138
+ github.com/sap/component-operator-runtime v0.3.64 h1:irYz4ooNGjlYKBbvVVBNXMmQHWpcnyqUxe17pnAQ4Po =
139
+ github.com/sap/component-operator-runtime v0.3.64 /go.mod h1:5HmVsYiVjbTIYZcoQiy8QQA+AUJjv2dwrjkmVMqfc38 =
138
140
github.com/sap/go-generics v0.2.21 h1:WfRIqFSwEzHNww+q4iayCpo139EXIoKCIyv45qfo62o =
139
141
github.com/sap/go-generics v0.2.21 /go.mod h1:RctuDlZAmijeTY6LDaqhLYeepxdiR8AxPxlu7UQHNz0 =
140
142
github.com/sap/go-generics v0.2.22 h1:2CIlZaE6eSH3cNI69lqmLeingv+5u9sMHEP9Sfvp0ZA =
141
143
github.com/sap/go-generics v0.2.22 /go.mod h1:PRzfl0dQi4UxFajEv/CgX9gXDXP7AnsD5hzqk62TMLQ =
144
+ github.com/sap/go-generics v0.2.23 h1:SPJOJRpJZIebNqAgD05J/ppx6VpnkjMrsDhsPJW2LpU =
145
+ github.com/sap/go-generics v0.2.23 /go.mod h1:bXaOsCJQivxw+Yo+MH1e6oOz0vxb+v1Uaat9rCmlug4 =
142
146
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
143
147
github.com/shopspring/decimal v1.4.0 /go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME =
144
148
github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY =
You can’t perform that action at this time.
0 commit comments