chore: updates vendored dependencies

This commit is contained in:
Chris Lane
2019-11-20 18:55:24 -05:00
parent 5046975a0f
commit e94a1e22df
5 changed files with 55 additions and 47 deletions

2
vendor/gopkg.in/yaml.v2/yaml.go generated vendored
View File

@ -89,7 +89,7 @@ func UnmarshalStrict(in []byte, out interface{}) (err error) {
return unmarshal(in, out, true)
}
// A Decorder reads and decodes YAML values from an input stream.
// A Decoder reads and decodes YAML values from an input stream.
type Decoder struct {
strict bool
parser *parser