Closed pmundt closed 5 years ago
@danielgtaylor do you have any ETA for this?
@pmundt I think this can be fixed by using the version before that PR was introduced. by using go modules and locking the vendor directory. It will also prevent this from happening in the future with other dependencies. ?
With more recent versions of the zerolog package, LevelWidth has been removed, and so this no longer builds:
More specifically, this was broken by the recent rewriting of the zerolog.ConsoleWriter interface.