diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-13 09:21:08 +0000 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-05-13 11:28:03 +0200 |
commit | f736bc9447e9605f0f9be1de1ffebd4755fa804c (patch) | |
tree | 29352ece61be4dc36a8dceb6f3592ab16b3b88cf /vendor/gopkg.in | |
parent | 486a1173312279a06836246e26083e7a36cd2591 (diff) | |
download | podman-f736bc9447e9605f0f9be1de1ffebd4755fa804c.tar.gz podman-f736bc9447e9605f0f9be1de1ffebd4755fa804c.tar.bz2 podman-f736bc9447e9605f0f9be1de1ffebd4755fa804c.zip |
Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.8 to 2.3.0.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.8...v2.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/gopkg.in')
-rw-r--r-- | vendor/gopkg.in/yaml.v2/apic.go | 1 |
1 files changed, 1 insertions, 0 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, } } |