progressbar
progressbar copied to clipboard
go version broken by `github.com/rivo/uniseg v0.4.3 // indirect `
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.
see also #135