summaryrefslogtreecommitdiff
path: root/spew/dump_test.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 11:49:34 -0600
committerJeff Carr <[email protected]>2024-01-14 11:49:34 -0600
commit2856d50d0017f10d8f624e4afa83bae76eb9fca5 (patch)
treecc9695494771bb8c9c05a7b7466ff5270ed5620d /spew/dump_test.go
parentd8f796af33cc11cb798c1aaeb27a4ebc5099927d (diff)
clean go mod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'spew/dump_test.go')
-rw-r--r--spew/dump_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spew/dump_test.go b/spew/dump_test.go
index 4a31a2e..bac069c 100644
--- a/spew/dump_test.go
+++ b/spew/dump_test.go
@@ -67,7 +67,7 @@ import (
"testing"
"unsafe"
- "github.com/davecgh/go-spew/spew"
+ "go.wit.com/dev/davecgh/go-spew/spew"
)
// dumpTest is used to describe a test to be performed against the Dump method.