Fix logrus vendoring (capitalization of import path changed) (#178)

This commit is contained in:
Calle Pettersson
2018-03-25 10:01:15 +02:00
committed by GitHub
parent cede267565
commit 69c83b6a39
14 changed files with 0 additions and 0 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,!gopherjs
package logrus
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TCGETS
type Termios unix.Termios