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

Lines changed: 2 additions & 2 deletions
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/[email protected]
7171
7272
- name: Install Task

.licensed.yml

Lines changed: 18 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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: [email protected].0/LICENSE.md
9+
- sources: [email protected].2/LICENSE.md
1010
text: |
1111
The MIT License (MIT)
1212
Lines changed: 44 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 4 deletions
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

Lines changed: 3 additions & 4 deletions
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: []

0 commit comments

Comments
 (0)