lipgloss/go.mod
Christian Muehlhaeuser 681d473622 test: add Style tests
2022-09-30 05:14:18 +02:00

11 lines
266 B
Modula-2

module github.com/charmbracelet/lipgloss
go 1.15
require (
github.com/mattn/go-runewidth v0.0.13
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0
github.com/stretchr/testify v1.7.1
)