ted/go.mod
Leon Mika 5424a6b927 Allowed open-right to work on all columns
Previously it only worked on the right-most column.  Also bounded this command to "O" (this might change).
2022-07-01 16:15:54 +10:00

12 lines
289 B
Modula-2

module github.com/lmika/ted
go 1.15
require (
github.com/gdamore/tcell v1.4.0
github.com/lmika/shellwords v0.0.0-20140714114018-ce258dd729fe
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/stretchr/testify v1.7.5 // indirect
)