summaryrefslogtreecommitdiffstats
path: root/config.go
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 /config.go
parent61e080e51854fbaca0836e2be6eaf623153cdb0f (diff)
Version bump to v4
Diffstat (limited to 'config.go')
-rw-r--r--config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.go b/config.go
index 19f7589..3619c54 100644
--- a/config.go
+++ b/config.go
@@ -12,8 +12,8 @@ import (
"time"
"github.com/shibukawa/configdir"
- "github.com/xxxserxxx/gotop/v3/colorschemes"
- "github.com/xxxserxxx/gotop/v3/widgets"
+ "github.com/xxxserxxx/gotop/v4/colorschemes"
+ "github.com/xxxserxxx/gotop/v4/widgets"
)
type Config struct {