diff --git a/ipld/merkledag/merkledag_test.go b/ipld/merkledag/merkledag_test.go index 61fb8141d..d02ae7465 100644 --- a/ipld/merkledag/merkledag_test.go +++ b/ipld/merkledag/merkledag_test.go @@ -3,13 +3,13 @@ package merkledag_test import ( "bytes" "context" + "crypto/rand" "encoding/hex" "encoding/json" "errors" "fmt" "io" "math" - "math/rand" "strings" "sync" "testing"