blob: b413e87e18ac51d796d2323761352647cde3e6d5 [file] [log] [blame]
[short] skip
[!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.