Skip to content

Commit b65c95d

Browse files
Merge branch 'production' into rename-MAX31855-Library
2 parents 7d1491d + d20de46 commit b65c95d

File tree

230 files changed

+1984
-19045
lines changed

Some content is hidden

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

230 files changed

+1984
-19045
lines changed
Lines changed: 23 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,33 @@
11
module github.com/arduino/library-registry/.github/workflows/assets/validate-registry
22

3-
go 1.17
3+
go 1.23.4
44

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

77
require (
8-
github.com/Microsoft/go-winio v0.5.0 // indirect
9-
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
10-
github.com/acomagu/bufpipe v1.0.3 // indirect
11-
github.com/arduino/arduino-cli v0.0.0-20210520100059-2666b6ec51e9 // indirect
12-
github.com/arduino/go-paths-helper v1.7.0 // indirect
13-
github.com/arduino/go-properties-orderedmap v1.3.0 // indirect
14-
github.com/codeclysm/extract/v3 v3.0.2 // indirect
15-
github.com/emirpasic/gods v1.12.0 // indirect
16-
github.com/go-git/gcfg v1.5.0 // indirect
17-
github.com/go-git/go-billy/v5 v5.3.1 // indirect
18-
github.com/go-git/go-git/v5 v5.4.3-0.20220108132248-a5bbcd278ab1 // indirect
19-
github.com/golang/protobuf v1.5.2 // indirect
20-
github.com/h2non/filetype v1.0.8 // indirect
21-
github.com/imdario/mergo v0.3.12 // 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
11+
github.com/arduino/go-paths-helper v1.12.1 // indirect
12+
github.com/cloudflare/circl v1.5.0 // indirect
13+
github.com/cyphar/filepath-securejoin v0.3.5 // indirect
14+
github.com/emirpasic/gods v1.18.1 // 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
2219
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
23-
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
24-
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
25-
github.com/mitchellh/go-homedir v1.1.0 // indirect
26-
github.com/pkg/errors v0.9.1 // indirect
27-
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
28-
github.com/sergi/go-diff v1.1.0 // indirect
29-
github.com/sirupsen/logrus v1.7.0 // indirect
20+
github.com/kevinburke/ssh_config v1.2.0 // indirect
21+
github.com/pjbgf/sha1cd v0.3.0 // indirect
22+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
23+
github.com/skeema/knownhosts v1.3.0 // indirect
3024
github.com/spf13/pflag v1.0.5 // indirect
3125
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
32-
github.com/xanzy/ssh-agent v0.3.1 // indirect
33-
go.bug.st/cleanup v1.0.0 // indirect
34-
go.bug.st/downloader/v2 v2.1.1 // indirect
35-
go.bug.st/relaxed-semver v0.9.0 // indirect
36-
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
37-
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
38-
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
39-
golang.org/x/text v0.3.7 // indirect
40-
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
41-
google.golang.org/grpc v1.42.0 // indirect
42-
google.golang.org/protobuf v1.27.1 // indirect
26+
github.com/xanzy/ssh-agent v0.3.3 // indirect
27+
go.bug.st/relaxed-semver v0.12.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
4331
gopkg.in/warnings.v0 v0.1.2 // indirect
44-
gopkg.in/yaml.v2 v2.4.0 // indirect
32+
gopkg.in/yaml.v3 v3.0.1 // indirect
4533
)

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

Lines changed: 70 additions & 413 deletions
Large diffs are not rendered by default.

.github/workflows/check-go-dependencies-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go Dependencies
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.17"
6+
GO_VERSION: "1.23"
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.17"
6+
GO_VERSION: "1.23"
77

88
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99
on:

.github/workflows/check-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Registry Data File
22

33
env:
44
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
5-
GO_VERSION: "1.17"
5+
GO_VERSION: "1.23"
66

77
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
88
on:

.github/workflows/test-go-integration-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Integration
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.17"
6+
GO_VERSION: "1.23"
77
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
88
PYTHON_VERSION: "3.9"
99

.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.12
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%2Bi.8713187.xyz%2Fimdario%2Fmergo.svg?type=large)](https://app.fossa.io/projects/git%2Bi.8713187.xyz%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-20210428141323-04723f9f07d7
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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7
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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7
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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7
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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7
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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7
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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7
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-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7/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/armor.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/armor
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v1.1.3
44
type: go
55
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor
77
license: bsd-3-clause
88
licenses:
9-
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/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-20210428141323-04723f9f07d7/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/ecdh.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/ecdh
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v1.1.3
44
type: go
55
summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified
66
in RFC 6637, section 8.
77
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh
88
license: bsd-3-clause
99
licenses:
10-
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
10+
- sources: go-crypto@v1.1.3/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/PATENTS
39+
- sources: go-crypto@v1.1.3/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/validate-registry/go/golang.org/x/net/trace.dep.yml renamed to .licenses/validate-registry/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
name: golang.org/x/net/trace
3-
version: v0.0.0-20210813160813-60bc85c4be6d
2+
name: github.com/ProtonMail/go-crypto/openpgp/ecdsa
3+
version: v1.1.3
44
type: go
5-
summary: Package trace implements tracing of requests and long-lived objects.
6-
homepage: https://pkg.go.dev/golang.org/x/net/trace
5+
summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified
6+
in RFC 6637, section 5.
7+
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa
78
license: bsd-3-clause
89
licenses:
9-
- sources: [email protected]/LICENSE
10+
- sources: [email protected]/LICENSE
1011
text: |
1112
Copyright (c) 2009 The Go Authors. All rights reserved.
1213
@@ -35,7 +36,7 @@ licenses:
3536
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3637
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3738
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected]/PATENTS
39+
- sources: [email protected]/PATENTS
3940
text: |
4041
Additional IP Rights Grant (Patents)
4142

0 commit comments

Comments
 (0)