Skip to content

[Bug]: Indirect dependency on locales/nl broken #1493

@weberr13

Description

@weberr13

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions