Updated the dependencies as mentioned above in go.mod.
Ran go mod tidy
Ran go mod vendor
Testing
Built Windows binary for vpc-eni and tested it on ECS for Windows Server 2019 and Windows Server 2022.
Built all Linux binaries and ran the e2e tests included in this package.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Summary:
We are also upgrading the dependencies as below-
hcsshim
to version0.9.4
sys
to version0.7.0
testify
to version1.8.2
Implementation:
go.mod
.go mod tidy
go mod vendor
Testing
Built Windows binary for
vpc-eni
and tested it on ECS for Windows Server 2019 and Windows Server 2022. Built all Linux binaries and ran the e2e tests included in this package.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.