module github.com/stretchr/testify

go 1.13

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/pmezard/go-difflib v1.0.0
	github.com/stretchr/objx v0.4.0
	gopkg.in/yaml.v3 v3.0.1
)