summaryrefslogtreecommitdiffstats
path: root/widgets/mem.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/mem.go')
-rw-r--r--widgets/mem.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/mem.go b/widgets/mem.go
index b80b68c..1cfa5c2 100644
--- a/widgets/mem.go
+++ b/widgets/mem.go
@@ -7,9 +7,9 @@ import (
"github.com/prometheus/client_golang/prometheus"
- "github.com/xxxserxxx/gotop/devices"
- ui "github.com/xxxserxxx/gotop/termui"
- "github.com/xxxserxxx/gotop/utils"
+ "github.com/xxxserxxx/gotop/v3/devices"
+ ui "github.com/xxxserxxx/gotop/v3/termui"
+ "github.com/xxxserxxx/gotop/v3/utils"
)
type MemWidget struct {