gocui/go.mod
Jesse Duffield 79ec199b8c Add ContainsColoredText method to View
Used for integration tests that need to assert on coloured text
2023-06-01 22:18:15 +10:00

12 lines
244 B
Modula-2

module github.com/jesseduffield/gocui
go 1.12
require (
github.com/gdamore/tcell/v2 v2.4.0
github.com/go-errors/errors v1.0.2
github.com/mattn/go-runewidth v0.0.10
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.8.0 // indirect
)