diff --git a/trustmanager/keyfilestore_test.go b/trustmanager/keyfilestore_test.go index 4312edc285..65795d4467 100644 --- a/trustmanager/keyfilestore_test.go +++ b/trustmanager/keyfilestore_test.go @@ -8,7 +8,7 @@ import ( "path/filepath" "testing" - "github.com/docker/notary/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" ) var passphraseRetriever = func(keyID string, alias string, createNew bool, numAttempts int) (string, bool, error) {