Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jan 3, 2019
1 parent d241d5c commit 64c25a8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 70 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/gobuffalo/envy v1.6.11
github.com/gobuffalo/events v1.1.8
github.com/gobuffalo/flect v0.0.0-20181210151238-24a2b68e0316 // indirect
github.com/gobuffalo/genny v0.0.0-20181211165820-e26c8466f14d
github.com/gobuffalo/licenser v0.0.0-20181211173111-f8a311c51159
github.com/gobuffalo/logger v0.0.0-20181127160119-5b956e21995c
Expand All @@ -16,9 +17,15 @@ require (
github.com/karrick/godirwalk v1.7.7
github.com/markbates/going v1.0.2
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.2.0
github.com/spf13/afero v1.2.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20190102171810-8d7daa0c54b3 // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190102155601-82a175fd1598 // indirect
golang.org/x/tools v0.0.0-20190102213336-ca9055ed7d04 // indirect
)
Loading

0 comments on commit 64c25a8

Please sign in to comment.