summaryrefslogtreecommitdiffstats
path: root/config.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 /config.go
parentc6af0ab404e54713f7b4039eaf9a0f21340cb00b (diff)
Path changes for major revisionv3.4.0
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 9109a4b..272a376 100644
--- a/config.go
+++ b/config.go
@@ -8,8 +8,8 @@ import (
"strings"
"time"
- "github.com/xxxserxxx/gotop/colorschemes"
- "github.com/xxxserxxx/gotop/widgets"
+ "github.com/xxxserxxx/gotop/v3/colorschemes"
+ "github.com/xxxserxxx/gotop/v3/widgets"
)
// TODO: test, build, release [#119] [#120] [#121]