You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Seems to be working now, perhaps this was a temporary network issue or issue AppEngine. Hopefully we will be able to improve this experience in time through the use of caching with the new Go module system.
Hi,
I wanted to install cloudprober. So I installed go and tried installing cloudprober, it showed cannot find package "go.opencensus.io/plugin/ocgrpc", then I tried installing opencensus using go get -u go.opencensus.io its showing package go.opencensus.io: unrecognized import path "go.opencensus.io" (https fetch: Get https://go.opencensus.io?go-get=1: dial tcp: lookup go.opencensus.io on 10.228.0.2:53: no such host).
Describe the bug
not able to fetch packages via 'go get -u'
Mac OS 10.13.6
To Reproduce
Steps to reproduce the behavior:
go get -u go.opencensus.io
package go.opencensus.io: unrecognized import path "go.opencensus.io" (https fetch: Get https://go.opencensus.io?go-get=1: dial tcp 216.239.32.21:443: i/o timeout)
Expected behavior
Package installed.
Additional context
similar to issue grpc/grpc-go#1959
Workaround was for me to get whole repository.
git clone https://github.com/census-instrumentation/opencensus-go
then rename src/opencensus-go to src/go.opencensus.io
Am sure there is a better way to this though?
The text was updated successfully, but these errors were encountered: