Skip to content
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

[Bug]ambiguous import: found package google.golang.org/genproto/googleapis/api/annotations in multiple modules #96

Open
khanakia opened this issue Jan 28, 2025 · 0 comments
Labels
bug Something isn't working status:needs-triage An issue that needs to be triaged by the Pinecone team

Comments

@khanakia
Copy link

khanakia commented Jan 28, 2025

Describe the bug
The bug seems to be with Go workspace when I use as standalone project it seems to be working fine

Error information

 go work vendor
go: saas/pkg/pineconedb imports
	github.com/pinecone-io/go-pinecone/v2/pinecone imports
	github.com/pinecone-io/go-pinecone/v2/internal/gen/db_data/grpc imports
	google.golang.org/genproto/googleapis/api/annotations: ambiguous import: found package google.golang.org/genproto/googleapis/api/annotations in multiple modules:
	google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 (/test/go/pkg/mod/google.golang.org/genproto@v0.0.0-20221118155620-16455021b5e6/googleapis/api/annotations)
	google.golang.org/genproto/googleapis/api v0.0.0-20250127172529-29210b9bc287 (/test/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250127172529-29210b9bc287/annotations)
go: saas/pkg/pineconedb imports
	github.com/pinecone-io/go-pinecone/v2/pinecone imports
	github.com/pinecone-io/go-pinecone/v2/internal/gen/db_data/grpc imports
	google.golang.org/grpc/status imports
	google.golang.org/genproto/googleapis/rpc/status: ambiguous import: found package google.golang.org/genproto/googleapis/rpc/status in multiple modules:
	google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 (/test/go/pkg/mod/google.golang.org/genproto@v0.0.0-20221118155620-16455021b5e6/googleapis/rpc/status)
	google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 (/test/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250127172529-29210b9bc287/status)
@khanakia khanakia added the bug Something isn't working label Jan 28, 2025
@github-actions github-actions bot added the status:needs-triage An issue that needs to be triaged by the Pinecone team label Jan 28, 2025
@khanakia khanakia changed the title [Bug] google.golang.org/genproto/googleapis/api/annotations: ambiguous import: found package google.golang.org/genproto/googleapis/api/annotations in multiple modules: [Bug]ambiguous import: found package google.golang.org/genproto/googleapis/api/annotations in multiple modules Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working status:needs-triage An issue that needs to be triaged by the Pinecone team
Projects
None yet
Development

No branches or pull requests

1 participant