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 | be8ef9217ff95dd3dfb756be1e1876ee5afc0423 (patch) | |
tree | 1fd66e3e9cf65855249dd1b8688b332bb81343c8 /go.mod | |
parent | gojump (diff) | |
download | hardflip-be8ef9217ff95dd3dfb756be1e1876ee5afc0423.tar.gz hardflip-be8ef9217ff95dd3dfb756be1e1876ee5afc0423.tar.bz2 hardflip-be8ef9217ff95dd3dfb756be1e1876ee5afc0423.tar.xz hardflip-be8ef9217ff95dd3dfb756be1e1876ee5afc0423.tar.zst hardflip-be8ef9217ff95dd3dfb756be1e1876ee5afc0423.zip |
cool ui
Diffstat (limited to '')
-rw-r--r-- | go.mod | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -2,4 +2,17 @@ module hf go 1.18 -require gopkg.in/yaml.v3 v3.0.1 +require ( + github.com/gdamore/tcell/v2 v2.7.0 + gopkg.in/yaml.v3 v3.0.1 +) + +require ( + github.com/gdamore/encoding v1.0.0 // indirect + github.com/lucasb-eyer/go-colorful v1.2.0 // indirect + 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 +) |