mirror of
https://github.com/go-kratos/kratos.git
synced 2025-02-05 13:15:11 +02:00
69df1ab9a6
* - feat(contrib): add eureka registry (#1792) Co-authored-by: fangyong <fangyong@haodf.com>
8 lines
171 B
Modula-2
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 => ../../../
|