mirror of
https://github.com/go-micro/go-micro.git
synced 2025-05-31 21:59:42 +02:00
10 lines
232 B
Modula-2
10 lines
232 B
Modula-2
module github.com/micro/go-micro/plugins/registry/zookeeper/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/micro/go-micro/v2 v2.9.1
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
|
|
)
|