-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
use of internal package github.com/sirupsen/logrus/internal/terminal not allowed #933
Comments
Same issue. |
It's kind of unexpected. |
I merged #935 for the time being, just so users aren't blocked, but let's keep this one open to figure out why. |
I’ll be able to get full details when I get back home. |
@artagel you may want to use dep https://golang.github.io/dep/ for managaing your project dependencies. |
Yeah, I think this is an issue golang needs to solve better. Dep is being abandoned as far as I've read, and they are trying to put out something new. |
@pacmessica or @artagel can you provide more feedback on how to reproduce the issue ? because our temporary forces us to expose an API we do not want to make public. |
Sure, The problem seems to be the use of the word internal in your import. |
Well... usage of internal was intentional. At this point we can as well put it under main directory and get rid of exported IsTerminal altogether. @artagel Also... It became a lowercase |
@tandr |
thanks @artagel for your feedback. |
the package has been removed and associated functions moved as private one in #943 |
breaking change was introduced yesterday. I see the following error on all my builds:
The text was updated successfully, but these errors were encountered: