fix import paths

This commit is contained in:
Ethan Buchman
2018-07-01 22:36:49 -04:00
parent 233b35a2a9
commit d55243f0e6
210 changed files with 305 additions and 305 deletions

View File

@ -11,8 +11,8 @@ import (
"time"
"github.com/tendermint/tendermint/abci/example/kvstore"
cmn "github.com/tendermint/tmlibs/common"
"github.com/tendermint/tmlibs/log"
cmn "github.com/tendermint/tendermint/libs/common"
"github.com/tendermint/tendermint/libs/log"
cfg "github.com/tendermint/tendermint/config"
"github.com/tendermint/tendermint/p2p"