Text file src/cmd/go/testdata/script/mod_download_issue51114.txt
1 [short] skip 2 [!git] skip 3 4 env GOPROXY=direct 5 6 ! go mod download 7 stderr '^go: vcs-test.golang.org/notexist.git/subdir@v0.1.0: reading vcs-test\.golang\.org/notexist.git/subdir/go\.mod at revision subdir/v0\.1\.0: ' 8 9 -- go.mod -- 10 module test 11 12 go 1.18 13 14 require vcs-test.golang.org/notexist.git/subdir v0.1.0 15