You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
What version of Go (go version) and dep (git describe --tags) are you using?
go version go1.8.3 linux/amd64
dep - v0.3.0-22-g11758a7
What dep command did you run?
dep prune
Issue
In CI I need to be able to verify that dep prune has been run. When I was using glide, prune had option --dry-run using this you could easily tell if it was run or the contributor forgot to do so.
Could we have --dry-run flag with dep prune? (Writing out files that would have been removed.)