module github.com/mum4k/termdash go 1.17 require ( github.com/gdamore/tcell/v2 v2.5.1 github.com/kylelemons/godebug v1.1.0 github.com/mattn/go-runewidth v0.0.13 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 )