summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2020-11-29 12:27:52 +0100
committerHubert Hirtz <hubert@hirtz.pm>2020-11-29 12:58:10 +0100
commitc79110642bc0f7accd8ec312ef03535e60256ed1 (patch)
tree6ec42b78bdee45caaea318f5587f7f57ddb3700b /go.mod
parentDon't forward outdated typing timeouts (diff)
Make cmd/test usable
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index c3dca9c..55237a8 100644
--- a/go.mod
+++ b/go.mod
@@ -5,5 +5,6 @@ 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
gopkg.in/yaml.v2 v2.3.0
)