We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4268d7c commit b000879Copy full SHA for b000879
v5/cmd/json-patch/main.go
@@ -6,8 +6,8 @@ import (
6
"log"
7
"os"
8
9
- jsonpatch "github.com/evanphx/json-patch/v5"
10
flags "github.com/jessevdk/go-flags"
+ jsonpatch "github.com/zealllot/json-patch/v5"
11
)
12
13
type opts struct {
0 commit comments