-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (33 loc) · 1.26 KB
/
go.mod
File metadata and controls
37 lines (33 loc) · 1.26 KB
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
37
module h2
go 1.24.4
require (
github.com/creack/pty v1.1.24
github.com/dcosson/destructive-command-guard-go v0.2.3
github.com/gofrs/flock v0.13.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.6.0
github.com/mattn/go-isatty v0.0.18
github.com/muesli/termenv v0.15.1
github.com/spf13/cobra v1.10.2
github.com/teambition/rrule-go v1.8.2
github.com/vito/midterm v0.2.3
golang.org/x/term v0.39.0
gopkg.in/yaml.v3 v3.0.1
)
replace github.com/vito/midterm v0.2.3 => github.com/dcosson/midterm v0.2.4-0.20260502031638-70fe331f9b4e
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/danielgatis/go-ansicode v1.0.7 // indirect
github.com/danielgatis/go-iterator v0.0.1 // indirect
github.com/danielgatis/go-utf8 v1.0.0 // indirect
github.com/danielgatis/go-vte v1.0.8 // indirect
github.com/dcosson/treesitter-go v0.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.40.0 // indirect
)