Bump logrus to fix Solaris build. (#1373)

Bump to github.com/sirupsen/logrus@v1.4.2.

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie 2019-06-12 20:46:26 +02:00 committed by GitHub
commit 0759c0ac01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
90 changed files with 1943 additions and 535 deletions

View file

@ -1,3 +1,5 @@
# 1.4.2
* Fixes build break for plan9, nacl, solaris
# 1.4.1
This new release introduces:
* Enhance TextFormatter to not print caller information when they are empty (#944)