Bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 (#398)

Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.3.0...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-11-28 15:35:28 -08:00
committed by GitHub
parent e59db3998e
commit a21be5d6dc
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -22,6 +22,6 @@ require (
github.com/yuin/goldmark v1.2.1
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/xurls v1.1.0
)