summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-11-29 18:17:13 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-11-29 18:17:13 -0800
commit8ee8950ba2b6353c4ac08df6dc7a48804b39ca30 (patch)
tree377950688c3af77f5698ecb66500b0c8336d899a /go.mod
parentce5342cfc9e15ae0177f0fa9e69a33fa8ba10070 (diff)
Refactor
Updated event management based on changes to termui
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 18ae050..5cd7656 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/cjbassi/gotop
require (
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/cjbassi/drawille-go v0.0.0-20180329221028-ad535d0f92cd // indirect
- github.com/cjbassi/termui v0.0.0-20180823181054-5edfcb3a441f
+ github.com/cjbassi/termui v0.0.0-20181129231847-3a3db079d9dd
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/go-ole/go-ole v1.2.1 // indirect