Skip to content
Open
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down