Open Source Compliance
Go Module Path Validator
Enter a Go module path to validate format, check major version suffix requirements, and verify proxy URL construction. Covers GONOSUMCHECK and retraction implications.
No data is transmitted โ everything runs locallyTool
About this tool
Go Module Path Validator
The Go Module Path Validator checks module path format, major version suffix requirements, and proxy URL construction for Go modules.
โข Validate a new Go module path before publishing to pkg.go.dev
โข Check whether a v2+ module requires a /v2 suffix in the import path
โข Construct the correct GOPROXY URL for a specific module and version
โข Understand the security implications of GONOSUMCHECK for a module path pattern
Affiliate disclosure
Credential and secrets management for teams. 1Password provides enterprise password management and secrets infrastructure for development teams.
View module credentials with 1Password
External site ยท Independent provider ยท We may receive a commission ยท Not a recommendation
FAQ
What does this tool tell you?
The Go Module Path Validator checks module path format, major version suffix requirements, and proxy URL construction for Go modules.
What affects the result most?
Validates Go module path format: must be a valid domain with path โ github.com/owner/repo. Major version suffix: v2+ modules must have /v2 suffix in module path โ common import confusion. Module proxy URL construction: GOPROXY=https://proxy.golang.org/module_path/@v/version.info.
How should I use the result?
Treat the tool's output as a first-pass check, not a proof of correctness. A clean pass means no issues in the patterns this tool recognizes; a failure points to a specific problem you can investigate in your source. The underlying spec is the authoritative source for edge cases.
Related tools