File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ require (
4343 go.yaml.in/yaml/v3 v3.0.4 // indirect
4444 golang.org/x/mod v0.28.0 // indirect
4545 golang.org/x/sync v0.17.0 // indirect
46+ gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
4647 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
4748 k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d // indirect
4849 sigs.k8s.io/randfill v1.0.0 // indirect
@@ -84,7 +85,6 @@ require (
8485 golang.org/x/text v0.29.0 // indirect
8586 golang.org/x/time v0.13.0 // indirect
8687 golang.org/x/tools v0.37.0 // indirect
87- gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
8888 google.golang.org/protobuf v1.36.10 // indirect
8989 gopkg.in/inf.v0 v0.9.1 // indirect
9090 k8s.io/apiextensions-apiserver v0.33.4 // indirect
Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
216216golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
217217golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
218218golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
219- gomodules.xyz/jsonpatch/v2 v2.5 .0 h1:JELs8RLM12qJGXU4u/TO3V25KW8GreMKl9pdkk14RM0 =
220- gomodules.xyz/jsonpatch/v2 v2.5 .0 /go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY =
219+ gomodules.xyz/jsonpatch/v2 v2.4 .0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw =
220+ gomodules.xyz/jsonpatch/v2 v2.4 .0 /go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY =
221221google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE =
222222google.golang.org/protobuf v1.36.10 /go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco =
223223gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments