go-p2p -> tendermint/p2p

This commit is contained in:
Ethan Buchman
2017-04-21 18:19:41 -04:00
parent 9e82d132ce
commit 56c60fba23
20 changed files with 26 additions and 26 deletions

View File

@ -12,7 +12,7 @@ import (
cfg "github.com/tendermint/go-config"
crypto "github.com/tendermint/go-crypto"
dbm "github.com/tendermint/tmlibs/db"
p2p "github.com/tendermint/go-p2p"
p2p "github.com/tendermint/tendermint/p2p"
rpc "github.com/tendermint/tendermint/rpc"
rpcserver "github.com/tendermint/tendermint/rpc/server"
wire "github.com/tendermint/go-wire"