The following error is occurring when go mod vendor
is run from pod cli in kubernetes cluster.
Get "https://proxy.golang.org/github.com/google/uuid/@v/v1.1.2.mod": dial tcp: lookup proxy.golang.org on XX.X.X.XX:53: server misbehaving
When the same command is run on the command prompt in the same machine, it is downloading the packages.