diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-03-09 15:24:37 +0100 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-03-09 15:44:05 +0100 |
commit | 8f2f8d4cadf95dea67d2cfc4a0c96c57234c0728 (patch) | |
tree | 9f87768e9569f4137d20813457874ca4a0e38d5c /vendor | |
parent | 3e870f8c8e3736e9c81473d45c8148d4de0e70c3 (diff) | |
download | podman-8f2f8d4cadf95dea67d2cfc4a0c96c57234c0728.tar.gz podman-8f2f8d4cadf95dea67d2cfc4a0c96c57234c0728.tar.bz2 podman-8f2f8d4cadf95dea67d2cfc4a0c96c57234c0728.zip |
use gopkg.in/yaml.v2 instead of v3
Many dependencies already import gopkg.in/yaml.v2, podman is the only
user of the v3 version except github.com/stretchr/testify but this is
only a testing dependency so it will not end up in the binary.
This change reduces the podman binary size from 54740 to 54260 KB on my
system.
[NO NEW TESTS NEEDED]
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 319a3592f..792f4c825 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -881,9 +881,9 @@ 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.4.0 +## explicit gopkg.in/yaml.v2 # gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b -## explicit gopkg.in/yaml.v3 # k8s.io/api v0.22.5 ## explicit |