From 1f6c108c0412a03bfadd01ac81607e76ecbcd2d7 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 7 Aug 2019 14:49:22 +0900 Subject: Update tcell --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a1f019d4..bc67a4dd 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit