-
-
Notifications
You must be signed in to change notification settings - Fork 184
/
go.mod
28 lines (25 loc) · 894 Bytes
/
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
module github.com/x-motemen/ghq
go 1.23.3
require (
github.com/Songmu/gitconfig v0.2.0
github.com/mattn/go-isatty v0.0.20
github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a
github.com/saracen/walker v0.1.4
github.com/urfave/cli/v2 v2.27.5
golang.org/x/net v0.31.0
golang.org/x/sync v0.9.0
)
require (
github.com/cli/go-gh v1.2.1 // indirect
github.com/cli/safeexec v1.0.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/daviddengcn/go-colortext v1.0.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/goccy/go-yaml v1.13.6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)