- 
                Notifications
    You must be signed in to change notification settings 
- Fork 264
Closed
Description
Problem
Currently dep prune removes non-go files from all the packages. That doesn't work for us because some packages we use have C sources in it. In the next release of dep there would be an option to keep non-go files intact.
When it is released, let's use it and use dep prune to keep our vendor folder nice and slim.
Acceptance Criteria
- Essential non-go files aren't touched when dep pruneis called.
- Gopkg.tomlhas- [prune]section with options set.
- Updated (after dep prune)vendorfolder is committed. Tests are removed, unused packages are removed.
- Tests pass and the library still builds.
divan
Metadata
Metadata
Assignees
Labels
No labels