x-motemen.ghq/go.mod
2022-05-06 16:51:00 +09:00

25 lines
818 B
Modula-2

module github.com/x-motemen/ghq
go 1.18
require (
github.com/Songmu/gitconfig v0.1.0
github.com/mattn/go-isatty v0.0.14
github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a
github.com/saracen/walker v0.1.2
github.com/urfave/cli/v2 v2.6.0
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/daviddengcn/go-colortext v1.0.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/goccy/go-yaml v1.9.5 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
)