summaryrefslogtreecommitdiffstats
path: root/widgets/cpu.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/cpu.go')
-rw-r--r--widgets/cpu.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/cpu.go b/widgets/cpu.go
index 53f5529..5a352ba 100644
--- a/widgets/cpu.go
+++ b/widgets/cpu.go
@@ -7,9 +7,9 @@ import (
"time"
"github.com/prometheus/client_golang/prometheus"
- "github.com/xxxserxxx/gotop/devices"
+ "github.com/xxxserxxx/gotop/v3/devices"
- ui "github.com/xxxserxxx/gotop/termui"
+ ui "github.com/xxxserxxx/gotop/v3/termui"
)
type CpuWidget struct {