mirror of https://github.com/docker/docs.git
Fix import error after rebase
Signed-off-by: Ying Li <ying.li@docker.com>
This commit is contained in:
parent
adda5776cb
commit
aa5b621968
|
|
@ -4,7 +4,7 @@
|
||||||
"grpc_addr": ":7899",
|
"grpc_addr": ":7899",
|
||||||
"cert_file": "./fixtures/notary-signer.crt",
|
"cert_file": "./fixtures/notary-signer.crt",
|
||||||
"key_file": "./fixtures/notary-signer.key",
|
"key_file": "./fixtures/notary-signer.key",
|
||||||
"client_ca_file": "./fixtures/notary-server.crt"
|
"client_ca_file": "./fixtures/notary-server.crt"
|
||||||
},
|
},
|
||||||
"crypto": {
|
"crypto": {
|
||||||
"pkcslib": "/usr/local/lib/softhsm/libsofthsm2.so"
|
"pkcslib": "/usr/local/lib/softhsm/libsofthsm2.so"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/docker/notary/pkg/passphrase"
|
"github.com/docker/notary/pkg/passphrase"
|
||||||
"github.com/endophage/gotuf/data"
|
"github.com/docker/notary/tuf/data"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue