Skip to content

Commit 546cbd9

Browse files
authored
Merge pull request #1112 from carapace-sh/dependabot/go_modules/github.com/spf13/cobra-1.9.1
build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
2 parents eb37136 + 6a9da14 commit 546cbd9

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

Diff for: docs/src/development/vhs/word/out/word.oil.ascii

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,29 @@
3636
chain (shorthand chain)
3737
compat
3838
completion (Generate the autocompletion script for the specified shell)
39-
flag (flaacexample)
39+
flag (flag example)
4040
────────────────────────────────────────────────────────────────────────────────
4141
> example
4242
action (action example)
4343
alias (action example)
4444
chain (shorthand chain)
4545
compat
4646
completion (Generate the autocompletion script for the specified shell)
47-
flag (flaacexample)
47+
flag (flag example)
4848
────────────────────────────────────────────────────────────────────────────────
4949
> example
5050
action (action example)
5151
alias (action example)
5252
chain (shorthand chain)
5353
compat
5454
completion (Generate the autocompletion script for the specified shell)
55-
flag (flaaction le)
55+
flag (flag example)
5656
────────────────────────────────────────────────────────────────────────────────
5757
> example
5858
action (action example)
5959
alias (action example)
6060
chain (shorthand chain)
6161
compat
6262
completion (Generate the autocompletion script for the specified shell)
63-
flag (flaaction le)
63+
flag (flag example)
6464
────────────────────────────────────────────────────────────────────────────────

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.16
44

55
require (
66
github.com/carapace-sh/carapace-shlex v1.0.1
7-
github.com/spf13/cobra v1.8.1
7+
github.com/spf13/cobra v1.9.1
88
github.com/spf13/pflag v1.0.6
99
gopkg.in/yaml.v3 v3.0.1
1010
)

Diff for: go.sum

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
github.com/carapace-sh/carapace-shlex v1.0.1 h1:ww0JCgWpOVuqWG7k3724pJ18Lq8gh5pHQs9j3ojUs1c=
22
github.com/carapace-sh/carapace-shlex v1.0.1/go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M=
3-
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
3+
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
44
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
55
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
66
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
7-
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
8-
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
9-
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
7+
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
8+
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
109
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
1110
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1211
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

0 commit comments

Comments
 (0)