File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ go 1.25.3
55require (
66 github.com/pkg/errors v0.9.1
77 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.1
8- github.com/sap/component-operator-runtime v0.3.115
8+ github.com/sap/component-operator-runtime v0.3.116
99 k8s.io/apiextensions-apiserver v0.34.1
1010 k8s.io/apimachinery v0.35.0-alpha.2
1111 k8s.io/client-go v0.34.1
1212 k8s.io/code-generator v0.34.1
1313 k8s.io/kube-aggregator v0.34.1
1414 sigs.k8s.io/controller-runtime v0.22.3
15- sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251020210837-fb2beabd029b
15+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251028080136-c1e0fbcb8b62
1616 sigs.k8s.io/controller-tools v0.19.0
1717)
1818
Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
148148github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
149149github.com/sap/component-operator-runtime v0.3.115 h1:QMhGXhHAv4ELYMiXMfxfxKc+RntazbJNnZ6gNAQQWzs =
150150github.com/sap/component-operator-runtime v0.3.115 /go.mod h1:HhlG7MjTJcY8gc2JI3y8V6YvnOLHMQNcaigLbUSSwuw =
151+ github.com/sap/component-operator-runtime v0.3.116 h1:2qIfRTbJ+HFj4GfeA0jbUUz4U0aXtiT/xUlR+cVdlbI =
152+ github.com/sap/component-operator-runtime v0.3.116 /go.mod h1:NEXF8QFzO7iNg23tH+vTp/Dx6mYU3XkvaAXchikScaA =
151153github.com/sap/go-generics v0.2.38 h1:PwKL/nyH2WVehXMGXs4cZ/dZ0TCENd+LsyRx1EAWYiE =
152154github.com/sap/go-generics v0.2.38 /go.mod h1:2XSD2pEj5sifDiFGUPMgmF1lSHrQSqOd6BrPJ+1GPog =
153155github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
@@ -320,6 +322,7 @@ sigs.k8s.io/controller-runtime v0.22.3 h1:I7mfqz/a/WdmDCEnXmSPm8/b/yRTy6JsKKENTi
320322sigs.k8s.io/controller-runtime v0.22.3 /go.mod h1:+QX1XUpTXN4mLoblf4tqr5CQcyHPAki2HLXqQMY6vh8 =
321323sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251020210837-fb2beabd029b h1:LKDmTVP3uCYWspYTrYmCgLhAd3HT962RA2ywVrvUdcY =
322324sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251020210837-fb2beabd029b /go.mod h1:ZRnyjOFW+2y1A0hKZYHxpFb9f7T14KHUR5Y0tNnPsxs =
325+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251028080136-c1e0fbcb8b62 /go.mod h1:ZRnyjOFW+2y1A0hKZYHxpFb9f7T14KHUR5Y0tNnPsxs =
323326sigs.k8s.io/controller-tools v0.19.0 h1:OU7jrPPiZusryu6YK0jYSjPqg8Vhf8cAzluP9XGI5uk =
324327sigs.k8s.io/controller-tools v0.19.0 /go.mod h1:y5HY/iNDFkmFla2CfQoVb2AQXMsBk4ad84iR1PLANB0 =
325328sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg =
You can’t perform that action at this time.
0 commit comments