-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
36 lines (33 loc) · 1.15 KB
/
go.mod
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
31
32
33
34
35
36
module github.com/gvcgo/asciinema
go 1.22.1
require (
github.com/creack/pty v1.1.15
github.com/creack/termios v0.0.0-20160714173321-88d0029e36a1
github.com/gvcgo/asciinema-edit v0.0.1
github.com/gvcgo/goutils v0.8.9
github.com/olivere/ndjson v0.1.3
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.0
golang.org/x/net v0.20.0
golang.org/x/sys v0.16.0
golang.org/x/term v0.16.0
golang.org/x/text v0.14.0
gopkg.in/gcfg.v1 v1.2.3
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v0.8.0 // indirect
github.com/gogf/gf/v2 v2.6.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.opentelemetry.io/otel v1.15.1 // indirect
go.opentelemetry.io/otel/trace v1.15.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)