type runtime/debug.Module

13 uses

	runtime/debug (current package)
		mod.go#L51: 	Main Module
		mod.go#L55: 	Deps []*Module
		mod.go#L62: type Module struct {
		mod.go#L66: 	Replace *Module // replaced by this module
		mod.go#L112: 	var formatMod func(string, Module)
		mod.go#L113: 	formatMod = func(word string, m Module) {
		mod.go#L128: 	if bi.Main != (Module{}) {
		mod.go#L167: 	readModuleLine := func(elem []string) (Module, error) {
		mod.go#L169: 			return Module{}, fmt.Errorf("expected 2 or 3 columns; got %d", len(elem))
		mod.go#L176: 		return Module{
		mod.go#L185: 		last *Module
		mod.go#L208: 			last = new(Module)
		mod.go#L222: 			last.Replace = &Module{