Skip to content

Commit 3d74d30

Browse files
fix(deps): update module github.com/sap/component-operator-runtime to v0.3.63 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59fc3da commit 3d74d30

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.4
55
require (
66
github.com/pkg/errors v0.9.1
77
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
99
k8s.io/apiextensions-apiserver v0.32.0
1010
k8s.io/apimachinery v0.32.0
1111
k8s.io/client-go v0.32.0
@@ -78,7 +78,7 @@ require (
7878
golang.org/x/sys v0.28.0 // indirect
7979
golang.org/x/term v0.27.0 // indirect
8080
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
8282
golang.org/x/tools v0.28.0 // indirect
8383
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8484
google.golang.org/protobuf v1.36.1 // indirect

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ github.com/sap/component-operator-runtime v0.3.61 h1:JLR9e5MMyHxMyQNw8aOll33udzj
135135
github.com/sap/component-operator-runtime v0.3.61/go.mod h1:j/7brmDPvhPPC/WRdo/ASf0CuBBsUIYSBSnUlFpFQnQ=
136136
github.com/sap/component-operator-runtime v0.3.62 h1:ykXmvjit6An8RrQ6UnCaGgCcHzeSrincD4T3n/SrREc=
137137
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=
138140
github.com/sap/go-generics v0.2.21 h1:WfRIqFSwEzHNww+q4iayCpo139EXIoKCIyv45qfo62o=
139141
github.com/sap/go-generics v0.2.21/go.mod h1:RctuDlZAmijeTY6LDaqhLYeepxdiR8AxPxlu7UQHNz0=
140142
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=
209211
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
210212
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
211213
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=
212216
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
213217
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
214218
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=

0 commit comments

Comments
 (0)