From cea1a4171177dc523cc6054bb7aa244c75b2fe51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:26:27 +0000 Subject: [PATCH] build: bump github.com/gdamore/tcell/v2 in the go-modules group Bumps the go-modules group with 1 update: [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell). Updates `github.com/gdamore/tcell/v2` from 2.13.9 to 2.13.10 - [Release notes](https://github.com/gdamore/tcell/releases) - [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md) - [Commits](https://github.com/gdamore/tcell/compare/v2.13.9...v2.13.10) --- updated-dependencies: - dependency-name: github.com/gdamore/tcell/v2 dependency-version: 2.13.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules ... 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 0fdd7d8..7561e57 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/hyperized/uAirwaves go 1.26 require ( - github.com/gdamore/tcell/v2 v2.13.9 + github.com/gdamore/tcell/v2 v2.13.10 github.com/hyperized/demod1090 v0.1.0 github.com/hyperized/modes v0.2.0 github.com/hyperized/rtl2832u v0.2.0 diff --git a/go.sum b/go.sum index 25f879e..7db30b2 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ 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.13.9 h1:uI5l3DYPcFvHINKlGft+en23evOKL+dwtD21QR8ejVA= -github.com/gdamore/tcell/v2 v2.13.9/go.mod h1:+Wfe208WDdB7INEtCsNrAN6O2m+wsTPk1RAovjaILlo= +github.com/gdamore/tcell/v2 v2.13.10 h1:Afs3JKt83HnhuUKdZ3MnxUgOqQRWftj5JyDqv1LLynA= +github.com/gdamore/tcell/v2 v2.13.10/go.mod h1:+Wfe208WDdB7INEtCsNrAN6O2m+wsTPk1RAovjaILlo= github.com/hyperized/demod1090 v0.1.0 h1:7rF7BXYaopHxU7jOUsdPDejd6i0h/fA8LSYZFnhYalc= github.com/hyperized/demod1090 v0.1.0/go.mod h1:Nhlvb2oYT4SqgGS7jEAz/IPzKWwOmIXrfjoPnax6DyE= github.com/hyperized/modes v0.2.0 h1:zH8r9IJljN0aTDrJja+oCZySYS/EhlwIU4AmL3BetRA=