Skip to content

Commit 70a8d83

Browse files
committed
update license cache
1 parent e864369 commit 70a8d83

Some content is hidden

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

46 files changed

+210
-136
lines changed

.licenses/arduino-create-agent/go/github.com/dimfeld/httptreemux.dep.yml renamed to .licenses/arduino-create-agent/go/github.com/dimfeld/httptreemux/v5.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
name: github.com/dimfeld/httptreemux
3-
version: v5.0.1+incompatible
2+
name: github.com/dimfeld/httptreemux/v5
3+
version: v5.5.0
44
type: go
55
summary: This is inspired by Julien Schmidt's httprouter, in that it uses a patricia
66
tree, but the implementation is rather different.
7-
homepage: https://pkg.go.dev/github.com/dimfeld/httptreemux
7+
homepage: https://pkg.go.dev/github.com/dimfeld/httptreemux/v5
88
license: mit
99
licenses:
1010
- sources: LICENSE
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: github.com/google/uuid
3+
version: v1.3.0
4+
type: go
5+
summary: Package uuid generates and inspects UUIDs.
6+
homepage: https://pkg.go.dev/github.com/google/uuid
7+
license: bsd-3-clause
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
Copyright (c) 2009,2014 Google Inc. All rights reserved.
12+
13+
Redistribution and use in source and binary forms, with or without
14+
modification, are permitted provided that the following conditions are
15+
met:
16+
17+
* Redistributions of source code must retain the above copyright
18+
notice, this list of conditions and the following disclaimer.
19+
* Redistributions in binary form must reproduce the above
20+
copyright notice, this list of conditions and the following disclaimer
21+
in the documentation and/or other materials provided with the
22+
distribution.
23+
* Neither the name of Google Inc. nor the names of its
24+
contributors may be used to endorse or promote products derived from
25+
this software without specific prior written permission.
26+
27+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
30+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
31+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
32+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
33+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
35+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38+
notices: []

.licenses/arduino-create-agent/go/github.com/gorilla/websocket.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/gorilla/websocket
3-
version: v1.4.0
3+
version: v1.5.0
44
type: go
55
summary: Package websocket implements the WebSocket protocol defined in RFC 6455.
66
homepage: https://pkg.go.dev/github.com/gorilla/websocket

.licenses/arduino-create-agent/go/goa.design/goa/http.dep.yml renamed to .licenses/arduino-create-agent/go/goa.design/goa/v3/http.dep.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
name: goa.design/goa/http
3-
version: v1.0.1-0.20190116060309-40843d63b0e4
2+
name: goa.design/goa/v3/http
3+
version: v3.12.4
44
type: go
5-
summary:
6-
homepage: https://pkg.go.dev/goa.design/goa/http
5+
summary: Package http contains HTTP specific constructs that complement the code generated
6+
by Goa.
7+
homepage: https://pkg.go.dev/goa.design/goa/v3/http
78
license: mit
89
licenses:
9-
- sources: [email protected]/LICENSE
10+
- sources: [email protected]/LICENSE
1011
text: |
1112
The MIT License (MIT)
1213

.licenses/arduino-create-agent/go/goa.design/goa/http/middleware.dep.yml renamed to .licenses/arduino-create-agent/go/goa.design/goa/v3/http/middleware.dep.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
name: goa.design/goa/http/middleware
3-
version: v1.0.1-0.20190116060309-40843d63b0e4
2+
name: goa.design/goa/v3/http/middleware
3+
version: v3.12.4
44
type: go
5-
summary:
6-
homepage: https://pkg.go.dev/goa.design/goa/http/middleware
5+
summary: Package middleware contains HTTP middlewares that wrap a HTTP handler to
6+
provide additional functionality.
7+
homepage: https://pkg.go.dev/goa.design/goa/v3/http/middleware
78
license: mit
89
licenses:
9-
- sources: [email protected]/LICENSE
10+
- sources: [email protected]/LICENSE
1011
text: |
1112
The MIT License (MIT)
1213

.licenses/arduino-create-agent/go/goa.design/goa.dep.yml renamed to .licenses/arduino-create-agent/go/goa.design/goa/v3/middleware.dep.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
name: goa.design/goa
3-
version: v1.0.1-0.20190116060309-40843d63b0e4
2+
name: goa.design/goa/v3/middleware
3+
version: v3.12.4
44
type: go
5-
summary:
6-
homepage: https://pkg.go.dev/goa.design/goa
5+
summary: Package middleware contains transport independent middlewares.
6+
homepage: https://pkg.go.dev/goa.design/goa/v3/middleware
77
license: mit
88
licenses:
9-
- sources: LICENSE
9+
- sources: [email protected]/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: goa.design/goa/v3/pkg
3+
version: v3.12.4
4+
type: go
5+
summary: Package goa implements a Go framework for writing microservices that promotes
6+
best practice by providing a single source of truth from which server code, client
7+
code, and documentation is derived.
8+
homepage: https://pkg.go.dev/goa.design/goa/v3/pkg
9+
license: mit
10+
licenses:
11+
- sources: [email protected]/LICENSE
12+
text: |
13+
The MIT License (MIT)
14+
15+
Copyright (c) 2015 Raphael Simon and goa Contributors
16+
17+
Permission is hereby granted, free of charge, to any person obtaining a copy
18+
of this software and associated documentation files (the "Software"), to deal
19+
in the Software without restriction, including without limitation the rights
20+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21+
copies of the Software, and to permit persons to whom the Software is
22+
furnished to do so, subject to the following conditions:
23+
24+
The above copyright notice and this permission notice shall be included in
25+
all copies or substantial portions of the Software.
26+
27+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
33+
THE SOFTWARE.
34+
notices: []

.licenses/arduino-create-agent/go/golang.org/x/crypto/blowfish.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/blowfish
3-
version: v0.9.0
3+
version: v0.12.0
44
type: go
55
summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.9.0/LICENSE
9+
- sources: crypto@v0.12.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: crypto@v0.9.0/PATENTS
38+
- sources: crypto@v0.12.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/crypto/cast5.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/cast5
3-
version: v0.9.0
3+
version: v0.12.0
44
type: go
55
summary: Package cast5 implements CAST5, as defined in RFC 2144.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.9.0/LICENSE
9+
- sources: crypto@v0.12.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: crypto@v0.9.0/PATENTS
38+
- sources: crypto@v0.12.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/crypto/curve25519.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/curve25519
3-
version: v0.9.0
3+
version: v0.12.0
44
type: go
55
summary: Package curve25519 provides an implementation of the X25519 function, which
66
performs scalar multiplication on the elliptic curve known as Curve25519.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519
88
license: other
99
licenses:
10-
- sources: crypto@v0.9.0/LICENSE
10+
- sources: crypto@v0.12.0/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: crypto@v0.9.0/PATENTS
39+
- sources: crypto@v0.12.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/golang.org/x/crypto/ed25519.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/ed25519
3-
version: v0.9.0
3+
version: v0.12.0
44
type: go
55
summary: Package ed25519 implements the Ed25519 signature algorithm.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/ed25519
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.9.0/LICENSE
9+
- sources: crypto@v0.12.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: crypto@v0.9.0/PATENTS
38+
- sources: crypto@v0.12.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/crypto/openpgp.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/openpgp
3-
version: v0.9.0
3+
version: v0.12.0
44
type: go
55
summary: Package openpgp implements high level operations on OpenPGP messages.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.9.0/LICENSE
9+
- sources: crypto@v0.12.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: crypto@v0.9.0/PATENTS
38+
- sources: crypto@v0.12.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/crypto/openpgp/armor.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/openpgp/armor
3-
version: v0.9.0
3+
version: v0.12.0
44
type: go
55
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/armor
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.9.0/LICENSE
9+
- sources: crypto@v0.12.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: crypto@v0.9.0/PATENTS
38+
- sources: crypto@v0.12.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/crypto/openpgp/elgamal.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/crypto/openpgp/elgamal
3-
version: v0.9.0
3+
version: v0.12.0
44
type: go
55
summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified
66
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"
77
IEEE Transactions on Information Theory, v.
88
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/elgamal
99
license: bsd-3-clause
1010
licenses:
11-
- sources: crypto@v0.9.0/LICENSE
11+
- sources: crypto@v0.12.0/LICENSE
1212
text: |
1313
Copyright (c) 2009 The Go Authors. All rights reserved.
1414
@@ -37,7 +37,7 @@ licenses:
3737
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3838
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3939
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40-
- sources: crypto@v0.9.0/PATENTS
40+
- sources: crypto@v0.12.0/PATENTS
4141
text: |
4242
Additional IP Rights Grant (Patents)
4343

.licenses/arduino-create-agent/go/golang.org/x/crypto/openpgp/errors.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/openpgp/errors
3-
version: v0.9.0
3+
version: v0.12.0
44
type: go
55
summary: Package errors contains common error types for the OpenPGP packages.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/errors
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.9.0/LICENSE
9+
- sources: crypto@v0.12.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: crypto@v0.9.0/PATENTS
38+
- sources: crypto@v0.12.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/crypto/openpgp/packet.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/openpgp/packet
3-
version: v0.9.0
3+
version: v0.12.0
44
type: go
55
summary: Package packet implements parsing and serialization of OpenPGP packets, as
66
specified in RFC 4880.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/packet
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.9.0/LICENSE
10+
- sources: crypto@v0.12.0/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: crypto@v0.9.0/PATENTS
39+
- sources: crypto@v0.12.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/golang.org/x/crypto/openpgp/s2k.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/openpgp/s2k
3-
version: v0.9.0
3+
version: v0.12.0
44
type: go
55
summary: Package s2k implements the various OpenPGP string-to-key transforms as specified
66
in RFC 4800 section 3.7.1.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/s2k
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.9.0/LICENSE
10+
- sources: crypto@v0.12.0/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: crypto@v0.9.0/PATENTS
39+
- sources: crypto@v0.12.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

0 commit comments

Comments
 (0)