Closed mythri-garaga closed 3 years ago
Updating ecs-init to use Go Modules from Go Dep
from ecs-init /
go mod init go mod tidy rm -rf vendor go mod vendor
go.mod
Managing tool dependencies with Go Modules and Makefile target updates will be included in a separate PR.
Tested by building rpm with these changes. ecs started and ran a task successfully on AL1 and AL2.
New tests cover the changes:
This contribution is under the terms of the Apache 2.0 License:
Summary
Updating ecs-init to use Go Modules from Go Dep
Implementation details
from ecs-init /
go.mod
to use go-systemd v22 specific version(https://github.com/coreos/go-systemd/issues/321)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: