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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-12-02 15:36:22 +00:00
committed by Henrique Dias
parent 5c2ed2b2f9
commit f5fad7a01d
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -34,5 +34,5 @@ require (
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.5.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.5
gopkg.in/yaml.v2 v2.2.7
)