Update vendor/ (progress bar deps)

This commit is contained in:
Daniele Rondina
2020-11-20 18:16:49 +01:00
parent 60d5c9dfd5
commit 651ea17548
149 changed files with 8651 additions and 4362 deletions

View File

@@ -8,7 +8,7 @@ import (
// IsTerminal returns true if the given file descriptor is a terminal.
func IsTerminal(fd uintptr) bool {
path, err := syscall.Fd2path(fd)
path, err := syscall.Fd2path(int(fd))
if err != nil {
return false
}