mirror of
https://github.com/containers/skopeo.git
synced 2025-09-24 11:26:59 +00:00
Manually update buildah to v1.13.1
Should help with #791. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
committed by
Valentin Rothberg
parent
4489ddd8a5
commit
7cbb8ad3ba
10
vendor/github.com/mattn/go-isatty/isatty_others.go
generated
vendored
10
vendor/github.com/mattn/go-isatty/isatty_others.go
generated
vendored
@@ -1,10 +0,0 @@
|
||||
// +build !windows
|
||||
// +build !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