summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-07-11 12:20:49 +0200
committerHubert Hirtz <hubert@hirtz.pm>2021-07-11 12:20:49 +0200
commitf2be0b9d813d2ff544f85d7729c5bc1ae64cfbe2 (patch)
treed67e89742564f680396aec744c01f8de4f3cf423 /go.mod
parentFix senpai(5) formatting (diff)
Update tcell
Pull in foot support
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 e8e514d..6fa2d6d 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.3.1
+ github.com/gdamore/tcell/v2 v2.3.11
github.com/mattn/go-runewidth v0.0.10
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
gopkg.in/yaml.v2 v2.3.0