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.62
7
+ github.com/sap/component-operator-runtime v0.3.63
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
@@ -77,7 +77,7 @@ require (
77
77
golang.org/x/sys v0.28.0 // indirect
78
78
golang.org/x/term v0.27.0 // indirect
79
79
golang.org/x/text v0.21.0 // indirect
80
- golang.org/x/time v0.8 .0 // indirect
80
+ golang.org/x/time v0.9 .0 // indirect
81
81
golang.org/x/tools v0.28.0 // indirect
82
82
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
83
83
google.golang.org/protobuf v1.36.1 // indirect
Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ github.com/sap/component-operator-runtime v0.3.61 h1:JLR9e5MMyHxMyQNw8aOll33udzj
133
133
github.com/sap/component-operator-runtime v0.3.61 /go.mod h1:j/7brmDPvhPPC/WRdo/ASf0CuBBsUIYSBSnUlFpFQnQ =
134
134
github.com/sap/component-operator-runtime v0.3.62 h1:ykXmvjit6An8RrQ6UnCaGgCcHzeSrincD4T3n/SrREc =
135
135
github.com/sap/component-operator-runtime v0.3.62 /go.mod h1:eS1peD7QvRqJgXj+PLqkplorsaIJULFujWa26MNUljg =
136
+ github.com/sap/component-operator-runtime v0.3.63 h1:LnVvOuHkxmxKfwr9PzNbQOt6CWYSE9MIc3lC13Za18I =
137
+ github.com/sap/component-operator-runtime v0.3.63 /go.mod h1:ZGQfgnIMfDyrEOX0pXlYHSJC7Bd71/VuyCeMez0hvxo =
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 =
138
140
github.com/sap/go-generics v0.2.22 h1:2CIlZaE6eSH3cNI69lqmLeingv+5u9sMHEP9Sfvp0ZA =
@@ -207,6 +209,8 @@ golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
207
209
golang.org/x/text v0.21.0 /go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ =
208
210
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg =
209
211
golang.org/x/time v0.8.0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
212
+ golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY =
213
+ golang.org/x/time v0.9.0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
210
214
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
211
215
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e /go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo =
212
216
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f /go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE =
You can’t perform that action at this time.
0 commit comments