Skip to content

Commit

Permalink
Fix shorthand arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Oct 22, 2023
1 parent 54a0ad3 commit f0af2e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ go 1.21

require github.com/google/uuid v1.3.1

require github.com/electrikmilk/args-parser v1.0.5
require github.com/electrikmilk/args-parser v1.0.6
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
github.com/electrikmilk/args-parser v1.0.5 h1:4cby2xMCYEL5UzzcqSw9+eZRyONSvp+5Hmy/VgGovzk=
github.com/electrikmilk/args-parser v1.0.5/go.mod h1:mb/l2JFNNBSA8GVYL0eQCJF6Jd7UtAJTpenLZs6iIJ0=
github.com/electrikmilk/args-parser v1.0.6 h1:LryG6crqaJdKprFlVoiULtqOOijeedrwcI4UjYvDl20=
github.com/electrikmilk/args-parser v1.0.6/go.mod h1:mb/l2JFNNBSA8GVYL0eQCJF6Jd7UtAJTpenLZs6iIJ0=
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 comments on commit f0af2e5

Please sign in to comment.