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#L114: 	var formatMod func(string, Module)
		mod.go#L115: 	formatMod = func(word string, m Module) {
		mod.go#L130: 	if bi.Main != (Module{}) {
		mod.go#L175: 	readModuleLine := func(elem []string) (Module, error) {
		mod.go#L177: 			return Module{}, fmt.Errorf("expected 2 or 3 columns; got %d", len(elem))
		mod.go#L184: 		return Module{
		mod.go#L193: 		last *Module
		mod.go#L216: 			last = new(Module)
		mod.go#L230: 			last.Replace = &Module{