Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logrus import #179

Closed
domano opened this issue May 19, 2017 · 1 comment
Closed

Fix logrus import #179

domano opened this issue May 19, 2017 · 1 comment
Assignees

Comments

@domano
Copy link

domano commented May 19, 2017

The upper case import github.com/Sirupsen/logrus is breaking builds at our project.

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

It should be changed to the lowercase import "github.com/sirupsen/logrus"

Not doing a Merge Request because i do not know about other dependencies in your projects.

Does it build for you with the current master of logrus?

@jpittis jpittis self-assigned this May 23, 2017
@jpittis
Copy link
Contributor

jpittis commented Jun 11, 2017

Fixed with #183

@jpittis jpittis closed this as completed Jun 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants