Update other deprecated libp2p imports

This commit is contained in:
Łukasz Magiera
2022-08-25 14:23:25 -04:00
parent 2086b219d2
commit dd144eaab9
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,11 +8,11 @@ import (
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/namespace"
"github.com/libp2p/go-eventbus"
pubsub "github.com/libp2p/go-libp2p-pubsub"
"github.com/libp2p/go-libp2p/core/event"
"github.com/libp2p/go-libp2p/core/host"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/p2p/host/eventbus"
"go.uber.org/fx"
"golang.org/x/xerrors"