diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-10 21:23:22 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-10 21:23:22 -0400 |
commit | d394fd1f3b8625c7cc1c1f483f35d5b137a28c7c (patch) | |
tree | 88158be6dc45b9ff507aaccf8b85c04fba9e4bf6 /go.mod | |
parent | b60999c39e11bf4d1e236f2b10a2f895b44d23fb (diff) | |
download | aerc-d394fd1f3b8625c7cc1c1f483f35d5b137a28c7c.tar.gz |
Flesh out command parsing & handling
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 f70969c..05f0880 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,7 @@ require ( github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635 github.com/gdamore/tcell v1.0.0 github.com/go-ini/ini v1.32.0 + 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 github.com/mattn/go-isatty v0.0.3 |