update import paths for repo merge

This commit is contained in:
Ethan Buchman
2017-04-27 15:55:23 +02:00
committed by Ethan Frey
parent b6ebf9f8b8
commit 1a6fae6af6
23 changed files with 36 additions and 36 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ import (
"time"
"github.com/gorilla/websocket"
cmn "github.com/tendermint/go-common"
"github.com/tendermint/go-rpc/client"
"github.com/tendermint/go-rpc/types"
cmn "github.com/tendermint/tmlibs/common"
"github.com/tendermint/tendermint/rpc/client"
"github.com/tendermint/tendermint/rpc/types"
"github.com/tendermint/go-wire"
_ "github.com/tendermint/tendermint/rpc/core/types" // Register RPCResponse > Result types
)