type golang.org/x/mod/modfile.VersionFixer

7 uses

	golang.org/x/mod/modfile (current package)
		rule.go#L126: type VersionFixer func(path, version string) (string, error)
		rule.go#L130: func Parse(file string, data []byte, fix VersionFixer) (*File, error) {
		rule.go#L141: func ParseLax(file string, data []byte, fix VersionFixer) (*File, error) {
		rule.go#L145: func parseToFile(file string, data []byte, fix VersionFixer, strict bool) (*File, error) {
		rule.go#L197: func (f *File) add(errs *ErrorList, block *LineBlock, line *Line, verb string, args []string, fix VersionFixer, strict bool) {
		rule.go#L494: func parseVersionInterval(verb string, args *[]string, fix VersionFixer) (VersionInterval, error) {
		rule.go#L621: func parseVersion(verb string, path string, s *string, fix VersionFixer) (string, error) {