summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2021-10-31 19:10:39 +0100
committerHubert Hirtz <hubert@hirtz.pm>2021-10-31 19:57:01 +0100
commitcd28b242ff84f85e6536af9ee6343308de5885d3 (patch)
treef741db49302f67f9aa6c7b9df021394581ecb8aa /go.mod
parent/mode: default channel to the current channel (diff)
Mark hyperlinks with the OSC hyperlink terminal escape
This makes multi-line links properly clickable. See: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 88f4550..fe4bd18 100644
--- a/go.mod
+++ b/go.mod
@@ -8,4 +8,7 @@ require (
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
gopkg.in/yaml.v2 v2.3.0
+ mvdan.cc/xurls/v2 v2.3.0
)
+
+replace github.com/gdamore/tcell/v2 => github.com/hhirtz/tcell/v2 v2.3.12-0.20210807133752-5d743c3ab0c9