diff -r db4911b0c721 -r 445e01aede7e vendor/github.com/mattn/go-isatty/isatty_bsd.go --- a/vendor/github.com/mattn/go-isatty/isatty_bsd.go Tue Aug 23 22:33:28 2022 +0200 +++ b/vendor/github.com/mattn/go-isatty/isatty_bsd.go Tue Aug 23 22:39:43 2022 +0200 @@ -1,3 +1,4 @@ +//go:build (darwin || freebsd || openbsd || netbsd || dragonfly) && !appengine // +build darwin freebsd openbsd netbsd dragonfly // +build !appengine