We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Fixed with #183
Sorry, something went wrong.
jpittis
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: