peterh / liner

Pure Go line editor with history, inspired by linenoise
MIT License
1.04k stars 132 forks source link

Update github.com/mattn/go-runewidth to v0.0.9 #132

Closed frankbraun closed 4 years ago

frankbraun commented 4 years ago

It would be great to use the improvements from go-runewidth. All tests still run fine.

peterh commented 4 years ago

Nope, I'm not releasing a new version of liner every time another package releases a new minor version.

Feel free to use runewidth 0.0.9 (or 0.0.27, or whatever). You don't need to wait for liner to update your projects.

See https://blog.golang.org/using-go-modules#TOC_4. about indirect dependencies.

frankbraun commented 4 years ago

OK, thanks for the clarification. I somehow missed that I can update runewidth independently of you.

And many thanks for your awesome library!