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

@ -4,7 +4,7 @@
"grpc_addr": ":7899",
"cert_file": "./fixtures/notary-signer.crt",
"key_file": "./fixtures/notary-signer.key",
"client_ca_file": "./fixtures/notary-server.crt"
"client_ca_file": "./fixtures/notary-server.crt"
},
"crypto": {
"pkcslib": "/usr/local/lib/softhsm/libsofthsm2.so"

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"
)