aboutsummaryrefslogtreecommitdiff
path: root/pam
diff options
context:
space:
mode:
Diffstat (limited to 'pam')
-rw-r--r--pam/login.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pam/login.go b/pam/login.go
index d80d719..2d79223 100644
--- a/pam/login.go
+++ b/pam/login.go
@@ -37,8 +37,8 @@ import (
"github.com/pkg/errors"
- "fscrypt/crypto"
- "fscrypt/util"
+ "github.com/google/fscrypt/crypto"
+ "github.com/google/fscrypt/util"
)
// Global state is needed for the PAM callback, so we guard this function with a