update glide

This commit is contained in:
Ethan Buchman
2017-05-14 20:48:10 +02:00
committed by Ethan Frey
parent 59c3d05dfa
commit c92c9de342
2 changed files with 22 additions and 22 deletions
+1 -3
View File
@@ -10,13 +10,11 @@ import (
abci "github.com/tendermint/abci/types"
wire "github.com/tendermint/go-wire"
cmn "github.com/tendermint/tmlibs/common"
"github.com/tendermint/basecoin/state"
"github.com/tendermint/basecoin/types"
ctypes "github.com/tendermint/tendermint/rpc/core/types"
client "github.com/tendermint/tendermint/rpc/lib/client"
client "github.com/tendermint/tendermint/rpc/client"
tmtypes "github.com/tendermint/tendermint/types"
)