Skip to content

Commit 9be391f

Browse files
committed
Update dependency license metadata cache for github.com/olekukonko/tablewriter bump
1 parent 5df946f commit 9be391f

File tree

14 files changed

+155
-28
lines changed

14 files changed

+155
-28
lines changed

.licenses/ruledocsgen/go/github.com/rivo/uniseg.dep.yml renamed to .licenses/ruledocsgen/go/github.com/clipperhouse/displaywidth.dep.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
name: github.com/rivo/uniseg
3-
version: v0.4.4
2+
name: github.com/clipperhouse/displaywidth
3+
version: v0.3.1
44
type: go
5-
summary: Package uniseg implements Unicode Text Segmentation, Unicode Line Breaking,
6-
and string width calculation for monospace fonts.
7-
homepage: https://pkg.go.dev/github.com/rivo/uniseg
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/clipperhouse/displaywidth
87
license: mit
98
licenses:
10-
- sources: LICENSE.txt
9+
- sources: LICENSE
1110
text: |
1211
MIT License
1312
14-
Copyright (c) 2019 Oliver Kuederle
13+
Copyright (c) 2025 Matt Sherman
1514
1615
Permission is hereby granted, free of charge, to any person obtaining a copy
1716
of this software and associated documentation files (the "Software"), to deal
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: github.com/clipperhouse/stringish
3+
version: v0.1.1
4+
type: go
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/clipperhouse/stringish
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
MIT License
12+
13+
Copyright (c) 2025 Matt Sherman
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
notices: []
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: github.com/clipperhouse/uax29/v2/graphemes
3+
version: v2.2.0
4+
type: go
5+
summary: 'Package graphemes implements Unicode grapheme cluster boundaries: https://unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries'
6+
homepage: https://pkg.go.dev/github.com/clipperhouse/uax29/v2/graphemes
7+
license: mit
8+
licenses:
9+
- sources: [email protected]/LICENSE
10+
text: |
11+
MIT License
12+
13+
Copyright (c) 2020 Matt Sherman
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
notices: []
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: github.com/clipperhouse/uax29/v2/internal/iterators
3+
version: v2.2.0
4+
type: go
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/clipperhouse/uax29/v2/internal/iterators
7+
license: mit
8+
licenses:
9+
- sources: [email protected]/LICENSE
10+
text: |
11+
MIT License
12+
13+
Copyright (c) 2020 Matt Sherman
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
notices: []

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/mattn/go-runewidth
3-
version: v0.0.16
3+
version: v0.0.19
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/mattn/go-runewidth
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: github.com/olekukonko/cat
3+
version: v0.0.0-20250911104152-50322a0618f6
4+
type: go
5+
summary: Package cat provides efficient and flexible string concatenation utilities.
6+
homepage: https://pkg.go.dev/github.com/olekukonko/cat
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
MIT License
12+
13+
Copyright (c) 2025 Oleku Konko
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
notices: []

.licenses/ruledocsgen/go/github.com/olekukonko/ll.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/olekukonko/ll
3-
version: v0.0.9
3+
version: v0.1.2
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/olekukonko/ll

.licenses/ruledocsgen/go/github.com/olekukonko/ll/lh.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/olekukonko/ll/lh
3-
version: v0.0.9
3+
version: v0.1.2
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/olekukonko/ll/lh
77
license: mit
88
licenses:
9-
- sources: ll@v0.0.9/LICENSE
9+
- sources: ll@v0.1.2/LICENSE
1010
text: |
1111
MIT License
1212
@@ -29,6 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32-
- sources: ll@v0.0.9/README.md
32+
- sources: ll@v0.1.2/README.md
3333
text: "`ll` is licensed under the MIT License. See [LICENSE](LICENSE) for details."
3434
notices: []

.licenses/ruledocsgen/go/github.com/olekukonko/ll/lx.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/olekukonko/ll/lx
3-
version: v0.0.9
3+
version: v0.1.2
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/olekukonko/ll/lx
77
license: mit
88
licenses:
9-
- sources: ll@v0.0.9/LICENSE
9+
- sources: ll@v0.1.2/LICENSE
1010
text: |
1111
MIT License
1212
@@ -29,6 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32-
- sources: ll@v0.0.9/README.md
32+
- sources: ll@v0.1.2/README.md
3333
text: "`ll` is licensed under the MIT License. See [LICENSE](LICENSE) for details."
3434
notices: []

.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/olekukonko/tablewriter
3-
version: v1.1.0
3+
version: v1.1.1
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter

0 commit comments

Comments
 (0)