go.mod: gopkg.in/yaml.v2 v2.4.0

This updates the package to a version to include the security fixes in v2.2.3.

Version 2.3.0 was known introduce a breaking change for some users, so using
the latest (v2.4.0)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-04-22 14:31:11 +02:00
parent 6891d94832
commit 06c8d441f8
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
11 changed files with 155 additions and 78 deletions

2
go.mod
View file

@ -43,5 +43,5 @@ require (
google.golang.org/cloud v0.0.0-20151119220103-975617b05ea8
google.golang.org/grpc v0.0.0-20160317175043-d3ddb4469d5a // indirect
gopkg.in/check.v1 v1.0.0-20141024133853-64131543e789
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.4.0
)