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

Wrong casing #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Wrong casing #10

wants to merge 1 commit into from

Conversation

eivindam
Copy link

go get github.com/janeczku/go-ipset/ipset
go: github.com/janeczku/go-ipset/ipset imports
github.com/Sirupsen/logrus: github.com/Sirupsen/[email protected]: parsing go.mod:
module declares its path as: github.com/sirupsen/logrus
but was required as: github.com/Sirupsen/logrus

go get github.com/janeczku/go-ipset/ipset
go: github.com/janeczku/go-ipset/ipset imports
	github.com/Sirupsen/logrus: github.com/Sirupsen/[email protected]: parsing go.mod:
	module declares its path as: github.com/sirupsen/logrus
	        but was required as: github.com/Sirupsen/logrus
@eivindam
Copy link
Author

"Seeing weird case-sensitive problems? It's in the past been possible to import Logrus as both upper- and lower-case. Due to the Go package environment, this caused issues in the community and we needed a standard. Some environments experienced problems with the upper-case variant, so the lower-case was decided. Everything using logrus will need to use the lower-case: github.com/sirupsen/logrus. Any package that isn't, should be changed."

@eivindam
Copy link
Author

eivindam commented Apr 25, 2020

ok i see now that this is a dupe of #4 and that request is ancient, if your this lib is not updated anymore you should mention that i the README so people don't waste their time.

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

Successfully merging this pull request may close these issues.

None yet

1 participant