32 lines
1.2 KiB
Modula-2
32 lines
1.2 KiB
Modula-2
module github.com/cli/cli
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.0.7
|
|
github.com/MakeNowJust/heredoc v1.0.0
|
|
github.com/briandowns/spinner v1.11.1
|
|
github.com/charmbracelet/glamour v0.1.1-0.20200320173916-301d3bcf3058
|
|
github.com/dlclark/regexp2 v1.2.0 // indirect
|
|
github.com/google/go-cmp v0.4.1
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/hashicorp/go-version v1.2.0
|
|
github.com/henvic/httpretty v0.0.5
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/mattn/go-colorable v0.1.6
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/shurcooL/githubv4 v0.0.0-20200627185320-e003124d66e4
|
|
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/text v0.3.2
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86
|
|
)
|
|
|
|
replace github.com/shurcooL/graphql => github.com/cli/shurcooL-graphql v0.0.0-20200707151639-0f7232a2bf7e
|