aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/fscrypt/errors.go')
-rw-r--r--cmd/fscrypt/errors.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/fscrypt/errors.go b/cmd/fscrypt/errors.go
index 272160a..c698673 100644
--- a/cmd/fscrypt/errors.go
+++ b/cmd/fscrypt/errors.go
@@ -31,10 +31,10 @@ import (
"github.com/pkg/errors"
"github.com/urfave/cli"
- "fscrypt/actions"
- "fscrypt/filesystem"
- "fscrypt/metadata"
- "fscrypt/util"
+ "github.com/google/fscrypt/actions"
+ "github.com/google/fscrypt/filesystem"
+ "github.com/google/fscrypt/metadata"
+ "github.com/google/fscrypt/util"
)
// failureExitCode is the value fscrypt will return on failure.