forked from charmbracelet/bubbletea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 837 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/charmbracelet/bubbletea/v2
go 1.23.0
toolchain go1.23.7
require (
github.com/charmbracelet/colorprofile v0.3.1
github.com/charmbracelet/x/ansi v0.8.0
github.com/charmbracelet/x/cellbuf v0.0.13
github.com/charmbracelet/x/exp/golden v0.0.0-20241212170349-ad4b7ae0f25f
github.com/charmbracelet/x/input v0.3.5-0.20250424101541-abb4d9a9b197
github.com/charmbracelet/x/term v0.2.1
github.com/muesli/cancelreader v0.2.2
golang.org/x/sync v0.13.0
golang.org/x/sys v0.32.0
)
require (
github.com/aymanbagabas/go-udiff v0.2.0 // indirect
github.com/charmbracelet/x/windows v0.2.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
)