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 locally

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

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
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.
Supply chain CI health visibility. Better Stack for open source compliance teams monitoring dependency scan pipelines and SBOM generation.
View monitoring options โ†’
External site ยท Independent provider ยท We may receive a commission ยท Not a recommendation