diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2024-02-12 06:26:21 -0600 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-02-12 13:48:51 +0100 |
commit | 345962e33ccbd18fd672f63684d8248e1211a656 (patch) | |
tree | e2c18d138aa47161ff4d24e806173015bc42d749 /go.mod | |
parent | a60f2c19a0a962167067547c2a74988012cf2f44 (diff) | |
download | aerc-345962e33ccbd18fd672f63684d8248e1211a656.tar.gz |
terminal: replace tcell-term with vaxis terminal
Replace tcell terminal with the vaxis terminal. The vaxis terminal is a
port of tcell term.
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
@@ -5,7 +5,6 @@ go 1.18 require ( 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.10.0 git.sr.ht/~rockorager/vaxis v0.4.7 github.com/ProtonMail/go-crypto v0.0.0-20230417170513-8ee5748c52b5 github.com/arran4/golang-ical v0.0.0-20230318005454-19abf92700cc @@ -59,6 +58,7 @@ require ( golang.org/x/text v0.13.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.30.0 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) |