vendor: update dependencies with github.com/kardianos/govendor
This commit is contained in:
9
vendor/github.com/mattn/go-isatty/isatty_not_windows.go
generated
vendored
Normal file
9
vendor/github.com/mattn/go-isatty/isatty_not_windows.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
// +build !windows appengine
|
||||
|
||||
package isatty
|
||||
|
||||
// IsCygwinTerminal() return true if the file descriptor is a cygwin or msys2
|
||||
// terminal. This is also always false on this environment.
|
||||
func IsCygwinTerminal(fd uintptr) bool {
|
||||
return false
|
||||
}
|
Reference in New Issue
Block a user