github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/go.mod (about) 1 module github.com/ungtb10d/cli/v2 2 3 go 1.18 4 5 require ( 6 github.com/AlecAivazis/survey/v2 v2.3.6 7 github.com/MakeNowJust/heredoc v1.0.0 8 github.com/briandowns/spinner v1.18.1 9 github.com/cenkalti/backoff/v4 v4.1.3 10 github.com/charmbracelet/glamour v0.5.1-0.20220727184942-e70ff2d969da 11 github.com/charmbracelet/lipgloss v0.5.0 12 github.com/cli/go-gh v0.1.3-0.20221102170023-e3ec45fb1d1b 13 github.com/cli/oauth v0.9.0 14 github.com/cli/safeexec v1.0.0 15 github.com/cpuguy83/go-md2man/v2 v2.0.2 16 github.com/creack/pty v1.1.18 17 github.com/gabriel-vasile/mimetype v1.4.1 18 github.com/gdamore/tcell/v2 v2.5.3 19 github.com/google/go-cmp v0.5.9 20 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 21 github.com/gorilla/websocket v1.4.2 22 github.com/hashicorp/go-multierror v1.1.1 23 github.com/hashicorp/go-version v1.3.0 24 github.com/henvic/httpretty v0.0.6 25 github.com/joho/godotenv v1.4.0 26 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 27 github.com/mattn/go-colorable v0.1.13 28 github.com/mattn/go-isatty v0.0.16 29 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 30 github.com/muhammadmuzzammil1998/jsonc v0.0.0-20201229145248-615b0916ca38 31 github.com/opentracing/opentracing-go v1.1.0 32 github.com/rivo/tview v0.0.0-20221029100920-c4a7e501810d 33 github.com/shurcooL/githubv4 v0.0.0-20220520033151-0b4e3294ff00 34 github.com/sourcegraph/jsonrpc2 v0.1.0 35 github.com/spf13/cobra v1.5.0 36 github.com/spf13/pflag v1.0.5 37 github.com/stretchr/testify v1.7.5 38 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 39 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 40 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 41 golang.org/x/text v0.3.8 42 google.golang.org/grpc v1.49.0 43 google.golang.org/protobuf v1.27.1 44 gopkg.in/yaml.v3 v3.0.1 45 ) 46 47 require ( 48 github.com/alecthomas/chroma v0.10.0 // indirect 49 github.com/aymerick/douceur v0.2.0 // indirect 50 github.com/cli/browser v1.1.0 // indirect 51 github.com/cli/shurcooL-graphql v0.0.2 // indirect 52 github.com/davecgh/go-spew v1.1.1 // indirect 53 github.com/dlclark/regexp2 v1.4.0 // indirect 54 github.com/fatih/color v1.7.0 // indirect 55 github.com/gdamore/encoding v1.0.0 // indirect 56 github.com/golang/protobuf v1.5.2 // indirect 57 github.com/gorilla/css v1.0.0 // indirect 58 github.com/hashicorp/errwrap v1.0.0 // indirect 59 github.com/inconshreveable/mousetrap v1.0.0 // indirect 60 github.com/itchyny/gojq v0.12.8 // indirect 61 github.com/itchyny/timefmt-go v0.1.3 // indirect 62 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect 63 github.com/mattn/go-runewidth v0.0.13 // indirect 64 github.com/microcosm-cc/bluemonday v1.0.20 // indirect 65 github.com/muesli/reflow v0.3.0 // indirect 66 github.com/muesli/termenv v0.12.0 // indirect 67 github.com/olekukonko/tablewriter v0.0.5 // indirect 68 github.com/pmezard/go-difflib v1.0.0 // indirect 69 github.com/rivo/uniseg v0.4.2 // indirect 70 github.com/russross/blackfriday/v2 v2.1.0 // indirect 71 github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect 72 github.com/stretchr/objx v0.4.0 // indirect 73 github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e // indirect 74 github.com/yuin/goldmark v1.4.4 // indirect 75 github.com/yuin/goldmark-emoji v1.0.1 // indirect 76 golang.org/x/net v0.0.0-20220923203811-8be639271d50 // indirect 77 golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect 78 golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect 79 google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect 80 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect 81 ) 82 83 replace golang.org/x/crypto => github.com/cli/crypto v0.0.0-20210929142629-6be313f59b03