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