lipgloss/go.mod
Michael Lorant d0be07ea6b
chore(deps): Upgrade dependencies (#279)
Upgrade dependencies to latest stable versions.

As part of this dependency upgrade, the `term` package is being updated
to include an important fix for wrapping strings containing ANSI codes.
See charmbracelet/x/issues/58 for more details.

Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
2024-04-13 13:28:30 -04:00

20 lines
538 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-20240408110044-525ba71bb562
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.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
golang.org/x/sys v0.19.0 // indirect
)