update golang.org/x/crypto module to latest release

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-06-24 01:31:13 +00:00
parent fe4ba178a7
commit 7832ec338d
95 changed files with 5067 additions and 15076 deletions

10
vendor/golang.org/x/term/term_unix_linux.go generated vendored Normal file
View File

@@ -0,0 +1,10 @@
// 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