-
Notifications
You must be signed in to change notification settings - Fork 92
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
Two dependency libraries are deleted or setting as private #819
Comments
use And then |
The second project is deleted |
Copy and paste you And the dep in my local env is |
I have same problem, can't find module github.com/arana-db/arana go 1.20 require ( require ( |
What happened
I was using Goland to build arana project, then i stuck in
go list
phase.The Error
GOROOT=/snap/go/10488 #gosetup
GOPATH=/home/fu/go #gosetup
/snap/go/10488/bin/go list -json -m -u -mod=readonly all #gosetup
go: loading module retractions for github.com/coreos/go-systemd@v0.0.0-20190321100706-95778dfbb74e: git ls-remote -q origin in /home/fu/go/pkg/mod/cache/vcs/1f60ff15ab3093bffd86f4a985673d120db13dabca39c597aaa5016031c601a6: exit status 128:
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.
go: github.com/mitchellh/osext@v0.0.0-20151018003038-5e2d6d41470f: invalid version: git ls-remote -q origin in /home/fu/go/pkg/mod/cache/vcs/94ed57c5b21c953d93b47487113db43a5c9b69fd990329ec70dc77348c4dd443: exit status 128:
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.
The error pointed out the second project couldn't be found, and i also couldn't access it via the specific url
What you expected to happen
Go list works well.
How to reproduce it (as minimally and precisely as possible)
Using goland to open arana project.
Anything else we need to know?
OS ubuntu 22.04
Go 1.20 stable
Goland 2023.3
GOPROXY=https://goproxy.io,direct
The text was updated successfully, but these errors were encountered: