Skip to content

Commit 5e90edf

Browse files
Update deps (#2350)
1 parent 3a2f9f1 commit 5e90edf

File tree

260 files changed

+2217
-1751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+2217
-1751
lines changed

.github/workflows/check-protobuf-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
- name: Install protoc compiler
6262
uses: arduino/setup-protoc@v2
6363
with:
64-
version: v23.2
64+
version: v24.3
6565
repo-token: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Install Go deps
6868
run: |
69-
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30.0
69+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
7070
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
7171
7272
- name: Install Task

.licensed.yml

+18
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@ reviewed:
4545
- golang.org/x/crypto/argon2
4646
- golang.org/x/crypto/blake2b
4747
- golang.org/x/crypto/sha3
48+
- github.com/russross/blackfriday/v2
49+
- github.com/go-git/gcfg
50+
- github.com/go-git/gcfg/scanner
51+
- github.com/go-git/gcfg/token
52+
- github.com/go-git/gcfg/types
53+
- golang.org/x/crypto/openpgp
54+
- golang.org/x/crypto/openpgp/armor
55+
- golang.org/x/crypto/openpgp/elgamal
56+
- golang.org/x/crypto/openpgp/errors
57+
- golang.org/x/crypto/openpgp/packet
58+
- golang.org/x/crypto/openpgp/s2k
59+
- golang.org/x/sys/execabs
60+
- golang.org/x/text/encoding
61+
- golang.org/x/text/encoding/internal
62+
- golang.org/x/text/encoding/internal/identifier
63+
- golang.org/x/text/encoding/unicode
64+
- golang.org/x/text/internal/utf8internal
65+
- github.com/sagikazarmark/slog-shim
4866

4967
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
5068
allowed:

.licenses/go/github.com/arduino/go-paths-helper.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: github.com/arduino/go-paths-helper
3-
version: v1.9.0
3+
version: v1.9.2
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper
77
license: gpl-2.0-or-later
88
licenses:

.licenses/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/cpuguy83/go-md2man/v2/md2man
3-
version: v2.0.0
3+
version: v2.0.2
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/cpuguy83/go-md2man/v2/md2man
77
license: mit
88
licenses:
9-
- sources: v2@v2.0.0/LICENSE.md
9+
- sources: v2@v2.0.2/LICENSE.md
1010
text: |
1111
The MIT License (MIT)
1212
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: github.com/cyphar/filepath-securejoin
3+
version: v0.2.4
4+
type: go
5+
summary: Package securejoin is an implementation of the hopefully-soon-to-be-included
6+
SecureJoin helper that is meant to be part of the "path/filepath" package.
7+
homepage: https://pkg.go.dev/github.com/cyphar/filepath-securejoin
8+
license: bsd-3-clause
9+
licenses:
10+
- sources: LICENSE
11+
text: |
12+
Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved.
13+
Copyright (C) 2017 SUSE LLC. All rights reserved.
14+
15+
Redistribution and use in source and binary forms, with or without
16+
modification, are permitted provided that the following conditions are
17+
met:
18+
19+
* Redistributions of source code must retain the above copyright
20+
notice, this list of conditions and the following disclaimer.
21+
* Redistributions in binary form must reproduce the above
22+
copyright notice, this list of conditions and the following disclaimer
23+
in the documentation and/or other materials provided with the
24+
distribution.
25+
* Neither the name of Google Inc. nor the names of its
26+
contributors may be used to endorse or promote products derived from
27+
this software without specific prior written permission.
28+
29+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40+
- sources: README.md
41+
text: |-
42+
The license of this project is the same as Go, which is a BSD 3-clause license
43+
available in the `LICENSE` file.
44+
notices: []

.licenses/go/github.com/djherbis/buffer.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/djherbis/buffer
3-
version: v1.1.0
3+
version: v1.2.0
44
type: go
55
summary: Package buffer implements a series of Buffers which can be composed to implement
66
complicated buffering strategies

.licenses/go/github.com/djherbis/buffer/limio.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/djherbis/buffer/limio
3-
version: v1.1.0
3+
version: v1.2.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/djherbis/buffer/limio
77
license: mit
88
licenses:
9-
- sources: buffer@v1.1.0/LICENSE.txt
9+
- sources: buffer@v1.2.0/LICENSE.txt
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/go/github.com/djherbis/buffer/wrapio.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/djherbis/buffer/wrapio
3-
version: v1.1.0
3+
version: v1.2.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/djherbis/buffer/wrapio
77
license: mit
88
licenses:
9-
- sources: buffer@v1.1.0/LICENSE.txt
9+
- sources: buffer@v1.2.0/LICENSE.txt
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/go/github.com/emirpasic/gods/containers.dep.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/containers
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package containers provides core interfaces and functions for data structures.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/containers
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/emirpasic/gods/lists.dep.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/lists
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package lists provides an abstract List interface.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/emirpasic/gods/lists/arraylist.dep.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/lists/arraylist
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package arraylist implements the array list.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists/arraylist
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/emirpasic/gods/trees.dep.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/trees
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package trees provides an abstract Tree interface.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/emirpasic/gods/trees/binaryheap.dep.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/trees/binaryheap
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package binaryheap implements a binary heap backed by array list.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees/binaryheap
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/emirpasic/gods/utils.dep.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/utils
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package utils provides common utility functions.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/utils
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/fatih/color.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/fatih/color
3-
version: v1.7.0
3+
version: v1.15.0
44
type: go
55
summary: Package color is an ANSI color package to output colorized or SGR defined
66
output to the standard output.
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,36 @@
11
---
22
name: github.com/fsnotify/fsnotify
3-
version: v1.4.9
3+
version: v1.6.0
44
type: go
5-
summary: Package fsnotify provides a platform-independent interface for file system
6-
notifications.
5+
summary: Package fsnotify provides a cross-platform interface for file system notifications.
76
homepage: https://pkg.go.dev/github.com/fsnotify/fsnotify
87
license: bsd-3-clause
98
licenses:
109
- sources: LICENSE
1110
text: |
12-
Copyright (c) 2012 The Go Authors. All rights reserved.
13-
Copyright (c) 2012-2019 fsnotify Authors. All rights reserved.
11+
Copyright © 2012 The Go Authors. All rights reserved.
12+
Copyright © fsnotify Authors. All rights reserved.
1413
15-
Redistribution and use in source and binary forms, with or without
16-
modification, are permitted provided that the following conditions are
17-
met:
14+
Redistribution and use in source and binary forms, with or without modification,
15+
are permitted provided that the following conditions are met:
1816
19-
* Redistributions of source code must retain the above copyright
20-
notice, this list of conditions and the following disclaimer.
21-
* Redistributions in binary form must reproduce the above
22-
copyright notice, this list of conditions and the following disclaimer
23-
in the documentation and/or other materials provided with the
24-
distribution.
25-
* Neither the name of Google Inc. nor the names of its
26-
contributors may be used to endorse or promote products derived from
27-
this software without specific prior written permission.
17+
* Redistributions of source code must retain the above copyright notice, this
18+
list of conditions and the following disclaimer.
19+
* Redistributions in binary form must reproduce the above copyright notice, this
20+
list of conditions and the following disclaimer in the documentation and/or
21+
other materials provided with the distribution.
22+
* Neither the name of Google Inc. nor the names of its contributors may be used
23+
to endorse or promote products derived from this software without specific
24+
prior written permission.
2825
29-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40-
notices:
41-
- sources: AUTHORS
42-
text: "# Names should be added to this file as\n#\tName or Organization <email address>\n#
43-
The email address is not required for organizations.\n\n# You can update this
44-
list using the following command:\n#\n# $ git shortlog -se | awk '{print $2
45-
\" \" $3 \" \" $4}'\n\n# Please keep the list sorted.\n\nAaron L <aaron@bettercoder.net>\nAdrien
46-
Bustany <adrien@bustany.org>\nAmit Krishnan <amit.krishnan@oracle.com>\nAnmol
47-
Sethi <me@anmol.io>\nBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>\nBruno
48-
Bigras <bigras.bruno@gmail.com>\nCaleb Spare <cespare@gmail.com>\nCase Nelson
49-
<case@teammating.com>\nChris Howey <chris@howey.me> <howeyc@gmail.com>\nChristoffer
50-
Buchholz <christoffer.buchholz@gmail.com>\nDaniel Wagner-Hall <dawagner@gmail.com>\nDave
51-
Cheney <dave@cheney.net>\nEvan Phoenix <evan@fallingsnow.net>\nFrancisco Souza
52-
<f@souza.cc>\nHari haran <hariharan.uno@gmail.com>\nJohn C Barstow\nKelvin Fo
53-
<vmirage@gmail.com>\nKen-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>\nMatt Layher
54-
<mdlayher@gmail.com>\nNathan Youngman <git@nathany.com>\nNickolai Zeldovich <nickolai@csail.mit.edu>\nPatrick
55-
<patrick@dropbox.com>\nPaul Hammond <paul@paulhammond.org>\nPawel Knap <pawelknap88@gmail.com>\nPieter
56-
Droogendijk <pieter@binky.org.uk>\nPursuit92 <JoshChase@techpursuit.net>\nRiku
57-
Voipio <riku.voipio@linaro.org>\nRob Figueiredo <robfig@gmail.com>\nRodrigo Chiossi
58-
<rodrigochiossi@gmail.com>\nSlawek Ligus <root@ooz.ie>\nSoge Zhang <zhssoge@gmail.com>\nTiffany
59-
Jernigan <tiffany.jernigan@intel.com>\nTilak Sharma <tilaks@google.com>\nTom Payne
60-
<twpayne@gmail.com>\nTravis Cline <travis.cline@gmail.com>\nTudor Golubenco <tudor.g@gmail.com>\nVahe
61-
Khachikyan <vahe@live.ca>\nYukang <moorekang@gmail.com>\nbronze1man <bronze1man@gmail.com>\ndebrando
62-
<denis.brandolini@gmail.com>\nhenrikedwards <henrik.edwards@gmail.com>\n铁哥 <guotie.9@gmail.com>"
26+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
27+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
28+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
29+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
30+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
31+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
32+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
33+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36+
notices: []

0 commit comments

Comments
 (0)