Fix import error after rebase

Signed-off-by: Ying Li <ying.li@docker.com>
This commit is contained in:
Ying Li 2015-10-28 15:43:48 -07:00
parent adda5776cb
commit aa5b621968
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import (
"testing"
"github.com/docker/notary/pkg/passphrase"
"github.com/endophage/gotuf/data"
"github.com/docker/notary/tuf/data"
"github.com/stretchr/testify/assert"
)