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

Panic when used on go 1.17 #147

Closed
alekc opened this issue Sep 21, 2021 · 4 comments
Closed

Panic when used on go 1.17 #147

alekc opened this issue Sep 21, 2021 · 4 comments

Comments

@alekc
Copy link

alekc commented Sep 21, 2021

Hi, while using a terraform provider which list this project as one of it's dependencies I got a panic on the start of the process. After some digging turns out it's related to github.com/mattn/go-isatty v0.0.14

Dependabot has already bumped the version here but until there is a release it won't be fetched by the upstream.

Can you have a look?

@fatih
Copy link
Owner

fatih commented Sep 21, 2021

Hi @alekc

Can you show me the panic output please? Or a sample example that makes fatih/color panic?

Thank you

@alekc
Copy link
Author

alekc commented Sep 21, 2021

Probably better if I link directly the related PR mattn/go-isatty#66 , also golang/go#46645

@fatih
Copy link
Owner

fatih commented Sep 21, 2021

Thank you @alekc I'll take a look at it.

@fatih
Copy link
Owner

fatih commented Sep 21, 2021

It looks like go-isatty was already updated in go.mod, but I never released a new version.

I just released a new version, v1.13.0, which now includes the latest updates.

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