diff options
Diffstat (limited to 'cmd/fscrypt/status.go')
| -rw-r--r-- | cmd/fscrypt/status.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/fscrypt/status.go b/cmd/fscrypt/status.go index 049c370..9a8604d 100644 --- a/cmd/fscrypt/status.go +++ b/cmd/fscrypt/status.go @@ -29,9 +29,9 @@ import ( "github.com/pkg/errors" - "fscrypt/actions" - "fscrypt/filesystem" - "fscrypt/metadata" + "github.com/google/fscrypt/actions" + "github.com/google/fscrypt/filesystem" + "github.com/google/fscrypt/metadata" ) // Creates a writer which correctly aligns tabs with the specified header. |