We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
any update on this issue?
Sorry, something went wrong.
A workaround to this is to replace versions in your go.mod:
go.mod
replace google.golang.org/grpc v1.30.0 => google.golang.org/grpc v1.29.0
for reference, this appears to be getting worked on in #961 but its taking a bit.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: