-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unrecognized import path "cloud.google.com/go" #2415
Comments
Hi @rinyshen. You might be missing a ca-certificates package. What version of Go are you using, and which OS? Similar issue was reported directly on Google's repository: googleapis/google-cloud-go#820 |
Hi @emirb ,the version of Go are 1.12,My project can not compile and I have replaced this package, |
@emirb I use the "go module" management tool, but when i executed "go mod tidy" command, i get the error, How can i solve it? |
Can you paste the output of: |
Hi @emirb , I execute the command,like this: go get: upgrading golang.org/x/crypto@v0.0.0-20190325154230-a5d413f7728c: unrecognized import path "golang.org/x/crypto" (https fetch: Get https://golang.org/x/crypto?go-get=1: dial tcp 216.239.37.1:443: i/o timeout) |
I presume you're doing this inside some container. Do you have The output should be
|
Your issue may already be reported! Please search on the issue track before creating one.
What version of Go are you using (
go version
)?Which database and its version are you using?
Please provide a complete runnable program to reproduce your issue. IMPORTANT
Need to runnable with GORM's docker compose config or please provides your config.
The text was updated successfully, but these errors were encountered: