Skip to content

Commit 2e8ab92

Browse files
committed
Update dependency license metadata cache
1 parent 22aa720 commit 2e8ab92

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.licenses/arduino-create-agent/go/golang.org/x/crypto/internal/alias.dep.yml renamed to .licenses/arduino-create-agent/go/golang.org/x/crypto/curve25519.dep.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
name: golang.org/x/crypto/internal/alias
2+
name: golang.org/x/crypto/curve25519
33
version: v0.8.0
44
type: go
5-
summary: Package alias implements memory aliasing tests.
6-
homepage: https://pkg.go.dev/golang.org/x/crypto/internal/alias
5+
summary: Package curve25519 provides an implementation of the X25519 function, which
6+
performs scalar multiplication on the elliptic curve known as Curve25519.
7+
homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519
78
license: bsd-3-clause
89
licenses:
910
- sources: [email protected]/LICENSE

.licenses/arduino-create-agent/go/golang.org/x/sys/unix.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/sys/unix
3-
version: v0.7.0
3+
version: v0.8.0
44
type: go
55
summary: Package unix contains an interface to the low-level operating system primitives.
66
homepage: https://pkg.go.dev/golang.org/x/sys/unix
77
license: bsd-3-clause
88
licenses:
9-
- sources: sys@v0.7.0/LICENSE
9+
- sources: sys@v0.8.0/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: sys@v0.7.0/PATENTS
38+
- sources: sys@v0.8.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)