Update tcell

Ref #1447
This commit is contained in:
Zachary Yedidia
2020-01-01 18:24:39 -05:00
parent aadf5b40ec
commit 41fe7d090e
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/zyedidia/clipboard v0.0.0-20190823154308-241f98e9b197
github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
github.com/zyedidia/pty v2.0.0+incompatible // indirect
github.com/zyedidia/tcell v0.0.0-20200101225637-d4acd77a1e91
github.com/zyedidia/tcell v0.0.0-20200101232410-57510a71c0f8
github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
golang.org/x/text v0.3.2
gopkg.in/yaml.v2 v2.2.7