Skip to content

Commit

Permalink
Bump arduino-cli to include arduino/arduino-cli@fe6d749 (#802)
Browse files Browse the repository at this point in the history
* bump arduino-cli to latest to have arduino/arduino-cli@fe6d749

* bump deps

* go mod tidy
  • Loading branch information
umbynos authored Jul 3, 2023
1 parent aec28eb commit d170a5e
Show file tree
Hide file tree
Showing 21 changed files with 865 additions and 331 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
---
name: github.com/arduino/arduino-cli/arduino/serialutils
version: v0.0.0-20210422154105-5aa424818026
version: v0.0.0-20230630155703-fe6d7499eb5e
type: go
summary:
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-20210422154105-5aa424818026/LICENSE.txt
text: |
This file includes licensing information for arduino-cli
Copyright (c) 2018 ARDUINO SA (www.arduino.cc)
The software is released under the GNU General Public License, which covers the main body
of the arduino-cli code. The terms of this license can be found at:
https://www.gnu.org/licenses/gpl-3.0.en.html
You can be released from the requirements of the above licenses by purchasing
a commercial license. Buying such a license is mandatory if you want to 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/LICENSE.txt
text: |2
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Expand Down Expand Up @@ -696,4 +682,39 @@ 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
text: |
This file is part of arduino-cli.
Copyright{{ if .Year }} {{.Year}}{{ end }} {{.Holder}}
This software is released under the GNU General Public License version 3,
which covers the main part of arduino-cli.
The terms of this license can be found at:
https://www.gnu.org/licenses/gpl-3.0.en.html
You can be released from the requirements of the above licenses by purchasing
a commercial license. Buying such a license is mandatory if you want to
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
text: |-
Arduino CLI is licensed under the [GPL 3.0] license.
You can be released from the requirements of the above license by purchasing a commercial license. Buying such a license
is mandatory if you want to 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
[install]: https://arduino.github.io/arduino-cli/latest/installation
[user documentation]: https://arduino.github.io/arduino-cli/latest/
[getting started]: https://arduino.github.io/arduino-cli/latest/getting-started/
[commands reference]: https://arduino.github.io/arduino-cli/latest/commands/arduino-cli
[faq]: https://arduino.github.io/arduino-cli/latest/FAQ/
[how to contribute]: https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/
[contributors]: https://github.com/arduino/arduino-cli/graphs/contributors
[nightly builds]: https://arduino.github.io/arduino-cli/latest/installation/#nightly-builds
[security policy]: https://github.com/arduino/arduino-cli/security/policy
[gpl 3.0]: https://www.gnu.org/licenses/gpl-3.0.en.html
notices: []

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: github.com/leonelquinteros/gotext
version: v1.4.0
type: go
summary: Package gotext implements GNU gettext utilities.
homepage: https://pkg.go.dev/github.com/leonelquinteros/gotext
license: mit
licenses:
- sources: LICENSE
text: |
The MIT License (MIT)
Copyright (c) 2016 Leonel Quinteros
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
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: README.md
text: "[MIT license](LICENSE)"
notices: []
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: github.com/leonelquinteros/gotext/plurals
version: v1.4.0
type: go
summary: Package plurals is the pluralform compiler to get the correct translation
id of the plural string
homepage: https://pkg.go.dev/github.com/leonelquinteros/gotext/plurals
license: mit
licenses:
- sources: gotext@v1.4.0/LICENSE
text: |
The MIT License (MIT)
Copyright (c) 2016 Leonel Quinteros
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
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: gotext@v1.4.0/README.md
text: "[MIT license](LICENSE)"
notices: []
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/encoding/protowire
version: v1.28.1
version: v1.30.0
type: go
summary: Package protowire parses and formats the raw wire encoding.
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/protowire
license: bsd-3-clause
licenses:
- sources: protobuf@v1.28.1/LICENSE
- sources: protobuf@v1.30.0/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.
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: protobuf@v1.28.1/PATENTS
- sources: protobuf@v1.30.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/internal/detrand
version: v1.28.1
version: v1.30.0
type: go
summary: Package detrand provides deterministically random functionality.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/detrand
license: bsd-3-clause
licenses:
- sources: protobuf@v1.28.1/LICENSE
- sources: protobuf@v1.30.0/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.
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: protobuf@v1.28.1/PATENTS
- sources: protobuf@v1.30.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/internal/encoding/messageset
version: v1.28.1
version: v1.30.0
type: go
summary: Package messageset encodes and decodes the obsolete MessageSet wire format.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/messageset
license: bsd-3-clause
licenses:
- sources: protobuf@v1.28.1/LICENSE
- sources: protobuf@v1.30.0/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.
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: protobuf@v1.28.1/PATENTS
- sources: protobuf@v1.30.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/internal/errors
version: v1.28.1
version: v1.30.0
type: go
summary: Package errors implements functions to manipulate errors.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/errors
license: bsd-3-clause
licenses:
- sources: protobuf@v1.28.1/LICENSE
- sources: protobuf@v1.30.0/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.
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: protobuf@v1.28.1/PATENTS
- sources: protobuf@v1.30.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/internal/flags
version: v1.28.1
version: v1.30.0
type: go
summary: Package flags provides a set of flags controlled by build tags.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/flags
license: bsd-3-clause
licenses:
- sources: protobuf@v1.28.1/LICENSE
- sources: protobuf@v1.30.0/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.
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: protobuf@v1.28.1/PATENTS
- sources: protobuf@v1.30.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/protobuf/internal/genid
version: v1.28.1
version: v1.30.0
type: go
summary: Package genid contains constants for declarations in descriptor.proto and
the well-known types.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/genid
license: bsd-3-clause
licenses:
- sources: protobuf@v1.28.1/LICENSE
- sources: protobuf@v1.30.0/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -36,7 +36,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: protobuf@v1.28.1/PATENTS
- sources: protobuf@v1.30.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/internal/order
version: v1.28.1
version: v1.30.0
type: go
summary: Package order provides ordered access to messages and maps.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/order
license: bsd-3-clause
licenses:
- sources: protobuf@v1.28.1/LICENSE
- sources: protobuf@v1.30.0/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.
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: protobuf@v1.28.1/PATENTS
- sources: protobuf@v1.30.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/protobuf/internal/pragma
version: v1.28.1
version: v1.30.0
type: go
summary: Package pragma provides types that can be embedded into a struct to statically
enforce or prevent certain language properties.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/pragma
license: bsd-3-clause
licenses:
- sources: protobuf@v1.28.1/LICENSE
- sources: protobuf@v1.30.0/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -36,7 +36,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: protobuf@v1.28.1/PATENTS
- sources: protobuf@v1.30.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/internal/strs
version: v1.28.1
version: v1.30.0
type: go
summary: Package strs provides string manipulation functionality specific to protobuf.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/strs
license: bsd-3-clause
licenses:
- sources: protobuf@v1.28.1/LICENSE
- sources: protobuf@v1.30.0/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.
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: protobuf@v1.28.1/PATENTS
- sources: protobuf@v1.30.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/proto
version: v1.28.1
version: v1.30.0
type: go
summary: Package proto provides functions operating on protocol buffer messages.
homepage: https://pkg.go.dev/google.golang.org/protobuf/proto
license: bsd-3-clause
licenses:
- sources: protobuf@v1.28.1/LICENSE
- sources: protobuf@v1.30.0/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.
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: protobuf@v1.28.1/PATENTS
- sources: protobuf@v1.30.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Loading

0 comments on commit d170a5e

Please sign in to comment.