X Tutup
Skip to content

Commit 344f758

Browse files
committed
Bump Cobra to 1.3.0
1 parent 0aaa334 commit 344f758

File tree

2 files changed

+218
-48
lines changed

2 files changed

+218
-48
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ require (
3232
github.com/shurcooL/githubv4 v0.0.0-20200928013246-d292edc3691b
3333
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
3434
github.com/sourcegraph/jsonrpc2 v0.1.0
35-
github.com/spf13/cobra v1.2.1
35+
github.com/spf13/cobra v1.3.0
3636
github.com/spf13/pflag v1.0.5
37-
github.com/stretchr/objx v0.1.1 // indirect
3837
github.com/stretchr/testify v1.7.0
39-
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
38+
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
4039
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
41-
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881
40+
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
4241
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
4342
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
4443
)

0 commit comments

Comments
 (0)
X Tutup