aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-18 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-18 20:20:20 +0100
commitd73397da87e0d33ca9509e9120e6289d41e95499 (patch)
tree4a0b9f8e34fefaf9cab50e6f624699aaf2c27e60 /go.mod
parentcool ui (diff)
downloadhardflip-d73397da87e0d33ca9509e9120e6289d41e95499.tar.gz
hardflip-d73397da87e0d33ca9509e9120e6289d41e95499.tar.bz2
hardflip-d73397da87e0d33ca9509e9120e6289d41e95499.tar.xz
hardflip-d73397da87e0d33ca9509e9120e6289d41e95499.tar.zst
hardflip-d73397da87e0d33ca9509e9120e6289d41e95499.zip
added LICENSE
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
)