x-motemen.ghq/go.mod
2020-06-03 12:35:56 +09:00

18 lines
606 B
Modula-2

module github.com/x-motemen/ghq
go 1.14
require (
github.com/Songmu/gitconfig v0.0.3
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/daviddengcn/go-colortext v1.0.0 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a
github.com/saracen/walker v0.0.0-20191201085201-324a081bae7e
github.com/urfave/cli/v2 v2.2.0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)