func golang.org/x/mod/modfile.parseVersionInterval

2 uses

	golang.org/x/mod/modfile (current package)
		rule.go#L373: 		vi, err := parseVersionInterval(verb, &args, fix)
		rule.go#L494: func parseVersionInterval(verb string, args *[]string, fix VersionFixer) (VersionInterval, error) {