Skip to content

Commit 55753bd

Browse files
[skip changelog] Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#2642)
* [skip changelog] Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Updated licence cache --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <[email protected]>
1 parent 7219aa8 commit 55753bd

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.licenses/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/cpuguy83/go-md2man/v2/md2man
3-
version: v2.0.3
3+
version: v2.0.4
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/cpuguy83/go-md2man/v2/md2man
77
license: mit
88
licenses:
9-
- sources: [email protected].3/LICENSE.md
9+
- sources: [email protected].4/LICENSE.md
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/go/github.com/spf13/cobra.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/spf13/cobra
3-
version: v1.8.0
3+
version: v1.8.1
44
type: go
55
summary: Package cobra is a commander providing a simple interface to create powerful
66
modern CLI interfaces.

.licenses/go/github.com/spf13/cobra/doc.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/cobra/doc
3-
version: v1.8.0
3+
version: v1.8.1
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/cobra/doc
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].0/LICENSE.txt
9+
- sources: [email protected].1/LICENSE.txt
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -182,6 +182,6 @@ licenses:
182182
defend, and hold each Contributor harmless for any liability
183183
incurred by, or claims asserted against, such Contributor by reason
184184
of your accepting any such warranty or additional liability.
185-
- sources: [email protected].0/README.md
185+
- sources: [email protected].1/README.md
186186
text: Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)
187187
notices: []

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/rogpeppe/go-internal v1.12.0
3131
github.com/schollz/closestmatch v2.1.0+incompatible
3232
github.com/sirupsen/logrus v1.9.3
33-
github.com/spf13/cobra v1.8.0
33+
github.com/spf13/cobra v1.8.1
3434
github.com/spf13/viper v1.19.0
3535
github.com/stretchr/testify v1.9.0
3636
github.com/xeipuuv/gojsonschema v1.2.0
@@ -50,7 +50,7 @@ require (
5050
github.com/Microsoft/go-winio v0.6.1 // indirect
5151
github.com/acomagu/bufpipe v1.0.3 // indirect
5252
github.com/cloudflare/circl v1.3.7 // indirect
53-
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
53+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
5454
github.com/creack/goselect v0.1.2 // indirect
5555
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
5656
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA=
3535
github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI=
3636
github.com/codeclysm/extract/v3 v3.1.1 h1:iHZtdEAwSTqPrd+1n4jfhr1qBhUWtHlMTjT90+fJVXg=
3737
github.com/codeclysm/extract/v3 v3.1.1/go.mod h1:ZJi80UG2JtfHqJI+lgJSCACttZi++dHxfWuPaMhlOfQ=
38-
github.com/cpuguy83/go-md2man/v2 v2.0.3 h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=
39-
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
38+
github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=
39+
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
4040
github.com/creack/goselect v0.1.2 h1:2DNy14+JPjRBgPzAd1thbQp4BSIihxcBf0IXhQXDRa0=
4141
github.com/creack/goselect v0.1.2/go.mod h1:a/NhLweNvqIYMuxcMOuWY516Cimucms3DglDzQP3hKY=
4242
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
@@ -178,8 +178,8 @@ github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=
178178
github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY=
179179
github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0=
180180
github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
181-
github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=
182-
github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho=
181+
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
182+
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
183183
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
184184
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
185185
github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI=

0 commit comments

Comments
 (0)