diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-03-09 19:14:24 +0100 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-03-09 20:02:10 +0100 |
commit | 30bf065c3ffc16214e820e8568387e4561b5f83a (patch) | |
tree | 386412f3f34007509ff7db71e316f539eabc85a8 /vendor/modules.txt | |
parent | 418ab2e5e154cb0df13f2e901cf4aea31a5cd0a9 (diff) | |
download | podman-30bf065c3ffc16214e820e8568387e4561b5f83a.tar.gz podman-30bf065c3ffc16214e820e8568387e4561b5f83a.tar.bz2 podman-30bf065c3ffc16214e820e8568387e4561b5f83a.zip |
Use github.com/vbauerster/mpb/v7 in pkg/machine
We already use v7 in c/image so podman should use the same version to
prevent duplication.
This saves 170 KB binary size.
[NO NEW TESTS NEEDED]
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 8214e0b98..906faf314 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -683,13 +683,8 @@ github.com/ulikunitz/xz/lzma github.com/vbatts/tar-split/archive/tar github.com/vbatts/tar-split/tar/asm github.com/vbatts/tar-split/tar/storage -# github.com/vbauerster/mpb/v6 v6.0.4 -## explicit -github.com/vbauerster/mpb/v6 -github.com/vbauerster/mpb/v6/cwriter -github.com/vbauerster/mpb/v6/decor -github.com/vbauerster/mpb/v6/internal # github.com/vbauerster/mpb/v7 v7.3.2 +## explicit github.com/vbauerster/mpb/v7 github.com/vbauerster/mpb/v7/cwriter github.com/vbauerster/mpb/v7/decor |