doesn't include test dependencies
Closed this issue · 1 comments
shoenig commented
go list
by default only lists build dependencies - thus extra dependencies required for running go test
aren't frozen by git-freeze. I haven't looked too much into how to fix this, but unfortunately it's not as easy as adding a -t
flag like for go get
nicerobot commented
Thanks for noticing. I'm looking into it ...