Make dependencies direct and upgrade go-runewidth
This commit is contained in:
6
go.mod
6
go.mod
@@ -4,7 +4,7 @@ go 1.12
|
||||
|
||||
require (
|
||||
github.com/gdamore/tcell/v2 v2.2.0
|
||||
github.com/mattn/go-runewidth v0.0.10 // indirect
|
||||
github.com/zyedidia/clipboard v1.0.3 // indirect
|
||||
github.com/zyedidia/rope v0.0.0-20210117014038-fa241571635a // indirect
|
||||
github.com/mattn/go-runewidth v0.0.12
|
||||
github.com/zyedidia/clipboard v1.0.3
|
||||
github.com/zyedidia/rope v0.0.0-20210117014038-fa241571635a
|
||||
)
|
||||
|
Reference in New Issue
Block a user