micro--go-micro
77bf39f2cd
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.