lipgloss/go.mod
Ayman Bagabas f16ea2bdcb feat(table): replace stripansi with ansi.Strip
Use term/ansi to strip out ANSI sequences
2024-03-25 09:03:15 -04:00

21 lines
571 B
Modula-2

module github.com/charmbracelet/lipgloss
retract v0.7.0 // v0.7.0 introduces a bug that causes some apps to freeze.
go 1.18
require (
github.com/charmbracelet/x/exp/term v0.0.0-20240315000626-435a7f02d93f
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.2
github.com/rivo/uniseg v0.4.7
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
golang.org/x/sys v0.18.0 // indirect
)