fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.24k stars 615 forks source link

Upgrade dependency versions #109

Closed tliron closed 4 years ago

tliron commented 4 years ago

Specifically important is the upgrade of github.com/mattn/go-isatty, because the older v0.0.3 was broken for WASM compilation.

I know you don't want to maintain this library anymore, but it's so useful! This is a small fix, I hope you can merge and release a new version of your library! Thank you!

fatih commented 4 years ago

Sounds good, let's do it :) Can you also call please go mod tidy and go mod vendor ? We vendor the dependencies and I want to make sure it's up-to-date.

tliron commented 4 years ago

Done!

fatih commented 4 years ago

Thank you @tliron

fatih commented 4 years ago

Cut a new release with these changes: https://github.com/fatih/color/releases/tag/v1.9.0