-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (25 loc) · 872 Bytes
/
go.mod
File metadata and controls
30 lines (25 loc) · 872 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
28
29
30
module tty-blog
go 1.23.0
toolchain go1.24.5
replace github.com/chzyer/readline v1.5.0 => github.com/azurity/readline v1.5.2-0.20220726074959-bc5e96926eb6
require (
github.com/alecthomas/chroma v0.10.0
github.com/chzyer/readline v1.5.0
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-runewidth v0.0.16
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.2
github.com/yuin/goldmark v1.7.8
github.com/yuin/goldmark-emoji v1.0.5
golang.org/x/term v0.29.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/sys v0.31.0 // indirect
)