Skip to content

Commit ee1328d

Browse files
committed
Bump Cobra to eliminate Viper
1 parent e361fd4 commit ee1328d

File tree

2 files changed

+19
-380
lines changed

2 files changed

+19
-380
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ require (
3333
github.com/shurcooL/githubv4 v0.0.0-20200928013246-d292edc3691b
3434
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
3535
github.com/sourcegraph/jsonrpc2 v0.1.0
36-
github.com/spf13/cobra v1.3.0
36+
github.com/spf13/cobra v1.4.0
3737
github.com/spf13/pflag v1.0.5
3838
github.com/stretchr/testify v1.7.0
3939
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
40+
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
4041
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
4142
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
42-
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
43+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
4344
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
4445
)
4546

0 commit comments

Comments
 (0)