Skip to content

Commit b000879

Browse files
committed
update go mod
1 parent 4268d7c commit b000879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v5/cmd/json-patch/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"log"
77
"os"
88

9-
jsonpatch "github.com/evanphx/json-patch/v5"
109
flags "github.com/jessevdk/go-flags"
10+
jsonpatch "github.com/zealllot/json-patch/v5"
1111
)
1212

1313
type opts struct {

0 commit comments

Comments
 (0)