-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 854 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 854 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
27
module github.com/eugenioenko/ttt
go 1.25.0
require (
github.com/alecthomas/chroma/v2 v2.24.1
github.com/aymanbagabas/go-pty v0.2.3
github.com/clipperhouse/displaywidth v0.11.0
github.com/eugenioenko/vt10x v0.0.0-20260723044012-f8bf2a92fc22
github.com/fsnotify/fsnotify v1.10.1
github.com/gdamore/tcell/v3 v3.4.1
github.com/yuin/goldmark v1.8.2
github.com/yuin/gopher-lua v1.1.2
)
require (
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/creack/pty v1.1.24 // indirect
github.com/dlclark/regexp2 v1.12.0 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
github.com/u-root/u-root v0.16.0 // indirect
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/term v0.45.0 // indirect
golang.org/x/text v0.40.0 // indirect
)