diff --git a/go.mod b/go.mod index 21d7f1ee..1c7aa38b 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/charmbracelet/lipgloss retract v0.7.0 // v0.7.0 introduces a bug that causes some apps to freeze. +retract v0.11.1 // v0.11.1 uses a broken version of x/ansi StringWidth that causes some liens to wrap incorrectly. + go 1.18 require (