Closed mason-jones-ck closed 3 years ago
I realized the root of this error is of course in the go-isatty
package, and found that there is an existing issue about this opened against it: https://github.com/mattn/go-isatty/issues/53
However, that issue is over a year old, so it may be necessary to find a replacement for go-isatty
to get this working...
Just to close the loop on this in case others encounter it: there was something out of sync, apparently, in the golang.org/x/sys package which go-isatty didn't like. I removed that package and re-fetched go-isatty and it worked (documented in that issue). Since this didn't have anything to do with wuzz specifically, I'll close this but at least it's here for posterity.
This is on a Mac, running
go version go1.14.3 darwin/amd64
. I did some searching and found a similar issue on another project (https://github.com/golang/go/issues/22688) and I tried rebuildinggolang.org/x/sys/unix
since it seemed to help some people there, but it didn't make a difference in this case.Any suggestions would be great -- thanks.