summaryrefslogtreecommitdiffstats
path: root/cmd/gotop/main.go
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-28 14:48:35 -0600
committerSean E. Russell <ser@ser1.net>2020-02-28 14:48:35 -0600
commitafb62afcdfe510c7db07cb384d00c8e0fb64519d (patch)
tree7e2a47c2356ed028bf75417fc2157218435475db /cmd/gotop/main.go
parentc6af0ab404e54713f7b4039eaf9a0f21340cb00b (diff)
Path changes for major revisionv3.4.0
Diffstat (limited to 'cmd/gotop/main.go')
-rw-r--r--cmd/gotop/main.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 0fae9e2..46dbbbf 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -18,12 +18,12 @@ import (
ui "github.com/gizak/termui/v3"
"github.com/prometheus/client_golang/prometheus/promhttp"
- "github.com/xxxserxxx/gotop"
- "github.com/xxxserxxx/gotop/colorschemes"
- "github.com/xxxserxxx/gotop/layout"
- "github.com/xxxserxxx/gotop/logging"
- "github.com/xxxserxxx/gotop/utils"
- w "github.com/xxxserxxx/gotop/widgets"
+ "github.com/xxxserxxx/gotop/v3"
+ "github.com/xxxserxxx/gotop/v3/colorschemes"
+ "github.com/xxxserxxx/gotop/v3/layout"
+ "github.com/xxxserxxx/gotop/v3/logging"
+ "github.com/xxxserxxx/gotop/v3/utils"
+ w "github.com/xxxserxxx/gotop/v3/widgets"
)
const (