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
55require (
66 github.com/onsi/ginkgo/v2 v2.23.4
77 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
99 k8s.io/api v0.33.3
1010 k8s.io/apiextensions-apiserver v0.33.3
1111 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
7373github.com/onsi/ginkgo/v2 v2.23.4 /go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8 =
7474github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY =
7575github.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 =
7878github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
7979github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
8080github.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 (
1414 github.com/onsi/ginkgo/v2 v2.23.4
1515 github.com/onsi/gomega v1.38.0
1616 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
1818 github.com/openmcp-project/mcp-operator/api v0.32.0
1919 github.com/spf13/cobra v1.9.1
2020 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=
111111github.com/onsi/gomega v1.38.0 /go.mod h1:OcXcwId0b9QsE7Y49u+BTrL4IdKOBOKnD6VQNTJEB6o =
112112github.com/openmcp-project/control-plane-operator v0.1.10 h1:5ticEP3llBmIHQkBzkZwgTdcHJ7Z9rSaw5BsY3QQ2pM =
113113github.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 =
116116github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
117117github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
118118github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
You can’t perform that action at this time.
0 commit comments