swipely / iam-docker

Use different IAM roles for each Docker container on an EC2 instance
MIT License
211 stars 22 forks source link

Update go-dockerclient #28

Open willglynn opened 6 years ago

willglynn commented 6 years ago

This PR updates github.com/fsouza/go-dockerclient to current master, which would fix #27 if that issue works the way I think it does. We should probably check before merging.

This PR also switches from godep to dep. That is partly because dep is now the official dependency management experiment, but mostly it's because I couldn't get godep to cooperate. dep init copied over all the references from Godeps.json, so that part of the changeset shouldn't have any side effects.

ozbillwang commented 6 years ago

Thanks a lot, @willglynn

I am busy this week, will try it this weekend.