Skip to content

Commit

Permalink
update warg
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkane committed Feb 20, 2022
1 parent d5d7e5a commit 1a25a5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.9
github.com/bbkane/warg v0.0.11
github.com/karrick/godirwalk v1.16.1
)

Expand All @@ -15,5 +15,5 @@ require github.com/bbkane/gocolor v0.0.3
require (
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
)
7 changes: 4 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/bbkane/gocolor v0.0.3 h1:FNbReEuH/Mt2Dq8hRdgpq57zbJckMbcGOPQrvMbc3/E=
github.com/bbkane/gocolor v0.0.3/go.mod h1:7VXfOm1ryj2Mpu+PICtDSHABbfwtXLQaAHKk45KgY8Y=
github.com/bbkane/warg v0.0.9 h1:tf45CAogYIzjdBVZfu0wLhzFRRaoWEIq28kT4mysrKs=
github.com/bbkane/warg v0.0.9/go.mod h1:HHKkW82lxoAk53xCzc2+G8Av8shAdVWsXfkeU7vZdkc=
github.com/bbkane/warg v0.0.11 h1:NhF9rgy0t5iZgOT/5Yn+AgzYGbUzNYpdBccgKhI4rhI=
github.com/bbkane/warg v0.0.11/go.mod h1:HHKkW82lxoAk53xCzc2+G8Av8shAdVWsXfkeU7vZdkc=
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 All @@ -16,8 +16,9 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a h1:ppl5mZgokTT8uPkmYOyEUmPTr3ypaKkg5eFOGrAmxxE=
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 h1:rm+CHSpPEEW2IsXUib1ThaHIjuBVZjxNgSKmBLFfD4c=
golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
Expand Down

0 comments on commit 1a25a5b

Please sign in to comment.