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/github.com/vbauerster/mpb/v6/cwriter/util_solaris.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 vendor/github.com/vbauerster/mpb/v6/cwriter/util_solaris.go (limited to 'vendor/github.com/vbauerster/mpb/v6/cwriter/util_solaris.go') diff --git a/vendor/github.com/vbauerster/mpb/v6/cwriter/util_solaris.go b/vendor/github.com/vbauerster/mpb/v6/cwriter/util_solaris.go deleted file mode 100644 index 4b29ff5c0..000000000 --- a/vendor/github.com/vbauerster/mpb/v6/cwriter/util_solaris.go +++ /dev/null @@ -1,7 +0,0 @@ -// +build solaris - -package cwriter - -import "golang.org/x/sys/unix" - -const ioctlReadTermios = unix.TCGETA -- cgit v1.2.3-54-g00ecf