go.mod 779 字节
Newer Older
T
Tariq Ibrahim 已提交
1 2
module github.com/github/hub

3
go 1.11
T
Tariq Ibrahim 已提交
4 5 6 7

require (
	github.com/BurntSushi/toml v0.3.0
	github.com/atotto/clipboard v0.0.0-20171229224153-bc5958e1c833
8
	github.com/google/go-cmp v0.4.0
T
Tariq Ibrahim 已提交
9 10 11 12 13 14
	github.com/kballard/go-shellquote v0.0.0-20170619183022-cd60e84ee657
	github.com/mattn/go-colorable v0.0.9
	github.com/mattn/go-isatty v0.0.3
	github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
	github.com/russross/blackfriday v0.0.0-20180526075726-670777b536d3
	github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
15 16
	golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
	golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
17
	golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2 // indirect
T
Tariq Ibrahim 已提交
18 19
	gopkg.in/yaml.v2 v2.0.0-20190319135612-7b8349ac747c
)