summaryrefslogtreecommitdiffstats
path: root/logging/logging.go
diff options
context:
space:
mode:
Diffstat (limited to 'logging/logging.go')
-rw-r--r--logging/logging.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging/logging.go b/logging/logging.go
index 1d189f0..6b023d7 100644
--- a/logging/logging.go
+++ b/logging/logging.go
@@ -8,7 +8,7 @@ import (
"path/filepath"
"sync"
- "github.com/xxxserxxx/gotop"
+ "github.com/xxxserxxx/gotop/v3"
)
func New(c gotop.Config) (io.WriteCloser, error) {