diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-26 15:13:37 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-26 15:13:37 -0400 |
commit | 855362d813deca81dfb802bf2ed4917031e2a898 (patch) | |
tree | 372966c95e1d5e9640ae98709426dcf2edc59ab8 /go.mod | |
parent | 9cedb054e19bd1a99608975e30aee847fae1d90d (diff) | |
download | aerc-855362d813deca81dfb802bf2ed4917031e2a898.tar.gz |
Update to the latest go-libvterm
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 783f53a..6372e97 100644 --- a/go.mod +++ b/go.mod @@ -2,9 +2,9 @@ module git.sr.ht/~sircmpwn/aerc require ( git.sr.ht/~sircmpwn/getopt v0.0.0-20190214165041-9a4f886f9fc7 - git.sr.ht/~sircmpwn/go-libvterm v0.0.0-20190526181735-cfa1120f7fc7 git.sr.ht/~sircmpwn/pty v0.0.0-20190330154901-3a43678975a9 github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 + github.com/ddevault/go-libvterm v0.0.0-20190526191137-d855ab13e5c4 github.com/emersion/go-imap v1.0.0-beta.5 github.com/emersion/go-imap-idle v0.0.0-20190519112320-2704abd7050e github.com/emersion/go-message v0.10.3 |