module github.com/derision-test/go-mockgen go 1.15 require ( github.com/alecthomas/kingpin v2.2.6+incompatible github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect github.com/dave/jennifer v1.4.1 github.com/dustin/go-humanize v1.0.0 github.com/kr/pretty v0.1.0 // indirect github.com/mitchellh/go-wordwrap v1.0.1 github.com/onsi/gomega v1.13.0 github.com/stretchr/testify v1.7.0 golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect golang.org/x/tools v0.1.3 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )