summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/script/vendor_list_issue11977.txt
blob: f519175d8aee10a5bb96bc32e6bddf72fb88fcc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[!net:github.com] skip
[!git] skip
env GO111MODULE=off

go get github.com/rsc/go-get-issue-11864

go list -f '{{join .TestImports "\n"}}' github.com/rsc/go-get-issue-11864/t
stdout 'go-get-issue-11864/vendor/vendor.org/p'

go list -f '{{join .XTestImports "\n"}}' github.com/rsc/go-get-issue-11864/tx
stdout 'go-get-issue-11864/vendor/vendor.org/p'

go list -f '{{join .XTestImports "\n"}}' github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2
stdout 'go-get-issue-11864/vendor/vendor.org/tx2'

go list -f '{{join .XTestImports "\n"}}' github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx3
stdout 'go-get-issue-11864/vendor/vendor.org/tx3'