summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 4 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 47f71cf..0e9470c 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,8 @@ module github.com/Dundee/gdu
go 1.15
require (
- github.com/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591
- github.com/rivo/tview v0.0.0-20201018122409-d551c850a743
+ github.com/gdamore/tcell/v2 v2.1.0
+ github.com/rivo/tview v0.0.0-20201204190810-5406288b8e4e
+ golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
+ golang.org/x/text v0.3.4 // indirect
)