mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-28 03:57:02 +02:00
c888d50cc5
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.46.2 to 1.50.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.46.2...v1.50.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 lines
240 B
Modula-2
12 lines
240 B
Modula-2
module github.com/go-kratos/kratos/contrib/registry/etcd/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-kratos/kratos/v2 v2.5.2
|
|
go.etcd.io/etcd/client/v3 v3.5.4
|
|
google.golang.org/grpc v1.50.1
|
|
)
|
|
|
|
replace github.com/go-kratos/kratos/v2 => ../../../
|