summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/script/mod_get_downup_artifact.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/testdata/script/mod_get_downup_artifact.txt')
-rw-r--r--libgo/go/cmd/go/testdata/script/mod_get_downup_artifact.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/cmd/go/testdata/script/mod_get_downup_artifact.txt b/libgo/go/cmd/go/testdata/script/mod_get_downup_artifact.txt
index c20583b22a1..111a54f8f73 100644
--- a/libgo/go/cmd/go/testdata/script/mod_get_downup_artifact.txt
+++ b/libgo/go/cmd/go/testdata/script/mod_get_downup_artifact.txt
@@ -55,7 +55,7 @@ stdout '^example.com/d v0.1.0 '
# upgrades of module d and addition of module e, which are not relevant to
# b@v0.1.0 and should not be added to the main module's dependencies.
-go get -u -d example.com/a@latest example.com/c@v0.1.0
+go get -u example.com/a@latest example.com/c@v0.1.0
go list -m all
stdout '^example.com/a v0.1.0 '