Merge pull request #8317 from filecoin-project/jen/backport

chore: backport: release to master
This commit is contained in:
Jiaying Wang
2022-03-15 19:12:20 -04:00
committed by GitHub
5 changed files with 339 additions and 207 deletions
+1 -1
View File
@@ -10,10 +10,10 @@ import (
logging "github.com/ipfs/go-log/v2"
"github.com/libp2p/go-libp2p"
connmgr "github.com/libp2p/go-libp2p-connmgr"
"github.com/libp2p/go-libp2p-core/crypto"
"github.com/libp2p/go-libp2p-core/peer"
"github.com/libp2p/go-libp2p-core/peerstore"
"github.com/libp2p/go-libp2p/p2p/net/connmgr"
"go.uber.org/fx"
)