summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 55237a8..be5bbf0 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module git.sr.ht/~taiite/senpai
go 1.14
require (
- github.com/gdamore/tcell/v2 v2.0.0
- github.com/mattn/go-runewidth v0.0.7
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
+ github.com/gdamore/tcell/v2 v2.2.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
)