diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-08-07 14:49:22 +0900 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-07 14:49:22 +0900 |
commit | 1f6c108c0412a03bfadd01ac81607e76ecbcd2d7 (patch) | |
tree | c1f4cc91eaba7857aa72a2a1a861bd746ccf7141 /go.mod | |
parent | 0a521241025d22d060b62cabe145bd9768b5da16 (diff) |
Update tcell
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-20190727161107-0abd73a30946 +replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190807054800-3fdb6bc01a50 |