Skip to content

Bump github.com/olekukonko/tablewriter from 1.0.8 to 1.0.9 #900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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,8 +1,9 @@
---
name: github.com/olekukonko/errors
version: v0.0.0-20250405072817-4e6d85265da6
version: v1.1.0
type: go
summary: pool.go
summary: Package errors provides a robust error handling library with support for
error wrapping, stack traces, context storage, and retry mechanisms.
homepage: https://pkg.go.dev/github.com/olekukonko/errors
license: mit
licenses:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/olekukonko/ll
version: v0.0.8
version: v0.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/olekukonko/ll/lh
version: v0.0.8
version: v0.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll/lh
license: mit
licenses:
- sources: [email protected].8/LICENSE
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/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,12 +1,12 @@
---
name: github.com/olekukonko/ll/lx
version: v0.0.8
version: v0.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll/lx
license: mit
licenses:
- sources: [email protected].8/LICENSE
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/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.0.8
version: v1.0.9
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.0.8
version: v1.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwarp
license: mit
licenses:
- sources: [email protected].8/LICENSE.md
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/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.0.8
version: v1.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwidth
license: mit
licenses:
- sources: [email protected].8/LICENSE.md
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/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.0.8
version: v1.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/renderer
license: mit
licenses:
- sources: [email protected].8/LICENSE.md
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/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.0.8
version: v1.0.9
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: [email protected].8/LICENSE.md
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/README.md
text: MIT License. See the [LICENSE](LICENSE) file for details.
notices: []
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: github.com/olekukonko/errors
version: v0.0.0-20250405072817-4e6d85265da6
version: v1.1.0
type: go
summary: pool.go
summary: Package errors provides a robust error handling library with support for
error wrapping, stack traces, context storage, and retry mechanisms.
homepage: https://pkg.go.dev/github.com/olekukonko/errors
license: mit
licenses:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/olekukonko/ll
version: v0.0.8
version: v0.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/olekukonko/ll/lh
version: v0.0.8
version: v0.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll/lh
license: mit
licenses:
- sources: [email protected].8/LICENSE
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/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,12 +1,12 @@
---
name: github.com/olekukonko/ll/lx
version: v0.0.8
version: v0.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll/lx
license: mit
licenses:
- sources: [email protected].8/LICENSE
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/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.0.8
version: v1.0.9
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.0.8
version: v1.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwarp
license: mit
licenses:
- sources: [email protected].8/LICENSE.md
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/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.0.8
version: v1.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/pkg/twwidth
license: mit
licenses:
- sources: [email protected].8/LICENSE.md
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/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.0.8
version: v1.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/tablewriter/renderer
license: mit
licenses:
- sources: [email protected].8/LICENSE.md
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/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.0.8
version: v1.0.9
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: [email protected].8/LICENSE.md
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/README.md
text: MIT License. See the [LICENSE](LICENSE) file for details.
notices: []
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: github.com/olekukonko/errors
version: v0.0.0-20250405072817-4e6d85265da6
version: v1.1.0
type: go
summary: pool.go
summary: Package errors provides a robust error handling library with support for
error wrapping, stack traces, context storage, and retry mechanisms.
homepage: https://pkg.go.dev/github.com/olekukonko/errors
license: mit
licenses:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/olekukonko/ll
version: v0.0.8
version: v0.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/olekukonko/ll/lh
version: v0.0.8
version: v0.0.9
type: go
summary:
homepage: https://pkg.go.dev/github.com/olekukonko/ll/lh
license: mit
licenses:
- sources: [email protected].8/LICENSE
- sources: [email protected].9/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: [email protected].8/README.md
- sources: [email protected].9/README.md
text: "`ll` is licensed under the MIT License. See [LICENSE](LICENSE) for details."
notices: []
Loading
Loading