update vendor

This commit is contained in:
Lei Xue
2018-10-31 11:18:18 +08:00
parent ff9541bc1d
commit 567c697499
474 changed files with 190015 additions and 14012 deletions

12
vendor/github.com/Sirupsen/logrus/terminal_linux.go generated vendored Normal file
View File

@@ -0,0 +1,12 @@
// Based on ssh/terminal:
// Copyright 2013 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 logrus
import "syscall"
const ioctlReadTermios = syscall.TCGETS
type Termios syscall.Termios