Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
vendoring: Add auto-prune to config
Browse files Browse the repository at this point in the history
Update the `dep` config file to automatically prune when `dep ensure`
is run from now on.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Feb 20, 2018
1 parent eb61997 commit 709127c
Show file tree
Hide file tree
Showing 136 changed files with 5 additions and 29,263 deletions.
5 changes: 5 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@
[[constraint]]
name = "github.com/hashicorp/yamux"
revision = "f5742cb6"

[prune]
non-go = true
go-tests = true
unused-packages = true
22 changes: 0 additions & 22 deletions vendor/github.com/davecgh/go-spew/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/davecgh/go-spew/.travis.yml

This file was deleted.

205 changes: 0 additions & 205 deletions vendor/github.com/davecgh/go-spew/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/davecgh/go-spew/cov_report.sh

This file was deleted.

Loading

0 comments on commit 709127c

Please sign in to comment.