cloudamqp / terraform-provider-cloudamqp

Terraform Provider for CloudAMQP
https://registry.terraform.io/providers/cloudamqp/cloudamqp
Mozilla Public License 2.0
35 stars 39 forks source link

Removing vendor versioning #2

Closed migueleliasweb closed 5 years ago

migueleliasweb commented 6 years ago

Currently the vendor folder is versioned but it should be maintained by Go dep. This PR removes the versioning and adds the vendor/ to .gitignore.

Beware: The diff is really awful.