From 8ed9ced09964a0f70ffcadd0aa8d25c7bc339352 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 25 Oct 2023 14:40:11 +0200 Subject: bump all dependencies to their latest versions --- vendor/golang.org/x/term/term_unix_aix.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 vendor/golang.org/x/term/term_unix_aix.go (limited to 'vendor/golang.org/x/term/term_unix_aix.go') diff --git a/vendor/golang.org/x/term/term_unix_aix.go b/vendor/golang.org/x/term/term_unix_aix.go deleted file mode 100644 index 2d5efd2..0000000 --- a/vendor/golang.org/x/term/term_unix_aix.go +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright 2019 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. - -package term - -import "golang.org/x/sys/unix" - -const ioctlReadTermios = unix.TCGETS -const ioctlWriteTermios = unix.TCSETS -- cgit v1.3.1