-
-
Notifications
You must be signed in to change notification settings - Fork 72
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 #103 from gobuffalo/development
Development
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module github.com/gobuffalo/tags | ||
|
||
require ( | ||
github.com/fatih/structs v1.0.0 | ||
github.com/gobuffalo/envy v1.6.3 | ||
github.com/gobuffalo/uuid v0.0.0-20180207211247-3a9fb6c5c481 | ||
github.com/gobuffalo/validate v1.0.0 | ||
github.com/joho/godotenv v1.2.0 | ||
github.com/markbates/going v1.0.0 | ||
github.com/markbates/inflect v1.0.0 | ||
github.com/markbates/validate v1.0.0 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/satori/go.uuid v1.2.0 | ||
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 | ||
github.com/stretchr/testify v1.2.2 | ||
) |