jaswdr / faker

:rocket: Ultimate fake data generator for Go with zero dependencies
https://pkg.go.dev/github.com/jaswdr/faker
MIT License
549 stars 59 forks source link

[BUG] v2 Go Module #161

Closed stephenafamo closed 8 months ago

stephenafamo commented 8 months ago

Describe the bug v2 of this package cannot be found

This is because the module name in go.mod in the v2.0.0 tag should be

module github.com/jaswdr/faker/v2
jaswdr commented 8 months ago

@stephenafamo thank you for reporting, I fixed both the go.mod file and references in README