Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use in a module based project #35

Closed
SinisterMinister opened this issue Oct 5, 2019 · 2 comments
Closed

Cannot use in a module based project #35

SinisterMinister opened this issue Oct 5, 2019 · 2 comments

Comments

@SinisterMinister
Copy link

Essentially, the go.mod definition is malformed and causes projects attempting to consume the module by importing the latest version using import "github.com/go-playground/log/v7". Also, the sub-modules need to be updated to use the proper import path. Otherwise they will be importing the v6.3.0 version of the module.

@SinisterMinister
Copy link
Author

Refer to golang/go#31543 for more details.

@deankarn
Copy link
Contributor

fixed in Release v7.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants