diff options
author | Joe <rbo@gmx.us> | 2023-12-18 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-18 20:20:20 +0100 |
commit | d73397da87e0d33ca9509e9120e6289d41e95499 (patch) | |
tree | 4a0b9f8e34fefaf9cab50e6f624699aaf2c27e60 /go.mod | |
parent | cool ui (diff) | |
download | hardflip-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |