summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-10-17 10:33:07 +0200
committerdelthas <delthas@dille.cc>2022-10-17 10:33:07 +0200
commitf254040916ad6888ae7fb28e6a5e6a5cfd1c810b (patch)
treecdd07428fb13557d8849478a195028e760675efa /go.mod
parentSwitch to the upstream tcell implementation of OSC 8 hyperlink (diff)
Add OSC 8 hyperlink IDs
OSC 8 hyperlink ID support was merged into tcell. We can now use those IDs to help terminal emulators identify links spanning multiple lines, possibly highlighting the whole link whe it is hovered, or creating a single link hotkey for them.
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 7f13976..0088dbf 100644
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,8 @@ go 1.16
require (
git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
- github.com/gdamore/tcell/v2 v2.5.4-0.20220911202027-96bb70f9efec
- github.com/mattn/go-runewidth v0.0.13
+ github.com/gdamore/tcell/v2 v2.5.4-0.20221017053904-7557ac2a6c89
+ github.com/mattn/go-runewidth v0.0.14
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