@@ -3,18 +3,26 @@ module github.com/cli/cli
33go 1.13
44
55require (
6- github.com/AlecAivazis/survey/v2 v2.0.4
7- github.com/charmbracelet/glamour v0.1.0
6+ github.com/AlecAivazis/survey/v2 v2.0.5
7+ github.com/alecthomas/chroma v0.7.1 // indirect
8+ github.com/charmbracelet/glamour v0.1.1-0.20200210132808-8d4e3f0692f8
9+ github.com/dlclark/regexp2 v1.2.0 // indirect
810 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
911 github.com/hashicorp/go-version v1.2.0
1012 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11- github.com/mattn/go-colorable v0.1.2
12- github.com/mattn/go-isatty v0.0.9
13+ github.com/mattn/go-colorable v0.1.4
14+ github.com/mattn/go-isatty v0.0.12
15+ github.com/mattn/go-runewidth v0.0.8 // indirect
1316 github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
1417 github.com/mitchellh/go-homedir v1.1.0
15- github.com/spf13/cobra v0.0.5
18+ github.com/muesli/reflow v0.0.0-20200210202703-cf7e7eac5cb4 // indirect
19+ github.com/spf13/cobra v0.0.6
1620 github.com/spf13/pflag v1.0.5
1721 github.com/stretchr/testify v1.4.0 // indirect
18- golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
19- gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
22+ github.com/yuin/goldmark v1.1.23 // indirect
23+ golang.org/x/crypto v0.0.0-20200219234226-1ad67e1f0ef4
24+ golang.org/x/net v0.0.0-20200219183655-46282727080f // indirect
25+ golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
26+ gopkg.in/yaml.v2 v2.2.8 // indirect
27+ gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
2028)
0 commit comments