From 483335d4979a9efea63edd85c3d00787844b80ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:03:17 +0000 Subject: [PATCH] build(deps): bump github.com/olekukonko/tablewriter from 1.0.8 to 1.1.0 Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 1.0.8 to 1.1.0. - [Commits](https://github.com/olekukonko/tablewriter/compare/v1.0.8...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 | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 3af0e031..06a303ff 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,6 @@ require ( github.com/goexl/exception v0.0.4 github.com/goexl/log v0.1.0 github.com/olekukonko/tablewriter v1.1.0 - github.com/olekukonko/tablewriter v1.0.8 github.com/stretchr/testify v1.11.1 github.com/zs5460/art v0.3.0 )