aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/term/term_unix.go
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-09-15 15:46:26 -0400
committerMatthew Heon <mheon@redhat.com>2021-09-16 11:00:05 -0400
commit69e327378f16a6abccc74191b44d22eee8032abb (patch)
tree7e1321d97907a4dcaae490a48b314442d2d5ce17 /vendor/golang.org/x/term/term_unix.go
parent331d4c5c78bacb559defcd981cf3fe653bedb4b2 (diff)
downloadpodman-69e327378f16a6abccc74191b44d22eee8032abb.tar.gz
podman-69e327378f16a6abccc74191b44d22eee8032abb.tar.bz2
podman-69e327378f16a6abccc74191b44d22eee8032abb.zip
Bump to Buildah v1.23.0
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'vendor/golang.org/x/term/term_unix.go')
-rw-r--r--vendor/golang.org/x/term/term_unix.go3
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 4c60e457d..a4e31ab1b 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