summaryrefslogtreecommitdiffstats
path: root/stdout/stdout_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'stdout/stdout_test.go')
-rw-r--r--stdout/stdout_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdout/stdout_test.go b/stdout/stdout_test.go
index e5a9d1e..11ae9f7 100644
--- a/stdout/stdout_test.go
+++ b/stdout/stdout_test.go
@@ -4,10 +4,10 @@ import (
"bytes"
"testing"
- "github.com/dundee/gdu/v4/internal/testanalyze"
- "github.com/dundee/gdu/v4/internal/testdev"
- "github.com/dundee/gdu/v4/internal/testdir"
- "github.com/dundee/gdu/v4/pkg/device"
+ "github.com/dundee/gdu/v5/internal/testanalyze"
+ "github.com/dundee/gdu/v5/internal/testdev"
+ "github.com/dundee/gdu/v5/internal/testdir"
+ "github.com/dundee/gdu/v5/pkg/device"
"github.com/stretchr/testify/assert"
)