nbutton23 / zxcvbn-go

zxcvbn password complexity algorithm in golang
MIT License
379 stars 49 forks source link

go-spew in vedor directory but unused #22

Closed clawconduce closed 7 years ago

clawconduce commented 7 years ago

Maybe I am missing something, but in my copy of this lib, go-spew is imported anywhere. Was it used before and unused now?

nbutton23 commented 7 years ago

I believe its required for testify

go test ./...
# github.com/nbutton23/zxcvbn-go/adjacency
package github.com/nbutton23/zxcvbn-go/adjacency (test)
        imports github.com/stretchr/testify/assert
        imports github.com/davecgh/go-spew/spew: cannot find package "github.com/davecgh/go-spew/spew" in any of: . . .