summaryrefslogtreecommitdiffstats
path: root/logging
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 /logging
parentc6af0ab404e54713f7b4039eaf9a0f21340cb00b (diff)
Path changes for major revisionv3.4.0
Diffstat (limited to 'logging')
-rw-r--r--logging/logging.go2
-rw-r--r--logging/logging_test.go2
2 files changed, 2 insertions, 2 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) {
diff --git a/logging/logging_test.go b/logging/logging_test.go
index 3bff162..b56a2a6 100644
--- a/logging/logging_test.go
+++ b/logging/logging_test.go
@@ -8,7 +8,7 @@ import (
"testing"
"github.com/stretchr/testify/assert"
- "github.com/xxxserxxx/gotop"
+ "github.com/xxxserxxx/gotop/v3"
)
func TestLogging(t *testing.T) {