diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-02 10:08:06 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-02 10:08:06 -0400 |
commit | 2be985fecb0d76e8fa7cdc46c8de92b6caab9552 (patch) | |
tree | 0611a4aa9d8b92b0183baebebc29cdbbea3652a4 /go.mod | |
parent | 5090a4c8026cca61652c6333b1352c2c21789912 (diff) | |
download | aerc-2be985fecb0d76e8fa7cdc46c8de92b6caab9552.tar.gz |
Update tcell fork
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 9170ae1..04549b3 100644 --- a/go.mod +++ b/go.mod @@ -27,4 +27,4 @@ require ( gopkg.in/ini.v1 v1.42.0 // indirect ) -replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190601152711-385f170020ec +replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190602140719-d1981101c4c8 |