polds / logrus-papertrail-hook

Papertrail hook for Logrus - https://github.com/sirupsen/logrus
MIT License
12 stars 8 forks source link

logrus/Sirupsen Import #11

Closed Rossiar closed 6 years ago

Rossiar commented 6 years ago

All import statements of "github.com/Sirupsen/logrus" cause this error for us:

case-insensitive import collision: "github.com/sirupsen/logrus" and "github.com/Sirupsen/logrus"

The repository is called https://github.com/sirupsen/logrus not Sirupsen, not sure if the name changed or what, but I am going to PR to lowercase it.

undiabler commented 6 years ago

You are right. There was a big confusing problem with this renamings. There is already v3 tag with lowercase.

you can make PR with updates to master.

see #8