File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module sigs.k8s.io/controller-runtime
3
3
go 1.22.0
4
4
5
5
require (
6
- github.com/evanphx/json-patch v5.6.0+incompatible // indirect; Using v4 to match upstream
7
6
github.com/evanphx/json-patch/v5 v5.9.0
8
7
github.com/fsnotify/fsnotify v1.7.0
9
8
github.com/go-logr/logr v1.4.2
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
18
18
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
19
19
github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g =
20
20
github.com/emicklei/go-restful/v3 v3.11.0 /go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc =
21
- github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U =
22
- github.com/evanphx/json-patch v5.6.0+incompatible /go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk =
21
+ github.com/evanphx/json-patch v0.5.2 h1:xVCHIVMUu1wtM/VkR9jVZ45N3FhZfYMMYGorLCR8P3k =
22
+ github.com/evanphx/json-patch v0.5.2 /go.mod h1:ZWS5hhDbVDyob71nXKNL0+PWn6ToqBHMikGIFbs31qQ =
23
23
github.com/evanphx/json-patch/v5 v5.9.0 h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0/FOJfg =
24
24
github.com/evanphx/json-patch/v5 v5.9.0 /go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ =
25
25
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg =
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ func (e *enqueueRequestForOwner[object]) getOwnerReconcileRequest(obj metav1.Obj
184
184
if ref .Kind == e .groupKind .Kind && refGV .Group == e .groupKind .Group {
185
185
// Match found - add a Request for the object referred to in the OwnerReference
186
186
request := reconcile.Request {
187
- ClusterName : logicalcluster .From (object ).String (),
187
+ ClusterName : logicalcluster .From (obj ).String (),
188
188
NamespacedName : types.NamespacedName {
189
189
Name : ref .Name ,
190
190
},
You can’t perform that action at this time.
0 commit comments