diff options
Diffstat (limited to 'actions/protector.go')
| -rw-r--r-- | actions/protector.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/protector.go b/actions/protector.go index 0409b56..5245951 100644 --- a/actions/protector.go +++ b/actions/protector.go @@ -26,8 +26,8 @@ import ( "github.com/pkg/errors" - "fscrypt/crypto" - "fscrypt/metadata" + "github.com/google/fscrypt/crypto" + "github.com/google/fscrypt/metadata" ) // Errors relating to Protectors |