...

Text file src/cmd/go/testdata/script/mod_download_issue51114.txt

Documentation: cmd/go/testdata/script

     1[short] skip
     2[!git] skip
     3
     4env GOPROXY=direct
     5
     6! go mod download
     7stderr '^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 --
    10module test
    11
    12go 1.18
    13
    14require vcs-test.golang.org/notexist.git/subdir v0.1.0

View as plain text