From 4b3897f911bbd783150bc0cedbaa6698528c811c Mon Sep 17 00:00:00 2001 From: jypelle <52546084+jypelle@users.noreply.github.com> Date: Sat, 26 Sep 2020 14:23:30 +0200 Subject: [PATCH] Bump tcell version to 1.4.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dc774082..e01fda9b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/rivo/tview go 1.12 require ( - github.com/gdamore/tcell v1.3.0 + github.com/gdamore/tcell v1.4.0 github.com/lucasb-eyer/go-colorful v1.0.3 github.com/mattn/go-runewidth v0.0.9 github.com/rivo/uniseg v0.1.0