summaryrefslogtreecommitdiffstats
path: root/cmd/gotop
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-04-23 14:07:08 -0500
committerSean E. Russell <ser@ser1.net>2020-04-23 14:07:08 -0500
commitccbc71755fdbcd91042a5335a649a91cef10cd0b (patch)
tree966ced15dff4006fe2b723f6033fcece9e06dd2e /cmd/gotop
parent61e080e51854fbaca0836e2be6eaf623153cdb0f (diff)
Version bump to v4
Diffstat (limited to 'cmd/gotop')
-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 5180baf..feacd6a 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -19,12 +19,12 @@ import (
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/shibukawa/configdir"
- "github.com/xxxserxxx/gotop/v3"
- "github.com/xxxserxxx/gotop/v3/colorschemes"
- "github.com/xxxserxxx/gotop/v3/devices"
- "github.com/xxxserxxx/gotop/v3/layout"
- "github.com/xxxserxxx/gotop/v3/logging"
- w "github.com/xxxserxxx/gotop/v3/widgets"
+ "github.com/xxxserxxx/gotop/v4"
+ "github.com/xxxserxxx/gotop/v4/colorschemes"
+ "github.com/xxxserxxx/gotop/v4/devices"
+ "github.com/xxxserxxx/gotop/v4/layout"
+ "github.com/xxxserxxx/gotop/v4/logging"
+ w "github.com/xxxserxxx/gotop/v4/widgets"
)
const (