summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-04-27 09:37:06 +0200
committerHubert Hirtz <hubert@hirtz.pm>2021-04-27 09:37:06 +0200
commit70a74caefa7304ae97d8e2d02dbca33bf0b1b08a (patch)
treed30e45f7cffda660a2531accfaaf32077dba31a7 /go.mod
parentcmd/test: load useTLS from the config (diff)
deps: update tcell and runewidth
Diffstat (limited to 'go.mod')
-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
)