summaryrefslogtreecommitdiff
path: root/vendor/github.com/vbauerster/mpb/v6/cwriter/util_bsd.go
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 /vendor/github.com/vbauerster/mpb/v6/cwriter/util_bsd.go
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 'vendor/github.com/vbauerster/mpb/v6/cwriter/util_bsd.go')
-rw-r--r--vendor/github.com/vbauerster/mpb/v6/cwriter/util_bsd.go7
1 files changed, 0 insertions, 7 deletions
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