go.mod: github.com/containerd/imgcrypt v1.1.1-0.20210412181126-0bed51b9522c

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-04-12 21:44:09 +02:00
parent 5dde642fda
commit ce116d4c59
71 changed files with 3775 additions and 1139 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