diff options
Diffstat (limited to 'actions/policy.go')
| -rw-r--r-- | actions/policy.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/actions/policy.go b/actions/policy.go index ff61e8b..e755883 100644 --- a/actions/policy.go +++ b/actions/policy.go @@ -26,10 +26,10 @@ import ( "github.com/pkg/errors" - "fscrypt/crypto" - "fscrypt/filesystem" - "fscrypt/metadata" - "fscrypt/util" + "github.com/google/fscrypt/crypto" + "github.com/google/fscrypt/filesystem" + "github.com/google/fscrypt/metadata" + "github.com/google/fscrypt/util" ) // Errors relating to Policies |