From 50b041edd9e2d3c554a9a3bc08b27efc996ff330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:45:14 +0000 Subject: [PATCH 1/3] Bump github.com/olekukonko/tablewriter from 1.0.9 to 1.1.0 Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 1.0.9 to 1.1.0. - [Commits](https://github.com/olekukonko/tablewriter/compare/v1.0.9...v1.1.0) --- updated-dependencies: - dependency-name: github.com/olekukonko/tablewriter dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e77afe4a..7d049c50 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/arduino/go-properties-orderedmap v1.8.1 github.com/client9/misspell v0.3.4 github.com/go-git/go-git/v5 v5.16.2 - github.com/olekukonko/tablewriter v1.0.9 + github.com/olekukonko/tablewriter v1.1.0 github.com/ory/jsonschema/v3 v3.0.4 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.10.1 diff --git a/go.sum b/go.sum index ed084fc0..dd6defdf 100644 --- a/go.sum +++ b/go.sum @@ -1030,8 +1030,8 @@ github.com/olekukonko/errors v1.1.0/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXI github.com/olekukonko/ll v0.0.9 h1:Y+1YqDfVkqMWuEQMclsF9HUR5+a82+dxJuL1HHSRpxI= github.com/olekukonko/ll v0.0.9/go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g= github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= -github.com/olekukonko/tablewriter v1.0.9 h1:XGwRsYLC2bY7bNd93Dk51bcPZksWZmLYuaTHR0FqfL8= -github.com/olekukonko/tablewriter v1.0.9/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo= +github.com/olekukonko/tablewriter v1.1.0 h1:N0LHrshF4T39KvI96fn6GT8HEjXRXYNDrDjKFDB7RIY= +github.com/olekukonko/tablewriter v1.1.0/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= From 1dc9e1c3f6d4dc1edc31b962b0d3e9d1c50affa2 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 22 Sep 2025 10:03:56 -0700 Subject: [PATCH 2/3] Tidy dependent modules to reflect `github.com/olekukonko/tablewriter` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 2 +- docsgen/go.sum | 4 ++-- ruledocsgen/go.mod | 2 +- ruledocsgen/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index 48a343d7..6c2ebed0 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -61,7 +61,7 @@ require ( github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/olekukonko/errors v1.1.0 // indirect github.com/olekukonko/ll v0.0.9 // indirect - github.com/olekukonko/tablewriter v1.0.9 // indirect + github.com/olekukonko/tablewriter v1.1.0 // 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 diff --git a/docsgen/go.sum b/docsgen/go.sum index a9fda5ad..1fbc41c5 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -977,8 +977,8 @@ github.com/olekukonko/errors v1.1.0/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXI github.com/olekukonko/ll v0.0.9 h1:Y+1YqDfVkqMWuEQMclsF9HUR5+a82+dxJuL1HHSRpxI= github.com/olekukonko/ll v0.0.9/go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g= github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= -github.com/olekukonko/tablewriter v1.0.9 h1:XGwRsYLC2bY7bNd93Dk51bcPZksWZmLYuaTHR0FqfL8= -github.com/olekukonko/tablewriter v1.0.9/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo= +github.com/olekukonko/tablewriter v1.1.0 h1:N0LHrshF4T39KvI96fn6GT8HEjXRXYNDrDjKFDB7RIY= +github.com/olekukonko/tablewriter v1.1.0/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index c15e2247..a01f90a1 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -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.0.9 + github.com/olekukonko/tablewriter v1.1.0 github.com/stretchr/testify v1.11.1 ) diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index 39cfc07c..5b8283f0 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -980,8 +980,8 @@ github.com/olekukonko/errors v1.1.0/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXI github.com/olekukonko/ll v0.0.9 h1:Y+1YqDfVkqMWuEQMclsF9HUR5+a82+dxJuL1HHSRpxI= github.com/olekukonko/ll v0.0.9/go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g= github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= -github.com/olekukonko/tablewriter v1.0.9 h1:XGwRsYLC2bY7bNd93Dk51bcPZksWZmLYuaTHR0FqfL8= -github.com/olekukonko/tablewriter v1.0.9/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo= +github.com/olekukonko/tablewriter v1.1.0 h1:N0LHrshF4T39KvI96fn6GT8HEjXRXYNDrDjKFDB7RIY= +github.com/olekukonko/tablewriter v1.1.0/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= From dde4e5a48a8289df8ff1f704d6a5f395b4de9e02 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 22 Sep 2025 10:08:37 -0700 Subject: [PATCH 3/3] Update dependency license metadata cache for `github.com/olekukonko/tablewriter` bump --- .../go/github.com/olekukonko/tablewriter.dep.yml | 2 +- .../go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml | 6 +++--- .../github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml | 6 +++--- .../go/github.com/olekukonko/tablewriter/renderer.dep.yml | 6 +++--- .../go/github.com/olekukonko/tablewriter/tw.dep.yml | 6 +++--- .../docsgen/go/github.com/olekukonko/tablewriter.dep.yml | 2 +- .../go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml | 6 +++--- .../github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml | 6 +++--- .../go/github.com/olekukonko/tablewriter/renderer.dep.yml | 6 +++--- .../docsgen/go/github.com/olekukonko/tablewriter/tw.dep.yml | 6 +++--- .../go/github.com/olekukonko/tablewriter.dep.yml | 2 +- .../go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml | 6 +++--- .../github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml | 6 +++--- .../go/github.com/olekukonko/tablewriter/renderer.dep.yml | 6 +++--- .../go/github.com/olekukonko/tablewriter/tw.dep.yml | 6 +++--- 15 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter.dep.yml b/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter.dep.yml index 69fab70a..2816931b 100644 --- a/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter.dep.yml +++ b/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/olekukonko/tablewriter -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter diff --git a/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml b/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml index d3d38f02..46dab372 100644 --- a/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/olekukonko/tablewriter/pkg/twwarp -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwarp license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml b/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml index d1835f9a..4ce9e0bc 100644 --- a/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml +++ b/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/olekukonko/tablewriter/pkg/twwidth -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwidth license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/renderer.dep.yml b/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/renderer.dep.yml index b2b7f355..53b9dcb6 100644 --- a/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/renderer.dep.yml +++ b/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/renderer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/olekukonko/tablewriter/renderer -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/renderer license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/tw.dep.yml b/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/tw.dep.yml index e4ed168a..1d20b27c 100644 --- a/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/tw.dep.yml +++ b/.licenses/arduino-lint/go/github.com/olekukonko/tablewriter/tw.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/olekukonko/tablewriter/tw -version: v1.0.9 +version: v1.1.0 type: go summary: Package tw provides utility functions for text formatting, width calculation, and string manipulation specifically tailored for table rendering, including handling @@ -8,7 +8,7 @@ summary: Package tw provides utility functions for text formatting, width calcul homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/tw license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/docsgen/go/github.com/olekukonko/tablewriter.dep.yml b/.licenses/docsgen/go/github.com/olekukonko/tablewriter.dep.yml index 69fab70a..2816931b 100644 --- a/.licenses/docsgen/go/github.com/olekukonko/tablewriter.dep.yml +++ b/.licenses/docsgen/go/github.com/olekukonko/tablewriter.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/olekukonko/tablewriter -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter diff --git a/.licenses/docsgen/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml b/.licenses/docsgen/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml index d3d38f02..46dab372 100644 --- a/.licenses/docsgen/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml +++ b/.licenses/docsgen/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/olekukonko/tablewriter/pkg/twwarp -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwarp license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/docsgen/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml b/.licenses/docsgen/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml index d1835f9a..4ce9e0bc 100644 --- a/.licenses/docsgen/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml +++ b/.licenses/docsgen/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/olekukonko/tablewriter/pkg/twwidth -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwidth license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/docsgen/go/github.com/olekukonko/tablewriter/renderer.dep.yml b/.licenses/docsgen/go/github.com/olekukonko/tablewriter/renderer.dep.yml index b2b7f355..53b9dcb6 100644 --- a/.licenses/docsgen/go/github.com/olekukonko/tablewriter/renderer.dep.yml +++ b/.licenses/docsgen/go/github.com/olekukonko/tablewriter/renderer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/olekukonko/tablewriter/renderer -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/renderer license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/docsgen/go/github.com/olekukonko/tablewriter/tw.dep.yml b/.licenses/docsgen/go/github.com/olekukonko/tablewriter/tw.dep.yml index e4ed168a..1d20b27c 100644 --- a/.licenses/docsgen/go/github.com/olekukonko/tablewriter/tw.dep.yml +++ b/.licenses/docsgen/go/github.com/olekukonko/tablewriter/tw.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/olekukonko/tablewriter/tw -version: v1.0.9 +version: v1.1.0 type: go summary: Package tw provides utility functions for text formatting, width calculation, and string manipulation specifically tailored for table rendering, including handling @@ -8,7 +8,7 @@ summary: Package tw provides utility functions for text formatting, width calcul homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/tw license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter.dep.yml b/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter.dep.yml index 69fab70a..2816931b 100644 --- a/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/olekukonko/tablewriter -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter diff --git a/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml b/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml index d3d38f02..46dab372 100644 --- a/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/pkg/twwarp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/olekukonko/tablewriter/pkg/twwarp -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwarp license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml b/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml index d1835f9a..4ce9e0bc 100644 --- a/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/pkg/twwidth.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/olekukonko/tablewriter/pkg/twwidth -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwidth license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/renderer.dep.yml b/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/renderer.dep.yml index b2b7f355..53b9dcb6 100644 --- a/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/renderer.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/renderer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/olekukonko/tablewriter/renderer -version: v1.0.9 +version: v1.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/renderer license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/tw.dep.yml b/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/tw.dep.yml index e4ed168a..1d20b27c 100644 --- a/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/tw.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/olekukonko/tablewriter/tw.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/olekukonko/tablewriter/tw -version: v1.0.9 +version: v1.1.0 type: go summary: Package tw provides utility functions for text formatting, width calculation, and string manipulation specifically tailored for table rendering, including handling @@ -8,7 +8,7 @@ summary: Package tw provides utility functions for text formatting, width calcul homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/tw license: mit licenses: -- sources: tablewriter@v1.0.9/LICENSE.md +- sources: tablewriter@v1.1.0/LICENSE.md text: | Copyright (C) 2014 by Oleku Konko @@ -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.0.9/README.md +- sources: tablewriter@v1.1.0/README.md text: MIT License. See the [LICENSE](LICENSE) file for details. notices: []