1module github.com/tj/assert
2
3go 1.14
4
5require (
6	github.com/davecgh/go-spew v1.1.1 // indirect
7	github.com/stretchr/testify v1.6.1
8	gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
9)
10