From f2260228a7fc904e64a36c390e1883a58a0eb582 Mon Sep 17 00:00:00 2001 From: Aaron Lehmann Date: Thu, 5 Jan 2017 14:19:08 -0800 Subject: [PATCH] vendor: Unfork logrus dependency Vendor the latest official logrus release instead of a custom fork (which now happens to be identical to the fork). Signed-off-by: Aaron Lehmann (cherry picked from commit 11df2db538fbc7a6181c591b6ec47db9f96a87e4) Signed-off-by: Victor Vieux --- vendor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor.conf b/vendor.conf index 09a6715458..1bb642a063 100644 --- a/vendor.conf +++ b/vendor.conf @@ -2,7 +2,7 @@ github.com/Azure/go-ansiterm 388960b655244e76e24c75f48631564eaefade62 github.com/Microsoft/hcsshim v0.5.9 github.com/Microsoft/go-winio v0.3.7 -github.com/Sirupsen/logrus f76d643702a30fbffecdfe50831e11881c96ceb3 https://github.com/aaronlehmann/logrus +github.com/Sirupsen/logrus v0.11.0 github.com/davecgh/go-spew 6d212800a42e8ab5c146b8ace3490ee17e5225f9 github.com/docker/libtrust 9cbd2a1374f46905c68a4eb3694a130610adc62a github.com/go-check/check 4ed411733c5785b40214c70bce814c3a3a689609 https://github.com/cpuguy83/check.git