-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from gobuffalo/task-updating-deps
updating deps
- Loading branch information
Showing
3 changed files
with
214 additions
and
491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
module github.com/gobuffalo/buffalo-auth | ||
|
||
require ( | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd | ||
github.com/gobuffalo/buffalo-plugins v1.13.0 | ||
github.com/gobuffalo/genny v0.0.0-20190219203444-c95082806342 | ||
github.com/gobuffalo/github_flavored_markdown v1.0.7 // indirect | ||
github.com/gobuffalo/gogen v0.0.0-20190224213239-1c6076128bbc | ||
github.com/gobuffalo/meta v0.0.0-20190207205153-50a99e08b8cf | ||
github.com/gobuffalo/packr v1.22.0 | ||
github.com/gobuffalo/packr/v2 v2.0.1 | ||
github.com/gobuffalo/plush v3.7.33+incompatible | ||
github.com/gobuffalo/plushgen v0.0.0-20190224160205-347ea233336e | ||
github.com/gobuffalo/uuid v2.0.5+incompatible // indirect | ||
github.com/gobuffalo/validate v2.0.3+incompatible // indirect | ||
github.com/gobuffalo/attrs v0.1.0 | ||
github.com/gobuffalo/buffalo-plugins v1.15.0 | ||
github.com/gobuffalo/genny v0.4.1 | ||
github.com/gobuffalo/gogen v0.2.0 | ||
github.com/gobuffalo/meta v0.2.0 | ||
github.com/gobuffalo/packr v1.30.1 | ||
github.com/gobuffalo/packr/v2 v2.6.0 | ||
github.com/gobuffalo/plush v3.8.3+incompatible | ||
github.com/gobuffalo/plushgen v0.1.2 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/rogpeppe/go-internal v1.2.2 // indirect | ||
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/cobra v0.0.5 | ||
) | ||
|
Oops, something went wrong.