cli/go.mod
2019-10-30 12:00:35 -05:00

14 lines
394 B
Modula-2

module github.com/github/gh-cli
go 1.13
require (
github.com/AlecAivazis/survey/v2 v2.0.4
github.com/gookit/color v1.2.0
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/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.5
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
)