aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 185d41c..be00a15 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module smith
go 1.16
-require github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8 // indirect
+require (
+ github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 // indirect
+ github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8
+)