Files
bubbletea/go.mod
Christian Muehlhaeuser c29912c179 Enable ANSI compressor
With this change all ANSI output will be piped through an ANSI compressor that
eliminates redundant ANSI sequences. As such the compressor can be considered
"lossless".
2021-10-28 09:45:43 -04:00

14 lines
401 B
Modula-2

module github.com/charmbracelet/bubbletea
go 1.13
require (
github.com/containerd/console v1.0.2
github.com/mattn/go-isatty v0.0.12
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
github.com/muesli/termenv v0.8.1
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
)