mirror of
https://github.com/go-micro/go-micro.git
synced 2025-02-10 18:31:40 +02:00
The helloworld examples found in the `google.golang.org/grpc/examples` package were imported multiple times as different versions, resulting in package conflicts. By running `go mod tidy`, these conflicts are resolved and the gRPC client plugin can now be imported again.