Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
name: github.com/rivo/uniseg
version: v0.4.4
name: github.com/clipperhouse/displaywidth
version: v0.3.1
type: go
summary: Package uniseg implements Unicode Text Segmentation, Unicode Line Breaking,
and string width calculation for monospace fonts.
homepage: https://pkg.go.dev/github.com/rivo/uniseg
summary:
homepage: https://pkg.go.dev/github.com/clipperhouse/displaywidth
license: mit
licenses:
- sources: LICENSE.txt
- sources: LICENSE
text: |
MIT License
Copyright (c) 2019 Oliver Kuederle
Copyright (c) 2025 Matt Sherman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
32 changes: 32 additions & 0 deletions .licenses/ruledocsgen/go/github.com/clipperhouse/stringish.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: github.com/clipperhouse/stringish
version: v0.1.1
type: go
summary:
homepage: https://pkg.go.dev/github.com/clipperhouse/stringish
license: mit
licenses:
- sources: LICENSE
text: |
MIT License
Copyright (c) 2025 Matt Sherman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: github.com/clipperhouse/uax29/v2/graphemes
version: v2.2.0
type: go
summary: 'Package graphemes implements Unicode grapheme cluster boundaries: https://unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries'
homepage: https://pkg.go.dev/github.com/clipperhouse/uax29/v2/graphemes
license: mit
licenses:
- sources: v2@v2.2.0/LICENSE
text: |
MIT License
Copyright (c) 2020 Matt Sherman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: github.com/clipperhouse/uax29/v2/internal/iterators
version: v2.2.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/clipperhouse/uax29/v2/internal/iterators
license: mit
licenses:
- sources: v2@v2.2.0/LICENSE
text: |
MIT License
Copyright (c) 2020 Matt Sherman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/mattn/go-runewidth
version: v0.0.16
version: v0.0.19
type: go
summary:
homepage: https://pkg.go.dev/github.com/mattn/go-runewidth
Expand Down
32 changes: 32 additions & 0 deletions .licenses/ruledocsgen/go/github.com/olekukonko/cat.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: github.com/olekukonko/cat
version: v0.0.0-20250911104152-50322a0618f6
type: go
summary: Package cat provides efficient and flexible string concatenation utilities.
homepage: https://pkg.go.dev/github.com/olekukonko/cat
license: mit
licenses:
- sources: LICENSE
text: |
MIT License
Copyright (c) 2025 Oleku Konko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []
2 changes: 1 addition & 1 deletion .licenses/ruledocsgen/go/github.com/olekukonko/ll.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/olekukonko/ll
version: v0.0.9
version: v0.1.2
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll
Expand Down
6 changes: 3 additions & 3 deletions .licenses/ruledocsgen/go/github.com/olekukonko/ll/lh.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/olekukonko/ll/lh
version: v0.0.9
version: v0.1.2
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll/lh
license: mit
licenses:
- sources: ll@v0.0.9/LICENSE
- sources: ll@v0.1.2/LICENSE
text: |
MIT License
Expand All @@ -29,6 +29,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: ll@v0.0.9/README.md
- sources: ll@v0.1.2/README.md
text: "`ll` is licensed under the MIT License. See [LICENSE](LICENSE) for details."
notices: []
6 changes: 3 additions & 3 deletions .licenses/ruledocsgen/go/github.com/olekukonko/ll/lx.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/olekukonko/ll/lx
version: v0.0.9
version: v0.1.2
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll/lx
license: mit
licenses:
- sources: ll@v0.0.9/LICENSE
- sources: ll@v0.1.2/LICENSE
text: |
MIT License
Expand All @@ -29,6 +29,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: ll@v0.0.9/README.md
- sources: ll@v0.1.2/README.md
text: "`ll` is licensed under the MIT License. See [LICENSE](LICENSE) for details."
notices: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/olekukonko/tablewriter
version: v1.1.0
version: v1.1.1
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/olekukonko/tablewriter/pkg/twwarp
version: v1.1.0
version: v1.1.1
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwarp
license: mit
licenses:
- sources: tablewriter@v1.1.0/LICENSE.md
- sources: tablewriter@v1.1.1/LICENSE.md
text: |
Copyright (C) 2014 by Oleku Konko
Expand All @@ -27,6 +27,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: tablewriter@v1.1.0/README.md
- sources: tablewriter@v1.1.1/README.md
text: MIT License. See the [LICENSE](LICENSE) file for details.
notices: []
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/olekukonko/tablewriter/pkg/twwidth
version: v1.1.0
version: v1.1.1
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwidth
license: mit
licenses:
- sources: tablewriter@v1.1.0/LICENSE.md
- sources: tablewriter@v1.1.1/LICENSE.md
text: |
Copyright (C) 2014 by Oleku Konko
Expand All @@ -27,6 +27,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: tablewriter@v1.1.0/README.md
- sources: tablewriter@v1.1.1/README.md
text: MIT License. See the [LICENSE](LICENSE) file for details.
notices: []
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/olekukonko/tablewriter/renderer
version: v1.1.0
version: v1.1.1
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/renderer
license: mit
licenses:
- sources: tablewriter@v1.1.0/LICENSE.md
- sources: tablewriter@v1.1.1/LICENSE.md
text: |
Copyright (C) 2014 by Oleku Konko

Expand All @@ -27,6 +27,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: tablewriter@v1.1.0/README.md
- sources: tablewriter@v1.1.1/README.md
text: MIT License. See the [LICENSE](LICENSE) file for details.
notices: []
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: github.com/olekukonko/tablewriter/tw
version: v1.1.0
version: v1.1.1
type: go
summary: Package tw provides utility functions for text formatting, width calculation,
and string manipulation specifically tailored for table rendering, including handling
ANSI escape codes and Unicode text.
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/tw
license: mit
licenses:
- sources: tablewriter@v1.1.0/LICENSE.md
- sources: tablewriter@v1.1.1/LICENSE.md
text: |
Copyright (C) 2014 by Oleku Konko
Expand All @@ -29,6 +29,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: tablewriter@v1.1.0/README.md
- sources: tablewriter@v1.1.1/README.md
text: MIT License. See the [LICENSE](LICENSE) file for details.
notices: []
11 changes: 7 additions & 4 deletions ruledocsgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/arduino/arduino-lint v0.0.0
github.com/arduino/go-paths-helper v1.14.0
github.com/olekukonko/tablewriter v1.1.0
github.com/olekukonko/tablewriter v1.1.1
github.com/stretchr/testify v1.11.1
)

Expand All @@ -23,6 +23,9 @@ require (
github.com/arduino/go-win32-utils v1.0.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/client9/misspell v0.3.4 // indirect
github.com/clipperhouse/displaywidth v0.3.1 // indirect
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.6.1 // indirect
github.com/cmaglie/pb v1.0.27 // indirect
github.com/codeclysm/extract/v4 v4.0.0 // indirect
Expand Down Expand Up @@ -55,10 +58,11 @@ require (
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
github.com/olekukonko/errors v1.1.0 // indirect
github.com/olekukonko/ll v0.0.9 // indirect
github.com/olekukonko/ll v0.1.2 // indirect
github.com/ory/go-acc v0.2.6 // indirect
github.com/ory/jsonschema/v3 v3.0.4 // indirect
github.com/ory/viper v1.7.5 // indirect
Expand All @@ -69,7 +73,6 @@ require (
github.com/pjbgf/sha1cd v0.3.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
Expand Down
Loading
Loading