lipgloss/go.mod

11 lines
266 B
Modula-2
Raw Normal View History

module github.com/charmbracelet/lipgloss
go 1.15
require (
github.com/mattn/go-runewidth v0.0.14
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
2022-02-04 07:09:18 +03:00
github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0
github.com/stretchr/testify v1.8.0
)