gluster_exporter icon indicating copy to clipboard operation
gluster_exporter copied to clipboard

make build error

Open airstring opened this issue 5 years ago • 1 comments

I m getting the following error when I try to build : [root@k8s-01 gluster_exporter]# make build

ensure vendoring grouped write of manifest, lock and vendor: error while writing out vendor tree: failed to write dep tree: failed to export golang.org/x/crypto: unable to deduce repository and source type for "golang.org/x/crypto": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://golang.org/x/crypto?go-get=1": Get "http://golang.org/x/crypto?go-get=1": proxyconnect tcp: dial tcp: lookup xn--http-u96a on 114.114.114.114:53: no such host

Please help

airstring avatar Aug 24 '20 08:08 airstring

use go mod proxy may help.

yangzhao-kl avatar Dec 07 '20 05:12 yangzhao-kl