aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2023-02-23 08:53:43 -0600
committerRobin Jarry <robin@jarry.cc>2023-02-23 22:27:21 +0100
commitd15b533d4c9eb860b70496d7f44b661d2ab84977 (patch)
treecf3f7c69b4d3aeb0a958697ace42e715531d0d47 /go.mod
parent1b00f281d98e2cf82e0e6aed91b776c18eb73292 (diff)
downloadaerc-d15b533d4c9eb860b70496d7f44b661d2ab84977.tar.gz
aerc-d15b533d4c9eb860b70496d7f44b661d2ab84977.zip
term: update tcell-term
Update tcell-term to v0.6.0: - Fixes several leaking goroutines - Adds an EventBell, enabled aerc to know when a terminal has a BEL event - Fixes a panic on \x1b[0G Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Tested-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index cc6dcbac..48ac4256 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module git.sr.ht/~rjarry/aerc
go 1.16
require (
- git.sr.ht/~rockorager/tcell-term v0.4.0
+ git.sr.ht/~rockorager/tcell-term v0.6.0
git.sr.ht/~sircmpwn/getopt v1.0.0
github.com/ProtonMail/go-crypto v0.0.0-20211221144345-a4f6767435ab
github.com/arran4/golang-ical v0.0.0-20220517104411-fd89fefb0182
@@ -20,7 +20,7 @@ require (
github.com/emersion/go-smtp v0.15.0
github.com/fsnotify/fsnotify v1.5.4
github.com/gatherstars-com/jwz v1.3.2-0.20221104050604-3da8c59aef0a
- github.com/gdamore/tcell/v2 v2.5.3
+ github.com/gdamore/tcell/v2 v2.5.4
github.com/go-ini/ini v1.63.2
github.com/golangci/golangci-lint v1.49.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
@@ -28,7 +28,7 @@ require (
github.com/kyoh86/xdg v1.2.0
github.com/lithammer/fuzzysearch v1.1.3
github.com/mattn/go-isatty v0.0.16
- github.com/mattn/go-runewidth v0.0.13
+ github.com/mattn/go-runewidth v0.0.14
github.com/miolini/datacounter v1.0.2
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1