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

go.opencensus.io deprecated #669

Closed
vFones opened this issue Jan 28, 2025 · 5 comments
Closed

go.opencensus.io deprecated #669

vFones opened this issue Jan 28, 2025 · 5 comments
Assignees

Comments

@vFones
Copy link

vFones commented Jan 28, 2025

I believe there is some problem regarding that library no more available.
Everytime I try to use firebase-admin-go in a project it cannot be dowloaded because It rely on older cloud.google.com/go/firestore version (v1.15.0). Even upgrading to v1.18.0 it says:

go: downloading go.opencensus.io v0.24.0
go: firebase.google.com/go/v4 imports
	cloud.google.com/go/firestore tested by
	cloud.google.com/go/firestore.test imports
	cloud.google.com/go/internal/testutil imports
	go.opencensus.io/plugin/ocgrpc: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": EOF
go: firebase.google.com/go/v4 imports
	cloud.google.com/go/firestore tested by
	cloud.google.com/go/firestore.test imports
	cloud.google.com/go/internal/testutil imports
	go.opencensus.io/stats/view: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": EOF
go: firebase.google.com/go/v4 imports
	cloud.google.com/go/firestore tested by
	cloud.google.com/go/firestore.test imports
	cloud.google.com/go/internal/testutil imports
	go.opencensus.io/trace: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": EOF
@google-oss-bot
Copy link
Collaborator

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

@vFones
Copy link
Author

vFones commented Jan 28, 2025

any updates on when is gonna be removed that dependency? I guess is related to google packages that are already updated so is gonna be fast and easy fix

@lahirumaramba
Copy link
Member

lahirumaramba commented Jan 31, 2025

This could be related to googleapis/google-cloud-go#11481
(cc: @jonathanedey)

@vFones
Copy link
Author

vFones commented Jan 31, 2025

yeah probably, but please just remove deprecated library

@jonathanedey
Copy link
Contributor

This is now resolved in v4.15.2. Please open a new issue if you are still having problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants