diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-09-20 15:15:46 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-25 11:54:29 +0200 |
commit | da10dae86e9d422f7029de5612ddbdc0a2be86c2 (patch) | |
tree | b5d6329d06580e5ef417c03459bfa1245bf415b4 /go.mod | |
parent | e7a51f55241c46d9eb7eb113c3a27f3709175019 (diff) | |
download | aerc-da10dae86e9d422f7029de5612ddbdc0a2be86c2.tar.gz |
terminal: bump tcell-term version
Bump tcell-term version to latest commit. Intention is to release
tcell-term v0.2.0 just before aerc 0.13.0.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module git.sr.ht/~rjarry/aerc go 1.16 require ( - git.sr.ht/~rockorager/tcell-term v0.1.0 + git.sr.ht/~rockorager/tcell-term v0.1.1-0.20220920200206-237e095b9b99 git.sr.ht/~sircmpwn/getopt v1.0.0 github.com/ProtonMail/go-crypto v0.0.0-20211221144345-a4f6767435ab github.com/arran4/golang-ical v0.0.0-20220517104411-fd89fefb0182 |