summaryrefslogtreecommitdiffstats
path: root/widgets/temp.go
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-03-29 15:48:43 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-03-29 15:48:43 -0700
commitdc41895011e95d07b3929506cd557d80a4c871ae (patch)
treecbb7df1da51e39c50897750d98ed2ef1456e3bfb /widgets/temp.go
parentdc8cc5aa4db5cc08ae01b2ce48b6d310b98e858f (diff)
Move termui to seperate repo
Diffstat (limited to 'widgets/temp.go')
-rw-r--r--widgets/temp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/temp.go b/widgets/temp.go
index a29bcb2..9478cd1 100644
--- a/widgets/temp.go
+++ b/widgets/temp.go
@@ -9,7 +9,7 @@ import (
"strings"
"time"
- ui "github.com/cjbassi/gotop/termui"
+ ui "github.com/cjbassi/termui"
psHost "github.com/shirou/gopsutil/host"
)