Update zxcvbn.go

This commit is contained in:
Maciej Długoszek 2017-11-02 16:11:51 +01:00 committed by GitHub
parent b5a8b8407d
commit 84ad96728f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package zxcvbn
import (
"time"
"github.com/TheMacies/zxcvbn-go/match"
"github.com/nbutton23/zxcvbn-go/match"
"github.com/nbutton23/zxcvbn-go/matching"
"github.com/nbutton23/zxcvbn-go/scoring"
"github.com/nbutton23/zxcvbn-go/utils/math"