Text file src/cmd/go/testdata/mod/example.com_retract_ambiguous_other_v1.0.0.txt
1 -- .mod -- 2 module example.com/retract/ambiguous/other 3 4 go 1.16 5 6 require example.com/retract/ambiguous v1.0.0 7 -- .info -- 8 {"Version":"v1.0.0"} 9 -- other.go -- 10 package other 11 12 import _ "example.com/retract/ambiguous/nested" 13