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

3 uses

	golang.org/x/mod/module (current package)
		module.go#L638: func EscapePath(path string) (escaped string, err error) {

	golang.org/x/pkgsite/internal/proxy
		client.go#L183: 	escapedPath, err := module.EscapePath(modulePath)
		client.go#L222: 	escapedPath, err := module.EscapePath(modulePath)