diff options
Diffstat (limited to 'cmd/fscrypt/protector.go')
| -rw-r--r-- | cmd/fscrypt/protector.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/fscrypt/protector.go b/cmd/fscrypt/protector.go index e77a2e3..f54d3a4 100644 --- a/cmd/fscrypt/protector.go +++ b/cmd/fscrypt/protector.go @@ -23,9 +23,9 @@ package main import ( "log" - "fscrypt/actions" - "fscrypt/filesystem" - "fscrypt/metadata" + "github.com/google/fscrypt/actions" + "github.com/google/fscrypt/filesystem" + "github.com/google/fscrypt/metadata" ) // createProtector makes a new protector on either ctx.Mount or if the requested |