Skip to content

Commit 789fe90

Browse files
authored
Merge pull request #915 from arduino/dependabot/go_modules/github.com/spf13/cobra-1.10.1
Bump github.com/spf13/cobra from 1.9.1 to 1.10.1
2 parents d780273 + 5c70bab commit 789fe90

File tree

13 files changed

+27
-30
lines changed

13 files changed

+27
-30
lines changed

.licenses/arduino-lint/go/github.com/spf13/cobra.dep.yml

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

.licenses/arduino-lint/go/github.com/spf13/pflag.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/spf13/pflag
3-
version: v1.0.7
3+
version: v1.0.9
44
type: go
55
summary: Package pflag is a drop-in replacement for Go's flag package, implementing
66
POSIX/GNU-style --flags.

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

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/cobra/doc
3-
version: v1.9.1
3+
version: v1.10.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: cobra@v1.9.1/LICENSE.txt
9+
- sources: cobra@v1.10.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: cobra@v1.9.1/README.md
185+
- sources: cobra@v1.10.1/README.md
186186
text: Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)
187187
notices: []

.licenses/docsgen/go/github.com/spf13/pflag.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/spf13/pflag
3-
version: v1.0.7
3+
version: v1.0.9
44
type: go
55
summary: Package pflag is a drop-in replacement for Go's flag package, implementing
66
POSIX/GNU-style --flags.

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

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

.licenses/ruledocsgen/go/github.com/spf13/pflag.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/spf13/pflag
3-
version: v1.0.7
3+
version: v1.0.9
44
type: go
55
summary: Package pflag is a drop-in replacement for Go's flag package, implementing
66
POSIX/GNU-style --flags.

docsgen/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1
1111

1212
require (
1313
github.com/arduino/arduino-lint v0.0.0
14-
github.com/spf13/cobra v1.9.1
14+
github.com/spf13/cobra v1.10.1
1515
)
1616

1717
require (
@@ -84,7 +84,7 @@ require (
8484
github.com/spf13/afero v1.10.0 // indirect
8585
github.com/spf13/cast v1.5.1 // indirect
8686
github.com/spf13/jwalterweatherman v1.1.0 // indirect
87-
github.com/spf13/pflag v1.0.7 // indirect
87+
github.com/spf13/pflag v1.0.9 // indirect
8888
github.com/spf13/viper v1.17.0 // indirect
8989
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
9090
github.com/stretchr/testify v1.11.1 // indirect

docsgen/go.sum

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,8 +1219,8 @@ github.com/spf13/cobra v0.0.6/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHN
12191219
github.com/spf13/cobra v0.0.7/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
12201220
github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
12211221
github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo=
1222-
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
1223-
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
1222+
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
1223+
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
12241224
github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
12251225
github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=
12261226
github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=
@@ -1229,9 +1229,8 @@ github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
12291229
github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
12301230
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
12311231
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1232-
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1233-
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
1234-
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1232+
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
1233+
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
12351234
github.com/spf13/viper v1.2.1/go.mod h1:P4AexN0a+C9tGAnUFNwDMYYZv3pjFuvmeiMyKRaNVlI=
12361235
github.com/spf13/viper v1.3.1/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=
12371236
github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ require (
1515
github.com/olekukonko/tablewriter v1.0.9
1616
github.com/ory/jsonschema/v3 v3.0.4
1717
github.com/sirupsen/logrus v1.9.3
18-
github.com/spf13/cobra v1.9.1
19-
github.com/spf13/pflag v1.0.7
18+
github.com/spf13/cobra v1.10.1
19+
github.com/spf13/pflag v1.0.9
2020
github.com/stretchr/testify v1.11.1
2121
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
2222
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415

0 commit comments

Comments
 (0)