Skip to content

Commit

Permalink
Upgrade go-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jan 27, 2025
1 parent 42f26cb commit bd18525
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion v5/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ module github.com/evanphx/json-patch/v5

go 1.18

require github.com/jessevdk/go-flags v1.4.0
require github.com/jessevdk/go-flags v1.6.1

require golang.org/x/sys v0.21.0 // indirect
6 changes: 4 additions & 2 deletions v5/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
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/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4=
github.com/jessevdk/go-flags v1.6.1/go.mod h1:Mk8T1hIAWpOiJiHa9rJASDK2UGWji0EuPGBnNLMooyc=
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 comments on commit bd18525

Please sign in to comment.