зеркало из https://github.com/mislav/hub.git
20 строки
782 B
Modula-2
20 строки
782 B
Modula-2
module github.com/github/hub/v2
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.0
|
|
github.com/atotto/clipboard v0.0.0-20171229224153-bc5958e1c833
|
|
github.com/google/go-cmp v0.4.0
|
|
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
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
|
|
golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2 // indirect
|
|
gopkg.in/yaml.v2 v2.0.0-20190319135612-7b8349ac747c
|
|
)
|