github.com/hikaru7719/go@v0.0.0-20181025140707-c8b2ac68906a/src/cmd/go/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 )