diff options
Diffstat (limited to 'actions/callback.go')
| -rw-r--r-- | actions/callback.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/callback.go b/actions/callback.go index 2415d8c..f15893d 100644 --- a/actions/callback.go +++ b/actions/callback.go @@ -25,9 +25,9 @@ import ( "github.com/pkg/errors" - "fscrypt/crypto" - "fscrypt/filesystem" - "fscrypt/metadata" + "github.com/google/fscrypt/crypto" + "github.com/google/fscrypt/filesystem" + "github.com/google/fscrypt/metadata" ) // ProtectorInfo is the information a caller will receive about a Protector |