uswitch / vault-creds

Sidecar container for requesting dynamic Vault database secrets
Apache License 2.0
84 stars 14 forks source link

Moving to Go modules for dependency management #27

Closed surajnarwade closed 4 years ago

surajnarwade commented 5 years ago

we have vendor directory for dependency, but I think it will be good if we have dependency management file (dep maybe)

Joseph-Irving commented 5 years ago

we have https://github.com/uswitch/vault-creds/blob/master/vendor/vendor.json

But we should probably just switch to Go modules anyway and scrap the whole vendor dir

surajnarwade commented 5 years ago

@Joseph-Irving :+1:

I will rename this issue then