mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-02-04 06:00:10 +08:00
vendor in notifier
This commit is contained in:
parent
bda6cac7b4
commit
29a77dd87e
@ -9,7 +9,7 @@ import (
|
||||
peer "github.com/ipfs/go-libp2p/p2p/peer"
|
||||
u "util"
|
||||
|
||||
context "golang.org/x/net/context"
|
||||
context "QmacZi9WygGK7Me8mH53pypyscHzU386aUZXpr28GZgUct/context"
|
||||
)
|
||||
|
||||
func TestQueue(t *testing.T) {
|
||||
|
@ -1,9 +1,9 @@
|
||||
package queue
|
||||
|
||||
import (
|
||||
context "golang.org/x/net/context"
|
||||
peer "github.com/ipfs/go-libp2p/p2p/peer"
|
||||
logging "QmWRypnfEwrgH4k93KEHN5hng7VjKYkWmzDYRuTZeh2Mgh/go-log"
|
||||
context "QmacZi9WygGK7Me8mH53pypyscHzU386aUZXpr28GZgUct/context"
|
||||
peer "github.com/ipfs/go-libp2p/p2p/peer"
|
||||
)
|
||||
|
||||
var log = logging.Logger("peerqueue")
|
||||
|
Loading…
Reference in New Issue
Block a user