k9s/vendor/github.com/k8sland/tview/go.mod

10 lines
301 B
Modula-2

module github.com/k8sland/tview
require (
github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635 // indirect
github.com/gdamore/tcell v1.1.0
github.com/lucasb-eyer/go-colorful v0.0.0-20181028223441-12d3b2882a08
github.com/mattn/go-runewidth v0.0.3
golang.org/x/text v0.3.0 // indirect
)