Test yaml validity without a new dependency [#15]

It turns out testify already depends on yaml, so we aren't adding
anything new by using it here.
This commit is contained in:
Erin Call
2019-12-26 12:53:36 -08:00
parent 1422ec77a4
commit 3b85c38714
2 changed files with 9 additions and 0 deletions

1
go.mod
View File

@@ -8,4 +8,5 @@ require (
github.com/stretchr/testify v1.4.0
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/tools v0.0.0-20191209225234-22774f7dae43 // indirect
gopkg.in/yaml.v2 v2.2.2
)