mirror of https://github.com/golang/go.git
22 lines
299 B
Plaintext
22 lines
299 B
Plaintext
-- suggestedfix_main_5_2 --
|
|
module missingtwodep
|
|
|
|
go 1.12
|
|
|
|
require example.com/anothermodule v1.0.0
|
|
|
|
-- suggestedfix_main_6_2 --
|
|
module missingtwodep
|
|
|
|
go 1.12
|
|
|
|
require example.com/extramodule v1.0.0
|
|
|
|
-- suggestedfix_main_7_2 --
|
|
module missingtwodep
|
|
|
|
go 1.12
|
|
|
|
require example.com/extramodule v1.0.0
|
|
|