mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 23:42:20 +08:00
net -> p2p/net
The net package is the next to move. It will be massaged a bit still to fix the Network / "NetworkBackend" conflict.
This commit is contained in:
@ -14,7 +14,7 @@ import (
|
||||
dssync "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore/sync"
|
||||
ma "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr"
|
||||
|
||||
swarmnet "github.com/jbenet/go-ipfs/net/swarmnet"
|
||||
swarmnet "github.com/jbenet/go-ipfs/p2p/net/swarmnet"
|
||||
peer "github.com/jbenet/go-ipfs/p2p/peer"
|
||||
routing "github.com/jbenet/go-ipfs/routing"
|
||||
u "github.com/jbenet/go-ipfs/util"
|
||||
|
Reference in New Issue
Block a user