module github.com/gobuffalo/buffalo-plugins require ( github.com/BurntSushi/toml v0.3.1 // indirect github.com/gobuffalo/envy v1.6.4 github.com/gobuffalo/genny v0.0.0-20181005145118-318a41a134cc github.com/gobuffalo/licenser v0.0.0-20180924033006-eae28e638a42 github.com/gobuffalo/packr v1.13.7 github.com/gobuffalo/plush v3.7.16+incompatible github.com/gobuffalo/release v1.0.38 github.com/joho/godotenv v1.3.0 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect github.com/markbates/deplist v1.0.5 // indirect github.com/markbates/going v1.0.2 github.com/markbates/oncer v0.0.0-20180924034138-723ad0170a46 github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/pkg/errors v0.8.0 github.com/sirupsen/logrus v1.1.0 github.com/spf13/cobra v0.0.3 github.com/spf13/pflag v1.0.3 // indirect github.com/spf13/viper v1.2.1 github.com/stretchr/testify v1.2.2 golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 // indirect golang.org/x/net v0.0.0-20181005035420-146acd28ed58 // indirect golang.org/x/sys v0.0.0-20181005133103-4497e2df6f9e // indirect golang.org/x/tools v0.0.0-20181006002542-f60d9635b16a // indirect )