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

5 uses

	golang.org/x/mod/modfile (current package)
		read.go#L334: 	parseErrors ErrorList   // errors encountered during parsing
		rule.go#L154: 	var errs ErrorList
		rule.go#L197: func (f *File) add(errs *ErrorList, block *LineBlock, line *Line, verb string, args []string, fix VersionFixer, strict bool) {
		rule.go#L579: type ErrorList []Error
		rule.go#L581: func (e ErrorList) Error() string {