summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2020-10-18 16:37:46 +0200
committerHubert Hirtz <hubert@hirtz.pm>2020-10-18 16:37:46 +0200
commitc9dc688f401d4d549a3776947fbc7e3d44b8c499 (patch)
tree70661ecb9b030c64fd9607f473f06fd476b4b564 /go.mod
parentUpdate screenshot URL (diff)
Update tcell to v2 and
- enable bracketed paste - use hex color codes instead of ansi
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 1ae8dbd..c3dca9c 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 v1.4.0
+ github.com/gdamore/tcell/v2 v2.0.0
github.com/mattn/go-runewidth v0.0.7
gopkg.in/yaml.v2 v2.3.0
)