Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps #2350

Merged
merged 19 commits into from
Oct 13, 2023
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 .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
18 changes: 18 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@ reviewed:
- golang.org/x/crypto/argon2
- golang.org/x/crypto/blake2b
- golang.org/x/crypto/sha3
- github.com/russross/blackfriday/v2
- github.com/go-git/gcfg
- github.com/go-git/gcfg/scanner
- github.com/go-git/gcfg/token
- github.com/go-git/gcfg/types
- golang.org/x/crypto/openpgp
- golang.org/x/crypto/openpgp/armor
- golang.org/x/crypto/openpgp/elgamal
- golang.org/x/crypto/openpgp/errors
- golang.org/x/crypto/openpgp/packet
- golang.org/x/crypto/openpgp/s2k
- golang.org/x/sys/execabs
- 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
- github.com/sagikazarmark/slog-shim

# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
allowed:
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/github.com/arduino/go-paths-helper.dep.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: github.com/arduino/go-paths-helper
version: v1.9.0
version: v1.9.2
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper
license: gpl-2.0-or-later
licenses:
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/cpuguy83/go-md2man/v2/md2man
version: v2.0.0
version: v2.0.2
type: go
summary:
homepage: https://pkg.go.dev/github.com/cpuguy83/go-md2man/v2/md2man
license: mit
licenses:
- sources: [email protected].0/LICENSE.md
- sources: [email protected].2/LICENSE.md
text: |
The MIT License (MIT)
Expand Down
44 changes: 44 additions & 0 deletions .licenses/go/github.com/cyphar/filepath-securejoin.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: github.com/cyphar/filepath-securejoin
version: v0.2.4
type: go
summary: Package securejoin is an implementation of the hopefully-soon-to-be-included
SecureJoin helper that is meant to be part of the "path/filepath" package.
homepage: https://pkg.go.dev/github.com/cyphar/filepath-securejoin
license: bsd-3-clause
licenses:
- sources: LICENSE
text: |
Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved.
Copyright (C) 2017 SUSE LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
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: README.md
text: |-
The license of this project is the same as Go, which is a BSD 3-clause license
available in the `LICENSE` file.
notices: []
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
7 changes: 3 additions & 4 deletions .licenses/go/github.com/emirpasic/gods/containers.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/containers
version: v1.12.0
version: v1.18.1
type: go
summary: Package containers provides core interfaces and functions for data structures.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/containers
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
7 changes: 3 additions & 4 deletions .licenses/go/github.com/emirpasic/gods/lists.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/lists
version: v1.12.0
version: v1.18.1
type: go
summary: Package lists provides an abstract List interface.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/lists/arraylist
version: v1.12.0
version: v1.18.1
type: go
summary: Package arraylist implements the array list.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists/arraylist
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
7 changes: 3 additions & 4 deletions .licenses/go/github.com/emirpasic/gods/trees.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/trees
version: v1.12.0
version: v1.18.1
type: go
summary: Package trees provides an abstract Tree interface.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/trees/binaryheap
version: v1.12.0
version: v1.18.1
type: go
summary: Package binaryheap implements a binary heap backed by array list.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees/binaryheap
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
7 changes: 3 additions & 4 deletions .licenses/go/github.com/emirpasic/gods/utils.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/utils
version: v1.12.0
version: v1.18.1
type: go
summary: Package utils provides common utility functions.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/utils
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
2 changes: 1 addition & 1 deletion .licenses/go/github.com/fatih/color.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/fatih/color
version: v1.7.0
version: v1.15.0
type: go
summary: Package color is an ANSI color package to output colorized or SGR defined
output to the standard output.
Expand Down
76 changes: 25 additions & 51 deletions .licenses/go/github.com/fsnotify/fsnotify.dep.yml
Original file line number Diff line number Diff line change
@@ -1,62 +1,36 @@
---
name: github.com/fsnotify/fsnotify
version: v1.4.9
version: v1.6.0
type: go
summary: Package fsnotify provides a platform-independent interface for file system
notifications.
summary: Package fsnotify provides a cross-platform interface for file system notifications.
homepage: https://pkg.go.dev/github.com/fsnotify/fsnotify
license: bsd-3-clause
licenses:
- sources: LICENSE
text: |
Copyright (c) 2012 The Go Authors. All rights reserved.
Copyright (c) 2012-2019 fsnotify Authors. All rights reserved.
Copyright © 2012 The Go Authors. All rights reserved.
Copyright © fsnotify Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
* Neither the name of Google Inc. nor the names of its contributors may be used
to endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
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.
notices:
- sources: AUTHORS
text: "# Names should be added to this file as\n#\tName or Organization <email address>\n#
The email address is not required for organizations.\n\n# You can update this
list using the following command:\n#\n# $ git shortlog -se | awk '{print $2
\" \" $3 \" \" $4}'\n\n# Please keep the list sorted.\n\nAaron L <[email protected]>\nAdrien
Bustany <[email protected]>\nAmit Krishnan <[email protected]>\nAnmol
Sethi <[email protected]>\nBjørn Erik Pedersen <[email protected]>\nBruno
Bigras <[email protected]>\nCaleb Spare <[email protected]>\nCase Nelson
<[email protected]>\nChris Howey <[email protected]> <[email protected]>\nChristoffer
Buchholz <[email protected]>\nDaniel Wagner-Hall <[email protected]>\nDave
Cheney <[email protected]>\nEvan Phoenix <[email protected]>\nFrancisco Souza
<[email protected]>\nHari haran <[email protected]>\nJohn C Barstow\nKelvin Fo
<[email protected]>\nKen-ichirou MATSUZAWA <[email protected]>\nMatt Layher
<[email protected]>\nNathan Youngman <[email protected]>\nNickolai Zeldovich <[email protected]>\nPatrick
<[email protected]>\nPaul Hammond <[email protected]>\nPawel Knap <[email protected]>\nPieter
Droogendijk <[email protected]>\nPursuit92 <[email protected]>\nRiku
Voipio <[email protected]>\nRob Figueiredo <[email protected]>\nRodrigo Chiossi
<[email protected]>\nSlawek Ligus <[email protected]>\nSoge Zhang <[email protected]>\nTiffany
Jernigan <[email protected]>\nTilak Sharma <[email protected]>\nTom Payne
<[email protected]>\nTravis Cline <[email protected]>\nTudor Golubenco <[email protected]>\nVahe
Khachikyan <[email protected]>\nYukang <[email protected]>\nbronze1man <[email protected]>\ndebrando
<[email protected]>\nhenrikedwards <[email protected]>\n铁哥 <[email protected]>"
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY 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.
notices: []
Loading
Loading