This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push: new d205c49 chore(deps): bump github.com/rivo/tview in /plc4go (#454) d205c49 is described below commit d205c499dc6361aa1e9db53c274d6227f793ddb9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Aug 28 09:48:14 2025 +0200 chore(deps): bump github.com/rivo/tview in /plc4go (#454) Bumps [github.com/rivo/tview](https://github.com/rivo/tview) from 0.0.0-20241030223020-e34b54cd4c27 to 0.42.0. - [Release notes](https://github.com/rivo/tview/releases) - [Commits](https://github.com/rivo/tview/commits/v0.42.0) --- updated-dependencies: - dependency-name: github.com/rivo/tview dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plc4go/go.mod | 2 +- plc4go/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plc4go/go.mod b/plc4go/go.mod index 6dc2486..5b395cf 100644 --- a/plc4go/go.mod +++ b/plc4go/go.mod @@ -28,7 +28,7 @@ require ( github.com/gopacket/gopacket v1.4.0 github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 github.com/pkg/errors v0.9.1 - github.com/rivo/tview v0.0.0-20241030223020-e34b54cd4c27 + github.com/rivo/tview v0.42.0 github.com/rs/zerolog v1.34.0 github.com/schollz/progressbar/v3 v3.18.0 github.com/spf13/cobra v1.9.1 diff --git a/plc4go/go.sum b/plc4go/go.sum index 950a39c..764d5bc 100644 --- a/plc4go/go.sum +++ b/plc4go/go.sum @@ -92,8 +92,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/rivo/tview v0.0.0-20241030223020-e34b54cd4c27 h1:jXLPO4iCqeAJkP5nNu5q1Iax0RBcOz8slK9Rm31eY40= -github.com/rivo/tview v0.0.0-20241030223020-e34b54cd4c27/go.mod h1:02iFIz7K/A9jGCvrizLPvoqr4cEIx7q54RH5Qudkrss= +github.com/rivo/tview v0.42.0 h1:b/ftp+RxtDsHSaynXTbJb+/n/BxDEi+W3UfF5jILK6c= +github.com/rivo/tview v0.42.0/go.mod h1:cSfIYfhpSGCjp3r/ECJb+GKS7cGJnqV8vfjQPwoXyfY= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=