diff options
Diffstat (limited to 'internal/totp/helpers_test.go')
| -rw-r--r-- | internal/totp/helpers_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/totp/helpers_test.go b/internal/totp/helpers_test.go index 19c551cbf..060c775de 100644 --- a/internal/totp/helpers_test.go +++ b/internal/totp/helpers_test.go @@ -3,7 +3,7 @@ package totp import ( "testing" - "github.com/pquerna/otp" + "github.com/authelia/otp" "github.com/stretchr/testify/assert" ) |
