.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / mod@v0.4.1 / modfile / testdata / replace2.in
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/mod@v0.4.1/modfile/testdata/replace2.in b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/mod@v0.4.1/modfile/testdata/replace2.in
new file mode 100644 (file)
index 0000000..7864698
--- /dev/null
@@ -0,0 +1,10 @@
+module "abc"
+
+replace (
+       "xyz" v1.2.3 => "/tmp/z"
+       "xyz" v1.3.4 => "my/xyz" "v1.3.4-me"
+       xyz "v1.4.5" => "/tmp/my dir"
+       xyz v1.5.6 => my/xyz v1.5.6
+
+       xyz => my/other/xyz v1.5.4
+)