-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
old /x/sys package produces error while compiling #52
Comments
As far as I can see, it's not depend on go-isatty. It's possible to reproduce without go-isatty. |
2 similar comments
As far as I can see, it's not depend on go-isatty. It's possible to reproduce without go-isatty. |
As far as I can see, it's not depend on go-isatty. It's possible to reproduce without go-isatty. |
The problem is, what my service is using a gin package which has depends on isatty. I tried to automate creating docker containers and get this error. Anyway, i think it's a problem, what your library isn't using latest /x/sys package |
go get -u all go mod tidy Fixes mattn#52
Description
I was trying to use docker cli by fsouza in my project but it produces an error when i compile it.
golang/go#34610
How to reproduce
Expectations
Actual result
Environment
The text was updated successfully, but these errors were encountered: