mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
* convert locale string to utf-8 on Windows * update go.mod * revert go fmt ./... * fix(lint): use tabs in GoDoc example code Co-authored-by: Christian Rocha <christian@rocha.is>
17 lines
520 B
Modula-2
17 lines
520 B
Modula-2
module github.com/charmbracelet/bubbletea
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/containerd/console v1.0.3
|
|
github.com/mattn/go-isatty v0.0.16
|
|
github.com/mattn/go-localereader v0.0.1
|
|
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
|
|
github.com/muesli/cancelreader v0.2.2
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|