Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jan 24, 2019
1 parent 4a01744 commit bcc1d78
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 56 deletions.
14 changes: 6 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ module github.com/markbates/refresh
require (
github.com/fatih/color v1.7.0
github.com/fsnotify/fsnotify v1.4.7
github.com/gobuffalo/buffalo-plugins v1.6.6 // indirect
github.com/gobuffalo/envy v1.6.5
github.com/gobuffalo/events v1.1.5
github.com/gobuffalo/genny v0.0.0-20181025145300-af3f81d526b8
github.com/kr/pty v1.1.3 // indirect
github.com/markbates/going v1.0.2
github.com/markbates/grift v1.0.4
github.com/gobuffalo/envy v1.6.12
github.com/gobuffalo/events v1.1.9
github.com/gobuffalo/genny v0.0.0-20190112155932-f31a84fcacf5
github.com/markbates/going v1.0.3
github.com/markbates/grift v1.0.5
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.0.0
github.com/spf13/cobra v0.0.3
gopkg.in/yaml.v2 v2.2.1
gopkg.in/yaml.v2 v2.2.2
)
Loading

0 comments on commit bcc1d78

Please sign in to comment.