Commit 702a3da7 authored by acruikshank's avatar acruikshank

update go-fetcher version and fix import

parent fb15f2ee
......@@ -4,7 +4,6 @@ import (
"context"
"errors"
"fmt"
cidlink "github.com/ipld/go-ipld-prime/linking/cid"
"time"
"github.com/cenkalti/backoff"
......@@ -14,6 +13,7 @@ import (
blocks "github.com/ipfs/go-ipfs-blockstore"
logging "github.com/ipfs/go-log"
"github.com/ipfs/go-verifcid"
cidlink "github.com/ipld/go-ipld-prime/linking/cid"
"github.com/libp2p/go-libp2p-core/routing"
)
......
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