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