aws / amazon-ecs-cli

The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html
Other
1.77k stars 303 forks source link

Move to go modules #994

Open chenrui333 opened 4 years ago

chenrui333 commented 4 years ago

Context

👋 I am homebrew-core maintainer, I found the formula is still using dep, and I would suggest that we might want to consider to use go modules (as it is next generation go tooling).

Alternatives

Not taking any action?

Has the feature been requested before?

Not as I have seen.

Additional context

We have an epic issue tracker on this theme, hope it helps.

allisaurus commented 4 years ago

thanks @chenrui333 !

SoManyHs commented 4 years ago

Related: https://github.com/aws/amazon-ecs-cli/issues/1068