Skip to content

Instantly share code, notes, and snippets.

@douglarek
Created November 25, 2019 08:53
Show Gist options
  • Save douglarek/7d19ba64809b2eb3b6d30af8b29d119f to your computer and use it in GitHub Desktop.
Save douglarek/7d19ba64809b2eb3b6d30af8b29d119f to your computer and use it in GitHub Desktop.
~ $ env GO111MODULE=on go get -x istio.io/[email protected]
go: finding istio.io 1.4.0
# get https://goproxy.cn/istio.io/@v/1.4.0.info
go: finding istio.io/istio 1.4.0
# get https://goproxy.cn/istio.io/istio/@v/1.4.0.info
# get https://goproxy.cn/istio.io/istio/@v/1.4.0.info: 200 OK (0.443s)
# get https://goproxy.cn/istio.io/@v/1.4.0.info: 404 Not Found (0.871s)
# get https://goproxy.cn/k8s.io/apimachinery/@v/v0.0.0.mod
# get https://goproxy.cn/k8s.io/apiextensions-apiserver/@v/v0.0.0.mod
# get https://goproxy.cn/k8s.io/api/@v/v0.0.0.mod
# get https://goproxy.cn/k8s.io/cli-runtime/@v/v0.0.0.mod
# get https://goproxy.cn/k8s.io/kube-proxy/@v/v0.0.0-00010101000000-000000000000.mod
# get https://goproxy.cn/k8s.io/apimachinery/@v/v0.0.0.mod: 404 Not Found (0.223s)
# get https://k8s.io/apimachinery?go-get=1
# get https://goproxy.cn/k8s.io/api/@v/v0.0.0.mod: 404 Not Found (0.194s)
# get https://k8s.io/api?go-get=1
# get https://goproxy.cn/k8s.io/apiextensions-apiserver/@v/v0.0.0.mod: 404 Not Found (0.254s)
# get https://k8s.io/apiextensions-apiserver?go-get=1
# get https://goproxy.cn/k8s.io/cli-runtime/@v/v0.0.0.mod: 404 Not Found (0.242s)
# get https://k8s.io/cli-runtime?go-get=1
# get https://goproxy.cn/k8s.io/kube-proxy/@v/v0.0.0-00010101000000-000000000000.mod: 404 Not Found (0.235s)
# get https://k8s.io/kube-proxy?go-get=1
~ $ env GO111MODULE=on go get -x k8s.io/kube-proxy
# get https://goproxy.cn/k8s.io/@v/list
# get https://goproxy.cn/k8s.io/kube-proxy/@v/list
# get https://goproxy.cn/k8s.io/kube-proxy/@v/list: 200 OK (0.423s)
# get https://goproxy.cn/k8s.io/@v/list: 404 Not Found (0.423s)
go: finding k8s.io/kube-proxy latest
# get https://goproxy.cn/k8s.io/kube-proxy/@latest
# get https://goproxy.cn/k8s.io/kube-proxy/@latest: 200 OK (0.400s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment