Skip to content

Commit

Permalink
chore: update go-fil-markets with identity CID fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored and jacobheun committed Nov 24, 2022
1 parent 0deee0b commit 9b370fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ replace github.com/filecoin-project/go-jsonrpc => github.com/nonsense/go-jsonrpc

// replace github.com/filecoin-project/lotus => ../lotus

// replace github.com/filecoin-project/go-fil-markets => ../go-fil-markets

// replace github.com/filecoin-project/dagstore => ../dagstore

// replace github.com/ipld/go-car/v2 => ../../ipld/go-car/v2

require (
contrib.go.opencensus.io/exporter/prometheus v0.4.0
github.com/BurntSushi/toml v1.1.0
Expand Down
4 changes: 0 additions & 4 deletions itests/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@ import (
unixfile "github.com/ipfs/go-unixfs/file"
"github.com/ipld/go-car"
"github.com/libp2p/go-libp2p"
<<<<<<< HEAD
"github.com/libp2p/go-libp2p/core/host"
=======
"github.com/libp2p/go-libp2p-core/host"
"github.com/multiformats/go-multihash"
>>>>>>> 108ee6c (fix: cleanup test & handle identity roots)
"github.com/stretchr/testify/require"
"golang.org/x/sync/errgroup"
)
Expand Down

0 comments on commit 9b370fa

Please sign in to comment.