summaryrefslogtreecommitdiffstats
path: root/layout/layout.go
diff options
context:
space:
mode:
Diffstat (limited to 'layout/layout.go')
-rw-r--r--layout/layout.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/layout.go b/layout/layout.go
index 6fb7c58..bc0ff2d 100644
--- a/layout/layout.go
+++ b/layout/layout.go
@@ -5,8 +5,8 @@ import (
"log"
"sort"
- "github.com/xxxserxxx/gotop/v3"
- "github.com/xxxserxxx/gotop/v3/widgets"
+ "github.com/xxxserxxx/gotop/v4"
+ "github.com/xxxserxxx/gotop/v4/widgets"
ui "github.com/gizak/termui/v3"
)