...

Text file src/github.com/rivo/tview/go.mod

Documentation: github.com/rivo/tview

     1module github.com/rivo/tview
     2
     3go 1.18
     4
     5require (
     6	github.com/gdamore/tcell/v2 v2.6.0
     7	github.com/lucasb-eyer/go-colorful v1.2.0
     8	github.com/mattn/go-runewidth v0.0.14
     9	github.com/rivo/uniseg v0.4.3
    10)
    11
    12require (
    13	github.com/gdamore/encoding v1.0.0 // indirect
    14	golang.org/x/sys v0.5.0 // indirect
    15	golang.org/x/term v0.5.0 // indirect
    16	golang.org/x/text v0.7.0 // indirect
    17)

View as plain text