Skip to content

Commit

Permalink
update warg; split commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkane committed Jan 15, 2022
1 parent 25f48fc commit 5ff323f
Show file tree
Hide file tree
Showing 5 changed files with 667 additions and 652 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.17
// replace github.com/bbkane/warg => /Users/bbkane/Git/warg

require (
github.com/bbkane/warg v0.0.5
github.com/bbkane/warg v0.0.8
github.com/karrick/godirwalk v1.16.1
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/bbkane/go-color v0.0.4 h1:JNQIHp1zFvREq4vAp8XXMS8+sGanlA01WN8ANmLpXt4
github.com/bbkane/go-color v0.0.4/go.mod h1:W6SaTp8XGZOFqIWelWcVorgHFak1EFnagkaHoB5G9eE=
github.com/bbkane/warg v0.0.5 h1:VVOiPlnrXysx1pt1VwwDxGVkqB4SVX6CB5TWxFrREso=
github.com/bbkane/warg v0.0.5/go.mod h1:ErZUtgz63oHzRbLPu+OowPI5MDqIx5eWqa9vz69CM+o=
github.com/bbkane/warg v0.0.8 h1:vLNgGZk2mmoYNjhJSJcEPNYddsn7obhSTgybtFHWk5k=
github.com/bbkane/warg v0.0.8/go.mod h1:ErZUtgz63oHzRbLPu+OowPI5MDqIx5eWqa9vz69CM+o=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/karrick/godirwalk v1.16.1 h1:DynhcF+bztK8gooS0+NDJFrdNZjJ3gzVzC545UNA9iw=
Expand Down
Loading

0 comments on commit 5ff323f

Please sign in to comment.