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