diff options
Diffstat (limited to 'filesystem/filesystem.go')
| -rw-r--r-- | filesystem/filesystem.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go index 960c06f..a85d24a 100644 --- a/filesystem/filesystem.go +++ b/filesystem/filesystem.go @@ -44,8 +44,8 @@ import ( "github.com/pkg/errors" "golang.org/x/sys/unix" - "fscrypt/metadata" - "fscrypt/util" + "github.com/google/fscrypt/metadata" + "github.com/google/fscrypt/util" ) // Filesystem error values |