summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-07-26 19:30:22 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-08-02 11:35:36 +0200
commit4aca854b5924b3228f9e69f7bc85dbb1287b4a3e (patch)
tree2a82fcb39644d50fead1a891fdca869506140e54 /go.mod
parentf7bf12503701e6f402ae2ebfebed132feeda1bca (diff)
Point tcell at stefanhaller's fork
This is temporary as long as https://github.com/gdamore/tcell/pull/599 is not merged. Once that PR is merged, we can revert this.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 13da2bd89..44f32432a 100644
--- a/go.mod
+++ b/go.mod
@@ -73,3 +73,5 @@ require (
golang.org/x/text v0.11.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
+
+replace github.com/gdamore/tcell/v2 v2.6.0 => github.com/stefanhaller/tcell/v2 v2.6.1