Skip to content

Commit 9d10912

Browse files
authored
Merge pull request #812 from containers/dependabot/go_modules/gopkg.in/yaml.v2-2.2.8
Bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8
2 parents dd82755 + b59c018 commit 9d10912

File tree

5 files changed

+25
-29
lines changed

5 files changed

+25
-29
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ require (
2323
github.com/urfave/cli v1.22.1
2424
github.com/vbauerster/mpb v3.4.0+incompatible // indirect
2525
go4.org v0.0.0-20190218023631-ce4c26f7be8e // indirect
26-
gopkg.in/yaml.v2 v2.2.7
26+
gopkg.in/yaml.v2 v2.2.8
2727
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,8 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
551551
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
552552
gopkg.in/yaml.v2 v2.2.7 h1:VUgggvou5XRW9mHwD/yXxIYSMtY0zoKQf/v226p2nyo=
553553
gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
554+
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
555+
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
554556
gotest.tools v0.0.0-20190624233834-05ebafbffc79/go.mod h1:R//lfYlUuTOTfblYI3lGoAAAebUdzjvbmQsuB7Ykd90=
555557
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
556558
gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=

vendor/gopkg.in/yaml.v2/scannerc.go

Lines changed: 20 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/gopkg.in/yaml.v2/yamlh.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ google.golang.org/grpc/status
351351
gopkg.in/square/go-jose.v2
352352
gopkg.in/square/go-jose.v2/cipher
353353
gopkg.in/square/go-jose.v2/json
354-
# gopkg.in/yaml.v2 v2.2.7
354+
# gopkg.in/yaml.v2 v2.2.8
355355
gopkg.in/yaml.v2
356356
# k8s.io/client-go v0.0.0-20181219152756-3dd551c0f083
357357
k8s.io/client-go/util/homedir

0 commit comments

Comments
 (0)