Revert "Switch to json-patch v5"

This reverts commit b692e49b1e.

The json-patch bump in k/k was reverted, so the corresponding bump in
kustomize should be reverted too.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
Stephen Kitt
2023-12-07 18:39:41 +01:00
parent 557d6cba2d
commit bf485f66d3
73 changed files with 107 additions and 116 deletions

View File

@@ -3,7 +3,7 @@ module sigs.k8s.io/kustomize/plugin/builtin/patchjson6902transformer
go 1.20
require (
gopkg.in/evanphx/json-patch.v5 v5.6.0
github.com/evanphx/json-patch v4.12.0+incompatible
sigs.k8s.io/kustomize/api v0.16.0
sigs.k8s.io/kustomize/kyaml v0.16.0
sigs.k8s.io/yaml v1.4.0