File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ replace (
1313require (
1414 github.com/coreos/go-oidc v2.3.0+incompatible
1515 github.com/dexidp/dex/api/v2 v2.1.0
16- github.com/evanphx/json-patch v5.6.0+incompatible
16+ github.com/evanphx/json-patch/v5 v5.9.11
1717 github.com/google/go-cmp v0.7.0
1818 github.com/gorilla/mux v1.8.0
1919 github.com/gorilla/securecookie v1.1.1
@@ -69,7 +69,7 @@ require (
6969 github.com/coreos/go-systemd/v22 v22.5.0 // indirect
7070 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7171 github.com/emicklei/go-restful/v3 v3.12.1 // indirect
72- github.com/evanphx/json-patch/v5 v5.9.11 // indirect
72+ github.com/evanphx/json-patch v5.6.0+incompatible // indirect
7373 github.com/fatih/color v1.18.0 // indirect
7474 github.com/felixge/httpsnoop v1.0.4 // indirect
7575 github.com/frankban/quicktest v1.14.3 // indirect
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "encoding/json"
2222 "fmt"
2323
24- jsonpatch "github.com/evanphx/json-patch"
24+ jsonpatch "github.com/evanphx/json-patch/v5 "
2525 "github.com/google/go-cmp/cmp"
2626 "k8s.io/apimachinery/pkg/api/equality"
2727 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
You can’t perform that action at this time.
0 commit comments