X Tutup
Skip to content

Commit 9d6f5a8

Browse files
authored
Update spf13/cobra to v1.1.1
1 parent f8fd61c commit 9d6f5a8

File tree

2 files changed

+166
-16
lines changed

2 files changed

+166
-16
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ require (
2222
github.com/rivo/uniseg v0.1.0
2323
github.com/shurcooL/githubv4 v0.0.0-20200802174311-f27d2ca7f6d5
2424
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f
25-
github.com/spf13/cobra v1.0.0
25+
github.com/spf13/cobra v1.1.1
2626
github.com/spf13/pflag v1.0.5
2727
github.com/stretchr/testify v1.6.1
2828
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
2929
golang.org/x/text v0.3.3 // indirect
30-
gopkg.in/yaml.v2 v2.2.8 // indirect
3130
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
3231
)
3332

0 commit comments

Comments
 (0)
X Tutup