diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-16 12:15:34 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-16 12:15:34 -0400 |
commit | 475b697bdfd7a5821282174f14f8d904e47aff4d (patch) | |
tree | 7febf2e25cede5809f1d40c934d379315e06bd64 /go.mod | |
parent | 2b3e123cb86f9b4c5853e31d9e76c2b0d083f90a (diff) | |
download | aerc-475b697bdfd7a5821282174f14f8d904e47aff4d.tar.gz |
Implement (basic form) of :reply
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod index 0ddbcc2..f81ae62 100644 --- a/go.mod +++ b/go.mod @@ -15,6 +15,7 @@ require ( github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf github.com/kyoh86/xdg v0.0.0-20171127140545-8db68a8ea76a github.com/lucasb-eyer/go-colorful v0.0.0-20180531031333-d9cec903b20c // indirect + github.com/martinlindhe/base36 v0.0.0-20190418230009-7c6542dfbb41 github.com/mattn/go-isatty v0.0.3 github.com/mattn/go-runewidth v0.0.2 github.com/miolini/datacounter v0.0.0-20171104152933-fd4e42a1d5e0 |