vendor: revendor

This commit is contained in:
Eric Stroczynski
2017-07-25 13:49:34 -07:00
parent 4a88d0641a
commit d9778fda4a
22 changed files with 319 additions and 178 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