mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 17:22:21 +08:00
mv net/mock2 -> net/mock
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
crand "crypto/rand"
|
||||
|
||||
inet "github.com/jbenet/go-ipfs/net"
|
||||
mocknet "github.com/jbenet/go-ipfs/net/mock2"
|
||||
mocknet "github.com/jbenet/go-ipfs/net/mock"
|
||||
peer "github.com/jbenet/go-ipfs/peer"
|
||||
routing "github.com/jbenet/go-ipfs/routing"
|
||||
pb "github.com/jbenet/go-ipfs/routing/dht/pb"
|
||||
|
Reference in New Issue
Block a user