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

go version broken by github.com/rivo/uniseg v0.4.3 // indirect #157

Open
DarthPestilane opened this issue Mar 14, 2023 · 1 comment
Open

Comments

@DarthPestilane
Copy link
Contributor

DarthPestilane commented Mar 14, 2023

In go.mod, there is github.com/rivo/uniseg v0.4.3 // indirect, which breaks specified go version go 1.13.
There's no need to require it since github.com/mattn/go-runewidth v0.0.14 already uses github.com/rivo/uniseg v0.2.0 with the right version.

@DarthPestilane DarthPestilane changed the title go mod go version broken go version broken by github.com/rivo/uniseg v0.4.3 // indirect Mar 14, 2023
@DarthPestilane
Copy link
Contributor Author

see also #135

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

1 participant