diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-13 03:10:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 03:10:22 -0700 |
commit | c46ba9905fd7749e6a1f1b1359315bfc73085276 (patch) | |
tree | cbd2cc032b41715dd425731073693f48692489ec /vendor | |
parent | b364420d347d9e0baf132b7e0be13309e70d442b (diff) | |
parent | f736bc9447e9605f0f9be1de1ffebd4755fa804c (diff) | |
download | podman-c46ba9905fd7749e6a1f1b1359315bfc73085276.tar.gz podman-c46ba9905fd7749e6a1f1b1359315bfc73085276.tar.bz2 podman-c46ba9905fd7749e6a1f1b1359315bfc73085276.zip |
Merge pull request #6205 from containers/dependabot/go_modules/gopkg.in/yaml.v2-2.3.0
Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/gopkg.in/yaml.v2/apic.go | 1 | ||||
-rw-r--r-- | vendor/modules.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/vendor/gopkg.in/yaml.v2/apic.go b/vendor/gopkg.in/yaml.v2/apic.go index 1f7e87e67..d2c2308f1 100644 --- a/vendor/gopkg.in/yaml.v2/apic.go +++ b/vendor/gopkg.in/yaml.v2/apic.go @@ -86,6 +86,7 @@ func yaml_emitter_initialize(emitter *yaml_emitter_t) { raw_buffer: make([]byte, 0, output_raw_buffer_size), states: make([]yaml_emitter_state_t, 0, initial_stack_size), events: make([]yaml_event_t, 0, initial_queue_size), + best_width: -1, } } diff --git a/vendor/modules.txt b/vendor/modules.txt index 0bd684c62..765e68108 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -640,7 +640,7 @@ gopkg.in/square/go-jose.v2/cipher gopkg.in/square/go-jose.v2/json # gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 gopkg.in/tomb.v1 -# gopkg.in/yaml.v2 v2.2.8 +# gopkg.in/yaml.v2 v2.3.0 gopkg.in/yaml.v2 # k8s.io/api v0.18.2 k8s.io/api/core/v1 |