From 69e327378f16a6abccc74191b44d22eee8032abb Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 15 Sep 2021 15:46:26 -0400 Subject: Bump to Buildah v1.23.0 Signed-off-by: Matthew Heon --- vendor/golang.org/x/term/term_unix.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vendor/golang.org/x/term/term_unix.go') 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 -- cgit v1.2.3-54-g00ecf