1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-11-06 08:59:18 +02:00
Files
kratos/contrib/registry/etcd/go.mod

12 lines
240 B
Modula-2
Raw Normal View History

module github.com/go-kratos/kratos/contrib/registry/etcd/v2
go 1.16
require (
github.com/go-kratos/kratos/v2 v2.5.3
go.etcd.io/etcd/client/v3 v3.5.5
google.golang.org/grpc v1.50.1
)
replace github.com/go-kratos/kratos/v2 => ../../../