@@ -5,27 +5,27 @@ go 1.16
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.2
77 github.com/MakeNowJust/heredoc v1.0.0
8- github.com/briandowns/spinner v1.11.1
8+ github.com/briandowns/spinner v1.16.0
99 github.com/charmbracelet/glamour v0.3.0
1010 github.com/cli/browser v1.1.0
1111 github.com/cli/oauth v0.8.0
1212 github.com/cli/safeexec v1.0.0
13- github.com/cpuguy83/go-md2man/v2 v2.0.0
14- github.com/creack/pty v1.1.13
13+ github.com/cpuguy83/go-md2man/v2 v2.0.1
14+ github.com/creack/pty v1.1.16
1515 github.com/fatih/camelcase v1.0.0
16- github.com/gabriel-vasile/mimetype v1.1.2
17- github.com/google/go-cmp v0.5.5
16+ github.com/gabriel-vasile/mimetype v1.4.0
17+ github.com/google/go-cmp v0.5.6
1818 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1919 github.com/gorilla/websocket v1.4.2
20- github.com/hashicorp/go-version v1.2.1
20+ github.com/hashicorp/go-version v1.3.0
2121 github.com/henvic/httpretty v0.0.6
22- github.com/itchyny/gojq v0.12.4
22+ github.com/itchyny/gojq v0.12.5
2323 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
24- github.com/mattn/go-colorable v0.1.8
25- github.com/mattn/go-isatty v0.0.13
24+ github.com/mattn/go-colorable v0.1.11
25+ github.com/mattn/go-isatty v0.0.14
2626 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
2727 github.com/muesli/reflow v0.2.1-0.20210502190812-c80126ec2ad5
28- github.com/muesli/termenv v0.8.1
28+ github.com/muesli/termenv v0.9.0
2929 github.com/muhammadmuzzammil1998/jsonc v0.0.0-20201229145248-615b0916ca38
3030 github.com/olekukonko/tablewriter v0.0.5
3131 github.com/opentracing/opentracing-go v1.1.0
@@ -39,7 +39,7 @@ require (
3939 github.com/stretchr/testify v1.7.0
4040 golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
4141 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
42- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
42+ golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
4343 golang.org/x/term v0.0.0-20210503060354-a79de5458b56
4444 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
4545)
0 commit comments