Don't check the generated config's yaml syntax [#13]

See discussion on https://github.com/pelotech/drone-helm3/pull/36 --it
doesn't really make sense to add a dependency on yaml just for testing.
This commit is contained in:
Erin Call
2019-12-26 12:39:02 -08:00
parent b2066961e1
commit 2a13fff548
3 changed files with 0 additions and 11 deletions

1
go.mod
View File

@@ -3,7 +3,6 @@ module github.com/pelotech/drone-helm3
go 1.13
require (
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/mock v1.3.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/stretchr/testify v1.4.0