module github.com/adamluzsi/frameless go 1.14 require ( github.com/adamluzsi/testcase v0.13.0 github.com/davecgh/go-spew v1.1.1 // indirect github.com/golang/mock v1.4.4 github.com/stretchr/testify v1.6.1 golang.org/x/tools v0.0.0-20200928201943-a0ef9b62deab // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect )