1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-02-05 13:15:11 +02:00
weetime 69df1ab9a6
feat(contrib): add eureka registry (#1792) (#1793)
* - feat(contrib): add eureka registry (#1792)


Co-authored-by: fangyong <fangyong@haodf.com>
2022-03-29 14:25:05 +08:00

8 lines
171 B
Modula-2

module github.com/go-kratos/kratos/contrib/registry/eureka/v2
go 1.16
require github.com/go-kratos/kratos/v2 v2.1.5
replace github.com/go-kratos/kratos/v2 => ../../../