From 30bf065c3ffc16214e820e8568387e4561b5f83a Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 9 Mar 2022 19:14:24 +0100 Subject: 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 --- vendor/modules.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'vendor/modules.txt') 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 -- cgit v1.2.3-54-g00ecf