chore(deps): bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8 (#527)

Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.7 to 2.2.8.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.7...v2.2.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-25 14:20:06 -05:00
committed by Chris Allen Lane
parent 2e7ccb2a68
commit ff6a866abe
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -10,5 +10,5 @@ require (
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/mitchellh/go-homedir v1.1.0
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v2 v2.2.7
gopkg.in/yaml.v2 v2.2.8
)