chore: updates dependencies

This commit is contained in:
Chris Lane
2019-12-28 09:07:37 -05:00
parent 301cbefb0c
commit 326c54147b
47 changed files with 727 additions and 362 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
}