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
All import statements of "github.com/Sirupsen/logrus" cause this error for us:
"github.com/Sirupsen/logrus"
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: