kinecosystem / go

Kin's public monorepo of go code
https://kin.org/developers
Other
4 stars 3 forks source link

all: upgrade logrus to latest release (1.4.2) #53

Closed etchao closed 5 years ago

etchao commented 5 years ago

logrus changed the type of Hook.Entries in May 2018 (https://github.com/sirupsen/logrus/commit/070c81def33f6362a8267b6a4e56fb7bf23fc6b5), so projects using newer versions of logrus get incompatible type issues.

This is currently on a version of logrus that's over two years old, so it's probably time to upgrade. Stellar has already done so in stellar/go/pull/927 after the same issue was raised by their community multiple times.