summaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/yaml.v2/yamlh.go
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-23 08:39:21 +0000
committerMatthew Heon <mheon@redhat.com>2020-01-23 10:50:43 -0500
commit9d68ba59452d2d3daa3ea0f22b1ebb2ecab7094e (patch)
tree869732aab8b12e01e7b9651913d216c9d9aee088 /vendor/gopkg.in/yaml.v2/yamlh.go
parent8beeb067aac857deb29e91562cf4b6f068fe0328 (diff)
downloadpodman-9d68ba59452d2d3daa3ea0f22b1ebb2ecab7094e.tar.gz
podman-9d68ba59452d2d3daa3ea0f22b1ebb2ecab7094e.tar.bz2
podman-9d68ba59452d2d3daa3ea0f22b1ebb2ecab7094e.zip
build(deps): bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.7 to 2.2.8. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.7...v2.2.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'vendor/gopkg.in/yaml.v2/yamlh.go')
-rw-r--r--vendor/gopkg.in/yaml.v2/yamlh.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/gopkg.in/yaml.v2/yamlh.go b/vendor/gopkg.in/yaml.v2/yamlh.go
index e25cee563..f6a9c8e34 100644
--- a/vendor/gopkg.in/yaml.v2/yamlh.go
+++ b/vendor/gopkg.in/yaml.v2/yamlh.go
@@ -579,6 +579,7 @@ type yaml_parser_t struct {
simple_key_allowed bool // May a simple key occur at the current position?
simple_keys []yaml_simple_key_t // The stack of simple keys.
+ simple_keys_by_tok map[int]int // possible simple_key indexes indexed by token_number
// Parser stuff