-
-
Notifications
You must be signed in to change notification settings - Fork 682
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 510 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (17 loc) · 510 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/rivo/tview
go 1.25.0
require (
github.com/fatih/color v1.19.0
github.com/gdamore/tcell/v2 v2.8.1
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-runewidth v0.0.16
github.com/rivo/uniseg v0.4.7
)
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)