X Tutup
Skip to content

Commit 3e8f075

Browse files
committed
Bump Cobra for improved completion support
1 parent fa354a9 commit 3e8f075

File tree

2 files changed

+359
-92
lines changed

2 files changed

+359
-92
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/cpuguy83/go-md2man/v2 v2.0.0
1414
github.com/creack/pty v1.1.13
1515
github.com/gabriel-vasile/mimetype v1.1.2
16-
github.com/google/go-cmp v0.5.4
16+
github.com/google/go-cmp v0.5.5
1717
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1818
github.com/hashicorp/go-version v1.2.1
1919
github.com/henvic/httpretty v0.0.6
@@ -28,14 +28,14 @@ require (
2828
github.com/rivo/uniseg v0.2.0
2929
github.com/shurcooL/githubv4 v0.0.0-20200928013246-d292edc3691b
3030
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f
31-
github.com/spf13/cobra v1.1.3
31+
github.com/spf13/cobra v1.2.1
3232
github.com/spf13/pflag v1.0.5
33-
github.com/stretchr/testify v1.6.1
33+
github.com/stretchr/objx v0.1.1 // indirect
34+
github.com/stretchr/testify v1.7.0
3435
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
35-
golang.org/x/sync v0.0.0-20190423024810-112230192c58
36+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
3637
golang.org/x/sys v0.0.0-20210601080250-7ecdf8ef093b
3738
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
38-
golang.org/x/text v0.3.4 // indirect
3939
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
4040
)
4141

0 commit comments

Comments
 (0)
X Tutup