termdash/go.mod

13 lines
333 B
Modula-2
Raw Normal View History

2020-03-21 02:10:53 +08:00
module github.com/mum4k/termdash
2022-07-08 01:36:32 +08:00
go 1.17
2020-03-21 02:10:53 +08:00
require (
github.com/gdamore/tcell/v2 v2.5.1
2020-03-21 02:10:53 +08:00
github.com/kylelemons/godebug v1.1.0
github.com/mattn/go-runewidth v0.0.13
2022-07-08 01:36:32 +08:00
github.com/nsf/termbox-go v1.1.1
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
2020-03-21 02:10:53 +08:00
)