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

how to fix dependency problem caused by using remote #953

Open
zz123er opened this issue Aug 14, 2020 · 3 comments
Open

how to fix dependency problem caused by using remote #953

zz123er opened this issue Aug 14, 2020 · 3 comments

Comments

@zz123er
Copy link

zz123er commented Aug 14, 2020

github.com/spf13/viper/remote imports
github.com/bketelsen/crypt/config imports
github.com/bketelsen/crypt/backend/firestore imports
google.golang.org/api/option imports
google.golang.org/api/internal imports
google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.31.0), but does not contain package google.golang.org/grpc/naming

@zz123er zz123er changed the title how to how to fix Aug 14, 2020
@zz123er zz123er changed the title how to fix how to fix dependency problem cause by using remote Aug 14, 2020
@zz123er zz123er changed the title how to fix dependency problem cause by using remote how to fix dependency problem caused by using remote Aug 14, 2020
@zycbobby
Copy link

any update on this issue?

@iRbouh
Copy link

iRbouh commented Dec 1, 2020

A workaround to this is to replace versions in your go.mod:

replace google.golang.org/grpc v1.30.0 => google.golang.org/grpc v1.29.0

@deefdragon
Copy link

for reference, this appears to be getting worked on in #961 but its taking a bit.

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

No branches or pull requests

4 participants