Skip to content

Commit 3b4bac5

Browse files
committed
Updated licensed cache
1 parent e36198f commit 3b4bac5

File tree

5 files changed

+41
-8
lines changed

5 files changed

+41
-8
lines changed

.licenses/go/github.com/mattn/go-isatty.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/mattn/go-isatty
3-
version: v0.0.12
3+
version: v0.0.14
44
type: go
55
summary: Package isatty implements interface to isatty
66
homepage: https://pkg.go.dev/github.com/mattn/go-isatty

.licenses/go/github.com/mattn/go-runewidth.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/mattn/go-runewidth
3-
version: v0.0.9
3+
version: v0.0.13
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/mattn/go-runewidth
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: github.com/rivo/uniseg
3+
version: v0.2.0
4+
type: go
5+
summary: 'Package uniseg implements Unicode Text Segmentation according to Unicode
6+
Standard Annex #29 (http://unicode.org/reports/tr29/).'
7+
homepage: https://pkg.go.dev/github.com/rivo/uniseg
8+
license: mit
9+
licenses:
10+
- sources: LICENSE.txt
11+
text: |
12+
MIT License
13+
14+
Copyright (c) 2019 Oliver Kuederle
15+
16+
Permission is hereby granted, free of charge, to any person obtaining a copy
17+
of this software and associated documentation files (the "Software"), to deal
18+
in the Software without restriction, including without limitation the rights
19+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the Software is
21+
furnished to do so, subject to the following conditions:
22+
23+
The above copyright notice and this permission notice shall be included in all
24+
copies or substantial portions of the Software.
25+
26+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32+
SOFTWARE.
33+
notices: []

.licenses/go/golang.org/x/sys/internal/unsafeheader.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/sys/internal/unsafeheader
3-
version: v0.0.0-20210823070655-63515b42dcdf
3+
version: v0.0.0-20220520151302-bc2c85ada10a
44
type: go
55
summary: Package unsafeheader contains header declarations for the Go runtime's slice
66
and string implementations.
77
homepage: https://pkg.go.dev/golang.org/x/sys/internal/unsafeheader
88
license: bsd-3-clause
99
licenses:
10-
- sources: [email protected]20210823070655-63515b42dcdf/LICENSE
10+
- sources: [email protected]20220520151302-bc2c85ada10a/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: [email protected]20210823070655-63515b42dcdf/PATENTS
39+
- sources: [email protected]20220520151302-bc2c85ada10a/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/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.0.0-20210823070655-63515b42dcdf
3+
version: v0.0.0-20220520151302-bc2c85ada10a
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: [email protected]20210823070655-63515b42dcdf/LICENSE
9+
- sources: [email protected]20220520151302-bc2c85ada10a/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: [email protected]20210823070655-63515b42dcdf/PATENTS
38+
- sources: [email protected]20220520151302-bc2c85ada10a/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)