lipgloss/go.mod
Ayman Bagabas 31ab45f810 feat: instantiate lipgloss renderers
* Use lipgloss instances instead of a singleton global instance
* Deprecate (s Style).Render & (s Style).String
* Deprecate the Stringer interface
* Update README and godocs
* Update example
2023-02-09 11:59:54 -05:00

10 lines
170 B
Modula-2

module github.com/charmbracelet/lipgloss
go 1.15
require (
github.com/mattn/go-runewidth v0.0.14
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.14.0
)