mattn / go-runewidth

wcwidth for golang
MIT License
609 stars 94 forks source link

Conflict with rivo/uniseg #71

Open bldulam1 opened 1 year ago

bldulam1 commented 1 year ago

I am trying to install go fiber 2.40.0 using gov1.15. I encountered an error saying something like:

github.com/mattn/go-runewidth@0.0.14/runewidth.go:7:2: found packages uniseg(doc.go) and main (gen_breaktest.go) in ...

Has anyone else ever encountered this before?

servusdei2018 commented 11 months ago

@bldulam1 uniseg requires Go 1.18 or later: https://github.com/rivo/uniseg/blob/master/go.mod#L3