File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
debian/arduino-cli/usr/share/doc/arduino-cli Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -22419,7 +22419,7 @@ SOFTWARE.
2241922419The project is licensed under the [MIT License](LICENSE).
2242022420
2242122421*****
22422- github.com/spf13/cobra@v1.10.1
22422+ github.com/spf13/cobra@v1.10.2
2242322423
2242422424Apache License
2242522425 Version 2.0, January 2004
@@ -22601,7 +22601,7 @@ Apache License
2260122601Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)
2260222602
2260322603*****
22604- github.com/spf13/cobra/doc@v1.10.1
22604+ github.com/spf13/cobra/doc@v1.10.2
2260522605
2260622606Apache License
2260722607 Version 2.0, January 2004
Original file line number Diff line number Diff line change 11---
22name : github.com/spf13/cobra
3- version : v1.10.1
3+ version : v1.10.2
44type : go
55summary : Package cobra is a commander providing a simple interface to create powerful
66 modern CLI interfaces.
Original file line number Diff line number Diff line change 11---
22name : github.com/spf13/cobra/doc
3- version : v1.10.1
3+ version : v1.10.2
44type : go
55summary :
66homepage : https://pkg.go.dev/github.com/spf13/cobra/doc
77license : apache-2.0
88licenses :
9- - sources : cobra@v1.10.1 /LICENSE.txt
9+ - sources : cobra@v1.10.2 /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.10.1 /README.md
185+ - sources : cobra@v1.10.2 /README.md
186186 text : Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)
187187notices : []
Original file line number Diff line number Diff line change @@ -22434,7 +22434,7 @@ SOFTWARE.
2243422434The project is licensed under the [MIT License](LICENSE).
2243522435
2243622436*****
22437- github.com/spf13/cobra@v1.10.1
22437+ github.com/spf13/cobra@v1.10.2
2243822438
2243922439Apache License
2244022440 Version 2.0, January 2004
@@ -22616,7 +22616,7 @@ Apache License
2261622616Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)
2261722617
2261822618*****
22619- github.com/spf13/cobra/doc@v1.10.1
22619+ github.com/spf13/cobra/doc@v1.10.2
2262022620
2262122621Apache License
2262222622 Version 2.0, January 2004
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
3131 github.com/rogpeppe/go-internal v1.14.1
3232 github.com/schollz/closestmatch v2.1.0+incompatible
3333 github.com/sirupsen/logrus v1.9.3
34- github.com/spf13/cobra v1.10.1
34+ github.com/spf13/cobra v1.10.2
3535 github.com/spf13/viper v1.21.0
3636 github.com/stretchr/testify v1.11.1
3737 github.com/xeipuuv/gojsonschema v1.2.0
Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
165165github.com/spf13/afero v1.15.0 /go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg =
166166github.com/spf13/cast v1.10.0 h1:h2x0u2shc1QuLHfxi+cTJvs30+ZAHOGRic8uyGTDWxY =
167167github.com/spf13/cast v1.10.0 /go.mod h1:jNfB8QC9IA6ZuY2ZjDp0KtFO2LZZlg4S/7bzP6qqeHo =
168- github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
169- github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
168+ github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU =
169+ github.com/spf13/cobra v1.10.2 /go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4 =
170170github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
171171github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk =
172172github.com/spf13/pflag v1.0.10 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
You can’t perform that action at this time.
0 commit comments