aws / amazon-ecs-agent

Amazon Elastic Container Service Agent
http://aws.amazon.com/ecs/
Apache License 2.0
2.06k stars 602 forks source link

Fix vendoring for fsouza/go-dockerclient #694

Closed vsiddharth closed 7 years ago

petderek commented 7 years ago

This is a bug caused by rewriting imports using mockgen. This only affects our code generate scripts -- no issues with the build or agent itself.

samuelkarp commented 7 years ago

Looks like @petderek's fix was merged.