Migrate Godeps/_workspace/ to vendor/

This commit is contained in:
Ross Cadogan 2016-10-13 18:07:46 +01:00
parent b3d83f99fe
commit 936928f7f0
46 changed files with 6324 additions and 23 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