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 5364268 chore(deps): bump github.com/gdamore/tcell/v2 in /plc4go (#265) 5364268 is described below commit 5364268d007dc0e1e8b7d231c3b760dd624fb1bc Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jan 13 10:22:30 2025 +0100 chore(deps): bump github.com/gdamore/tcell/v2 in /plc4go (#265) Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/gdamore/tcell/releases) - [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md) - [Commits](https://github.com/gdamore/tcell/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: github.com/gdamore/tcell/v2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5adbe5f..f8d1be9 100644 --- a/plc4go/go.mod +++ b/plc4go/go.mod @@ -26,7 +26,7 @@ toolchain go1.23.1 require ( github.com/apache/plc4x/plc4go v0.0.0-20241008110309-501f1a6d1550 github.com/fatih/color v1.18.0 - github.com/gdamore/tcell/v2 v2.8.0 + github.com/gdamore/tcell/v2 v2.8.1 github.com/gopacket/gopacket v1.3.1 github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 github.com/pkg/errors v0.9.1 diff --git a/plc4go/go.sum b/plc4go/go.sum index 7849f23..6e7d9d0 100644 --- a/plc4go/go.sum +++ b/plc4go/go.sum @@ -24,8 +24,8 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= github.com/gdamore/encoding v1.0.1 h1:YzKZckdBL6jVt2Gc+5p82qhrGiqMdG/eNs6Wy0u3Uhw= github.com/gdamore/encoding v1.0.1/go.mod h1:0Z0cMFinngz9kS1QfMjCP8TY7em3bZYeeklsSDPivEo= -github.com/gdamore/tcell/v2 v2.8.0 h1:IDclow1j6kKpU/gOhjmc+7Pj5Dxnukb74pfKN4Cxrfg= -github.com/gdamore/tcell/v2 v2.8.0/go.mod h1:bj8ori1BG3OYMjmb3IklZVWfZUJ1UBQt9JXrOCOhGWw= +github.com/gdamore/tcell/v2 v2.8.1 h1:KPNxyqclpWpWQlPLx6Xui1pMk8S+7+R37h3g07997NU= +github.com/gdamore/tcell/v2 v2.8.1/go.mod h1:bj8ori1BG3OYMjmb3IklZVWfZUJ1UBQt9JXrOCOhGWw= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=