-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
@paha How was this solved? |
@siscia I was able to workaround with importing
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
rename See: kubernetes-sigs/controller-runtime#219 (comment) Signed-off-by: Craig Rodrigues <[email protected]>
rodrigc
pushed a commit
to libopenstorage/openstorage
that referenced
this issue
Mar 19, 2019
rename See: kubernetes-sigs/controller-runtime#219 (comment) Signed-off-by: Craig Rodrigues <[email protected]>
rodrigc
pushed a commit
to libopenstorage/openstorage
that referenced
this issue
Mar 28, 2019
rename See: kubernetes-sigs/controller-runtime#219 (comment) Signed-off-by: Craig Rodrigues <[email protected]>
rodrigc
pushed a commit
to libopenstorage/openstorage
that referenced
this issue
Mar 28, 2019
Recommended here: golang/go#26904 (comment) kubernetes-sigs/controller-runtime#219 (comment) Signed-off-by: Craig Rodrigues <[email protected]>
rodrigc
pushed a commit
to libopenstorage/openstorage
that referenced
this issue
Mar 28, 2019
Recommended here: golang/go#26904 (comment) kubernetes-sigs/controller-runtime#219 (comment) Signed-off-by: Craig Rodrigues <[email protected]>
rodrigc
pushed a commit
to libopenstorage/openstorage
that referenced
this issue
Apr 4, 2019
Recommended here: golang/go#26904 (comment) kubernetes-sigs/controller-runtime#219 (comment) Signed-off-by: Craig Rodrigues <[email protected]>
rodrigc
pushed a commit
to libopenstorage/openstorage
that referenced
this issue
Apr 15, 2019
Recommended here: golang/go#26904 (comment) kubernetes-sigs/controller-runtime#219 (comment) Signed-off-by: Craig Rodrigues <[email protected]>
rodrigc
pushed a commit
to libopenstorage/openstorage
that referenced
this issue
Sep 24, 2019
Recommended here: golang/go#26904 (comment) kubernetes-sigs/controller-runtime#219 (comment) Signed-off-by: Craig Rodrigues <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
re: golang/go#28489
re: golang/go#26208
The text was updated successfully, but these errors were encountered: