File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.5
5
5
require (
6
6
github.com/onsi/ginkgo/v2 v2.23.4
7
7
github.com/onsi/gomega v1.38.0
8
- github.com/openmcp-project/controller-utils v0.13.0
8
+ github.com/openmcp-project/controller-utils v0.13.1
9
9
k8s.io/api v0.33.3
10
10
k8s.io/apiextensions-apiserver v0.33.3
11
11
k8s.io/apimachinery v0.33.3
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus
73
73
github.com/onsi/ginkgo/v2 v2.23.4 /go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8 =
74
74
github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY =
75
75
github.com/onsi/gomega v1.38.0 /go.mod h1:OcXcwId0b9QsE7Y49u+BTrL4IdKOBOKnD6VQNTJEB6o =
76
- github.com/openmcp-project/controller-utils v0.13.0 h1:quYbBrRBz8UT8NdWYMCXnmhOLJfICTCZxC7AiyTQHCU =
77
- github.com/openmcp-project/controller-utils v0.13.0 /go.mod h1:6XyPPXo+4CAduarzJRUG6eqtRzuOJantWifj/DeZxTA =
76
+ github.com/openmcp-project/controller-utils v0.13.1 h1:+06c0bs1BIO+hBsTcuiEK5y8vpDFoZPml59WNm8fagM =
77
+ github.com/openmcp-project/controller-utils v0.13.1 /go.mod h1:Z1ytVshYcgJq3VQVGqkuZsjO/BCr4UYAaVpHl6JSIMI =
78
78
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
79
79
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
80
80
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/onsi/ginkgo/v2 v2.23.4
15
15
github.com/onsi/gomega v1.38.0
16
16
github.com/openmcp-project/control-plane-operator v0.1.10
17
- github.com/openmcp-project/controller-utils v0.13.0
17
+ github.com/openmcp-project/controller-utils v0.13.1
18
18
github.com/openmcp-project/mcp-operator/api v0.32.0
19
19
github.com/spf13/cobra v1.9.1
20
20
github.com/spf13/pflag v1.0.7
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY=
111
111
github.com/onsi/gomega v1.38.0 /go.mod h1:OcXcwId0b9QsE7Y49u+BTrL4IdKOBOKnD6VQNTJEB6o =
112
112
github.com/openmcp-project/control-plane-operator v0.1.10 h1:5ticEP3llBmIHQkBzkZwgTdcHJ7Z9rSaw5BsY3QQ2pM =
113
113
github.com/openmcp-project/control-plane-operator v0.1.10 /go.mod h1:GNu9LBTPWoE3dKsBo2kS+SeKSLU2qLtu3VjpaznsB2o =
114
- github.com/openmcp-project/controller-utils v0.13.0 h1:quYbBrRBz8UT8NdWYMCXnmhOLJfICTCZxC7AiyTQHCU =
115
- github.com/openmcp-project/controller-utils v0.13.0 /go.mod h1:6XyPPXo+4CAduarzJRUG6eqtRzuOJantWifj/DeZxTA =
114
+ github.com/openmcp-project/controller-utils v0.13.1 h1:+06c0bs1BIO+hBsTcuiEK5y8vpDFoZPml59WNm8fagM =
115
+ github.com/openmcp-project/controller-utils v0.13.1 /go.mod h1:Z1ytVshYcgJq3VQVGqkuZsjO/BCr4UYAaVpHl6JSIMI =
116
116
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
117
117
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
118
118
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
You can’t perform that action at this time.
0 commit comments