-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
103 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,12 +1,11 @@ | ||
module github.com/gobuffalo/buffalo-goth | ||
|
||
require ( | ||
github.com/gobuffalo/buffalo v0.13.0-rc.1.0.20181001193643-c5177460e647 | ||
github.com/gobuffalo/buffalo v0.12.6 | ||
github.com/gobuffalo/buffalo-plugins v0.0.0-20180928194818-6ca7684eb375 | ||
github.com/gobuffalo/genny v0.0.0-20181002164640-2ee494b3a911 | ||
github.com/gobuffalo/genny v0.0.0-20181002191825-3679ba2601ef | ||
github.com/gobuffalo/packr v1.13.7 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/stretchr/testify v1.2.2 | ||
golang.org/x/tools v0.0.0-20181002045332-008d18139cb7 // indirect | ||
) |
Oops, something went wrong.