Skip to content

Commit

Permalink
Update dependencies, delete cmd, which we don't need
Browse files Browse the repository at this point in the history
  • Loading branch information
kszafran committed Nov 8, 2023
1 parent f447590 commit 4e249f2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 199 deletions.
39 changes: 0 additions & 39 deletions cmd/json-patch/file_flag.go

This file was deleted.

56 changes: 0 additions & 56 deletions cmd/json-patch/main.go

This file was deleted.

39 changes: 0 additions & 39 deletions v5/cmd/json-patch/file_flag.go

This file was deleted.

56 changes: 0 additions & 56 deletions v5/cmd/json-patch/main.go

This file was deleted.

7 changes: 2 additions & 5 deletions v5/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
module github.com/evanphx/json-patch/v5
module github.com/SharperShape/json-patch/v5

go 1.18

require (
github.com/jessevdk/go-flags v1.4.0
github.com/pkg/errors v0.8.1
)
require github.com/pkg/errors v0.9.1
6 changes: 2 additions & 4 deletions v5/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
github.com/jessevdk/go-flags v1.4.0 h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 comments on commit 4e249f2

Please sign in to comment.