Skip to content

Commit 2bc72cf

Browse files
committed
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

+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 (

0 commit comments

Comments
 (0)