mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
c28f7cb29f
Initial part of #435
9 lines
169 B
Modula-2
9 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
|
|
)
|