update to github.com/sirupsen/logrus v1.0.0

Signed-off-by: Andrew Pennebaker <apennebaker@datapipe.com>
This commit is contained in:
Andrew Pennebaker
2017-07-06 16:42:09 -05:00
committed by Derek McGowan
parent dd7642fc1c
commit 1d2a079f08
62 changed files with 2001 additions and 235 deletions

14
vendor/github.com/sirupsen/logrus/terminal_linux.go generated vendored Normal file
View File

@@ -0,0 +1,14 @@
// 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.
// +build !appengine
package logrus
import "syscall"
const ioctlReadTermios = syscall.TCGETS
type Termios syscall.Termios