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

For downstream projects using go modules breaks due to uppercase 'github.com/Sirupsen/logrus' #219

Closed
paha opened this issue Nov 20, 2018 · 2 comments

Comments

@paha
Copy link

paha commented Nov 20, 2018

For downstream projects using go modules fails due to uppercase reference at
https://github.com/kubernetes-sigs/controller-runtime/blob/master/Gopkg.lock#L72

Example output:

go: github.com/Sirupsen/[email protected]: parsing go.mod: unexpected module path "github.com/sirupsen/logrus"
go: error loading module requirements

re: golang/go#28489
re: golang/go#26208

@paha paha closed this as completed Nov 21, 2018
@siscia
Copy link

siscia commented Jan 24, 2019

@paha How was this solved?

@Setheck
Copy link

Setheck commented Mar 7, 2019

@siscia I was able to workaround with importing
github.com/Sirupsen/logrus v1.0.6
and adding the following exclusions to my go.mod

exclude github.com/Sirupsen/logrus v1.3.0
exclude github.com/Sirupsen/logrus v1.2.0
exclude github.com/Sirupsen/logrus v1.1.1
exclude github.com/Sirupsen/logrus v1.1.0

I'm guessing this is effectively rolling back to a version before the rename broke everything.

rodrigc pushed a commit to libopenstorage/openstorage that referenced this issue Mar 19, 2019
rodrigc pushed a commit to libopenstorage/openstorage that referenced this issue Mar 19, 2019
rodrigc pushed a commit to libopenstorage/openstorage that referenced this issue Mar 28, 2019
rodrigc pushed a commit to libopenstorage/openstorage that referenced this issue Mar 28, 2019
rodrigc pushed a commit to libopenstorage/openstorage that referenced this issue Mar 28, 2019
rodrigc pushed a commit to libopenstorage/openstorage that referenced this issue Apr 4, 2019
rodrigc pushed a commit to libopenstorage/openstorage that referenced this issue Apr 15, 2019
rodrigc pushed a commit to libopenstorage/openstorage that referenced this issue Sep 24, 2019
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

3 participants