Skip to content

Commit

Permalink
upgrade to protoc v24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Oct 2, 2023
1 parent c39f7a0 commit c405a48
Show file tree
Hide file tree
Showing 130 changed files with 848 additions and 325 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-protobuf-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
- name: Install protoc compiler
uses: arduino/setup-protoc@v2
with:
version: v23.2
version: v24.3
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Go deps
run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30.0
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
go install google.golang.org/grpc/cmd/[email protected]
- name: Install Task
Expand Down
5 changes: 5 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ reviewed:
- golang.org/x/crypto/openpgp/errors
- golang.org/x/crypto/openpgp/packet
- golang.org/x/crypto/openpgp/s2k
- golang.org/x/text/encoding
- golang.org/x/text/encoding/internal
- golang.org/x/text/encoding/internal/identifier
- golang.org/x/text/encoding/unicode
- golang.org/x/text/internal/utf8internal

# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
allowed:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/djherbis/buffer.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/djherbis/buffer
version: v1.1.0
version: v1.2.0
type: go
summary: Package buffer implements a series of Buffers which can be composed to implement
complicated buffering strategies
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/github.com/djherbis/buffer/limio.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/djherbis/buffer/limio
version: v1.1.0
version: v1.2.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/djherbis/buffer/limio
license: mit
licenses:
- sources: buffer@v1.1.0/LICENSE.txt
- sources: buffer@v1.2.0/LICENSE.txt
text: |
The MIT License (MIT)
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/github.com/djherbis/buffer/wrapio.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/djherbis/buffer/wrapio
version: v1.1.0
version: v1.2.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/djherbis/buffer/wrapio
license: mit
licenses:
- sources: buffer@v1.1.0/LICENSE.txt
- sources: buffer@v1.2.0/LICENSE.txt
text: |
The MIT License (MIT)
Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/github.com/juju/errors.dep.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: github.com/juju/errors
version: v0.0.0-20181118221551-089d3ea4e4d5
version: v1.0.0
type: go
summary: "[godoc-link-here] The juju/errors provides an easy way to annotate errors
without losing the orginal error context."
summary: Package errors provides an easy way to annotate errors without losing the
original error context.
homepage: https://pkg.go.dev/github.com/juju/errors
license: lgpl-3.0-only
licenses:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/klauspost/compress.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/klauspost/compress
version: v1.15.13
version: v1.17.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/klauspost/compress
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/github.com/klauspost/compress/fse.dep.yml
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
4 changes: 2 additions & 2 deletions .licenses/go/github.com/klauspost/compress/huff0.dep.yml
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: []
4 changes: 2 additions & 2 deletions .licenses/go/github.com/klauspost/compress/zstd.dep.yml
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:
homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd/internal/xxhash
license: other
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
2 changes: 1 addition & 1 deletion .licenses/go/github.com/mattn/go-runewidth.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/mattn/go-runewidth
version: v0.0.13
version: v0.0.15
type: go
summary:
homepage: https://pkg.go.dev/github.com/mattn/go-runewidth
Expand Down
7 changes: 4 additions & 3 deletions .licenses/go/github.com/pelletier/go-toml/v2.dep.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: github.com/pelletier/go-toml/v2
version: v2.0.8
version: v2.1.0
type: go
summary: Package toml is a library to read and write TOML documents.
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2
license: mit
license: other
licenses:
- sources: LICENSE
text: |
The MIT License (MIT)
Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
go-toml v2
Copyright (c) 2021 - 2023 Thomas Pelletier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: github.com/pelletier/go-toml/v2/internal/characters
version: v2.0.8
version: v2.1.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters
license: mit
license: other
licenses:
- sources: v2@v2.0.8/LICENSE
- sources: v2@v2.1.0/LICENSE
text: |
The MIT License (MIT)
Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
go-toml v2
Copyright (c) 2021 - 2023 Thomas Pelletier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -29,6 +30,6 @@ licenses:
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: v2@v2.0.8/README.md
- sources: v2@v2.1.0/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: github.com/pelletier/go-toml/v2/internal/danger
version: v2.0.8
version: v2.1.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger
license: mit
license: other
licenses:
- sources: v2@v2.0.8/LICENSE
- sources: v2@v2.1.0/LICENSE
text: |
The MIT License (MIT)
Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
go-toml v2
Copyright (c) 2021 - 2023 Thomas Pelletier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -29,6 +30,6 @@ licenses:
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: v2@v2.0.8/README.md
- sources: v2@v2.1.0/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: github.com/pelletier/go-toml/v2/internal/tracker
version: v2.0.8
version: v2.1.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker
license: mit
license: other
licenses:
- sources: v2@v2.0.8/LICENSE
- sources: v2@v2.1.0/LICENSE
text: |
The MIT License (MIT)
Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
go-toml v2
Copyright (c) 2021 - 2023 Thomas Pelletier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -29,6 +30,6 @@ licenses:
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: v2@v2.0.8/README.md
- sources: v2@v2.1.0/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
11 changes: 6 additions & 5 deletions .licenses/go/github.com/pelletier/go-toml/v2/unstable.dep.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
---
name: github.com/pelletier/go-toml/v2/unstable
version: v2.0.8
version: v2.1.0
type: go
summary: Package unstable provides APIs that do not meet the backward compatibility
guarantees yet.
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable
license: mit
license: other
licenses:
- sources: v2@v2.0.8/LICENSE
- sources: v2@v2.1.0/LICENSE
text: |
The MIT License (MIT)
Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
go-toml v2
Copyright (c) 2021 - 2023 Thomas Pelletier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -30,6 +31,6 @@ licenses:
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: v2@v2.0.8/README.md
- sources: v2@v2.1.0/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
6 changes: 3 additions & 3 deletions .licenses/go/github.com/rivo/uniseg.dep.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: github.com/rivo/uniseg
version: v0.2.0
version: v0.4.4
type: go
summary: 'Package uniseg implements Unicode Text Segmentation according to Unicode
Standard Annex #29 (http://unicode.org/reports/tr29/).'
summary: Package uniseg implements Unicode Text Segmentation, Unicode Line Breaking,
and string width calculation for monospace fonts.
homepage: https://pkg.go.dev/github.com/rivo/uniseg
license: mit
licenses:
Expand Down
8 changes: 3 additions & 5 deletions .licenses/go/github.com/sergi/go-diff/diffmatchpatch.dep.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
---
name: github.com/sergi/go-diff/diffmatchpatch
version: v1.1.0
version: v1.3.1
type: go
summary: Package diffmatchpatch offers robust algorithms to perform the operations
required for synchronizing plain text.
homepage: https://pkg.go.dev/github.com/sergi/go-diff/diffmatchpatch
# Apache-2.0 subsumes MIT
# https://www.gnu.org/licenses/license-compatibility.html#combining
license: apache-2.0
licenses:
- sources: go-diff@v1.1.0/LICENSE
- sources: go-diff@v1.3.1/LICENSE
text: |+
Copyright (c) 2012-2016 The go-diff Authors. All rights reserved.
Expand All @@ -31,7 +29,7 @@ licenses:
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
- sources: go-diff@v1.1.0/APACHE-LICENSE-2.0
- sources: go-diff@v1.3.1/APACHE-LICENSE-2.0
text: |2
Apache License
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/spf13/afero.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/spf13/afero
version: v1.9.5
version: v1.10.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/spf13/afero
Expand Down
Loading

0 comments on commit c405a48

Please sign in to comment.