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

6 uses

	golang.org/x/mod/modfile (current package)
		rule.go#L41: 	Exclude []*Exclude
		rule.go#L68: type Exclude struct {
		rule.go#L301: 			f.Exclude = append(f.Exclude, &Exclude{
		rule.go#L846: 	f.Exclude = append(f.Exclude, &Exclude{Mod: module.Version{Path: path, Version: vers}, Syntax: f.Syntax.addLine(hint, "exclude", AutoQuote(path), vers)})
		rule.go#L854: 			*x = Exclude{}
		rule.go#L976: 	var excl []*Exclude