2022-05-12 17:04:39 +09:00
|
|
|
module example.com/mymodule
|
|
|
|
|
|
2024-05-10 11:25:20 -05:00
|
|
|
go 1.20
|
2022-05-12 17:04:39 +09:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
example.com/othermodule v1.2.3
|
|
|
|
|
example.com/thismodule v1.2.3
|
|
|
|
|
example.com/thatmodule v1.2.3
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
replace example.com/thatmodule => ../thatmodule
|
|
|
|
|
exclude example.com/thismodule v1.3.0
|