-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
3 changed files
with
209 additions
and
52 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,25 +1,26 @@ | ||
module github.com/gobuffalo/buffalo-pop | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/fatih/color v1.7.0 | ||
github.com/gobuffalo/buffalo v0.14.2 | ||
github.com/gobuffalo/buffalo-plugins v1.14.0 | ||
github.com/gobuffalo/buffalo v0.14.6 | ||
github.com/gobuffalo/events v1.3.1 | ||
github.com/gobuffalo/flect v0.1.1 | ||
github.com/gobuffalo/genny v0.0.0-20190403191548-3ca520ef0d9e | ||
github.com/gobuffalo/gogen v0.0.0-20190315121717-8f38393713f5 | ||
github.com/gobuffalo/httptest v1.1.0 | ||
github.com/gobuffalo/flect v0.1.5 | ||
github.com/gobuffalo/genny v0.2.0 | ||
github.com/gobuffalo/gogen v0.2.0 | ||
github.com/gobuffalo/httptest v1.3.0 | ||
github.com/gobuffalo/makr v1.2.0 // indirect | ||
github.com/gobuffalo/meta v0.0.0-20190329152330-e161e8a93e3b | ||
github.com/gobuffalo/packr/v2 v2.0.9 | ||
github.com/gobuffalo/plush v3.7.33+incompatible | ||
github.com/gobuffalo/plushgen v0.0.0-20190329152458-0555238fe0d9 | ||
github.com/gobuffalo/pop v4.10.0+incompatible | ||
github.com/gobuffalo/packr/v2 v2.4.0 | ||
github.com/gobuffalo/plush v3.8.2+incompatible | ||
github.com/gobuffalo/plushgen v0.1.2 | ||
github.com/gobuffalo/pop v4.11.1+incompatible | ||
github.com/gobuffalo/uuid v2.0.5+incompatible | ||
github.com/jackc/pgx v3.3.0+incompatible // indirect | ||
github.com/markbates/going v1.0.3 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/sirupsen/logrus v1.4.1 | ||
github.com/spf13/afero v1.2.1 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/stretchr/testify v1.3.0 | ||
) |
Oops, something went wrong.