module github.com/gojuno/minimock/v3

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/hexdigest/gowrap v1.1.8
	github.com/pkg/errors v0.8.0
	github.com/pmezard/go-difflib v1.0.0
	github.com/stretchr/testify v1.3.0
	golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59
)

go 1.13
