Skip to content

Commit 1061f0b

Browse files
authored
Merge pull request #5616 from arduino/dependabot/go_modules/dot-github/workflows/assets/validate-registry/production/github.com/arduino/libraries-repository-engine-1.1.6
Bump github.com/arduino/libraries-repository-engine from 1.1.5 to 1.1.6 in /.github/workflows/assets/validate-registry
2 parents 33be0e9 + 9b22fa1 commit 1061f0b

File tree

117 files changed

+1457
-436
lines changed

Some content is hidden

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

117 files changed

+1457
-436
lines changed

.github/workflows/assets/validate-registry/go.mod

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,32 @@ module github.com/arduino/library-registry/.github/workflows/assets/validate-reg
22

33
go 1.23.4
44

5-
require github.com/arduino/libraries-repository-engine v1.1.5
5+
require github.com/arduino/libraries-repository-engine v1.1.6
66

77
require (
8-
github.com/Microsoft/go-winio v0.5.2 // indirect
9-
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
10-
github.com/acomagu/bufpipe v1.0.4 // indirect
8+
dario.cat/mergo v1.0.1 // indirect
9+
github.com/Microsoft/go-winio v0.6.2 // indirect
10+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
1111
github.com/arduino/go-paths-helper v1.12.1 // indirect
12-
github.com/cloudflare/circl v1.3.7 // indirect
12+
github.com/cloudflare/circl v1.5.0 // indirect
13+
github.com/cyphar/filepath-securejoin v0.3.5 // indirect
1314
github.com/emirpasic/gods v1.18.1 // indirect
14-
github.com/go-git/gcfg v1.5.0 // indirect
15-
github.com/go-git/go-billy/v5 v5.4.1 // indirect
16-
github.com/go-git/go-git/v5 v5.6.1 // indirect
17-
github.com/imdario/mergo v0.3.13 // indirect
15+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
16+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
17+
github.com/go-git/go-git/v5 v5.12.0 // indirect
18+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
1819
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
1920
github.com/kevinburke/ssh_config v1.2.0 // indirect
2021
github.com/pjbgf/sha1cd v0.3.0 // indirect
21-
github.com/sergi/go-diff v1.1.0 // indirect
22-
github.com/skeema/knownhosts v1.1.0 // indirect
22+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
23+
github.com/skeema/knownhosts v1.3.0 // indirect
2324
github.com/spf13/pflag v1.0.5 // indirect
2425
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
2526
github.com/xanzy/ssh-agent v0.3.3 // indirect
2627
go.bug.st/relaxed-semver v0.12.0 // indirect
27-
golang.org/x/crypto v0.21.0 // indirect
28-
golang.org/x/net v0.23.0 // indirect
29-
golang.org/x/sys v0.18.0 // indirect
28+
golang.org/x/crypto v0.31.0 // indirect
29+
golang.org/x/net v0.32.0 // indirect
30+
golang.org/x/sys v0.28.0 // indirect
3031
gopkg.in/warnings.v0 v0.1.2 // indirect
3132
gopkg.in/yaml.v3 v3.0.1 // indirect
3233
)

.github/workflows/assets/validate-registry/go.sum

Lines changed: 51 additions & 97 deletions
Large diffs are not rendered by default.

.licenses/validate-registry/go/github.com/imdario/mergo.dep.yml renamed to .licenses/validate-registry/go/dario.cat/mergo.dep.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: github.com/imdario/mergo
3-
version: v0.3.13
2+
name: dario.cat/mergo
3+
version: v1.0.1
44
type: go
55
summary: A helper to merge structs and maps in Golang.
6-
homepage: https://pkg.go.dev/github.com/imdario/mergo
6+
homepage: https://pkg.go.dev/dario.cat/mergo
77
license: bsd-3-clause
88
licenses:
99
- sources: LICENSE
@@ -40,6 +40,5 @@ licenses:
4040
text: |-
4141
[BSD 3-Clause](http://opensource.org/licenses/BSD-3-Clause) license, as [Go language](http://golang.org/LICENSE).
4242
43-
4443
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fimdario%2Fmergo.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fimdario%2Fmergo?ref=badge_large)
4544
notices: []

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/bitcurves
3-
version: v0.0.0-20230217124315-7d5c6f04bbb8
3+
version: v1.1.3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves
77
license: bsd-3-clause
88
licenses:
9-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/LICENSE
9+
- sources: go-crypto@v1.1.3/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/PATENTS
38+
- sources: go-crypto@v1.1.3/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/brainpool
3-
version: v0.0.0-20230217124315-7d5c6f04bbb8
3+
version: v1.1.3
44
type: go
55
summary: Package brainpool implements Brainpool elliptic curves.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool
77
license: bsd-3-clause
88
licenses:
9-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/LICENSE
9+
- sources: go-crypto@v1.1.3/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/PATENTS
38+
- sources: go-crypto@v1.1.3/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/eax.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/ProtonMail/go-crypto/eax
3-
version: v0.0.0-20230217124315-7d5c6f04bbb8
3+
version: v1.1.3
44
type: go
55
summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate)
66
mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF
@@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat
99
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax
1010
license: bsd-3-clause
1111
licenses:
12-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/LICENSE
12+
- sources: go-crypto@v1.1.3/LICENSE
1313
text: |
1414
Copyright (c) 2009 The Go Authors. All rights reserved.
1515
@@ -38,7 +38,7 @@ licenses:
3838
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3939
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4040
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/PATENTS
41+
- sources: go-crypto@v1.1.3/PATENTS
4242
text: |
4343
Additional IP Rights Grant (Patents)
4444

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/internal/byteutil
3-
version: v0.0.0-20230217124315-7d5c6f04bbb8
3+
version: v1.1.3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil
77
license: bsd-3-clause
88
licenses:
9-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/LICENSE
9+
- sources: go-crypto@v1.1.3/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/PATENTS
38+
- sources: go-crypto@v1.1.3/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/ocb.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/ProtonMail/go-crypto/ocb
3-
version: v0.0.0-20230217124315-7d5c6f04bbb8
3+
version: v1.1.3
44
type: go
55
summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode
66
of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black
@@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo
99
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb
1010
license: bsd-3-clause
1111
licenses:
12-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/LICENSE
12+
- sources: go-crypto@v1.1.3/LICENSE
1313
text: |
1414
Copyright (c) 2009 The Go Authors. All rights reserved.
1515
@@ -38,7 +38,7 @@ licenses:
3838
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3939
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4040
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/PATENTS
41+
- sources: go-crypto@v1.1.3/PATENTS
4242
text: |
4343
Additional IP Rights Grant (Patents)
4444

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp
3-
version: v0.0.0-20230217124315-7d5c6f04bbb8
3+
version: v1.1.3
44
type: go
55
summary: Package openpgp implements high level operations on OpenPGP messages.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp
77
license: bsd-3-clause
88
licenses:
9-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/LICENSE
9+
- sources: go-crypto@v1.1.3/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/PATENTS
38+
- sources: go-crypto@v1.1.3/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
3-
version: v0.0.0-20230217124315-7d5c6f04bbb8
3+
version: v1.1.3
44
type: go
55
summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
77
license: bsd-3-clause
88
licenses:
9-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/LICENSE
9+
- sources: go-crypto@v1.1.3/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8/PATENTS
38+
- sources: go-crypto@v1.1.3/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)