aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/term
diff options
context:
space:
mode:
authorborman <borman@yandex-team.com>2023-12-06 20:43:18 +0300
committerborman <borman@yandex-team.com>2023-12-06 23:34:56 +0300
commitb2c749509aee1b26713f88e93aa7c7f7059e31e0 (patch)
tree4d4f282facc7edf966875d5aaa2b1f5e13d45469 /vendor/golang.org/x/term
parent3e3eea42c85e3088ac4032e9056f7bd838a50ab4 (diff)
downloadydb-b2c749509aee1b26713f88e93aa7c7f7059e31e0.tar.gz
Update golang.org/x/* deps for import
Diffstat (limited to 'vendor/golang.org/x/term')
-rw-r--r--vendor/golang.org/x/term/term_unix.go1
-rw-r--r--vendor/golang.org/x/term/term_unix_bsd.go1
-rw-r--r--vendor/golang.org/x/term/term_unix_other.go1
3 files changed, 0 insertions, 3 deletions
diff --git a/vendor/golang.org/x/term/term_unix.go b/vendor/golang.org/x/term/term_unix.go
index 62c2b3f41f..1ad0ddfe30 100644
--- a/vendor/golang.org/x/term/term_unix.go
+++ b/vendor/golang.org/x/term/term_unix.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris zos
package term
diff --git a/vendor/golang.org/x/term/term_unix_bsd.go b/vendor/golang.org/x/term/term_unix_bsd.go
index 853b3d6986..9dbf546298 100644
--- a/vendor/golang.org/x/term/term_unix_bsd.go
+++ b/vendor/golang.org/x/term/term_unix_bsd.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build darwin || dragonfly || freebsd || netbsd || openbsd
-// +build darwin dragonfly freebsd netbsd openbsd
package term
diff --git a/vendor/golang.org/x/term/term_unix_other.go b/vendor/golang.org/x/term/term_unix_other.go
index 1e8955c934..1b36de799a 100644
--- a/vendor/golang.org/x/term/term_unix_other.go
+++ b/vendor/golang.org/x/term/term_unix_other.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build aix || linux || solaris || zos
-// +build aix linux solaris zos
package term