Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2bc72cf

Browse files
committedMar 16, 2022
Tidy dependent modules to reflect github.com/spf13/cobra bump
The bump of the `github.com/spf13/cobra` dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the dependencies data of the projects modules which depend on `github.com/arduino/arduino-lint`.
1 parent 8d53d73 commit 2bc72cf

File tree

4 files changed

+14
-732
lines changed

4 files changed

+14
-732
lines changed
 

‎docsgen/go.mod

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 365 deletions
Large diffs are not rendered by default.

‎ruledocsgen/go.mod

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 365 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.