summaryrefslogtreecommitdiffstats
path: root/logging
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 /logging
parent61e080e51854fbaca0836e2be6eaf623153cdb0f (diff)
Version bump to v4
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 c79b5c8..7bc1f9e 100644
--- a/logging/logging.go
+++ b/logging/logging.go
@@ -8,7 +8,7 @@ import (
"path/filepath"
"sync"
- "github.com/xxxserxxx/gotop/v3"
+ "github.com/xxxserxxx/gotop/v4"
)
const (
diff --git a/logging/logging_test.go b/logging/logging_test.go
index b56a2a6..a1ac3d4 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/v3"
+ "github.com/xxxserxxx/gotop/v4"
)
func TestLogging(t *testing.T) {