ted/go.mod
Leon Mika 9267fc92a7 A few minor feature
Added automatic resizing of the columns when loading a model
Added colouring of the currently search for cell
2024-09-24 12:45:22 +10:00

22 lines
630 B
Modula-2

module github.com/lmika/ted
go 1.22
require (
github.com/gdamore/tcell v1.4.0
github.com/lmika/shellwords v0.0.0-20140714114018-ce258dd729fe
github.com/stretchr/testify v1.7.5
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)