You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In go.mod, there is
github.com/rivo/uniseg v0.4.3 // indirect, which breaks specified go versiongo 1.13.There's no need to require it since
github.com/mattn/go-runewidth v0.0.14already usesgithub.com/rivo/uniseg v0.2.0with the right version.