awslabs / aws-servicebroker

AWS Service Broker
Apache License 2.0
468 stars 131 forks source link

feat: migrate to go modules #221

Closed PG2000 closed 3 years ago

PG2000 commented 3 years ago

Overview

This PR migrates from dep to Go modules as this makes easier for other people to contribute. Because of this the vendor directory was deleted

Related Issues

Fixes #220

Testing

Executed

make test

Notes

I'm not aware of the release process. So if there is some extra work to be done let me know

Testing Instructions

Execute

make test

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

PG2000 commented 3 years ago

@jaymccon can i help somehow. Do you think this change makes sense?

jaymccon commented 3 years ago

Apologies for the delay on getting to this, and thank you for the contribution. release process is to run make release and then manually create a github release, so don't think this will cause any issues there.