From dc9dfb76ff9375e6368e9e05a40e6dc07b325a8d Mon Sep 17 00:00:00 2001 From: Gibheer Date: Tue, 8 Nov 2022 17:04:09 +0100 Subject: update dependencies --- vendor/golang.org/x/term/term_unix_other.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/golang.org/x/term/term_unix_other.go (limited to 'vendor/golang.org/x/term/term_unix_other.go') diff --git a/vendor/golang.org/x/term/term_unix_other.go b/vendor/golang.org/x/term/term_unix_other.go new file mode 100644 index 0000000..1e8955c --- /dev/null +++ b/vendor/golang.org/x/term/term_unix_other.go @@ -0,0 +1,13 @@ +// Copyright 2021 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +//go:build aix || linux || solaris || zos +// +build aix linux solaris zos + +package term + +import "golang.org/x/sys/unix" + +const ioctlReadTermios = unix.TCGETS +const ioctlWriteTermios = unix.TCSETS -- cgit v1.2.3-70-g09d2