bmizerany / vendor

Vendor copies go dependencies to ./vendor
52 stars 6 forks source link

Doesn't delete removed files #13

Open voutasaurus opened 7 years ago

voutasaurus commented 7 years ago

Reproduce: Made a package test with two files (1.go and 2.go) and a separate package main, vendored test into main, removed 2.go from test (& committed), vendored test again in main.

Want: Expected the vendored copy of test to not contain 2.go.

Got: vendor-log updated but 2.go still present in vendored copy of test.