99designs / iamy

A cli tool for importing and exporting AWS IAM configuration to YAML files
MIT License
238 stars 24 forks source link

Move deps to vendor/ dir rather than godeps #7

Closed lox closed 8 years ago

lox commented 9 years ago

This moves from the old godep workspace approach and vendor rewriting to the new Go 1.5 vendor experiment but with the vendor/ directory not committed.

mtibben commented 8 years ago

I've kept the vendor dir in place to ensure the tool is go get-able