diff options
Diffstat (limited to 'actions/config.go')
| -rw-r--r-- | actions/config.go | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/actions/config.go b/actions/config.go index 1d81ff9..55010a5 100644 --- a/actions/config.go +++ b/actions/config.go @@ -28,12 +28,11 @@ import ( "time" "github.com/pkg/errors" - "golang.org/x/sys/unix" - "fscrypt/crypto" - "fscrypt/metadata" - "fscrypt/util" + "github.com/google/fscrypt/crypto" + "github.com/google/fscrypt/metadata" + "github.com/google/fscrypt/util" ) // LegacyConfig indicates that keys should be inserted into the keyring with the |