aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2024-02-18 18:36:38 -0600
committerRobin Jarry <robin@jarry.cc>2024-02-19 21:06:22 +0100
commitc4d5b604bcdf974b29634956fc34633fe8cc4eaa (patch)
tree8e99225a519a22cc5e61164342a3ee54f4495874 /go.mod
parent673ae1bbc760ad96664e84d54d373839d9ae2c57 (diff)
downloadaerc-c4d5b604bcdf974b29634956fc34633fe8cc4eaa.tar.gz
aerc-c4d5b604bcdf974b29634956fc34633fe8cc4eaa.zip
ui: update vaxis
Update vaxis to v0.7.4. Release notes: - Fix encoding of Ctrl+z in legacy key encodings - Add new grapheme width calc mode: nozwj where we handle VS16 and skintone selectors but _not_ zwjs - Enable forcing of grapheme width calc mode - Add styled underlines to terminal widget Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Tested-by: Julio B <julio.bacel@gmail.com> Acked-by: Moritz Poldrack <moritz@poldrack.dev> Acked-by: Robin Jarry <robin@jarry.cc>
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 2168ea91..47825168 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.18
require (
git.sr.ht/~rjarry/go-opt v1.3.0
git.sr.ht/~rockorager/go-jmap v0.4.5
- git.sr.ht/~rockorager/vaxis v0.7.2
+ git.sr.ht/~rockorager/vaxis v0.7.4
github.com/ProtonMail/go-crypto v0.0.0-20230417170513-8ee5748c52b5
github.com/arran4/golang-ical v0.0.0-20230318005454-19abf92700cc
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
@@ -26,7 +26,6 @@ require (
github.com/mattn/go-isatty v0.0.18
github.com/mattn/go-runewidth v0.0.15
github.com/pkg/errors v0.9.1
- github.com/rivo/uniseg v0.4.4
github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab
github.com/stretchr/testify v1.8.4
github.com/syndtr/goleveldb v1.0.0
@@ -48,6 +47,7 @@ require (
github.com/mattn/go-sixel v0.0.5 // indirect
github.com/onsi/gomega v1.20.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
golang.org/x/crypto v0.18.0 // indirect