mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-16 02:47:03 +02:00
95dce00852
Co-authored-by: baozhecheng <>
12 lines
268 B
Modula-2
12 lines
268 B
Modula-2
module github.com/go-kratos/kratos/contrib/registry/zookeeper/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-kratos/kratos/v2 v2.3.1
|
|
github.com/go-zookeeper/zk v1.0.2
|
|
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
|
|
)
|
|
|
|
replace github.com/go-kratos/kratos/v2 => ../../../
|