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
+1 -1
View File
@@ -1,6 +1,6 @@
package dtypes
import "github.com/libp2p/go-libp2p-core/peer"
import "github.com/libp2p/go-libp2p/core/peer"
type BootstrapPeers []peer.AddrInfo
type DrandBootstrap []peer.AddrInfo
+1 -1
View File
@@ -3,8 +3,8 @@ package dtypes
import (
"sync"
"github.com/libp2p/go-libp2p-core/peer"
pubsub "github.com/libp2p/go-libp2p-pubsub"
"github.com/libp2p/go-libp2p/core/peer"
)
type ScoreKeeper struct {