mirror of
https://github.com/golang/go
synced 2024-11-19 04:34:39 -07:00
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
|
||
|
|