cli/go.mod
2019-11-06 19:45:10 +01:00

14 lines
435 B
Modula-2

module github.com/github/gh-cli
go 1.13
require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mattn/go-colorable v0.1.2
github.com/mattn/go-isatty v0.0.9
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.5
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
)