Skip to content

Commit c2a2368

Browse files
authored
Merge pull request #349 from arduino/dependabot/go_modules/github.com/spf13/cobra-1.4.0
Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
2 parents 9145f6a + 7019bda commit c2a2368

File tree

8 files changed

+25
-1102
lines changed

8 files changed

+25
-1102
lines changed

.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.3.0
3+
version: v1.4.0
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.3.0
3+
version: v1.4.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/cobra/doc
77
license: apache-2.0
88
licenses:
9-
- sources: cobra@v1.3.0/LICENSE.txt
9+
- sources: cobra@v1.4.0/LICENSE.txt
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004

docsgen/go.mod

+1-1
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.3.0
14+
github.com/spf13/cobra v1.4.0
1515
)
1616

1717
require (

docsgen/go.sum

+6-365
Large diffs are not rendered by default.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/olekukonko/tablewriter v0.0.5
1616
github.com/ory/jsonschema/v3 v3.0.4
1717
github.com/sirupsen/logrus v1.8.1
18-
github.com/spf13/cobra v1.3.0
18+
github.com/spf13/cobra v1.4.0
1919
github.com/spf13/pflag v1.0.5
2020
github.com/stretchr/testify v1.7.0
2121
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb

go.sum

+6-365
Large diffs are not rendered by default.

ruledocsgen/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require (
6161
github.com/sirupsen/logrus v1.8.1 // indirect
6262
github.com/spf13/afero v1.6.0 // indirect
6363
github.com/spf13/cast v1.4.1 // indirect
64-
github.com/spf13/cobra v1.3.0 // indirect
64+
github.com/spf13/cobra v1.4.0 // indirect
6565
github.com/spf13/jwalterweatherman v1.1.0 // indirect
6666
github.com/spf13/pflag v1.0.5 // indirect
6767
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect

ruledocsgen/go.sum

+6-365
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)