-
Notifications
You must be signed in to change notification settings - Fork 71
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
Compatible adaptation govendor #123
Comments
uh, may be i had found the command: |
Good job for the solution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Although i'm updateted go version to 1.55.11, but still using go vendor, i'm getting error when run my code local as follow:
cannot find package "github.com/vesoft-inc/nebula-go/v2" in any of: /Users/xxx/go/src/gitlab.xxx.com/xxx/my-proj/vendor/github.com/vesoft-inc/nebula-go/v2 (vendor tree) /usr/local/Cellar/go/go1.15.11/src/github.com/vesoft-inc/nebula-go/v2 (from $GOROOT) /Users/xxx/go/src/github.com/vesoft-inc/nebula-go/v2 (from $GOPATH)
so, i'm still want to use govendor to manage my go repo
but how can i do to avoid this error when using v2.0.0-ga branch ?
thx
The text was updated successfully, but these errors were encountered: