merkle: go-common -> tmlibs

This commit is contained in:
Ethan Buchman
2017-04-21 16:04:58 -04:00
parent fd296811df
commit 56d36c8f25
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ package merkle
import (
"bytes"
. "github.com/tendermint/go-common"
. "github.com/tendermint/go-common/test"
. "github.com/tendermint/tmlibs/common"
. "github.com/tendermint/tmlibs/test"
"testing"
)