summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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 be5bbf0..2676156 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.1
+ github.com/gdamore/tcell/v2 v2.2.0
github.com/mattn/go-runewidth v0.0.10
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
gopkg.in/yaml.v2 v2.3.0