Closed fierlion closed 2 years ago
Please see: https://github.com/aws/amazon-vpc-cni-plugins/commit/cc99efdde738dd5e6df595b28a1ff57025833b10
Vpc-shared-eni depends on some Kubernetes client packages because of lack of availability of CNI plugin information in Kubernetes. We want to remove all such dependencies. We don't want to bring more in.
Builds are failing with the following error (fixed by running
go mod vendor
):I ran `go mod vendor and generated this diff. After running, I am able to successfully build.
I tested with both
GO111MODULE=off make build
andGO111MODULE=on make build
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.