From 992bd350fb3a08dca706d50c9e4da94854a68bca Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 28 Jan 2018 10:48:31 +0900 Subject: [PATCH] Remove description about `dep prune` --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a0e7b28..5743fe2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,9 +43,7 @@ use GitHub pull requests for this purpose. Consult [GitHub Help] for more information on using pull requests. We check `dep`'s own `vendor` directory into git. For any PR to `dep` where you're -updating `Gopkg.toml`, make sure to run `dep ensure` and -([for now](https://github.com/golang/dep/issues/944)) `dep prune` and commit all -changes to `vendor`. +updating `Gopkg.toml`, make sure to run `dep ensure` and commit all changes to `vendor`. [GitHub Help]: https://help.github.com/articles/about-pull-requests/