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

Go get failed due to incorrect dependency name: Sirupsen #3793

Open
brachipa opened this issue Jun 23, 2020 · 1 comment
Open

Go get failed due to incorrect dependency name: Sirupsen #3793

brachipa opened this issue Jun 23, 2020 · 1 comment

Comments

@brachipa
Copy link

go get github.com/control-center/serviced/dfs/nfs
go: finding github.com/control-center/serviced latest
go: finding github.com/zenoss/glog latest
go: finding github.com/zenoss/logri latest
go: github.com/control-center/serviced/dfs/nfs imports
github.com/control-center/serviced/logging 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

need to change sirupsen to be Sirupsen sirupsen/logrus#1041

@ddghgf
Copy link

ddghgf commented Nov 23, 2023

i try to change sirupsen to be Sirupsen . The error will become :
module declares its path as: github.com/Sirupsen/log rus
but was required as: github.com/sirupsen/logrus

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