github.com/gernest/nezuko@v0.1.2/internal/modfile/testdata/replace2.in (about) 1 module "abc" 2 3 replace ( 4 "xyz" v1.2.3 => "/tmp/z" 5 "xyz" v1.3.4 => "my/xyz" "v1.3.4-me" 6 xyz "v1.4.5" => "/tmp/my dir" 7 xyz v1.5.6 => my/xyz v1.5.6 8 9 xyz => my/other/xyz v1.5.4 10 )