Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
zealllot committed Jan 17, 2023
1 parent 4268d7c commit b000879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v5/cmd/json-patch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"log"
"os"

jsonpatch "github.com/evanphx/json-patch/v5"
flags "github.com/jessevdk/go-flags"
jsonpatch "github.com/zealllot/json-patch/v5"
)

type opts struct {
Expand Down

0 comments on commit b000879

Please sign in to comment.