-
-
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.
- Loading branch information
Showing
2 changed files
with
38 additions
and
12 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 |
---|---|---|
@@ -1,16 +1,12 @@ | ||
module github.com/gobuffalo/tags | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/fatih/structs v1.0.0 | ||
github.com/gobuffalo/envy v1.6.3 // indirect | ||
github.com/gobuffalo/uuid v2.0.0+incompatible | ||
github.com/gobuffalo/validate v2.0.0+incompatible | ||
github.com/gobuffalo/uuid v2.0.2+incompatible | ||
github.com/gobuffalo/validate v2.0.2+incompatible | ||
github.com/joho/godotenv v1.2.0 // indirect | ||
github.com/markbates/going v1.0.1 // indirect | ||
github.com/markbates/inflect v1.0.0 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 // indirect | ||
github.com/stretchr/testify v1.2.2 | ||
) |
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