aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-11-20 10:08:38 +0100
committerRobin Jarry <robin@jarry.cc>2023-11-22 23:35:34 +0100
commitc4f3d7e8c77bfcebd2c5c98649bfaab73440709f (patch)
treef1b5e57530b80a7401977d58de2853e3a65697f8 /go.mod
parentb3dc63d69c1460c2ccf519b74e975c39d5a8b5fb (diff)
downloadaerc-c4f3d7e8c77bfcebd2c5c98649bfaab73440709f.tar.gz
mod: update to go-opt@v1.3.0
Remove systematic sorting of all completion choices. The choices ordering as reported by callbacks are now preserved. The flags themselves are always at the end in the order in which they are declared in the option struct. Reported-by: Skejg <grolleman@zoho.com> Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Johannes Thyssen Tishman <johannes@thyssentishman.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2d006584..1a09ed6f 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module git.sr.ht/~rjarry/aerc
go 1.18
require (
- git.sr.ht/~rjarry/go-opt v1.2.0
+ git.sr.ht/~rjarry/go-opt v1.3.0
git.sr.ht/~rockorager/go-jmap v0.3.0
git.sr.ht/~rockorager/tcell-term v0.8.0
github.com/ProtonMail/go-crypto v0.0.0-20230417170513-8ee5748c52b5