update the dependency sigs.k8s.io/structured-merge-diff/v4 to latest tag

This commit is contained in:
Keerthan Reddy Mala
2023-07-14 09:47:59 -07:00
parent f3f5dd99ac
commit d2df65ba6c
70 changed files with 163 additions and 115 deletions

View File

@@ -136,7 +136,7 @@ func (r mapReflect) EqualsUsing(a Allocator, m Map) bool {
if !ok {
return false
}
return Equals(vr.mustReuse(lhsVal, entry, nil, nil), value)
return EqualsUsing(a, vr.mustReuse(lhsVal, entry, nil, nil), value)
})
}