-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Is there a error when importing "github.com/go-playground/validator/v10" #2151
Comments
I use govendor for a project, and it cannot fetch "github.com/go-playground/validator/v10". |
Same issue here:
|
Hello, I got this issue when deploying my project to google cloud, since I read this v10 directory not longer exists, I tried to reinstall gin to get a fresh version but got the same error. And yes, I know it's too hacky and I don't really know the side effects, but this what I did:
After that I just run my deploy script and worked. I think the underlaying problem gin is referencing that old v10 and needs to be updated. |
I think it should be "github.com/go-playground/validator.v10"
The text was updated successfully, but these errors were encountered: