lipgloss/go.mod

21 lines
571 B
Modula-2
Raw Normal View History

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 (
2023-03-08 20:14:19 +03:00
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
2024-02-13 18:09:58 +03:00
github.com/mattn/go-runewidth v0.0.15 // indirect
golang.org/x/sys v0.18.0 // indirect
)