Skip to content

Commit

Permalink
dep diet
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jun 26, 2019
1 parent fdf2220 commit aaa8858
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 478 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module github.com/markbates/refresh

go 1.12

require (
github.com/fatih/color v1.7.0
github.com/fsnotify/fsnotify v1.4.7
github.com/gobuffalo/envy v1.6.15
github.com/gobuffalo/events v1.2.0
github.com/gobuffalo/gogen v0.0.0-20190224213239-1c6076128bbc
github.com/gobuffalo/packr/v2 v2.0.1
github.com/markbates/grift v1.0.5
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/gobuffalo/envy v1.7.0
github.com/gobuffalo/events v1.4.0
github.com/gobuffalo/genny v0.3.0
github.com/gobuffalo/packr/v2 v2.5.1
github.com/markbates/grift v1.1.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.3
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
github.com/spf13/cobra v0.0.5
gopkg.in/yaml.v2 v2.2.2
)
Loading

0 comments on commit aaa8858

Please sign in to comment.