runtime/debug.Module.Replace (field)

5 uses

	runtime/debug (current package)
		mod.go#L66: 	Replace *Module `json:",omitempty"` // replaced by this module
		mod.go#L123: 		if m.Replace == nil {
		mod.go#L128: 			formatMod("=>", *m.Replace)
		mod.go#L232: 			last.Replace = &Module{

	go.pact.im/x/maininfo
		buildinfo.go#L20: 	if v := mod.Replace; v != nil {