Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for vendorVersion (0.19 sec)

  1. src/cmd/go/internal/modload/modfile.go

    		return rawGoModSummary(m)
    	}
    
    	if cfg.BuildMod == "vendor" {
    		summary := &modFileSummary{
    			module: module.Version{Path: m.Path},
    		}
    
    		readVendorList(VendorDir())
    		if vendorVersion[m.Path] != m.Version {
    			// This module is not vendored, so packages cannot be loaded from it and
    			// it cannot be relevant to the build.
    			return summary, nil
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 26 17:53:40 UTC 2023
    - 26.7K bytes
    - Viewed (0)
Back to top