masonj5n / pwchecker

Go package that returns information on whether a given password has been involved in a data breach using https://haveibeenpwned.com
The Unlicense
6 stars 2 forks source link

Fixed go module #3

Closed Jeremytjuh closed 4 years ago

Jeremytjuh commented 4 years ago

I changed the name of the module from pwchecker to github.com/masonj88/pwchecker to fix this error I got when using the package:

github.com/masonj88/pwchecker: github.com/masonj88/pwchecker@v0.0.0-20191008202608-6b0ec3fd3e7c: parsing go.mod:
module declares its path as: pwchecker
        but was required as: github.com/masonj88/pwchecker
masonj5n commented 4 years ago

My bad, now sure how I didn't see this earlier, thanks for the change.