module github.com/elliotchance/dingo go 1.12 require ( github.com/elliotchance/pie v1.34.0 github.com/elliotchance/testify-stats v1.0.0 github.com/go-yaml/yaml v2.1.0+incompatible github.com/jonboulle/clockwork v0.1.0 github.com/kr/pretty v0.1.0 // indirect github.com/stretchr/testify v1.3.0 golang.org/x/tools v0.0.0-20190530001615-b97706b7f64d gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 // indirect )