aws / amazon-ecs-init

ecs-init is now part of the amazon-ecs-agent repo https://github.com/aws/amazon-ecs-agent/tree/master/ecs-init
https://github.com/aws/amazon-ecs-agent
Apache License 2.0
200 stars 117 forks source link

Switching to Go Modules from Go Dep #372

Closed mythri-garaga closed 3 years ago

mythri-garaga commented 3 years ago

Summary

Updating ecs-init to use Go Modules from Go Dep

Implementation details

from ecs-init /

go mod init
go mod tidy
rm -rf vendor
go mod vendor

Managing tool dependencies with Go Modules and Makefile target updates will be included in a separate PR.

Testing

Tested by building rpm with these changes. ecs started and ran a task successfully on AL1 and AL2.

New tests cover the changes:

Description for the changelog

Licensing

This contribution is under the terms of the Apache 2.0 License: