summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-03-09 19:14:24 +0100
committerPaul Holzinger <pholzing@redhat.com>2022-03-09 20:02:10 +0100
commit30bf065c3ffc16214e820e8568387e4561b5f83a (patch)
tree386412f3f34007509ff7db71e316f539eabc85a8 /go.mod
parent418ab2e5e154cb0df13f2e901cf4aea31a5cd0a9 (diff)
downloadpodman-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 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f81a604be..01672385e 100644
--- a/go.mod
+++ b/go.mod
@@ -61,7 +61,7 @@ require (
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/ulikunitz/xz v0.5.10
- github.com/vbauerster/mpb/v6 v6.0.4
+ github.com/vbauerster/mpb/v7 v7.3.2
github.com/vishvananda/netlink v1.1.1-0.20220115184804-dd687eb2f2d4
go.etcd.io/bbolt v1.3.6
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce