summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtzfr.eu>2020-08-26 14:52:07 +0200
committerHubert Hirtz <hubert@hirtzfr.eu>2020-08-26 17:53:40 +0200
commitdad549fb7408fb261ed05fe4984e7e556d565de7 (patch)
tree5f0d3c4daaf122a85ffcc10b816177a7898b2ad4 /go.mod
parentGeneral refactor yay (diff)
Update tcell and support italics
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index fa0fa37..1ae8dbd 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.3.0
- github.com/mattn/go-runewidth v0.0.9
+ github.com/gdamore/tcell v1.4.0
+ github.com/mattn/go-runewidth v0.0.7
gopkg.in/yaml.v2 v2.3.0
)