github.com/andrewhsu/cli/v2@v2.0.1-0.20210910131313-d4b4061f5b89/go.mod (about)

     1  module github.com/andrewhsu/cli/v2
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/AlecAivazis/survey/v2 v2.3.1
     7  	github.com/MakeNowJust/heredoc v1.0.0
     8  	github.com/andrewhsu/graphql v0.0.0-20210910070558-0885735913b5
     9  	github.com/briandowns/spinner v1.11.1
    10  	github.com/charmbracelet/glamour v0.3.0
    11  	github.com/cli/browser v1.1.0
    12  	github.com/cli/oauth v0.8.0
    13  	github.com/cli/safeexec v1.0.0
    14  	github.com/cpuguy83/go-md2man/v2 v2.0.0
    15  	github.com/creack/pty v1.1.13
    16  	github.com/gabriel-vasile/mimetype v1.1.2
    17  	github.com/google/go-cmp v0.5.5
    18  	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
    19  	github.com/hashicorp/go-version v1.2.1
    20  	github.com/henvic/httpretty v0.0.6
    21  	github.com/itchyny/gojq v0.12.4
    22  	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
    23  	github.com/mattn/go-colorable v0.1.8
    24  	github.com/mattn/go-isatty v0.0.13
    25  	github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
    26  	github.com/muesli/reflow v0.2.1-0.20210502190812-c80126ec2ad5
    27  	github.com/muesli/termenv v0.8.1
    28  	github.com/shurcooL/githubv4 v0.0.0-20200928013246-d292edc3691b
    29  	github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
    30  	github.com/spf13/cobra v1.2.1
    31  	github.com/spf13/pflag v1.0.5
    32  	github.com/stretchr/objx v0.1.1 // indirect
    33  	github.com/stretchr/testify v1.7.0
    34  	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
    35  	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
    36  	golang.org/x/sys v0.0.0-20210601080250-7ecdf8ef093b
    37  	golang.org/x/term v0.0.0-20210503060354-a79de5458b56
    38  	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
    39  )