golang.org/x/pkgsite/internal.ModuleInfo.HasGoMod (field)

7 uses

	golang.org/x/pkgsite/internal (current package)
		discovery.go#L50: 	HasGoMod   bool

	golang.org/x/pkgsite/internal/fetch
		fetch.go#L230: 	mod.HasGoMod = fr.HasGoMod
		fetchlocal.go#L114: 	mod.HasGoMod = fr.HasGoMod

	golang.org/x/pkgsite/internal/postgres
		details.go#L196: 		&mi.IsRedistributable, &mi.HasGoMod, jsonbScanner{&mi.SourceInfo}); err != nil {
		insert_module.go#L252: 		m.HasGoMod,
		unit.go#L102: 		&um.HasGoMod,

	golang.org/x/pkgsite/internal/testing/sample
		sample.go#L285: 		HasGoMod:          true,