Don't use go-libp2p-core

This commit is contained in:
Łukasz Magiera
2022-08-25 14:20:41 -04:00
parent ebd8c0c50a
commit 2086b219d2
83 changed files with 150 additions and 150 deletions

View File

@ -6,7 +6,7 @@ import (
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid"
textselector "github.com/ipld/go-ipld-selector-text-lite"
"github.com/libp2p/go-libp2p-core/peer"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-bitfield"