blob: c1f40cdf3a312cd2079bd8d73ecb4962f52aa6e0 [file] [log] [blame]
[short] skip
[!exec:git] skip
[!net] skip
env GOPROXY=direct
go list -m vcs-test.golang.org/git/odd-tags.git@latest
stdout -count=1 '^.'
stdout '^vcs-test.golang.org/git/odd-tags.git v0.1.1-0.20220223184835-9d863d525bbf$'
go list -m -versions vcs-test.golang.org/git/odd-tags.git
stdout -count=1 '^.'
stdout '^vcs-test.golang.org/git/odd-tags.git$' # No versions listed — the odd tags are filtered out.