diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-22 22:18:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 22:18:37 +0100 |
commit | 1284260b668168c560e65b803979eb2caff0293a (patch) | |
tree | d2ddf81c772bba5bc5566d582fff661d3e31ffab /vendor/gopkg.in/yaml.v2/yaml.go | |
parent | c2dfef544476dba671db3ef65b095da9ec18bbf1 (diff) | |
parent | 7377528764e2a1b1157d50106832d97ec55515ac (diff) | |
download | podman-1284260b668168c560e65b803979eb2caff0293a.tar.gz podman-1284260b668168c560e65b803979eb2caff0293a.tar.bz2 podman-1284260b668168c560e65b803979eb2caff0293a.zip |
Merge pull request #4539 from containers/dependabot/go_modules/gopkg.in/yaml.v2-2.2.7
build(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7
Diffstat (limited to 'vendor/gopkg.in/yaml.v2/yaml.go')
-rw-r--r-- | vendor/gopkg.in/yaml.v2/yaml.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gopkg.in/yaml.v2/yaml.go b/vendor/gopkg.in/yaml.v2/yaml.go index de85aa4cd..89650e293 100644 --- a/vendor/gopkg.in/yaml.v2/yaml.go +++ b/vendor/gopkg.in/yaml.v2/yaml.go @@ -89,7 +89,7 @@ func UnmarshalStrict(in []byte, out interface{}) (err error) { return unmarshal(in, out, true) } -// A Decorder reads and decodes YAML values from an input stream. +// A Decoder reads and decodes YAML values from an input stream. type Decoder struct { strict bool parser *parser |