mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
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:
committed by
Stephen Kitt
parent
bd7f001c26
commit
b692e49b1e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user