diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..2431bdd --- /dev/null +++ b/go.mod @@ -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 +)