Skip to content

Commit

Permalink
Bump github.com/arduino/arduino-cli from 0.0.0-20230630155703-fe6d749…
Browse files Browse the repository at this point in the history
…9eb5e to 0.35.0 (#882)

* Bump github.com/arduino/arduino-cli

Bumps [github.com/arduino/arduino-cli](https://github.com/arduino/arduino-cli) from 0.0.0-20230630155703-fe6d7499eb5e to 0.35.0.
- [Release notes](https://github.com/arduino/arduino-cli/releases)
- [Commits](https://github.com/arduino/arduino-cli/commits/v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/arduino/arduino-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update licenses

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Umberto Baldi <u.baldi@arduino.cc>
  • Loading branch information
dependabot[bot] and umbynos committed Jan 23, 2024
1 parent c34a1e2 commit 3be373a
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 59 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/arduino/arduino-cli/arduino/serialutils
version: v0.0.0-20230630155703-fe6d7499eb5e
version: v0.35.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/serialutils
license: gpl-3.0-only
licenses:
- sources: arduino-cli@v0.0.0-20230630155703-fe6d7499eb5e/LICENSE.txt
- sources: arduino-cli@v0.35.0/LICENSE.txt
text: |2
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Expand Down Expand Up @@ -682,7 +682,7 @@ licenses:
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
- sources: arduino-cli@v0.0.0-20230630155703-fe6d7499eb5e/license_header.tpl
- sources: arduino-cli@v0.35.0/license_header.tpl
text: |
This file is part of arduino-cli.
Expand All @@ -698,7 +698,7 @@ licenses:
modify or otherwise use the software for commercial activities involving the
Arduino software without disclosing the source code of your own applications.
To purchase a commercial license, send an email to license@arduino.cc.
- sources: arduino-cli@v0.0.0-20230630155703-fe6d7499eb5e/README.md
- sources: arduino-cli@v0.35.0/README.md
text: |-
Arduino CLI is licensed under the [GPL 3.0] license.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/arduino/arduino-cli/i18n
version: v0.0.0-20230630155703-fe6d7499eb5e
version: v0.35.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/i18n
license: gpl-3.0-only
licenses:
- sources: arduino-cli@v0.0.0-20230630155703-fe6d7499eb5e/LICENSE.txt
- sources: arduino-cli@v0.35.0/LICENSE.txt
text: |2
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Expand Down Expand Up @@ -682,7 +682,7 @@ licenses:
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
- sources: arduino-cli@v0.0.0-20230630155703-fe6d7499eb5e/license_header.tpl
- sources: arduino-cli@v0.35.0/license_header.tpl
text: |
This file is part of arduino-cli.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/juju/errors
version: v0.0.0-20200330140219-3fe23663418f
version: v1.0.0
type: go
summary: Package errors provides an easy way to annotate errors without losing the
original error context.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: github.com/klauspost/compress
version: v1.15.13
version: v1.17.0
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/klauspost/compress
license: bsd-3-clause
licenses:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/klauspost/compress/fse
version: v1.15.13
version: v1.17.0
type: go
summary: Package fse provides Finite State Entropy encoding and decoding.
homepage: https://pkg.go.dev/github.com/klauspost/compress/fse
license: bsd-3-clause
licenses:
- sources: compress@v1.15.13/LICENSE
- sources: compress@v1.17.0/LICENSE
text: |
Copyright (c) 2012 The Go Authors. All rights reserved.
Copyright (c) 2019 Klaus Post. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/klauspost/compress/huff0
version: v1.15.13
version: v1.17.0
type: go
summary: This file contains the specialisation of Decoder.Decompress4X and Decoder.Decompress1X
that use an asm implementation of thir main loops.
homepage: https://pkg.go.dev/github.com/klauspost/compress/huff0
license: bsd-3-clause
licenses:
- sources: compress@v1.15.13/LICENSE
- sources: compress@v1.17.0/LICENSE
text: |
Copyright (c) 2012 The Go Authors. All rights reserved.
Copyright (c) 2019 Klaus Post. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/klauspost/compress/internal/cpuinfo
version: v1.15.13
version: v1.17.0
type: go
summary: Package cpuinfo gives runtime info about the current CPU.
homepage: https://pkg.go.dev/github.com/klauspost/compress/internal/cpuinfo
license: bsd-3-clause
licenses:
- sources: compress@v1.15.13/LICENSE
- sources: compress@v1.17.0/LICENSE
text: |
Copyright (c) 2012 The Go Authors. All rights reserved.
Copyright (c) 2019 Klaus Post. All rights reserved.
Expand Down Expand Up @@ -312,7 +312,7 @@ licenses:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: compress@v1.15.13/README.md
- sources: compress@v1.17.0/README.md
text: This code is licensed under the same conditions as the original Go code. See
LICENSE file.
notices: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/klauspost/compress/internal/snapref
version: v1.15.13
version: v1.17.0
type: go
summary: Package snapref implements the Snappy compression format.
homepage: https://pkg.go.dev/github.com/klauspost/compress/internal/snapref
Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: compress@v1.15.13/LICENSE
- sources: compress@v1.17.0/LICENSE
text: |
Copyright (c) 2012 The Go Authors. All rights reserved.
Copyright (c) 2019 Klaus Post. All rights reserved.
Expand Down Expand Up @@ -341,7 +341,7 @@ licenses:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: compress@v1.15.13/README.md
- sources: compress@v1.17.0/README.md
text: This code is licensed under the same conditions as the original Go code. See
LICENSE file.
notices: []
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/klauspost/compress/zstd
version: v1.15.13
version: v1.17.0
type: go
summary: Package zstd provides decompression of zstandard files.
homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd
license: bsd-3-clause
licenses:
- sources: compress@v1.15.13/LICENSE
- sources: compress@v1.17.0/LICENSE
text: |
Copyright (c) 2012 The Go Authors. All rights reserved.
Copyright (c) 2019 Klaus Post. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/klauspost/compress/zstd/internal/xxhash
version: v1.15.13
version: v1.17.0
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd/internal/xxhash
license: bsd-3-clause
licenses:
- sources: compress@v1.15.13/LICENSE
- sources: compress@v1.17.0/LICENSE
text: |
Copyright (c) 2012 The Go Authors. All rights reserved.
Copyright (c) 2019 Klaus Post. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/mattn/go-isatty
version: v0.0.19
version: v0.0.20
type: go
summary: Package isatty implements interface to isatty
homepage: https://pkg.go.dev/github.com/mattn/go-isatty
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/sirupsen/logrus
version: v1.9.0
version: v1.9.3
type: go
summary: Package logrus is a structured logger for Go, completely API compatible with
the standard library logger.
Expand Down
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/ProtonMail/go-crypto v1.1.0-alpha.0
github.com/arduino/arduino-cli v0.0.0-20230630155703-fe6d7499eb5e
github.com/arduino/arduino-cli v0.35.0
github.com/arduino/go-paths-helper v1.12.0
github.com/blang/semver v3.5.1+incompatible
github.com/codeclysm/extract/v3 v3.1.1
Expand All @@ -16,7 +16,7 @@ require (
github.com/mattn/go-shellwords v1.0.12
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/sirupsen/logrus v1.9.3
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.8.4
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
Expand All @@ -33,7 +33,7 @@ require (
github.com/chenzhuoyu/iasm v0.9.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/creack/goselect v0.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
Expand All @@ -55,20 +55,21 @@ require (
github.com/gorilla/websocket v1.5.1 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
github.com/juju/errors v1.0.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/klauspost/compress v1.15.13 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/kr/binarydist v0.1.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/leonelquinteros/gotext v1.4.0 // indirect
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
Expand Down
Loading

0 comments on commit 3be373a

Please sign in to comment.