You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-29 14:01:15 +03:00
Manually define dependency license metadata that was not detected
The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in the `.licenses` folder manually. The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed.
This commit is contained in:
@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
|
||||
type: go
|
||||
summary: Package brainpool implements Brainpool elliptic curves.
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -7,7 +7,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat
|
||||
OPERATION: A TWO-PASS AUTHENTICATED-ENCRYPTION SCHEME OPTIMIZED FOR SIMPLICITY AND
|
||||
EFFICIENCY." In FSE''04, volume 3017 of LNCS, 2004'
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -7,7 +7,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo
|
||||
and Krovetz - OCB: A BLOCK-CIPHER MODE OF OPERATION FOR EFFICIENT AUTHENTICATED
|
||||
ENCRYPTION (2003).'
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
|
||||
type: go
|
||||
summary: Package openpgp implements high level operations on OpenPGP messages.
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
|
||||
type: go
|
||||
summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm.
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
|
||||
type: go
|
||||
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified
|
||||
in RFC 6637, section 8.
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -6,7 +6,7 @@ summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as
|
||||
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"
|
||||
IEEE Transactions on Information Theory, v.
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
|
||||
type: go
|
||||
summary: Package errors contains common error types for the OpenPGP packages.
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package encoding implements openpgp packet field encodings as specified in
|
||||
RFC 4880 and 6637.
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/encoding
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package packet implements parsing and serialization of OpenPGP packets, as
|
||||
specified in RFC 4880.
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/packet
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package s2k implements the various OpenPGP string-to-key transforms as specified
|
||||
in RFC 4800 section 3.7.1.
|
||||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/s2k
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210520100059-2666b6ec51e9
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/builder
|
||||
license: other
|
||||
license: gpl-3.0-only
|
||||
licenses:
|
||||
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210520100059-2666b6ec51e9
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores
|
||||
license: other
|
||||
license: gpl-3.0-only
|
||||
licenses:
|
||||
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210520100059-2666b6ec51e9
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals
|
||||
license: other
|
||||
license: gpl-3.0-only
|
||||
licenses:
|
||||
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210520100059-2666b6ec51e9
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries
|
||||
license: other
|
||||
license: gpl-3.0-only
|
||||
licenses:
|
||||
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210520100059-2666b6ec51e9
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources
|
||||
license: other
|
||||
license: gpl-3.0-only
|
||||
licenses:
|
||||
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210520100059-2666b6ec51e9
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch
|
||||
license: other
|
||||
license: gpl-3.0-only
|
||||
licenses:
|
||||
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210520100059-2666b6ec51e9
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketches
|
||||
license: other
|
||||
license: gpl-3.0-only
|
||||
licenses:
|
||||
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210520100059-2666b6ec51e9
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/cli/errorcodes
|
||||
license: other
|
||||
license: gpl-3.0-only
|
||||
licenses:
|
||||
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210520100059-2666b6ec51e9
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/cli/feedback
|
||||
license: other
|
||||
license: gpl-3.0-only
|
||||
licenses:
|
||||
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210520100059-2666b6ec51e9
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
|
||||
license: other
|
||||
license: gpl-3.0-only
|
||||
licenses:
|
||||
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.6.1
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper
|
||||
license: gpl-2.0
|
||||
license: gpl-2.0-or-later
|
||||
licenses:
|
||||
- sources: LICENSE
|
||||
text: |2
|
||||
|
@ -4,7 +4,7 @@ version: v1.3.0
|
||||
type: go
|
||||
summary: Package properties is a library for handling maps of hierarchical properties.
|
||||
homepage: https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
|
||||
license: gpl-2.0
|
||||
license: gpl-2.0-or-later
|
||||
licenses:
|
||||
- sources: LICENSE
|
||||
text: |2
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210715160651-710946ea85e3
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries
|
||||
license: agpl-3.0
|
||||
license: agpl-3.0-or-later
|
||||
licenses:
|
||||
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
|
||||
text: |2
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210715160651-710946ea85e3
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/db
|
||||
license: agpl-3.0
|
||||
license: agpl-3.0-or-later
|
||||
licenses:
|
||||
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
|
||||
text: |2
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210715160651-710946ea85e3
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/file
|
||||
license: agpl-3.0
|
||||
license: agpl-3.0-or-later
|
||||
licenses:
|
||||
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
|
||||
text: |2
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210715160651-710946ea85e3
|
||||
type: go
|
||||
summary: Package metadata handles library.properties metadata.
|
||||
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/metadata
|
||||
license: agpl-3.0
|
||||
license: agpl-3.0-or-later
|
||||
licenses:
|
||||
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
|
||||
text: |2
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210715160651-710946ea85e3
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/zip
|
||||
license: agpl-3.0
|
||||
license: agpl-3.0-or-later
|
||||
licenses:
|
||||
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
|
||||
text: |2
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210715160651-710946ea85e3
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/libraries
|
||||
license: agpl-3.0
|
||||
license: agpl-3.0-or-later
|
||||
licenses:
|
||||
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
|
||||
text: |2
|
||||
|
@ -4,7 +4,8 @@ version: v1.12.0
|
||||
type: go
|
||||
summary: Package containers provides core interfaces and functions for data structures.
|
||||
homepage: https://pkg.go.dev/github.com/emirpasic/gods/containers
|
||||
license: other
|
||||
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
|
||||
license: bsd-2-clause
|
||||
licenses:
|
||||
- sources: gods@v1.12.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,8 @@ version: v1.12.0
|
||||
type: go
|
||||
summary: Package lists provides an abstract List interface.
|
||||
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists
|
||||
license: other
|
||||
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
|
||||
license: bsd-2-clause
|
||||
licenses:
|
||||
- sources: gods@v1.12.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,8 @@ version: v1.12.0
|
||||
type: go
|
||||
summary: Package arraylist implements the array list.
|
||||
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists/arraylist
|
||||
license: other
|
||||
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
|
||||
license: bsd-2-clause
|
||||
licenses:
|
||||
- sources: gods@v1.12.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,8 @@ version: v1.12.0
|
||||
type: go
|
||||
summary: Package trees provides an abstract Tree interface.
|
||||
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees
|
||||
license: other
|
||||
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
|
||||
license: bsd-2-clause
|
||||
licenses:
|
||||
- sources: gods@v1.12.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,8 @@ version: v1.12.0
|
||||
type: go
|
||||
summary: Package binaryheap implements a binary heap backed by array list.
|
||||
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees/binaryheap
|
||||
license: other
|
||||
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
|
||||
license: bsd-2-clause
|
||||
licenses:
|
||||
- sources: gods@v1.12.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,8 @@ version: v1.12.0
|
||||
type: go
|
||||
summary: Package utils provides common utility functions.
|
||||
homepage: https://pkg.go.dev/github.com/emirpasic/gods/utils
|
||||
license: other
|
||||
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
|
||||
license: bsd-2-clause
|
||||
licenses:
|
||||
- sources: gods@v1.12.0/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package gcfg reads "INI-style" text-based configuration files with "name=value"
|
||||
pairs grouped into sections (gcfg files).
|
||||
homepage: https://pkg.go.dev/github.com/go-git/gcfg
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.5.0
|
||||
type: go
|
||||
summary: Package scanner implements a scanner for gcfg configuration text.
|
||||
homepage: https://pkg.go.dev/github.com/go-git/gcfg/scanner
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: gcfg@v1.5.0/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package token defines constants representing the lexical tokens of the gcfg
|
||||
configuration syntax and basic operations on tokens (printing, predicates).
|
||||
homepage: https://pkg.go.dev/github.com/go-git/gcfg/token
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: gcfg@v1.5.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.5.0
|
||||
type: go
|
||||
summary: Package types defines helpers for type conversions.
|
||||
homepage: https://pkg.go.dev/github.com/go-git/gcfg/types
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: gcfg@v1.5.0/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: "[godoc-link-here] The juju/errors provides an easy way to annotate errors
|
||||
without losing the orginal error context."
|
||||
homepage: https://pkg.go.dev/github.com/juju/errors
|
||||
license: other
|
||||
license: lgpl-3.0-only
|
||||
licenses:
|
||||
- sources: LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20201106050909-4977a11b4351
|
||||
type: go
|
||||
summary: Package ssh_config provides tools for manipulating SSH config files.
|
||||
homepage: https://pkg.go.dev/github.com/kevinburke/ssh_config
|
||||
license: other
|
||||
license: mit
|
||||
licenses:
|
||||
- sources: LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,9 @@ type: go
|
||||
summary: Package diffmatchpatch offers robust algorithms to perform the operations
|
||||
required for synchronizing plain text.
|
||||
homepage: https://pkg.go.dev/github.com/sergi/go-diff/diffmatchpatch
|
||||
license: other
|
||||
# Apache-2.0 subsumes MIT
|
||||
# https://www.gnu.org/licenses/license-compatibility.html#combining
|
||||
license: apache-2.0
|
||||
licenses:
|
||||
- sources: go-diff@v1.1.0/LICENSE
|
||||
text: |+
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210421170649-83a5a9bb288b
|
||||
type: go
|
||||
summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
|
||||
homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210421170649-83a5a9bb288b
|
||||
type: go
|
||||
summary: Package cast5 implements CAST5, as defined in RFC 2144.
|
||||
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210421170649-83a5a9bb288b
|
||||
type: go
|
||||
summary: Package ed25519 implements the Ed25519 signature algorithm.
|
||||
homepage: https://pkg.go.dev/golang.org/x/crypto/ed25519
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210421170649-83a5a9bb288b
|
||||
type: go
|
||||
summary: Package ssh implements an SSH client and server.
|
||||
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ 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: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210421170649-83a5a9bb288b
|
||||
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: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
|
||||
text: |
|
||||
|
@ -6,7 +6,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host
|
||||
database, and provides utility functions for writing OpenSSH compliant known_hosts
|
||||
files.
|
||||
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package context defines the Context type, which carries deadlines, cancelation
|
||||
signals, and other request-scoped values across API boundaries and between processes.
|
||||
homepage: https://pkg.go.dev/golang.org/x/net/context
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210326060303-6b1517762897
|
||||
type: go
|
||||
summary: Package http2 implements the HTTP/2 protocol.
|
||||
homepage: https://pkg.go.dev/golang.org/x/net/http2
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210326060303-6b1517762897
|
||||
type: go
|
||||
summary: Package socks provides a SOCKS version 5 client implementation.
|
||||
homepage: https://pkg.go.dev/golang.org/x/net/internal/socks
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210326060303-6b1517762897
|
||||
type: go
|
||||
summary: Package timeseries implements a time series structure for stats collection.
|
||||
homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package proxy provides support for a variety of protocols to proxy network
|
||||
data.
|
||||
homepage: https://pkg.go.dev/golang.org/x/net/proxy
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210326060303-6b1517762897
|
||||
type: go
|
||||
summary: Package trace implements tracing of requests and long-lived objects.
|
||||
homepage: https://pkg.go.dev/golang.org/x/net/trace
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups
|
||||
to find absolute paths.
|
||||
homepage: https://pkg.go.dev/golang.org/x/sys/execabs
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: sys@v0.0.0-20210502180810-71e4cd670f79/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package unsafeheader contains header declarations for the Go runtime's slice
|
||||
and string implementations.
|
||||
homepage: https://pkg.go.dev/golang.org/x/sys/internal/unsafeheader
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: sys@v0.0.0-20210502180810-71e4cd670f79/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v0.0.0-20210502180810-71e4cd670f79
|
||||
type: go
|
||||
summary: Package unix contains an interface to the low-level operating system primitives.
|
||||
homepage: https://pkg.go.dev/golang.org/x/sys/unix
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: sys@v0.0.0-20210502180810-71e4cd670f79/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package prototext marshals and unmarshals protocol buffer messages as the
|
||||
textproto format.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/prototext
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package protowire parses and formats the raw wire encoding.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/protowire
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package descfmt provides functionality to format descriptors.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/descfmt
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package descopts contains the nil pointers to concrete descriptor options.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/descopts
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package detrand provides deterministically random functionality.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/detrand
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package defval marshals and unmarshals textual forms of default values.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/defval
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package messageset encodes and decodes the obsolete MessageSet wire format.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/messageset
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package tag marshals and unmarshals the legacy struct tags as generated by
|
||||
historical versions of protoc-gen-go.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/tag
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package text implements the text format for protocol buffers.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/text
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package errors implements functions to manipulate errors.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/errors
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package fieldsort defines an ordering of fields.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/fieldsort
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package filedesc provides functionality for constructing descriptors.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/filedesc
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package filetype provides functionality for wrapping descriptors with Go
|
||||
type information.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/filetype
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package flags provides a set of flags controlled by build tags.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/flags
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package genid contains constants for declarations in descriptor.proto and
|
||||
the well-known types.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/genid
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/impl
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package mapsort provides sorted access to maps.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/mapsort
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package pragma provides types that can be embedded into a struct to statically
|
||||
enforce or prevent certain language properties.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/pragma
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package set provides simple set data structures for uint64s.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/set
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package strs provides string manipulation functionality specific to protobuf.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/strs
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package version records versioning information about this module.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/version
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package proto provides functions operating on protocol buffer messages.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/proto
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package protoreflect provides interfaces to dynamically manipulate messages.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package protoregistry provides data structures to register and lookup protobuf
|
||||
descriptor types.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/reflect/protoregistry
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package protoiface contains types referenced or implemented by messages.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/runtime/protoiface
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package protoimpl contains the default implementation for messages generated
|
||||
by protoc-gen-go.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/runtime/protoimpl
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package anypb contains generated types for google/protobuf/any.proto.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/anypb
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package durationpb contains generated types for google/protobuf/duration.proto.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/durationpb
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary: Package timestamppb contains generated types for google/protobuf/timestamp.proto.
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/timestamppb
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.25.0
|
||||
type: go
|
||||
summary:
|
||||
homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/wrapperspb
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: protobuf@v1.25.0/LICENSE
|
||||
text: |
|
||||
|
Reference in New Issue
Block a user