Commit 5add21a2 authored by George Antoniadis's avatar George Antoniadis

Undo gx rewrites

parent 314c3cb1
......@@ -5,7 +5,7 @@ import (
"crypto/sha256"
"math/big"
u "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
u "github.com/ipfs/go-ipfs-util"
)
// XORKeySpace is a KeySpace which:
......
......@@ -5,7 +5,7 @@ import (
"math/big"
"testing"
u "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
u "github.com/ipfs/go-ipfs-util"
)
func TestPrefixLen(t *testing.T) {
......
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