Fix references and add go.mod

parent 095af8f2
This diff is collapsed.
......@@ -7,7 +7,7 @@ import (
"context"
cid "github.com/ipfs/go-cid"
q "github.com/ipfs/go-ipfs/provider/queue"
q "github.com/ipfs/go-ipfs-provider/queue"
logging "github.com/ipfs/go-log"
routing "github.com/libp2p/go-libp2p-core/routing"
)
......
......@@ -12,9 +12,9 @@ import (
blocksutil "github.com/ipfs/go-ipfs-blocksutil"
peer "github.com/libp2p/go-libp2p-core/peer"
q "github.com/ipfs/go-ipfs/provider/queue"
q "github.com/ipfs/go-ipfs-provider/queue"
. "github.com/ipfs/go-ipfs/provider/simple"
. "github.com/ipfs/go-ipfs-provider/simple"
)
var blockGenerator = blocksutil.NewBlockGenerator()
......
......@@ -13,7 +13,7 @@ import (
peer "github.com/libp2p/go-libp2p-core/peer"
testutil "github.com/libp2p/go-libp2p-testing/net"
. "github.com/ipfs/go-ipfs/provider/simple"
. "github.com/ipfs/go-ipfs-provider/simple"
)
func TestReprovide(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