summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/input/go.mod
blob: 36a9a92ab6ecfae99a3fb13027ec1af5a9fe2d0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/charmbracelet/x/input

go 1.23.0

require (
	github.com/charmbracelet/x/ansi v0.9.3
	github.com/charmbracelet/x/windows v0.2.1
	github.com/muesli/cancelreader v0.2.2
	github.com/rivo/uniseg v0.4.7
	github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
	golang.org/x/sys v0.33.0
)

require (
	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
	github.com/mattn/go-runewidth v0.0.16 // indirect
	golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
)