2020-05-25 19:26:40 -04:00
|
|
|
module github.com/charmbracelet/bubbletea
|
2020-01-10 16:02:04 -05:00
|
|
|
|
2023-02-23 11:29:25 -05:00
|
|
|
go 1.17
|
2020-01-10 16:02:04 -05:00
|
|
|
|
2020-01-20 13:35:03 -05:00
|
|
|
require (
|
2022-08-19 12:25:22 -04:00
|
|
|
github.com/mattn/go-localereader v0.0.1
|
2021-10-18 05:40:08 -04:00
|
|
|
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
|
2022-07-21 09:02:18 -04:00
|
|
|
github.com/muesli/cancelreader v0.2.2
|
2021-10-28 09:23:54 -04:00
|
|
|
github.com/muesli/reflow v0.3.0
|
2023-06-28 10:40:08 -04:00
|
|
|
github.com/muesli/termenv v0.15.2
|
2024-01-09 17:16:42 -05:00
|
|
|
golang.org/x/sync v0.5.0
|
2024-01-09 17:20:23 -05:00
|
|
|
golang.org/x/sys v0.9.0
|
2024-01-09 17:16:42 -05:00
|
|
|
golang.org/x/term v0.9.0
|
2023-02-23 11:29:25 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-04-04 07:04:19 -04:00
|
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
2023-02-23 11:29:25 -05:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2024-01-09 17:20:23 -05:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2023-02-23 11:29:25 -05:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
golang.org/x/text v0.3.8 // indirect
|
2020-01-20 13:35:03 -05:00
|
|
|
)
|