Fixed all imports in keys

This commit is contained in:
Ethan Frey
2017-04-19 17:14:19 +02:00
parent 0bfae964e1
commit 91bd7efb7b
13 changed files with 24 additions and 25 deletions

View File

@ -12,7 +12,7 @@ import (
"io/ioutil"
"net/http"
data "github.com/tendermint/go-data"
data "github.com/tendermint/go-wire/data"
"github.com/tendermint/go-crypto/keys/server/types"
"github.com/pkg/errors"