qasaur / gremgo

A fast, efficient, and easy-to-use Go client for the Apache TinkerPop graph database stack
MIT License
98 stars 49 forks source link

Freeze dependencies in place #25

Closed aaronjwood closed 6 years ago

aaronjwood commented 6 years ago

This uses the official dep tool https://github.com/golang/dep

This reverts the changes made in #22. If you'd prefer to keep them let me know and I can adjust the version of the uuid package that's used. I believe the breaking change was in the master branch so I thought it was better to lock to an official version of the uuid package than to target their master branch.

qasaur commented 6 years ago

Good point and thanks for the contribution, will certainly prevent some breaking cases being introduced in the future.