const golang.org/x/mod/zip.MaxGoMod

5 uses

	golang.org/x/mod/zip (current package)
		zip.go#L73: 	MaxGoMod = 16 << 20
		zip.go#L165: 	errGoModSize       = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
		zip.go#L302: 		if p == "go.mod" && size > MaxGoMod {
		zip.go#L457: 		if name == "go.mod" && sz > MaxGoMod {
		zip.go#L458: 			addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))