diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-30 11:58:24 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-30 11:58:24 -0400 |
commit | 700dea23fa75f213af2f99449db994008eab9d21 (patch) | |
tree | fa142784bf4ccb6aba1cd2b8513228dd4b968b28 /go.mod | |
parent | 4465646fedc5dd3efa680a7cc8d06671350b75b9 (diff) | |
download | aerc-700dea23fa75f213af2f99449db994008eab9d21.tar.gz |
Implement :pipe
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index b9aaab8..e13075a 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,7 @@ module git.sr.ht/~sircmpwn/aerc2 require ( git.sr.ht/~sircmpwn/go-libvterm v0.0.0-20190322002230-17c9f17a421a + git.sr.ht/~sircmpwn/pty v0.0.0-20190330154901-3a43678975a9 github.com/emersion/go-imap v1.0.0-beta.1 github.com/emersion/go-imap-idle v0.0.0-20180114101550-2af93776db6b github.com/emersion/go-sasl v0.0.0-20161116183048-7e096a0a6197 // indirect @@ -9,7 +10,6 @@ require ( github.com/gdamore/tcell v1.0.0 github.com/go-ini/ini v1.42.0 github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf - github.com/kr/pty v1.1.3 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 |