Commit 55f8309b authored by Jeromy's avatar Jeromy

Use gx vendored go-ipfs-utils where possible

For the rest of the packages in util, move them to thirdparty
and update the references. util is gone!

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent 48f7f063
......@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/ipfs/go-ipfs/blocks"
"github.com/ipfs/go-ipfs/blocks/key"
"github.com/ipfs/go-ipfs/util"
"gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
"io"
"testing"
)
......
......@@ -5,7 +5,7 @@ import (
"io"
"testing"
u "github.com/ipfs/go-ipfs/util"
u "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
)
func randBuf(t *testing.T, size int) []byte {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment