forked from x-motemen/ghq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 932 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.20
require (
github.com/Songmu/gitconfig v0.2.0
github.com/mattn/go-isatty v0.0.18
github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a
github.com/saracen/walker v0.1.3
github.com/urfave/cli/v2 v2.25.1
golang.org/x/net v0.9.0
golang.org/x/sync v0.1.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.2 // indirect
github.com/daviddengcn/go-colortext v1.0.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/goccy/go-yaml v1.11.0 // 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-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)