func golang.org/x/mod/module.CheckPath

6 uses

	golang.org/x/mod/module (current package)
		module.go#L202: 	if err := CheckPath(path); err != nil {
		module.go#L283: func CheckPath(path string) error {
		module.go#L639: 	if err := CheckPath(path); err != nil {
		module.go#L694: 	if err := CheckPath(path); err != nil {

	golang.org/x/pkgsite/internal/frontend
		fetch.go#L256: 			if err := module.CheckPath(fr.goModPath); err != nil {

	golang.org/x/pkgsite/internal/postgres
		insert_module.go#L786: 		if err := module.CheckPath(m.ModulePath); err != nil {