2022-05-12 16:04:39 +08:00
|
|
|
module example.com/mymodule
|
|
|
|
|
2024-05-11 00:25:20 +08:00
|
|
|
go 1.20
|
2022-05-12 16:04:39 +08: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
|