加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
module github.com/mum4k/termdash
go 1.21
require (
github.com/gdamore/tcell/v2 v2.7.4
github.com/kylelemons/godebug v1.1.0
github.com/mattn/go-runewidth v0.0.15
github.com/nsf/termbox-go v1.1.1
)
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化