diff options
Diffstat (limited to 'crypto/recovery_test.go')
| -rw-r--r-- | crypto/recovery_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/recovery_test.go b/crypto/recovery_test.go index 3e3a50f..4a89e6d 100644 --- a/crypto/recovery_test.go +++ b/crypto/recovery_test.go @@ -23,8 +23,9 @@ package crypto import ( "bytes" "fmt" - "fscrypt/metadata" "testing" + + "github.com/google/fscrypt/metadata" ) const fakeSecretRecoveryCode = "EYTCMJRG-EYTCMJRG-EYTCMJRG-EYTCMJRG-EYTCMJRG-EYTCMJRG-EYTCMJRG-EYTCMJRG-EYTCMJRG-EYTCMJRG-EYTCMJRG-EYTCMJRG-EYTCMJQ=" |