-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
What happened?
I can no longer run go mod tidy as the indirect dependency
$ go mod tidy
go: finding module for package github.com/go-playground/locales/nl
go: <my software>/middleware imports
github.com/go-playground/validator/v10 tested by
github.com/go-playground/validator/v10.test imports
github.com/go-playground/locales/nl: module github.com/go-playground/locales@latest found (v0.14.1), but does not contain package github.com/go-playground/locales/nl
I'm unsure how to fix as this is a 3 deep transitive dependency that just broke.
Version
$ grep validator go.mod
github.com/go-playground/validator/v10 v10.28.0
Example Code
see above, simply using the code in a go.mod suffices