update vendored dependencies

This commit is contained in:
Suraj Deshmukh
2016-12-16 18:04:46 +05:30
parent 4dd31da6e4
commit 10299eb5dc
134 changed files with 31993 additions and 3700 deletions
+8
View File
@@ -0,0 +1,8 @@
// +build appengine
package logrus
// IsTerminal returns true if stderr's file descriptor is a terminal.
func IsTerminal() bool {
return true
}