This adds the flag -e to the go list command in Makefile, to mitigate errors like
tools.go:9:2: import "github.com/google/go-jsonnet/cmd/jsonnet" is a program, not an importable package
tools.go:9:2: import "github.com/google/go-jsonnet/cmd/jsonnet" is a program, not an importable package
Fixes https://github.com/kubernetes-monitoring/kubernetes-mixin/issues/900
This adds the flag
-e
to thego list
command in Makefile, to mitigate errors like