Skip to content
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
262 changes: 131 additions & 131 deletions .licenses/NOTICE.arduino-cli

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .licenses/go/fortio.org/safecast.dep.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: fortio.org/safecast
version: v1.0.0
version: v1.2.0
type: go
summary: Package safecast allows you to safely cast between numeric types in Go and
return errors (or panic when using the Must* variants) when the cast would result
in a loss of precision, range or sign.
homepage: https://godoc.org/fortio.org/safecast
homepage: https://pkg.go.dev/fortio.org/safecast
license: apache-2.0
licenses:
- sources: LICENSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: github.com/go-viper/mapstructure/v2
version: v2.3.0
version: v2.4.0
type: go
summary: Package mapstructure exposes functionality to convert one arbitrary Go type
into another, typically to convert a map[string]interface{} into a native Go structure.
into another, typically to convert a map[string]any into a native Go structure.
homepage: https://pkg.go.dev/github.com/go-viper/mapstructure/v2
license: mit
licenses:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/go-viper/mapstructure/v2/internal/errors
version: v2.3.0
version: v2.4.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-viper/mapstructure/v2/internal/errors
license: mit
licenses:
- sources: v2@v2.3.0/LICENSE
- sources: v2@v2.4.0/LICENSE
text: |
The MIT License (MIT)

Expand All @@ -29,6 +29,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: v2@v2.3.0/README.md
- sources: v2@v2.4.0/README.md
text: The project is licensed under the [MIT License](LICENSE).
notices: []
2 changes: 1 addition & 1 deletion .licenses/go/github.com/spf13/cobra.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/spf13/cobra
version: v1.9.1
version: v1.10.1
type: go
summary: Package cobra is a commander providing a simple interface to create powerful
modern CLI interfaces.
Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/github.com/spf13/cobra/doc.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/spf13/cobra/doc
version: v1.9.1
version: v1.10.1
type: go
summary:
homepage: https://pkg.go.dev/github.com/spf13/cobra/doc
license: apache-2.0
licenses:
- sources: cobra@v1.9.1/LICENSE.txt
- sources: cobra@v1.10.1/LICENSE.txt
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -182,6 +182,6 @@ licenses:
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
- sources: cobra@v1.9.1/README.md
- sources: cobra@v1.10.1/README.md
text: Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)
notices: []
2 changes: 1 addition & 1 deletion .licenses/go/github.com/spf13/pflag.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/spf13/pflag
version: v1.0.6
version: v1.0.9
type: go
summary: Package pflag is a drop-in replacement for Go's flag package, implementing
POSIX/GNU-style --flags.
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/ulikunitz/xz.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ulikunitz/xz
version: v0.5.12
version: v0.5.15
type: go
summary: Package xz supports the compression and decompression of xz files.
homepage: https://pkg.go.dev/github.com/ulikunitz/xz
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ulikunitz/xz/internal/hash
version: v0.5.12
version: v0.5.15
type: go
summary: Package hash provides rolling hashes.
homepage: https://pkg.go.dev/github.com/ulikunitz/xz/internal/hash
license: bsd-3-clause
licenses:
- sources: [email protected].12/LICENSE
- sources: [email protected].15/LICENSE
text: |
Copyright (c) 2014-2022 Ulrich Kunitz
All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/ulikunitz/xz/internal/xlog
version: v0.5.12
version: v0.5.15
type: go
summary: Package xlog provides a simple logging package that allows to disable certain
message categories.
homepage: https://pkg.go.dev/github.com/ulikunitz/xz/internal/xlog
license: bsd-3-clause
licenses:
- sources: [email protected].12/LICENSE
- sources: [email protected].15/LICENSE
text: |
Copyright (c) 2014-2022 Ulrich Kunitz
All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ulikunitz/xz/lzma
version: v0.5.12
version: v0.5.15
type: go
summary: Package lzma supports the decoding and encoding of LZMA streams.
homepage: https://pkg.go.dev/github.com/ulikunitz/xz/lzma
license: bsd-3-clause
licenses:
- sources: [email protected].12/LICENSE
- sources: [email protected].15/LICENSE
text: |
Copyright (c) 2014-2022 Ulrich Kunitz
All rights reserved.
Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/argon2.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/argon2
version: v0.38.0
version: v0.39.0
type: go
summary: Package argon2 implements the key derivation function Argon2.
homepage: https://pkg.go.dev/golang.org/x/crypto/argon2
license: bsd-3-clause
licenses:
- sources: crypto@v0.38.0/LICENSE
- sources: crypto@v0.39.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
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: crypto@v0.38.0/PATENTS
- sources: crypto@v0.39.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/blake2b.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/blake2b
version: v0.38.0
version: v0.39.0
type: go
summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693
and the extendable output function (XOF) BLAKE2Xb.
homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b
license: bsd-3-clause
licenses:
- sources: crypto@v0.38.0/LICENSE
- sources: crypto@v0.39.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -36,7 +36,7 @@ licenses:
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: crypto@v0.38.0/PATENTS
- sources: crypto@v0.39.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/blowfish.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/blowfish
version: v0.38.0
version: v0.39.0
type: go
summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish
license: bsd-3-clause
licenses:
- sources: crypto@v0.38.0/LICENSE
- sources: crypto@v0.39.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
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: crypto@v0.38.0/PATENTS
- sources: crypto@v0.39.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/cast5.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/cast5
version: v0.38.0
version: v0.39.0
type: go
summary: Package cast5 implements CAST5, as defined in RFC 2144.
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
license: bsd-3-clause
licenses:
- sources: crypto@v0.38.0/LICENSE
- sources: crypto@v0.39.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
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: crypto@v0.38.0/PATENTS
- sources: crypto@v0.39.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/curve25519.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/curve25519
version: v0.38.0
version: v0.39.0
type: go
summary: Package curve25519 provides an implementation of the X25519 function, which
performs scalar multiplication on the elliptic curve known as Curve25519.
homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519
license: bsd-3-clause
licenses:
- sources: crypto@v0.38.0/LICENSE
- sources: crypto@v0.39.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -36,7 +36,7 @@ licenses:
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: crypto@v0.38.0/PATENTS
- sources: crypto@v0.39.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/hkdf.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/hkdf
version: v0.38.0
version: v0.39.0
type: go
summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation
Function (HKDF) as defined in RFC 5869.
homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf
license: bsd-3-clause
licenses:
- sources: crypto@v0.38.0/LICENSE
- sources: crypto@v0.39.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -36,7 +36,7 @@ licenses:
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: crypto@v0.38.0/PATENTS
- sources: crypto@v0.39.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/sha3.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/sha3
version: v0.38.0
version: v0.39.0
type: go
summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and
the SHAKE variable-output-length hash functions defined by FIPS-202.
homepage: https://pkg.go.dev/golang.org/x/crypto/sha3
license: other
licenses:
- sources: crypto@v0.38.0/LICENSE
- sources: crypto@v0.39.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -36,7 +36,7 @@ licenses:
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: crypto@v0.38.0/PATENTS
- sources: crypto@v0.39.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/ssh.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/ssh
version: v0.38.0
version: v0.39.0
type: go
summary: Package ssh implements an SSH client and server.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh
license: bsd-3-clause
licenses:
- sources: crypto@v0.38.0/LICENSE
- sources: crypto@v0.39.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
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: crypto@v0.38.0/PATENTS
- sources: crypto@v0.39.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/ssh/agent.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/ssh/agent
version: v0.38.0
version: v0.39.0
type: go
summary: Package agent implements the ssh-agent protocol, and provides both a client
and a server.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent
license: bsd-3-clause
licenses:
- sources: crypto@v0.38.0/LICENSE
- sources: crypto@v0.39.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -36,7 +36,7 @@ licenses:
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: crypto@v0.38.0/PATENTS
- sources: crypto@v0.39.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
version: v0.38.0
version: v0.39.0
type: go
summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
license: bsd-3-clause
licenses:
- sources: crypto@v0.38.0/LICENSE
- sources: crypto@v0.39.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
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: crypto@v0.38.0/PATENTS
- sources: crypto@v0.39.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Loading
Loading