Skip to content

Commit f983717

Browse files
fix(deps): update module github.com/sap/component-operator-runtime to v0.3.59 (#59)
1 parent 5e24f8b commit f983717

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

crds/operator.kyma-project.io_certmanagers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ spec:
109109
kind:
110110
description: API kind.
111111
type: string
112+
lastAppliedAt:
113+
description: Timestamp when this object was last applied.
114+
format: date-time
115+
type: string
112116
managedTypes:
113117
description: Managed types.
114118
items:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.4
44

55
require (
66
github.com/pkg/errors v0.9.1
7-
github.com/sap/component-operator-runtime v0.3.58
7+
github.com/sap/component-operator-runtime v0.3.59
88
k8s.io/apiextensions-apiserver v0.32.0
99
k8s.io/apimachinery v0.32.0
1010
k8s.io/client-go v0.32.0
@@ -53,7 +53,7 @@ require (
5353
github.com/prometheus/procfs v0.15.1 // indirect
5454
github.com/sap/go-generics v0.2.21 // indirect
5555
github.com/shopspring/decimal v1.4.0 // indirect
56-
github.com/spf13/cast v1.7.0 // indirect
56+
github.com/spf13/cast v1.7.1 // indirect
5757
github.com/spf13/pflag v1.0.5 // indirect
5858
github.com/x448/float16 v0.8.4 // indirect
5959
go.uber.org/multierr v1.11.0 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,16 @@ github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU
109109
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
110110
github.com/sap/component-operator-runtime v0.3.58 h1:sVIY3aOiFNZivKs3k6Q8LoDrcQd+m1H9+FAJaqTL/1w=
111111
github.com/sap/component-operator-runtime v0.3.58/go.mod h1:ofE29vHBRuFOl2o2yx9NxdM27m9YtN5iL6UpW7xh318=
112+
github.com/sap/component-operator-runtime v0.3.59 h1:ejuZqAvkE4WRF5dyu5y90h0BpUmV1k4rnzeWlSz7dl0=
113+
github.com/sap/component-operator-runtime v0.3.59/go.mod h1:Dxdo7MSwuBPwL7AJeW4ZAzZFlKnSHm7q8ZvGeEXG0eA=
112114
github.com/sap/go-generics v0.2.21 h1:WfRIqFSwEzHNww+q4iayCpo139EXIoKCIyv45qfo62o=
113115
github.com/sap/go-generics v0.2.21/go.mod h1:RctuDlZAmijeTY6LDaqhLYeepxdiR8AxPxlu7UQHNz0=
114116
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
115117
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
116118
github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w=
117119
github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
120+
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
121+
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
118122
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
119123
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
120124
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)