aboutsummaryrefslogtreecommitdiffstats
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 01c0257..a68dd53 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.18
require (
github.com/gdamore/tcell/v2 v2.7.0
+ golang.org/x/term v0.15.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -13,6 +14,5 @@ require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
golang.org/x/sys v0.15.0 // indirect
- golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)