File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ replace (
77 // this PR introduces newer version of graphiQL that supports headers
88 // https://github.com/graphql-go/handler/pull/93
99 github.com/graphql-go/handler => github.com/vertex451/handler v0.0.0-20250124125145-ed328e3cf42a
10- // Pin controller-runtime to v0.21.0 to avoid compatibility issues
11- sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.21.0
1210)
1311
1412require (
@@ -42,7 +40,7 @@ require (
4240 k8s.io/client-go v0.34.0
4341 k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
4442 sigs.k8s.io/controller-runtime v0.22.0
45- sigs.k8s.io/multicluster-runtime v0.21.0-alpha.8
43+ sigs.k8s.io/multicluster-runtime v0.21.0-alpha.9
4644)
4745
4846require (
Original file line number Diff line number Diff line change @@ -329,12 +329,12 @@ k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d h1:wAhiDyZ4Tdtt7e46e9M5ZSAJ/MnPG
329329k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
330330sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 h1:jpcvIRr3GLoUoEKRkHKSmGjxb6lWwrBlJsXc+eUYQHM =
331331sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 /go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw =
332- sigs.k8s.io/controller-runtime v0.21 .0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytIGcJS8 =
333- sigs.k8s.io/controller-runtime v0.21 .0 /go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM =
332+ sigs.k8s.io/controller-runtime v0.22 .0 h1:mTOfibb8Hxwpx3xEkR56i7xSjB+nH4hZG37SrlCY5e0 =
333+ sigs.k8s.io/controller-runtime v0.22 .0 /go.mod h1:FwiwRjkRPbiN+zp2QRp7wlTCzbUXxZ/D4OzuQUDwBHY =
334334sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE =
335335sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 /go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg =
336- sigs.k8s.io/multicluster-runtime v0.21.0-alpha.8 h1:Pq69tTKfN8ADw8m8A3wUtP8wJ9SPQbbOsgapm3BZEPw =
337- sigs.k8s.io/multicluster-runtime v0.21.0-alpha.8 /go.mod h1:CpBzLMLQKdm+UCchd2FiGPiDdCxM5dgCCPKuaQ6Fsv0 =
336+ sigs.k8s.io/multicluster-runtime v0.21.0-alpha.9 h1:baonM4f081WWct3U7O4EfqrxcUGtmCrFDbsT1FQ8xlo =
337+ sigs.k8s.io/multicluster-runtime v0.21.0-alpha.9 /go.mod h1:CpBzLMLQKdm+UCchd2FiGPiDdCxM5dgCCPKuaQ6Fsv0 =
338338sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU =
339339sigs.k8s.io/randfill v1.0.0 /go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxOY =
340340sigs.k8s.io/structured-merge-diff/v6 v6.3.0 h1:jTijUJbW353oVOd9oTlifJqOGEkUw2jB/fXCbTiQEco =
You can’t perform that action at this time.
0 commit comments