runtime/debug.Module.Replace (field)

5 uses

	runtime/debug (current package)
		mod.go#L54: 	Replace *Module // replaced by this module
		mod.go#L91: 		if m.Replace == nil {
		mod.go#L96: 			formatMod("=>", *m.Replace)
		mod.go#L194: 			last.Replace = &Module{

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