type runtime/debug.Module

13 uses

	runtime/debug (current package)
		mod.go#L51: 	Main Module `json:""`
		mod.go#L55: 	Deps []*Module `json:",omitempty"`
		mod.go#L62: type Module struct {
		mod.go#L66: 	Replace *Module `json:",omitempty"` // replaced by this module
		mod.go#L116: 	var formatMod func(string, Module)
		mod.go#L117: 	formatMod = func(word string, m Module) {
		mod.go#L132: 	if bi.Main != (Module{}) {
		mod.go#L177: 	readModuleLine := func(elem []string) (Module, error) {
		mod.go#L179: 			return Module{}, fmt.Errorf("expected 2 or 3 columns; got %d", len(elem))
		mod.go#L186: 		return Module{
		mod.go#L195: 		last *Module
		mod.go#L218: 			last = new(Module)
		mod.go#L232: 			last.Replace = &Module{