Skip to content

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

Closed
@ayanmw

Description

@ayanmw

NOTE: if you are reporting is a potential security vulnerability or a crash,
please follow our CVE process at
https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md instead of
filing an issue here.

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

What did you expect to see?

grpc v1.XXX is Ensures forward compatibility .

What did you see instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions