x-motemen.ghq/go.mod
2021-02-25 11:19:17 +09:00

19 lines
641 B
Modula-2

module github.com/x-motemen/ghq
go 1.16
require (
github.com/Songmu/gitconfig v0.1.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/daviddengcn/go-colortext v1.0.0 // indirect
github.com/goccy/go-yaml v1.8.8 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/saracen/walker v0.1.2
github.com/urfave/cli/v2 v2.3.0
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210225014209-683adc9d29d7 // indirect
)