type golang.org/x/mod/module.InvalidPathError

6 uses

	golang.org/x/mod/module (current package)
		module.go#L199: type InvalidPathError struct {
		module.go#L205: func (e *InvalidPathError) Error() string {
		module.go#L209: func (e *InvalidPathError) Unwrap() error { return e.Err }
		module.go#L313: 			err = &InvalidPathError{Kind: "module", Path: path, Err: err}
		module.go#L363: 		return &InvalidPathError{Kind: "import", Path: path, Err: err}
		module.go#L498: 		return &InvalidPathError{Kind: "file", Path: path, Err: err}