diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 ) |