Switch to json-patch v5

json-patch was bumped to v5 in k/k as a result of
https://github.com/kubernetes/kubernetes/pull/118384; this aligns with
that, but switches to the v5 module, which is documented as
gopkg.in/evanphx/json-patch.v5.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
Stephen Kitt
2023-06-09 10:59:24 +02:00
committed by Stephen Kitt
parent bd7f001c26
commit b692e49b1e
67 changed files with 98 additions and 98 deletions

View File

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