mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +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,8 +3,8 @@ module sigs.k8s.io/kustomize/plugin/builtin/patchjson6902transformer
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/evanphx/json-patch v4.12.0+incompatible
|
||||
sigs.k8s.io/kustomize/api v0.14.0
|
||||
gopkg.in/evanphx/json-patch.v5 v5.6.0
|
||||
sigs.k8s.io/kustomize/api v0.13.4
|
||||
sigs.k8s.io/kustomize/kyaml v0.14.3
|
||||
sigs.k8s.io/yaml v1.3.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user