Commit 702a3da7 authored by acruikshank's avatar acruikshank

update go-fetcher version and fix import

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