From 99aa51b7348b178984264ed8c940b983c1205cdd Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Mon, 12 Feb 2024 06:26:24 -0600 Subject: aerc: remove tcell import All references to tcell have been replaced with vaxis Signed-off-by: Tim Culverhouse Acked-by: Robin Jarry --- go.mod | 3 --- 1 file changed, 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d4cefd0c..9857d760 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,6 @@ require ( github.com/fsnotify/fsevents v0.1.1 github.com/fsnotify/fsnotify v1.6.0 github.com/gatherstars-com/jwz v1.4.0 - github.com/gdamore/tcell/v2 v2.6.0 github.com/go-ini/ini v1.67.0 github.com/lithammer/fuzzysearch v1.1.5 github.com/mattn/go-isatty v0.0.18 @@ -63,5 +62,3 @@ require ( ) replace golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20200420072808-71bec3603bf3 - -replace github.com/gdamore/tcell/v2 => git.sr.ht/~rockorager/vaxis-tcell v0.4.7 -- cgit