diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-27 12:33:59 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-27 12:33:59 -0400 |
commit | 84f49e96ce6d0d7011a05a4932461fd97c7daf63 (patch) | |
tree | bf764f89c86ec5b5059ebfe210d9e7f4ed7cc081 /go.mod | |
parent | 974b22c8f1541a79bc38850a955978643e189445 (diff) | |
download | aerc-84f49e96ce6d0d7011a05a4932461fd97c7daf63.tar.gz |
Update tcell
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ require ( github.com/emersion/go-sasl v0.0.0-20190704090222-36b50694675c github.com/emersion/go-smtp v0.11.2 github.com/fsnotify/fsnotify v1.4.7 - github.com/gdamore/tcell v1.1.4 + github.com/gdamore/tcell v1.1.5-0.20190724020331-84b54971b46c github.com/go-ini/ini v1.44.0 github.com/golang/protobuf v1.3.2 // indirect github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf @@ -38,4 +38,4 @@ require ( gopkg.in/ini.v1 v1.44.0 // indirect ) -replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190616032858-1f7dcc638286 +replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190727161107-0abd73a30946 |