Index: golang-github-mattn-go-isatty-0.0.16/isatty_bsd.go
===================================================================
--- golang-github-mattn-go-isatty-0.0.16.orig/isatty_bsd.go
+++ golang-github-mattn-go-isatty-0.0.16/isatty_bsd.go
@@ -1,5 +1,5 @@
-//go:build (darwin || freebsd || openbsd || netbsd || dragonfly) && !appengine
-// +build darwin freebsd openbsd netbsd dragonfly
+//go:build (darwin || freebsd || openbsd || netbsd || dragonfly || hurd) && !appengine
+// +build darwin freebsd openbsd netbsd dragonfly hurd
 // +build !appengine
 
 package isatty
