summaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/yaml.v2/yamlh.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-25 23:23:32 -0800
committerGitHub <noreply@github.com>2020-01-25 23:23:32 -0800
commit689da532fa8f9c72d4fd7afe963d6eb44fe0e623 (patch)
tree5031b01ccd5ed29114fae9b5920795158c2b0876 /vendor/gopkg.in/yaml.v2/yamlh.go
parentc1e2698f812a07b483a81f16f0c0003492a1bdef (diff)
parent9d68ba59452d2d3daa3ea0f22b1ebb2ecab7094e (diff)
downloadpodman-689da532fa8f9c72d4fd7afe963d6eb44fe0e623.tar.gz
podman-689da532fa8f9c72d4fd7afe963d6eb44fe0e623.tar.bz2
podman-689da532fa8f9c72d4fd7afe963d6eb44fe0e623.zip
Merge pull request #4941 from containers/dependabot/go_modules/gopkg.in/yaml.v2-2.2.8
build(deps): bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8
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