1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Bump a bunch of dependencies to more recent versions

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-07-26 14:20:34 +02:00
parent 9149ef67be
commit b0d108aa6b
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3
223 changed files with 35586 additions and 8334 deletions

View file

@ -0,0 +1,11 @@
// +build appengine gopherjs
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}