module github.com/adamluzsi/testcase go 1.14 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/golang/mock v1.5.0 github.com/stretchr/testify v1.7.0 golang.org/x/mod v0.4.1 // indirect golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect golang.org/x/tools v0.1.0 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )