aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/fscrypt/commands.go')
-rw-r--r--cmd/fscrypt/commands.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/fscrypt/commands.go b/cmd/fscrypt/commands.go
index cbf62ed..7724138 100644
--- a/cmd/fscrypt/commands.go
+++ b/cmd/fscrypt/commands.go
@@ -28,9 +28,9 @@ import (
"github.com/pkg/errors"
"github.com/urfave/cli"
- "fscrypt/actions"
- "fscrypt/filesystem"
- "fscrypt/metadata"
+ "github.com/google/fscrypt/actions"
+ "github.com/google/fscrypt/filesystem"
+ "github.com/google/fscrypt/metadata"
)
// Setup is a command which can to global or per-filesystem initialization.