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
using go mod tidy , there is error: google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.43.0), but does not contain package google.golang.org/grpc/naming #5072
Please see the FAQ in our main README.md, then answer the questions below
before submitting your issue.
What version of gRPC are you using?
v1.43.0
What version of Go are you using (go version)?
go1.17.0
What operating system (Linux, Windows, …) and version?
windows
What did you do?
$ go mod tidy
go: finding module for package google.golang.org/grpc/naming
icefire/confer imports
github.com/spf13/viper/remote imports
github.com/xordataexchange/crypt/config imports
github.com/xordataexchange/crypt/backend/etcd imports
github.com/coreos/etcd/client tested by
github.com/coreos/etcd/client.test imports
github.com/coreos/etcd/integration imports
github.com/coreos/etcd/proxy/grpcproxy imports
google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.43.0), but does not contain package google.golang.org/grpc/naming