mirror of
https://github.com/go-micro/go-micro.git
synced 2025-03-03 15:22:30 +02:00
10 lines
198 B
Modula-2
10 lines
198 B
Modula-2
module github.com/asim/go-micro/plugins/registry/zookeeper/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/asim/go-micro/v3 v3.5.0
|
|
github.com/go-zookeeper/zk v1.0.2
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
)
|