This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Add --dry-run
option to dep prune
#966
Closed
Description
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.)
Thanks
Metadata
Metadata
Assignees
Labels
No labels