1module github.com/stretchr/testify
2
3go 1.13
4
5require (
6	github.com/davecgh/go-spew v1.1.0
7	github.com/pmezard/go-difflib v1.0.0
8	github.com/stretchr/objx v0.1.0
9	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
10)
11