Make dependencies direct and upgrade go-runewidth

This commit is contained in:
Luke Wilson
2021-04-13 11:22:52 -05:00
parent faa9c2c410
commit 1dbba289c8
2 changed files with 5 additions and 3 deletions

6
go.mod
View File

@@ -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
)