Searched defs:modFileIndex (Results 1 – 3 of 3) sorted by relevance
68 type modFileIndex struct { struct69 data []byte70 dataNeedsFix bool // true if fixVersion applied a change while parsing data71 module module.Version72 goVersion string // Go version (no "v" or "go" prefix)73 toolchain string74 require map[module.Version]requireMeta75 replace map[module.Version]module.Version76 exclude map[module.Version]bool446 func (i *modFileIndex) modFileIsDirty(modFile *modfile.File) bool {
143 func checkVendorConsistency(indexes []*modFileIndex, modFiles []*modfile.File, modRoots []string) {
1207 …s []module.Version, rootDirs []string, modFiles []*modfile.File, indices []*modFileIndex, workFile…