vendor: sirupsen/logrus v1.6.0#40873
Conversation
There was a problem hiding this comment.
FYI: Highlighting this one (sirupsen/logrus@4ecd9a6)
|
Interesting; why is vendor-check failing? |
|
Oooh, looks like it's getting confused because we both have If you vendor the one without |
|
Trying a full vendor locally gives me; So looks like it may be a race condition |
|
Outside of vendoring issues, of course. |
|
Just pushed a PR to swap the order of the dependencies (#40875), and rebased this one to include that change (to verify) I'll open a PR in |
|
PR in vndr is also up; LK4D4/vndr#91 |
|
They just released v1.6.0, which fixes some regressions in v1.5.0; let me update this PR |
full diff: sirupsen/logrus@v1.4.2...v1.6.0 - Ability to DisableHTMLEscape when using the JSON formatter - Support/fixes for go 1.14 - Many many bugfixes - Add flag to disable quotes in TextFormatter Signed-off-by: Sebastiaan van Stijn <[email protected]>
|
Updated to v1.6.0 |
full diff: sirupsen/logrus@v1.4.2...v1.6.0
relates to #40353