Merge pull request #1670 from filecoin-project/feat/update-markets-0.2.0

Update go-fil-markets
This commit is contained in:
Łukasz Magiera
2020-05-06 01:45:33 +02:00
committed by GitHub
19 changed files with 112 additions and 108 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ import (
"io"
"os"
"github.com/ipfs/go-car"
blockstore "github.com/ipfs/go-ipfs-blockstore"
"github.com/ipld/go-car"
"golang.org/x/xerrors"
"gopkg.in/urfave/cli.v2"
+1 -1
View File
@@ -10,9 +10,9 @@ import (
rice "github.com/GeertJohan/go.rice"
"github.com/gorilla/websocket"
"github.com/ipfs/go-car"
"github.com/ipfs/go-datastore"
blockstore "github.com/ipfs/go-ipfs-blockstore"
"github.com/ipld/go-car"
"github.com/libp2p/go-libp2p"
"github.com/libp2p/go-libp2p-core/peer"
pubsub "github.com/libp2p/go-libp2p-pubsub"