module github.com/gobuffalo/fizz go 1.12 require ( github.com/Masterminds/semver/v3 v3.0.3 github.com/go-sql-driver/mysql v1.5.0 github.com/gobuffalo/plush/v4 v4.0.0 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/kr/pretty v0.2.0 // indirect github.com/stretchr/testify v1.4.0 golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.8 // indirect )