summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-10-18 02:31:20 +0200
committerdelthas <delthas@dille.cc>2022-10-18 02:31:20 +0200
commitfaefde5aaac2640b51411ac145c6ce3f5a54f437 (patch)
tree164954398b3dcfc6688a6a67582bdce467e1d36b /go.mod
parentFix requesting CHATHISTORY TARGETS with invalid timestamps (diff)
Bump tcell version
tcell just got a bugfix for OSC 8 hyperlink IDs. See: https://github.com/gdamore/tcell/commit/ede1dd5ee68071a873d425e749bcbde04f1a1cc3
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 0088dbf..6bc57ac 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,10 @@ go 1.16
require (
git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
- github.com/gdamore/tcell/v2 v2.5.4-0.20221017053904-7557ac2a6c89
+ github.com/gdamore/encoding v1.0.0
+ github.com/gdamore/tcell/v2 v2.5.4-0.20221017224006-ede1dd5ee680
github.com/mattn/go-runewidth v0.0.14
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
+ golang.org/x/net v0.0.0-20220722155237-a158d28d115b
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