golang.org/x/mod/modfile.File.Exclude (field)

14 uses

	golang.org/x/mod/modfile (current package)
		rule.go#L41: 	Exclude []*Exclude
		rule.go#L301: 			f.Exclude = append(f.Exclude, &Exclude{
		rule.go#L688: 	for _, x := range f.Exclude {
		rule.go#L690: 			f.Exclude[w] = x
		rule.go#L694: 	f.Exclude = f.Exclude[:w]
		rule.go#L837: 	for _, x := range f.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#L851: 	for _, x := range f.Exclude {
		rule.go#L969: 	for _, x := range f.Exclude {
		rule.go#L977: 	for _, x := range f.Exclude {
		rule.go#L982: 	f.Exclude = excl