summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-02-23 14:18:32 +0100
committerdelthas <delthas@dille.cc>2022-02-23 14:18:32 +0100
commita9e0ae5ebd66bce7ac3547b7df90e80689a1a0f0 (patch)
tree73a03e519b8bcfe6fea1ba50062c3eef81826e6f /go.mod
parentOptimize URL parsing performance (diff)
Use delthas/tcell fork
This adds support for OSC 8 hyperlink on some VTE-based terminal emulators.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a01660c..51d22a5 100644
--- a/go.mod
+++ b/go.mod
@@ -5,11 +5,11 @@ go 1.16
require (
git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
github.com/gdamore/tcell/v2 v2.3.11
- github.com/mattn/go-runewidth v0.0.10
+ github.com/mattn/go-runewidth v0.0.13
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
mvdan.cc/xurls/v2 v2.3.0
)
-replace github.com/gdamore/tcell/v2 => github.com/hhirtz/tcell/v2 v2.3.12-0.20210807133752-5d743c3ab0c9
+replace github.com/gdamore/tcell/v2 => github.com/delthas/tcell/v2 v2.4.1-0.20220223131437-2362f49a2b6c