summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-05-17 11:31:53 +0200
committerHubert Hirtz <hubert@hirtz.pm>2021-05-17 11:31:53 +0200
commite906b7ec6f1d1caad4689048bdd865bcef80544d (patch)
treee4921123986b1f19613a844d5acc30f95527906b /go.mod
parentProperly show cursor on two-width characters (diff)
Update tcell to 2.3.1
https://github.com/gdamore/tcell/releases/tag/v2.3.0 https://github.com/gdamore/tcell/releases/tag/v2.3.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2676156..e8e514d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module git.sr.ht/~taiite/senpai
go 1.14
require (
- github.com/gdamore/tcell/v2 v2.2.0
+ github.com/gdamore/tcell/v2 v2.3.1
github.com/mattn/go-runewidth v0.0.10
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
gopkg.in/yaml.v2 v2.3.0