Skip to content

Commit

Permalink
Update zxcvbn.go
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT authored Aug 31, 2024
1 parent 1bf57ba commit fccb38c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zxcvbn.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package zxcvbn
import (
"time"

"github.com/HACKERALERT/zxcvbn-go/match"
"github.com/HACKERALERT/zxcvbn-go/matching"
"github.com/HACKERALERT/zxcvbn-go/scoring"
"github.com/HACKERALERT/zxcvbn-go/utils/math"
"github.com/Picocrypt/zxcvbn-go/match"
"github.com/Picocrypt/zxcvbn-go/matching"
"github.com/Picocrypt/zxcvbn-go/scoring"
"github.com/Picocrypt/zxcvbn-go/utils/math"
)

// PasswordStrength takes a password, userInputs and optional filters and returns a MinEntropyMatch
Expand Down

0 comments on commit fccb38c

Please sign in to comment.