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

4 uses

	golang.org/x/mod/module (current package)
		module.go#L446: func CheckFilePath(path string) error {

	golang.org/x/mod/zip
		zip.go#L270: 		if err := module.CheckFilePath(p); err != nil {
		zip.go#L430: 		if err := module.CheckFilePath(name); err != nil {

	golang.org/x/pkgsite/internal/licenses
		licenses.go#L437: 		if err := module.CheckFilePath(f.Name); err != nil {