You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When make "go build" get this error cannot load google.golang.org/grpc/resolver/dns: module google.golang.org/grpc@latest found (v1.25.0), but does not contain package google.golang.org/grpc/resolver/dns
The text was updated successfully, but these errors were encountered:
Did you ever use go get -u? (don't do that!) If you've changed go.mod from what's in the repo you will have problems, a completely clean checkout works fine:
When make "go build" get this error
cannot load google.golang.org/grpc/resolver/dns: module google.golang.org/grpc@latest found (v1.25.0), but does not contain package google.golang.org/grpc/resolver/dns
The text was updated successfully, but these errors were encountered: