mweagle / Sparta

go microservices, powered by AWS Lambda
https://gosparta.io
MIT License
716 stars 48 forks source link

Introduce package manager #18

Closed mweagle closed 8 years ago

mweagle commented 8 years ago

IIRC, there is a golang WG for first class package management support, but in the short term introduce explicit dependency management.

Ref: https://github.com/golang/go/wiki/PackageManagementTools

Issues: https://github.com/mweagle/Sparta/issues/17, https://github.com/mweagle/Sparta/issues/11

mweagle commented 8 years ago

Added GoDeps support