diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2022-11-08 17:04:09 +0100 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2022-11-08 17:04:09 +0100 |
commit | dc9dfb76ff9375e6368e9e05a40e6dc07b325a8d (patch) | |
tree | dc1dedb62230d9c5b225d890f970f8b8640caca6 /vendor/golang.org/x/term/term_unix.go | |
parent | fa05045d31c05c8928020f05f1d281901d983b2b (diff) |
update dependencies
Diffstat (limited to 'vendor/golang.org/x/term/term_unix.go')
-rw-r--r-- | vendor/golang.org/x/term/term_unix.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/golang.org/x/term/term_unix.go b/vendor/golang.org/x/term/term_unix.go index 4c60e45..a4e31ab 100644 --- a/vendor/golang.org/x/term/term_unix.go +++ b/vendor/golang.org/x/term/term_unix.go @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build aix darwin dragonfly freebsd linux netbsd openbsd zos +//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris zos package term |