Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .licenses/NOTICE.arduino-cli
Original file line number Diff line number Diff line change
Expand Up @@ -22419,7 +22419,7 @@ SOFTWARE.
The project is licensed under the [MIT License](LICENSE).

*****
github.com/spf13/[email protected].1
github.com/spf13/[email protected].2

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -22601,7 +22601,7 @@ Apache License
Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)

*****
github.com/spf13/cobra/[email protected].1
github.com/spf13/cobra/[email protected].2

Apache License
Version 2.0, January 2004
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/spf13/cobra.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/spf13/cobra
version: v1.10.1
version: v1.10.2
type: go
summary: Package cobra is a commander providing a simple interface to create powerful
modern CLI interfaces.
Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/github.com/spf13/cobra/doc.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/spf13/cobra/doc
version: v1.10.1
version: v1.10.2
type: go
summary:
homepage: https://pkg.go.dev/github.com/spf13/cobra/doc
license: apache-2.0
licenses:
- sources: [email protected].1/LICENSE.txt
- sources: [email protected].2/LICENSE.txt
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -182,6 +182,6 @@ licenses:
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
- sources: [email protected].1/README.md
- sources: [email protected].2/README.md
text: Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)
notices: []
4 changes: 2 additions & 2 deletions debian/arduino-cli/usr/share/doc/arduino-cli/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -22434,7 +22434,7 @@ SOFTWARE.
The project is licensed under the [MIT License](LICENSE).

*****
github.com/spf13/[email protected].1
github.com/spf13/[email protected].2

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -22616,7 +22616,7 @@ Apache License
Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)

*****
github.com/spf13/cobra/[email protected].1
github.com/spf13/cobra/[email protected].2

Apache License
Version 2.0, January 2004
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/rogpeppe/go-internal v1.14.1
github.com/schollz/closestmatch v2.1.0+incompatible
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.10.1
github.com/spf13/cobra v1.10.2
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
github.com/xeipuuv/gojsonschema v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
github.com/spf13/afero v1.15.0/go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg=
github.com/spf13/cast v1.10.0 h1:h2x0u2shc1QuLHfxi+cTJvs30+ZAHOGRic8uyGTDWxY=
github.com/spf13/cast v1.10.0/go.mod h1:jNfB8QC9IA6ZuY2ZjDp0KtFO2LZZlg4S/7bzP6qqeHo=
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
Expand Down