mirror of
https://github.com/status-im/zxcvbn-go.git
synced 2025-01-24 02:09:27 +00:00
9345b873fc
Signed-off-by: Binh Nguyen <bnguyen@manetu.com>
10 lines
169 B
Modula-2
10 lines
169 B
Modula-2
module github.com/nbutton23/zxcvbn-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/stretchr/testify v1.1.4
|
|
)
|