diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-15 23:30:12 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-15 23:30:12 -0400 |
commit | ab79bc34470883f69a329f82a931de7acd715e95 (patch) | |
tree | cc318f1f3a8b7150b2412a67105d1d0a64d44148 /go.mod | |
parent | 0b14d92baf19ad01369d10e84bac1af4f57f179d (diff) |
Update tcell
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,4 +30,4 @@ require ( gopkg.in/ini.v1 v1.42.0 // indirect ) -replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190602140719-d1981101c4c8 +replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190616032858-1f7dcc638286 |