summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/mod/example.com_join_subpkg_v1.1.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/testdata/mod/example.com_join_subpkg_v1.1.0.txt')
-rw-r--r--libgo/go/cmd/go/testdata/mod/example.com_join_subpkg_v1.1.0.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgo/go/cmd/go/testdata/mod/example.com_join_subpkg_v1.1.0.txt b/libgo/go/cmd/go/testdata/mod/example.com_join_subpkg_v1.1.0.txt
new file mode 100644
index 00000000000..9eb823adb76
--- /dev/null
+++ b/libgo/go/cmd/go/testdata/mod/example.com_join_subpkg_v1.1.0.txt
@@ -0,0 +1,9 @@
+Written by hand.
+Test case for package moved into a parent module.
+
+-- .mod --
+module example.com/join/subpkg
+
+require example.com/join v1.1.0
+-- .info --
+{"Version": "v1.1.0"}