mirror of
https://github.com/docker/cli.git
synced 2026-09-25 17:02:07 -04:00
Fix problems with wrapped errors in logrus
This vendors a fork of logrus with fixes to deal with errors generated by the github.com/pkg/errors package. Without these fixes, the errors are mishandled when passed to WithError: - When printing to a terminal (colors enabled), stack traces are included in the error fields on a log line. - When printing to a file (or with colors disabled), the error value is missing entirely. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Upstream-commit: 738131faae42760957abdaa5a64648ed481eee71 Component: engine
This commit is contained in:
@@ -50,7 +50,7 @@ esac
|
||||
clone git github.com/Azure/go-ansiterm 388960b655244e76e24c75f48631564eaefade62
|
||||
clone git github.com/Microsoft/hcsshim v0.5.1
|
||||
clone git github.com/Microsoft/go-winio v0.3.5
|
||||
clone git github.com/Sirupsen/logrus v0.10.0 # logrus is a common dependency among multiple deps
|
||||
clone git github.com/Sirupsen/logrus f76d643702a30fbffecdfe50831e11881c96ceb3 https://github.com/aaronlehmann/logrus
|
||||
clone git github.com/docker/libtrust 9cbd2a1374f46905c68a4eb3694a130610adc62a
|
||||
clone git github.com/go-check/check 4ed411733c5785b40214c70bce814c3a3a689609 https://github.com/cpuguy83/check.git
|
||||
clone git github.com/gorilla/context v1.1
|
||||
|
||||
Reference in New Issue
Block a user