kube-object-storage / lib-bucket-provisioner

Library for the dynamic provisioning of object store buckets to be used by object store providers.
Apache License 2.0
20 stars 22 forks source link

3rd try at ignoring vendor and lock #75

Closed jeffvance closed 5 years ago

jeffvance commented 5 years ago

Signed-off-by: jeffvance jeff.h.vance@gmail.com Did the following:

git rm -r --cached vendor/
git rm --cached Gopkg.lock

To remove these from github but keep them in the repo. Also, minor update to .gitignore

copejon commented 5 years ago

CI needs to be updated to pull in deps before building and testing

copejon commented 5 years ago

Are we good to close this?

jeffvance commented 5 years ago

yes, this has been solved